@charset "UTF-8"; /* ===========================================================================================
서브레이아웃
=========================================================================================== */
movie-list li:focus, movie-list li a:focus, movie-list figure:focus, movie-list div:focus, movie-list figcaption:focus {
    outline: 3px solid #000 !important;
    -webkit-outline: 3px solid #000 !important;
    -moz-outline: 3px solid #000 !important;
    -ms-outline: 3px solid #000 !important;
    -o-outline: 3px solid #000 !important;
    border : 1px solid #000
}

*:focus:not(:focus-visible) {
}

.w5 {
    width: 5%
}

.w7 {
    width: 7%
}

.w8 {
    width: 8%
}

.w10 {
    width: 10%
}

.w12 {
    width: 12%
}

.w13 {
    width: 13%
}

.w14 {
    width: 14%
}

.w15 {
    width: 15%
}

.w18 {
    width: 18%
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w85 {
    width: 85%
}

.wAuto {
    width: auto
}

.center {
    text-align: center;
}

#insertForm {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.detail-content .common-content {
    overflow: inherit;
}

.video-layout {
    overflow: inherit;
}

.video-layout iframe {
    border : none
}

.common-content .video-layout .movie-area.type2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
}

.content-footer {
    display: none;
}

#header .pop_open {
    display: none;
}
#visual {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 172px;
    background: url(../images/korean/sub/visual_bg1.jpg) center top/cover no-repeat;
}

#visual .container {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

#visual .title {
    display: none;
}

#visual.sub6.intro {
    height: 470px;
}

#visual.sub6.intro + #content {
    margin-top: 0;
}

#visual.sub1 {
    background-image: url("../images/korean/sub/visual_bg1.jpg");
}

#visual.sub2 {
    background-image: url("../images/korean/sub/visual_bg2.jpg");
}

#visual.sub3 {
    background-image: url("../images/korean/sub/visual_bg3.jpg");
}

#visual.sub4 {
    background-image: url("../images/korean/sub/visual_bg4.jpg");
}

#visual.sub5 {
    background-image: url("../images/korean/sub/visual_bg5.jpg");
}

#visual.sub6 {
    background-image: url("../images/korean/sub/visual_bg6.jpg");
}

#visual.sub7 {
    background-image: url("../images/korean/sub/visual_bg7.jpg");
}

/* board-top */
.board-top {
    overflow: hidden;
    margin-bottom: 15px;
}

.board-top .count {
    float: left;
    color: #666;
    margin-top: 20px;
}

.board-top .search-area {
    float: left;
    text-align: right;
    position: relative;
}

.board-top .search-area .form-control {
    min-width: 135px;
    border-color: #ddd;
    height: 40px;
}

.board-top .search-area .search {
    color: #a6a6a6;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 17px;
    text-align: center;
    border-left: 1px solid #a6a6a6;
    margin: 13px 5px;
}

.board-top .switch {
    float: left;
    font-size: 0;
    margin-left: 10px;
}

.board-top .switch > a {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 2.4rem;
    position: relative;
    margin-left: -1px;
    color: #b8b8b8;
}

.board-top .switch > a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.board-top .switch > a.active, .board-top .switch > a:hover {
    color: #313c4c;
}

#content > .container {
    display: flex;
}

#side {
    width: 22%;
    min-width: 22%;
    padding-right: 4%;
}

#side .title {
    display: flex;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 11rem;
    background-color: #335a93;
    color: #ffffff;
    margin-top: -11rem;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: var(--signature-font);
}

#side .snb > li {
    margin-bottom: 2px;
}

#side .snb > li > a {
    display: block;
    color: #000;
    font-size: 1.8rem;
    padding: 1.7rem 2rem;
    position: relative;
    background-color: #f6f6f6;
    font-weight: 500;
}

#side .snb > li > a::before {
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #b8b8b8;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#side .snb > li > a[target="_blank"]::before {
    content: "\e980";
    font-family: xeicon;
    width: auto;
    height: auto;
    background: transparent;
    color: #b8b8b8;
    transform: translateY(-50%);
}

#side .snb > li > a[target="_blank"]::after {
    display: none;
}

#side .snb > li .depth2 > li > a[target="_blank"] {
    padding: .4rem 2rem .4rem 1.5rem;
}

#side .snb > li .depth2 > li > a[target="_blank"]::after {
    content: "\e980";
    font-family: xeicon;
    width: auto;
    height: auto;
    background: transparent;
    color: #000;
    transform: translate(-50%,-50%);
    right: 0;
    position: absolute;
    top: 1.5rem;
}

#side .snb > li > a::after {
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #b3b3b3;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

#side .snb > li.active > a {
    color: #313959;
    background-color: #fff;
    border: 2px solid #313959;
}

#side .snb > li.active > a::before, #side .snb > li.active > a::after {
    background-color: #000;
}

#side .snb > li .depth2 {
    padding: 1.5rem 1rem 1.5rem 2rem;
    display: none;
}

#side .snb > li .depth2 > li > a {
    display: block;
    padding: .4rem 0 .4rem 1.5rem;
    color: #555;
    font-size: 1.6rem;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 500;
    word-break: keep-all;
    letter-spacing: -.7px;
}

#side .snb > li .depth2 > li > a:hover {
    color: #000;
}

#side .snb > li .depth2 > li > a::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #162b48;
    position: absolute;
    left: 0;
    top: 1.2rem;
}

#side .snb > li .depth2 > li.active {
    display: block;
}

#side .snb > li .depth2 > li.active > a {
    color: #162b48;
}

#side .snb > li .depth2 > li.active > a::before {
    width: 2px;
    height: .8rem;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    top: .8rem;
}

#side .snb > li .depth2 > li .depth3 {
    border-bottom: 1px solid #343b46;
    border-top: 1px solid #343b46;
    padding: 11px 0;
    margin: 11px 0;
    display: none;
}

#side .snb > li .depth2 > li .depth3 > li {
    margin-top: 5px;
    padding-left: 10px;
    position: relative;
}

#side .snb > li .depth2 > li .depth3 > li::before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #aab4c2;
    position: absolute;
    top: 10px;
    left: 0;
}

#side .snb > li .depth2 > li .depth3 > li:first-child {
    margin-top: 0;
}

#side .snb > li .depth2 > li .depth3 > li > a {
    color: #aab4c2;
    font-size: 1.4rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#side .snb > li .depth2 > li .depth3 > li > a:hover {
    color: #fff;
    text-decoration: underline;
}

#side .snb > li .depth2 > li .depth3 > li.active {
    display: block;
}

#side .snb > li .depth2 > li .depth3 > li.active::before {
    background-color: #fff;
}

#side .snb > li .depth2 > li .depth3 > li.active > a {
    color: #fff;
    text-decoration: underline;
}

#side .snb > li.active > a::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

#side .snb > li.active .depth2 {
    display: block;
}

#side .snb > li.active .depth2 > li.active .depth3 {
    display: block;
}

.table-wrap table tbody td a[target="_blank"]::after {
    content: "\e980";
    font-family: xeicon;
    width: auto;
    height: auto;
    background: transparent;
    color: #000;
    padding-left: .75rem;
}

.table-wrap table.link_board tbody td a[target="_blank"]::after {
    display: none
}

/* sub navigation */
.common-content {
    margin-bottom: 100px;
    overflow: hidden;
}

/* select menu */
.depth {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -1px;
    z-index: 1;
}

.depth .stats {
    min-width: 230px;
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    padding: 0 40px 0 18px;
    height: 62px;
    border-radius: 0;
    margin: 0;
    vertical-align: top;
    border-left: 1px solid #2f3236;
    position: relative;
    outline: none;
}

.depth .stats::after {
    width: 7px;
    height: 7px;
    content: "";
    border-width: 2px 2px 0 0;
    border-color: #afb1b6;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.depth .depth-list {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    display: none;
}

.depth .depth-list > li > a {
    font-size: 1.6rem;
    display: block;
    height: inherit;
    padding: 10px 20px;
    color: #bfc1c4;
    background: #3c4655;
    line-height: 1.5;
}

.depth .depth-list > li > a:hover {
    background-color: #29303c;
}

.depth.active {
    z-index: 10;
}

.depth.active .stats::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.depth.active .depth-list {
    display: block;
}

.detail-content {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

#content h3.title {
    color: #fff;
    font-size: 3.2rem;
    letter-spacing: -.05em;
    font-weight: 500;
    margin-top: -7rem;
    margin-bottom: 5rem;
    font-family: var(--signature-font);
}

#content h3.title:nth-of-type(2) {
    display: none;
}

.breadcrumbs {
    text-align: right;
    margin-bottom: 4rem;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li ~ li::before {
    content: "\e940";
    font-family: xeicon;
    margin: 0 .5rem;
}

/*  tab menu */
.tab-menu {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 5rem;
    margin-bottom: 5rem;
    border: 1px solid #dcdcdc;
}

.tab-menu > li {
    display: table-cell;
    word-break: break-all;
    text-align: center;
    position: relative;
}

.tab-menu > li > a {
    display: flex;
    min-height: 6.4rem;
    padding: 2rem 1rem;
    align-items: center;
    justify-content: center;
    color: #676c73;
    font-size: 1.9rem;
    font-weight: 400;
}

.tab-menu > li.active > a {
    color: #000;
    position: relative;
}

.tab-menu > li.active > a::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e77a27;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.tab-menu > li::after {
    content: "";
    width: 1px;
    height: 25px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tab-menu > li:last-child::after {
    display: none;
}

/* 만족도 조사 */
.content-footer {
    padding: 60px 0;
}

.content-footer::before {
    content: '';
    display: block;
    clear: both;
}

.content-footer .confooter_box {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    margin: 0 auto;
    padding: 40px;
}

.content-footer .title_satisfaction {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.content-footer .float_right > p strong {
    color: #101010;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 44px;
}

.content-footer .float_right > p strong::before {
    content: "\ea14";
    color: #fff;
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #113058;
    position: absolute;
    top: -10px;
    left: 0;
    text-align: center;
    line-height: 2.3;
}

.content-footer .float_right .satisfy_choice {
    display: inline-block;
    width: 40%;
    font-size: 0;
    vertical-align: middle;
}

.content-footer .float_right .satisfy_choice > li {
    display: inline-block;
    width: 20%;
    font-size: 1.5rem;
}

.content-footer .float_right .txt {
    display: inline-block;
    width: 59%;
    font-size: 0;
    vertical-align: middle;
}

.content-footer .float_right .txt .input_mid {
    width: 85%;
    display: inline-block;
    height: 35px;
    padding: 2px 8px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    font-family: "noto";
}

.content-footer .float_right .txt .btn_assess {
    width: 15%;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #fff;
    background-color: #313c4c;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    border: 1px solid #313c4c;
    padding: 6px 12px;
    font-family: "noto";
    margin-left: -1px;
}

.contact-us {
    border: 1px solid #ddd;
    margin: -1px auto 0;
    padding: 2rem 4rem;
}

.contact-us .contact-list {
    overflow: hidden;
    margin-left: -30px;
}

.contact-us .contact-list > li {
    float: left;
    margin-left: 30px;
}

.contact-us .contact-list > li strong {
    font-weight: 400;
    display: inline-block;
}

/* ===========================================================================================
공통 20200616 JYC
=========================================================================================== */
.detail-content p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.indent {
    margin-left: 1.4rem;
}

.box {
    padding: 4rem;
    margin: 1rem 0 4rem;
}

.box.bg-gray {
    background-color: #fafafa;
}

.box.border {
    border: 1px solid #dddddd;
}

.box-title.type2 {
    padding: 4rem 4rem 4rem 20rem;
    position: relative;
}

.box-title.type2 img {
    position: absolute;
    left: 4rem;
    top: 4rem;
}

.box-title.type2 img.vertical_mid {
    top: 50%;
    transform: translateY(-50%)
}

.box-title.type2 .cont {
    min-height: 8rem;
}

.box-title.type2 .title {
    margin: 0 0 1rem 0;
    color: #132f57;
}

.box-title.type2 .cont.no-p {
    display: table;
}

.box-title.type2 .cont.no-p .title {
    display: table-cell;
    vertical-align: middle;
}

.box-title.type2 p {
    margin-bottom: 1rem;
}

.btn.btn-type9 {
    background-color: #113058;
    color: #ffffff;
    border-radius: 2.5rem;
    padding: 1rem 5rem 1rem 2.5rem;
    position: relative;
    border: 0;
    min-width: 25rem;
    text-align: left;
}

.btn.btn-type9 i {
    position: absolute;
    right: 2.5rem;
    top: 1.2rem
}

.table-wrap + * {
    margin-top: 3rem;
}

.flex-wrap .table-wrap {
    margin: 0;
}

/* TODO : flex-wrap은 단지 flex로만 쓰려고 할때 사용하고
안에 grid요소가 있을때는 grid-wrap을 사용하여 여백을 마진으로 상쇄해서 사용 
.grid-wrap{margin-left: -1rem; margin-right: -1rem;}
*/
.flex-wrap {
    display: flex;
    margin: 2rem -1rem 5rem
}

/* TODO : margin: -1rem */
.flex-wrap [class*='grid'] {
    display: block;
    padding: 1rem;
    margin-top: 0;
}

.flex-wrap .grid-3 {
    width: 25%;
}

.flex-wrap .grid-4 {
    width: 33.33%;
}

.flex-wrap .grid-5 {
    width: 41.66%;
}

.flex-wrap .grid-6 {
    width: 50%
}

.flex-wrap .grid-7 {
    width: 58.44%
}

.flex-wrap .grid-8 {
    width: 66.66%
}

@media (max-width: 767px) {
    /* TODO : min-width:768px */ .flex-wrap {
        flex-wrap:wrap;
        margin-left: 0;
        margin-right: 0;
    }

    .flex-wrap [class*='grid'] {
        padding: 0;
        width: 100%;
    }

    .flex-wrap .grid-sm-6 {
        width: 50%;
    }

    .flex-wrap .grid-sm-4 {
        width: 33.33%;
    }

    .flex-wrap [class*='grid'] img {
        margin: 1rem 0;
    }
}

/* 통합검색 테이블 */
.table-wrap table.result-table th .total {
    font-weight: 400;
    color: #767676;
    font-size: 1.6rem;
    background: url("../images/korean/sub/bg_total.gif") 3px 1px no-repeat;
    padding-left: 25px;
}

.table-wrap table.result-table th .total em {
    color: #2f2f2f;
}

.table-wrap table.result-table th, .table-wrap table.result-table td {
    text-align: left;
}

.table-wrap table.result-table td > a {
    display: block;
}

.table-wrap table.result-table td > a:hover {
    text-decoration: underline;
}

.table-wrap table.result-table td .root {
    color: #767676;
    font-size: 1.5rem;
}

.table-wrap table.result-table td .root em {
    color: #161616;
}

.table-wrap table.result-table td .title {
    color: #000;
    font-size: 2rem;
}

.table-wrap table.result-table td .desc {
    color: #767676;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.table-wrap table.result-table td mark {
    background-color: #fee456;
}

.table-wrap table.result-table td span {
    color: #767676;
    font-size: 1.5rem;
    display: inline-block;
}

.table-wrap table.result-table td span.file {
    margin-left: 20px;
    position: relative;
}

.table-wrap table.result-table td span.file::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #bdbdbd;
    position: absolute;
    top: 6px;
    left: -12px;
}

.table-wrap table.result-table td span.file a:hover {
    text-decoration: underline;
}

/* 공통 파일다운로드 */
.file-download {
    width: 330px;
    margin: 0 7px;
    height: 58px;
    line-height: 3.5;
    text-align: left;
    padding-left: 60px;
    background: url("../images/korean/sub/bg_pdf.gif") 20px center no-repeat #fff;
    border-color: #ddd;
    position: relative;
    display: block;
    border: 1px solid #ddd;
}

.file-download:hover {
    border-color: #e77a27;
    color: #e77a27;
}

.file-download::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

/* 통합검색 */
.total-search2 {
    margin-bottom: 100px;
}

.total-search2 .search-area {
    text-align: center;
    border-top: 1px solid #000;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    margin-bottom: 36px;
    padding: 40px 0;
}

.total-search2 .search-area .btn {
    background-color: #e77a27;
    border-color: #e77a27;
    color: #fff;
    width: 124px;
}

.total-search2 .empty {
    text-align: center;
    color: #767676;
    line-height: 1.4;
    padding: 100px 15px;
}

.total-search2 .empty strong {
    display: block;
    font-weight: 400;
    color: #343434;
    font-size: 2rem;
    margin-bottom: 10px;
    padding-top: 150px;
    background: url("../images/korean/sub/bg_empty.gif") center top no-repeat;
}

/* 갤러리형태 */
.gallery {
    border-top: 1px solid #313c4c;
}

.gallery > li {
    position: relative;
    padding: 22px 0;
}

.gallery > li::after {
    content: "";
    clear: both;
    display: block;
}

.gallery > li > a {
    display: block;
}

.gallery > li > a:hover figure figcaption {
    text-decoration: underline;
}

.gallery > li::before {
    content: "";
    width: 1302px;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gallery > li figure .photo {
    width: 230px;
    height: 154px;
    background: url("../images/korean/sub/bg_no_img.gif") center no-repeat #fafafa;
    float: left;
}

.gallery > li figure .photo img {
    width: 100%;
    height: 100%;
}

.gallery > li figure figcaption {
    width: calc(100% - 270px);
    float: left;
    margin-left: 40px;
}

.gallery > li figure figcaption .title {
    color: #222;
    font-size: 1.8rem;
    display: block;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 500;
}

.gallery > li figure figcaption p {
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    margin-bottom: 30px;
}

.gallery.type2 {
    overflow: hidden;
}

.gallery.type2 > li {
    float: left;
    margin-left: 28px;
    width: 304px;
    overflow: visible;
}

.gallery.type2 > li::after {
    display: none;
}

.gallery.type2 > li:nth-child(4n-3) {
    margin-left: 0;
}

.gallery.type2 > li:nth-child(4n-3)::after {
    display: block;
}

.gallery.type2 > li figure .photo {
    width: 100%;
    height: 205px;
    float: inherit;
}

.gallery.type2 > li figure figcaption {
    width: 100%;
    float: inherit;
    margin-left: 0;
}

.gallery.type2 .cell-title:last-of-type {
    display: none;
}

.gallery.type2 .cell-title:last-of-type + i {
    display: none;
}

/* 웹진형태 */
.webzine-list {
    display: flex;
    flex-flow: row wrap;
    border-top: 1px solid #313c4c;
    overflow: hidden;
}

.webzine-list > li {
    width: 50%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-left: -1px;
    padding: 30px;
}

.webzine-list > li > a {
    display: block;
}

.webzine-list > li > a:hover figure figcaption {
    text-decoration: underline;
}

.webzine-list > li figure .photo {
    width: 161px;
    height: 216px;
    background: url("../images/korean/sub/bg_no_img.gif") center no-repeat #fafafa;
    float: left;
    border: 1px solid #ddd;
}

.webzine-list > li figure .photo img {
    width: 100%;
    height: 100%;
}

.webzine-list > li figure figcaption {
    float: left;
    width: calc(100% - 210px);
    margin-left: 35px;
}

/* 20.05.28 ldy / ADD 채널 - 무내미 - 메인테이블 */
.webzine-list > li figure figcaption .title {
    display: block;
    color: #222;
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.webzine-list > li figure figcaption em {
    font-size: 1.8rem;
    color: #e77a27;
    display: none;
    margin-bottom: 15px;
}

.webzine-list > li figure figcaption p {
    line-height: 1.5;
    min-height: 9rem;
    overflow: hidden;
    margin-bottom: 3rem;
    font-size: 1.4rem;
}

.webzine-list > li figure figcaption .btn {
    position: relative;
    width: 130px;
    margin-bottom: 0.3rem;
    padding-left: 17px;
    border-radius: 20px;
    text-align: left;
    font-size: 1.3rem;
}

.webzine-list > li figure figcaption .btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-width: 1px 1px 0 0;
    border-color: #e9853a;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -5px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.webzine-list > li:nth-child(2n-1) {
    padding-left: 0;
}

.cell-title {
    color: #000;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    font-weight: 400;
}

.cell-title + .cell-title {
    margin-left: 10px;
    padding-left: 10px;
}

.cell-title + .cell-title::before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ddd;
    position: absolute;
    top: 4px;
    left: -2px;
}

.attach-group {
    display: inline-block;
    position: relative;
}

.attach-box {
    width: 368px;
    min-height: 100px;
    background-color: #fff;
    border: 1px solid #ddd;
    position: absolute;
    top: 40px;
    right: -20px;
    z-index: 10;
    text-align: left;
    padding: 20px 30px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    min-height: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.attach-box .title {
    display: block;
    color: #000;
    margin-bottom: 10px;
}

.attach-box .file-list > li {
    margin-top: 10px;
}

.attach-box .file-list > li > a {
    font-size: 1.5rem;
    color: #666;
    display: block;
    padding-left: 28px;
    position: relative;
    line-height: 1.2;
}

.attach-box .file-list > li > a::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(../images/common/bg_files.gif) no-repeat;
}

.attach-box .file-list > li > a.pdf::before {
    background-position: 0 0;
}

.attach-box .file-list > li > a.word::before {
    background-position: 0 -28px;
}

.attach-box .file-list > li > a.excel::before {
    background-position: 0 -55px;
}

.attach-box .file-list > li > a.ppt::before {
    background-position: 0 -82px;
}

.attach-box .file-list > li > a.img::before {
    background-position: 0 -112px;
}

.attach-box .file-list > li > a.zip::before {
    background-position: 0 -166px;
}

.attach-box .file-list > li > a.etc::before {
    background-position: 0 -139px;
}

.attach-box .file-list > li > a:hover {
    text-decoration: underline;
    color: #000;
}

.attach-box .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.attach-box::after {
    content: "";
    width: 14px;
    height: 14px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    position: absolute;
    top: -8px;
    right: 56px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.attach-box.active {
    visibility: visible;
    opacity: 1;
    min-height: inherit;
}

.btns {
    text-align: center;
    margin: 20px 0 30px;
    overflow: hidden;
    font-size: 0;
}

.btns .btn {
    padding: 0 40px;
    min-width: 125px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    font-size: 1.6rem;
    background-color: #313c4c;
    color: #fff;
    border-color: #313c4c;
}

.btns .btn.btn-primary {
    background-color: #e77a27;
    border-color: #e77a27;
}

.btns.right {
    text-align: right;
}

.btns .btn.more {
    background-color: #fff;
    border-color: #dedede;
    border-radius: 20px;
    color: #555;
}

.arr {
    display: inline-block;
    position: relative;
}

.arr.top::after {
    content: "";
    border-color: transparent transparent #383b40 transparent;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    right: -20px;
}

.arr.under::after {
    content: "";
    border-color: #383b40 transparent transparent transparent;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 5px;
    right: -20px;
}

/* pagenation */
.pagenation {
    text-align: center;
    font-size: 0;
    margin: 3rem 0 0;
}

.pagenation > a, .pagenation .active {
    display: inline-block;
    vertical-align: middle;
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
    color: #666;
    border: 1px solid #dee2ea;
    margin: 0 2px;
    line-height: 2.5;
}

.pagenation .active {
    background-color: #313c4c;
    border-color: #313c4c;
    color: #fff;
}

.pagenation a.arr {
    background: url(../images/korean/sub/i_arr_first.gif) center center no-repeat;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.pagenation a.arr.prev {
    background-image: url(../images/korean/sub/i_arr_prev.gif);
}

.pagenation a.arr.next {
    background-image: url(../images/korean/sub/i_arr_next.gif);
}

.pagenation a.arr.last {
    background-image: url(../images/korean/sub/i_arr_end.gif);
}

.movement {
    border-top: 1px solid #d1d4da;
}

.movement > li {
    border-bottom: 1px solid #d1d4da;
    overflow: hidden;
    height: 5rem;
}

.movement > li strong {
    width: 20%;
    display: inline-block;
    background-color: #f9f9f9;
    text-align: center;
    color: #333;
    padding: 17px 25px;
    border-right: 1px solid #d1d4da;
    float: left;
    position: relative;
    font-weight: 500;
}

.movement > li strong::before {
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #9a9a9a;
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}

.movement > li .link {
    padding: 17px 25px;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

.movement > li .date {
    padding: 17px 25px;
    display: inline-block;
    font-size: 1.5rem;
    color: #666;
}

.movement > li:last-child strong::before {
    border-width: 0 0 2px 2px;
}

/* 콘텐츠 공통 */
[class^="scene"]:first-child {
    margin-top: 0;
}

[class^="scene"] {
    margin: 6rem 0;
}

[class^="scene"]:last-child {
    margin-bottom: 0;
}

h3, h4.title, [class^="scene"] h4 {
    font-weight: 500;
    font-size: 2.3rem;
    color: #000;
    margin: 4rem 0 2rem;
}

.detail-content .title-desc {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.6;
    background-color: #f4f5f7;
    border: 1px solid #dde1e9;
    padding: 3rem;
    margin-bottom: 4rem;
}

.detail-content .title-desc p {
    margin-bottom: 0;
}

.detail-content .title-desc p ~ p {
    margin-top: 1rem
}

.detail-content hr {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.detail-content h5.title, .detail-content .dot-title {
    font-size: 2rem;
    line-height: 1.5;
    color: #333;
    padding-left: 14px;
    margin: 2rem 0 1rem;
    font-weight: 400;
    position: relative;
}

h5.title::after, .dot-title::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e77a27;
    border-radius: 50%;
    position: absolute;
    top: 1.2rem;
    left: 0;
}

/* list */
.list > li {
    color: #666;
    margin-top: 5px;
    position: relative;
    line-height: 1.5;
}

.list > li:first-child {
    margin-top: 0;
}

.list.dash > li {
    padding-left: 1.5rem;
}

.list.dash > li::before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #717171;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.list.dot > li {
    padding-left: 1.5rem;
}

.list.dot > li::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #8b8c8e;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.list .indent {
    margin-left: 2rem;
}

.btn-wrap {
    margin-top: 2rem;
}

.scene0 .list.dash > li::after {
    display: none;
}

.common-box {
    padding: 30px;
    margin-bottom: 15px;
}

.common-box .list {
    margin-bottom: 0;
}

.common-box .list > li::after {
    left: 0;
}

.common-box.border {
    border: 1px solid #ddd;
}

.common-box.bg {
    background-color: #f9f9f9;
}

.caution {
    position: relative;
    padding-left: 24px;
    margin-bottom: 1rem;
    margin-top: .5rem;
}

.caution::before {
    content: "!";
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #e77a27;
    border-radius: 50%;
    position: absolute;
    top: .2rem;
    left: 0;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
}

.bg-area {
    padding: 4rem 0;
    position: relative;
}

.bg-area > h4.title:first-of-type {
    margin-top: 0;
}

.common-content strong.title {
    border-top: 1px solid #313c4c;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 2rem;
    color: #000;
    font-weight: 400;
    height: 90px;
    line-height: 3;
    margin-bottom: 40px;
    position: relative;
}

.common-content strong.title em {
    font-size: 3rem;
    color: #000;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
    margin-right: 13px;
    padding-right: 13px;
    position: relative;
}

.common-content strong.title em::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -2px;
    display: none;
}

.common-content .sentence p {
    margin: 20px 0 20px;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #333;
    /*word-break: keep-all;*/
}

.common-content .sentence span {
    display: block;
    margin: 10px 0 30px;
    text-align: center;
}

.common-content strong.title .pdf {
    position: absolute;
    right: 0;
    top: 26px;
    display: block;
    width: 240px;
    margin: 0;
    height: 40px;
    line-height: 1.8;
    text-align: left;
    padding-left: 60px;
    background: url("../images/korean/sub/bg_pdf_red.gif") 20px center no-repeat #fff;
    border-color: #ddd;
    border-radius: 30px;
}

.common-content strong.title .pdf::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 16px;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.common-content strong.title .pdf:hover, .common-content strong.title .pdf:focus {
    border-color: #e77a27;
    color: #e77a27;
}

.common-content strong.title .pdf + .pdf {
    right: 250px;
}

.common-content strong.subject {
    display: block;
    font-size: 2rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
}

.common-content strong.title .video {
    position: absolute;
    right: 0;
    top: 26px;
    display: block;
    width: 137px;
    height: 40px;
    margin: 0;
    line-height: 1.8;
    border-radius: 30px;
}

.common-content strong.title .video.left {
    right: 250px;
}

.common-content strong.title .video.type-a {
    right: 145px;
}

.common-content strong.title .video i {
    font-size: 2rem;
    color: #313c4c;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.common-content .sentence .table-wrap {
    margin-top: 15px;
}

.common-content .sentence-etc {
    margin-top: 40px;
}

.common-content .sentence-etc .box-list {
    margin: 0 -7px;
}

.common-content .sentence-etc .box-list::after {
    content: '';
    display: block;
    clear: both;
}

.common-content .sentence-etc .box-list > li {
    padding: 0 7px;
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.common-content .sentence-etc .box-list .subject {
    font-size: 2rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.common-content .sentence-etc .box-list .border-box {
    border: 1px solid #ddd;
    height: 240px;
    padding: 30px;
}

.common-content .sentence-etc .box-list .border-box .other-type {
    display: inline-block;
}

.common-content .sentence-etc .box-list .border-box .list {
    display: inline-block;
    width: 180px;
    vertical-align: top;
}

.common-content .sentence-etc .box-list .border-box .list > li {
    padding-left: 20px;
}

.common-content .sentence-etc .box-list .border-box .list > li::after {
    left: 6px;
}

.common-content .sentence-etc .box-list p.dash {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    letter-spacing: -0.035em;
}

.common-content .sentence-etc .box-list p.dash::before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #717171;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 6px;
}

.common-content .sentence-etc .box-list > li.full {
    width: 100%;
    float: inherit;
}

.common-content .sentence-etc .box-list > li.full .border-box {
    height: inherit;
    text-align: center;
}

.common-content .sentence-etc .box-list .border-box .cont {
    display: inline-block;
    margin: 0 20px;
}

.common-content .sentence-etc .box-list .border-box p {
    padding: 15px 0;
}

.common-content .sentence-etc .box-list .border-box.margin .list {
    margin-left: 20px;
}

.divide {
    display: table;
    table-layout: fixed;
    margin: 0 -5px;
    width: 100%;
}

.divide > li {
    display: table-cell;
    vertical-align: top;
}

.divide > li img {
    padding: 10px 5px;
}

/* 팝업레이어 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.modal .modal-container {
    width: 1100px;
    height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    position: relative;
}

.modal .modal-container .common-content {
    width: 100%;
    height: 72vh;
    padding: 50px 75px 75px;
    overflow: auto;
    background-color: #fff;
}

.modal .modal-container .close {
    display: block;
    width: 260px;
    height: 62px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    line-height: 2.3;
    transform: translateX(-50%);
}

.modal .modal-container .close i {
    vertical-align: middle;
}

.modal.active {
    display: block;
}

/* ===========================================================================================
01 윤리경영 
=========================================================================================== */
/* 윤리경영 > 고객헌장 */
.customer-charter .title {
    color: #113058;
    font-weight: 700;
    font-size: 4rem;
    text-align: center;
    margin-top: 0;
}

.customer-charter .title::before {
    content: url('../images/korean/sub/0103_01_img1.png');
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
}

.customer-charter .title::after {
    content: url('../images/korean/sub/0103_01_img2.png');
    display: inline-block;
    margin-left: 1rem;
    vertical-align: middle;
}

.customer-charter .desc {
    color: #333333;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

.customer-charter .list {
    background-color: #ffffff;
    padding: 5rem;
    margin: 3rem 0;
}

.customer-charter .list li {
    padding: 1rem;
}

.customer-charter .list li ~ li {
    border-top: 1px dotted #b2b2b2;
}

.customer-charter .list li .one {
    display: inline-block;
    vertical-align: middle;
    background-color: #113058;
    width: 5.6rem;
    height: 5.6rem;
    line-height: 5.6rem;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 3rem;
}

.customer-charter .list li p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 10rem);
}

.customer-charter .sign {
    color: #111111;
    font-size: 1.8rem;
    line-height: 2.3;
    text-align: center;
}

.customer-charter .sign img {
    width: 20rem;
    padding-left: 10px;
}

/* 윤리경영 > 국방기술보호 */
.skill-protect-mission {
    text-align: center;
    position: relative;
    margin: 5rem 0;
}

.skill-protect-mission .title {
    color: #333333;
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
}

.skill-protect-mission .desc {
    color: #555555;
    font-size: 2rem;
}

.skill-protect-mission::before {
    content: url('../images/korean/sub/0109_title1.gif');
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.skill-protect-mission::after {
    content: url('../images/korean/sub/0109_title2.gif');
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.basic-box {
	padding: 3.5rem 2rem;
	border: 1px solid #ddd;
	overflow: hidden;
	}
	
/* 윤리경영 > ADD청렴선언문 */
.integrity [class$='_cont'] {
    display: flex;
}

.integrity [class$='_cont'] .tit {
    min-width: 12.7rem;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
    padding: 2rem;
    border-radius: 0.3rem;
}

.integrity [class$='_cont'] .cont, .integrity [class$='_cont'] .item_wrap {
    width: 100%;
    margin-bottom: 1.4rem;
}

.integrity [class$='_cont'] .cont {
    border-radius: 0.3rem;
    padding: 2rem
}

.integrity [class$='_cont'] .item {
    padding: 2rem;
    border-radius: 0.3rem;
    margin: 0 .5rem;
}

.integrity [class$='_cont'] .item_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding: 0;
}

.integrity .vision_cont .tit {
    background-color: #113058;
}

.integrity .vision_cont .cont {
    background-color: #fafafa;
    border: 1px solid #113058;
    font-size: 2.5rem;
    color: #113058;
    text-align: center;
}

.integrity .goal_cont .tit {
    background-color: #35629c;
}

.integrity .goal_cont .cont {
    background-color: #fafafa;
    border: 1px solid #35629c;
    font-size: 2rem;
    color: #35629c;
    text-align: center;
}

.integrity .strategy_cont .tit {
    background-color: #657287;
    border: 1px solid #657287;
}

.integrity .strategy_cont .item {
    background-color: #fafafa;
    border: 1px solid #657287;
    width: calc(25% - 1rem);
    font-size: 1.8rem;
    text-align: center;
    color: #333333;
}

.integrity .practice1_cont .tit {
    background-color: #7f91a9;
}

.integrity .practice1_cont .item {
    border: 1px solid #dddddd;
    width: calc(25% - 1rem);
    counter-reset: item;
}

.integrity .practice1_cont .item li {
    position: relative;
    padding-left: 2.5rem;
}

.integrity .practice1_cont .item li::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #767676;
}

.integrity .practice2_cont .tit {
    background-color: #9ba1aa;
}

.integrity .practice2_cont .item {
    border: 1px solid #ccc;
    width: calc(33.33% - 1rem);
    padding: 0;
}

.integrity .practice2_cont .item strong {
    display: block;
    background-color: #fafafa;
    color: #333333;
    text-align: center;
    padding: 1rem;
    border-bottom: 1px solid #ccc;
}

.integrity .practice2_cont .item ul {
    margin: 2rem;
}

.integrity .return_cont .tit {
    background-color: #f1f1f1;
    color: #333;
}

.integrity .return_cont .cont {
    border: 1px solid #f1f1f1;
}

.safety-list {
    text-align: center;
    padding-top: 2rem;
}

.safety-manage {
    padding: 0 4rem;
    position: relative;
}

.safety-manage .title-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.safety-manage .title-wrap::before {
    content: '';
    display: block;
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #f4f5f7;
    z-index: -1;
    position: absolute;
    transform: translate(-4rem, -4rem)
}

.safety-manage .round-subject {
    display: block;
    width: 27rem;
    height: 27rem;
    background-color: #fff;
    border-width: 5rem;
    border-color: #113058 #358a9c #35629c #5c3695;
    border-radius: 50%;
    border-style: solid;
    text-align: center;
    word-break: keep-all;
    z-index: 10;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
}

.safety-manage .round-subject span {
    display: block;
    width: 90%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.5rem;
    font-weight: 500;
    color: #000;
}

.safety-manage ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.safety-manage ol li {
    text-align: left;
    width: 50%;
    counter-increment: number;
    position: relative;
}

.safety-manage .item {
    padding: 4rem 1rem 5rem 20rem;
    min-height: 25rem;
    height: 100%;
    position: relative;
    font-size: 2.2rem;
    color: #555555;
}

.safety-manage .item::before {
    content: "0" counter(number);
    font-size: 5rem;
    color: #dbdbdb;
    font-style: italic;
    font-family: 'Play';
    font-weight: 700;
    letter-spacing: -.05em;
    display: block;
}

.safety-manage li:nth-child(1) .item, .safety-manage li:nth-child(3) .item {
    padding: 4rem 20rem 5rem 1rem;
}

.safety-manage li:nth-child(-n+2) .item {
    border-bottom: 1px solid #ddd;
}

.safety-manage .item strong {
    color: #222;
    font-size: 3rem;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}
.technology-org {
	padding: 3rem 6.5rem;
	background-color: #fafafa;
	word-break: keep-all;
	}
.technology-org .org-list .security-center {
	display: block;
	width: 26.3rem;
	margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #4971a5;
	color: #fff;
	text-align: center;
	}
.technology-org .part {
	display: flex; flex-flow: row wrap;
	position: relative;
    margin: 0 -0.5rem;
	padding-top: 1.5rem;
	}
.technology-org .part::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 1.5rem;
	background-color: #D4D4D4;
	content:'';
	}
.technology-org .part > li {
	position: relative;
	width: calc(25% - 1rem);
	margin: 0 0.5rem;
    padding-top: 1.6rem;
	}
.technology-org .part > li::before {
	position: absolute;
	top: 0;
	left: 50%;
    width: calc(100% + 1rem);
    height: 1.6rem;
    border-top: 1px solid #D4D4D4;
    border-left: 1px solid #D4D4D4;
	content: '';
	}
.technology-org .part > li:last-child::before {
	left: auto;
	right: 50%;
    border-left: none;
    border-right: 1px solid #D4D4D4;
	}
	
.technology-org .part > li > em {
	display: block;
	min-height: 6.8rem;
	padding: 1.25rem 1rem;
    background-color: #657287;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
	}
.technology-org .part > li > em > span {
	display: block;
    margin-bottom: 0.3rem;
    font-size: 1.4rem;
    font-weight: 400;
	}
.technology-org .part .list {
    height: calc(100% - 6.8rem);
    padding: 2rem;
	background-color: #fff;
	}
.technology-org .part .list > li {
	padding-left: 1rem;
	}
.technology-org .part .list > li::before {
	width: 0.4rem;
	height: 0.4rem;
	}
.technology-org .txt {
	margin-top: 1.5rem;
    padding: 2rem 1rem;
	background-color: #e47632;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	}
.major-role .img {
    display: block;
	height: 15rem;
	}
.major-role .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.major-role .info {
    height: calc(100% - 15rem);
    margin: 0;
	padding: 2rem;
	word-break: keep-all;
    }
.major-role .info strong {
    display: block;
    margin-bottom: 2rem;
    color: #333;
    letter-spacing: -0.1rem;
    font-size: 1.8rem;
	}
.major-role .list.dash > li {
	letter-spacing: -0.1rem;
	font-size: 1.5rem;
	}
.protection-system {
	display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between;
	padding: 3.5rem 10rem;
	}
.protection-system .process {
	width: calc(100% - 26.5rem);
	}
.protection-system .pic {
	width: 26.3rem;
	}
.protection-system .pic img {
	margin: 1rem 0;
	}

/* ===========================================================================================
02 ADD소개
=========================================================================================== */
/* 인사말 */
.greeting .slogan_cali {
    margin-bottom: 4rem;
}

.greeting .slogan {
    font-size: 3.5rem;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3rem;
}

.greeting .text-strong {
    color: #111111;
    font-size: 1.9rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.greeting .sign {
    color: #111111;
    font-size: 2.2rem;
    line-height: 2.3;
}

.greeting .sign img {
    width: 20rem;
    padding-left: 10px;
}

/* CI 소개 */
.ci .horizontal {
    overflow: hidden;
}

.ci .horizontal h4 {
    width: 260px;
    text-align: left;
    font-weight: 500;
    font-size: 2.3rem;
    color: #000;
    margin-bottom: 20px;
}

.ci .horizontal .contents {
    margin-bottom: 45px;
}

.ci .horizontal .contents h5 {
    font-size: 2rem;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
}

.ci .horizontal .contents .ci-area {
    border: 1px solid #dfdfdf;
    padding: 51px 15px;
    height: 241px;
}

.ci .horizontal .contents .ci-area img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.ci .horizontal .contents .ci-area.grid {
    background: url("../images/korean/sub/bg_pattern.gif") repeat;
}

.ci .horizontal + .horizontal .contents .ci-area.grid {
    padding: 74px 131px;
}

.ci .horizontal .dot-list {
    margin: 4rem -2% 0;
    overflow: hidden;
}

.ci .horizontal .dot-list > li {
    position: relative;
    margin-bottom: 10px;
    width: 46%;
    margin: 0 2%;
    float: left;
}

.ci .horizontal .dot-list > li strong {
    font-size: 2rem;
    color: #222;
    font-weight: 400;
    padding: 0 0 5px 15px;
    display: block;
}

.ci .horizontal .dot-list > li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e77a27;
    position: absolute;
    top: 6px;
    left: 0;
}

.ci .horizontal .file {
    float: right;
    width: 200px;
    padding-left: 25px;
    background: #e77a27;
    line-height: 3;
    text-align: left;
    color: #fff;
    border-color: #ddd;
    position: relative;
    margin-bottom: 30px;
}

.ci .horizontal .file::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    padding: 0 20px;
}

.ci .horizontal .file:hover {
    border-color: #e77a27;
    color: #e77a27;
    background: #fff;
}

/* 청렴신문고 */
.Newspaper > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.Newspaper > ul li {
    text-align: center;
    width: 30%;
    margin: 1.5%;
    padding: 5rem 0rem;
    border: 1px solid #cfcfcf;
}

.Newspaper > ul li p {
    fonts-size: 2rem;
    margin-top: 3rem;
}

.Newspaper .btn {
    background-color: #525252;
    color: #ffffff;
    padding: 0.5rem 2rem;
    display: inline-block;
    border: 0;
}

/* 오시는길 */
.locate .common-box {
    padding: 3rem 6rem;
    background-color: #3a4454;
    color: #ffffff;
    position: relative;
    border: 0;
}

.locate .common-box::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 100%;
    background-color: #fdb913;
    position: absolute;
    left: 0;
    top: 0;
}

.locate .contact-us-list > li {
    padding: 5px 0;
}

.locate .contact-us-list > li strong {
    display: inline-block;
    width: 20%;
    min-width: 17rem;
    font-weight: 400;
    font-size: 1.8rem;
}

.locate .contact-us-list i {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    margin-right: 1rem;
    text-align: center;
}

.locate .root-list > li {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}

.locate .root-list > li .bullet {
    width: 180px;
    height: 146px;
    border: 1rem solid #e6ecf5;
    display: block;
    float: left;
    font-size: 2rem;
    color: #000;
    text-align: center;
    font-weight: 400;
    padding-top: 80px;
    background: center 25px no-repeat;
}

.locate .root-list > li .bullet.car {
    background-image: url("../images/korean/sub/bg_car.gif");
}

.locate .root-list > li .bullet.bus {
    background-image: url("../images/korean/sub/bg_bus.gif");
}

.locate .root-list > li .bullet.train {
    background-image: url("../images/korean/sub/bg_train.gif");
}

.locate .root-list > li .bullet.metro {
    background-image: url("../images/korean/sub/bg_metro.gif");
}

.locate .root-list > li .list.dot {
    margin-left: 220px;
}

.locate .root-list > li .list.dot > li::before {
    width: 6px;
    height: 6px;
    background-color: #e77a27;
}

.locate .root-list > li .list.dot strong {
    font-size: 2rem;
    color: #222;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

/* 연혁 */
.history {
    position: relative;
}

/*정보공개에도 똑같은 탭이 있어서 클래스명 변경*/
.bookmark-wrap {
    position: relative;
}

.bookmark {
    display: flex;
    margin-top: 0;
    margin-bottom: 4rem;
    position: absolute;
    width: 100%;
    max-width: 1090px;
    z-index: 1;
    border: 0;
}

.bookmark>li {
    flex: 1;
}

.bookmark>li::after, .bookmark > li.active > a::after {
    display: none;
}

.bookmark>li>a {
    line-height: inherit;
    height: auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde1e9;
    color: #333333;
    background-color: #fff;
    text-align: center;
    margin: 0 -1px;
    padding: 2rem 1rem;
    transition: .25s;
    font-size: 1.7rem;
}

.bookmark>li.active a {
    border-color: #e77a27;
    color: #e77a27;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.bookmark.fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
}

/*
.tab-page01{padding-top: 10rem;position: relative;}
.tab-page01 .bookmark{margin-top: -7rem;display: flex;}
.tab-page01 .bookmark.fixed{margin-top: 0;}
.tab-page01 .bookmark li{display: table-cell;flex:1;}
.tab-page01 .bookmark li a{display: flex;height: 100%;align-items:center;justify-content: center;}
*/
.history [class^="scene"] {
    padding-top: 0px;
    padding-bottom: 0px;
}

.history .scene0 {
    height: 490px;
    background-color: #fff;
}

.history .scene0 ol {
    overflow: hidden;
}

.history .scene0 ol > li {
    width: 50%;
    float: left;
    text-align: center;
    counter-increment: number;
    position: relative;
}

.history .scene0 ol > li > div {
    margin: 0 60px;
}

.history .scene0 ol > li strong {
    font-size: 2.6rem;
    color: #000;
    display: block;
    margin-bottom: 24px;
    font-weight: 500;
    padding-top: 206px;
    position: relative;
}

.history .scene0 ol > li strong::before {
    width: 186px;
    height: 186px;
    border-radius: 50%;
    background: url(../images/korean/sub/i_mission.png) center no-repeat #e9873c;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -93px;
}

.history .scene0 ol > li strong::after {
    content: "MISSION";
    font-size: 8rem;
    color: rgba(63, 63, 63, 0.1);
    position: absolute;
    top: 120px;
    left: 50%;
    font-weight: 600;
    letter-spacing: -.05em;
    transform: translateX(-50%);
}

.history .scene0 ol > li strong em {
    font-size: 2rem;
    color: #e77a27;
    display: block;
    font-weight: 400;
}

.history .scene0 ol > li p {
    border-width: 1px;
    border-color: #ddd transparent;
    border-style: solid;
    color: #666;
    line-height: 1.6;
    padding: 24px 0;
    min-height: 15rem
}

.history .scene0 ol > li:last-child strong::before {
    background: url(../images/korean/sub/i_function.png) center no-repeat #525a65;
}

.history .scene0 ol > li:last-child strong::after {
    content: "FUNCTION";
}

.history .scene2 {
    background-color: #f8f8f8;
}

.history .scene2 .time-line {
    position: relative;
    overflow: hidden;
}

.history .scene2 .time-line::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 50%;
}

.history .scene2 .time-line > li {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 50%;
    float: right;
    padding-left: 60px;
    position: relative;
}

.history .scene2 .time-line > li::before {
    width: 16px;
    height: 16px;
    content: "";
    border: 3px solid #f9a825;
    border-radius: 50%;
    position: absolute;
    top: 95px;
    left: -8px;
}

.history .scene2 .time-line > li .year {
    display: block;
    font-size: 4rem;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}

.history .scene2 .time-line > li .accident > li {
    color: #767676;
    margin-top: 10px;
    font-weight: 400;
}

.history .scene2 .time-line > li:nth-child(even) {
    padding-top: 300px;
    text-align: right;
    padding-right: 60px;
    padding-left: 0;
}

.history .scene2 .time-line > li:nth-child(even)::before {
    top: 315px;
    left: inherit;
    right: -8px;
}

/* 비전 및 경영전략 */
.vision .scene0 {
    text-align: center;
    background: url("../images/korean/sub/bg_vision.gif") center top no-repeat;
}

.vision .scene0 .title {
    display: block;
    font-size: 2.5rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 9rem;
    padding-top: 5rem;
}

.vision .scene0 .title span {
    color: #e77a27;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
}

.vision .scene0 .goal {
    border: 1px solid #e6e6e6;
    background-color: rgba(255, 255, 255, 0.7);
    width: 660px;
    height: 65px;
    margin: 0 auto;
    font-size: 2rem;
    color: #000;
    font-weight: 400;
    line-height: 2.5;
    border-radius: 30px;
    margin-bottom: 15px;
    text-align: left;
    padding: 0 60px;
}

.vision .scene0 .goal span {
    font-size: 2.6rem;
    font-weight: 500;
    margin-right: 20px;
    vertical-align: middle;
}

.vision .scene0 .info-graph {
    position: relative;
    margin-top: 80px;
}

.vision .scene0 .info-graph::before {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #e77a27;
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 38px;
    border-radius: 50%;
}

.vision .scene0 .info-graph strong {
    font-size: 2.6rem;
    color: #000;
    display: block;
    font-weight: 500;
    margin-bottom: 45px;
    position: relative;
}

.vision .scene0 .info-graph strong::before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 185px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%)
}

/* 20.05.28 ldy */
.vision .scene0 .info-graph ul {
    display: table;
    table-layout: fixed;
    margin: 0 auto;
}

.vision .scene0 .info-graph ul > li {
    display: table-cell;
    background: url(../images/korean/sub/bg_vision_research1.jpg) center top no-repeat;
    width: 25%;
    padding-top: 230px;
    font-size: 1.8rem;
    color: #333;
}

.vision .scene0 .info-graph ul > li:nth-child(2) {
    background-image: url(../images/korean/sub/bg_vision_research2.jpg);
}

.vision .scene0 .info-graph ul > li:nth-child(3) {
    background-image: url(../images/korean/sub/bg_vision_research3.jpg);
}

.vision .scene0 .info-graph ul > li:nth-child(4) {
    background-image: url(../images/korean/sub/bg_vision_research4.jpg);
}

.vision .scene0 .info-graph::after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #e77a27;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 38px;
    border-radius: 50%;
}

/* 조직도 */
.org_area {
    position: relative;
    text-align: center;
    word-break: keep-all !important;
    overflow: hidden;
}

.org_area p {
    margin-bottom: 0;
}

.org_area::before {
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 1px;
    height: 100%;
    background-color: #ddd;
    z-index: -1;
    content: '';
}

.org_area .directors {
    display: block;
    width: 25.5rem;
    margin: 0 auto 4rem;
    padding: 1.5rem;
    background-color: #e76b0c;
    border-radius: 3rem;
    color: #fff;
}

.org_area .inspector {
    position: absolute;
    top: 7rem;
    left: 50%;
    width: 50%;
    padding-top: 2rem;
    text-align: right;
    overflow: hidden;
}
.org_area .inspector::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.2rem;
    border-top: 1px solid #ddd;
    z-index: -1;
    content: '';
}
.org_area .inspector::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 2.2rem;
    background-color: #fff;
    border-left: 1px solid #ddd;
    z-index: -1;
    content: '';
}
.org_area .inspector > span, 
.org_area .head > li > em, 
.org_area .affiliated .radius {
    display: inline-block;
    position: relative;
    width: 25.5rem;
    padding: 1.3rem 1.5rem;
    background-color: #fff;
    border: 2px solid #e76b0c;
    border-radius: 3rem;
    color: #333;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    z-index: 1;
}
.org_area .head > li:nth-child(2) > em {
    border-color: #f9a825;
}
.org_area .deputy_director {
	position: relative;
	}
.org_area .deputy_director .tow {
	position: absolute;
    top: 5.4rem;
    left: 50%;
    transform: translateX(-50%);
    }
.org_area .affiliated {
    position: relative;
    margin: 1.4rem 0;
    text-align: right;
	}
.org_area .affiliated::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 1px;
    border: 1px dashed #ddd;
    z-index: -1;
    content: '';
	}
.org_area .ditc  {
    margin-bottom: 5.4rem;
	}	
.org_area .ditc .radius {
    border-color: #313c4c;
	}
.org_area .icmtc .radius {
    background-color: #8192ab;
    border: none;
    color: #fff;
	}
.org_area .business_department {
    overflow: hidden;
	}

.org_area .business_department > li {
    overflow: hidden;
}

.org_area .part {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.org_area .part > li {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

.org_area .part > li::before, .org_area .part > li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    border-top: 1px solid #ddd;
    content: '';
}

.org_area .part > li::after {
    left: 50%;
    width: 1px;
    height: 50%;
    background-color: #ddd;
    z-index: -1;
}

.org_area .part > li:first-child::before, .org_area .part > li:last-child::before {
    left: 50%;
    width: 50%;
}

.org_area .part > li:last-child::before {
    left: auto;
    right: 50%;
}

.org_area .part > li > span {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #fff;
    color: #333;
    font-weight: 500;
}

.org_area .department {
    margin-bottom: 3.5rem;
}

.org_area .department > li {
    width: calc(100% / 7);
    padding: 3.5rem 0.5rem 0;
}

.org_area .department > li > span {
    width: 100%;
    height: 100%;
    padding: 1.5rem 1rem;
    border: 2px solid #33619C;
    border-radius: 6rem;
}

.org_area .researcher {
    width: 90%;
    margin: 0 auto;
}

.org_area .researcher::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    content: '';
}

.org_area .researcher > li {
    width: 14.28%;
    height: 0;
    margin-top: 4rem;
    padding-top: 14.28%;
}

.org_area .researcher > li::before, .org_area .researcher > li::after {
    top: -4rem;
    z-index: 0;
}

.org_area .researcher > li > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 95%;
    padding: 2rem;
    border: 3px solid #ffd71f;
    border-radius: 100%;
    z-index: 1;
}

/* =============================
= 2018.10.11 ~ 추가 & 수정 작업 =
============================== */
/* 공통 */
.box.style1 {
    padding: 30px 40px;
    line-height: 1.7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.box.style1 .info {
    color: #e77a27;
}

.v2 .dot-list {
    margin: 0;
    font-size: 2rem;
    overflow: hidden;
}

.v2 .dot-list > li {
    position: relative;
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

.v2 .dot-list > li strong {
    font-size: 2rem;
    color: #222;
    font-weight: 400;
    padding: 0 0 5px 15px;
    display: block;
}

.v2 .dot-list > li p {
    margin-top: 15px;
}

.v2 .dot-list > li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e77a27;
    position: absolute;
    top: 9px;
    left: 0;
}

.v2 .dot-list > li + li {
    margin-top: 30px;
}

.v2 .list.dash {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #666;
}

.v2 .list.dash > li {
    margin-top: 0;
    padding-left: 15px;
}

.v2 .list.dash > li + li {
    margin-top: 10px;
}

.v2 .list.dash > li::after {
    left: 0;
}

.v2 .dot-list + .table-wrap {
    margin-top: 40px;
}

/* 임무 및 연혁 */
.history-outer {
    padding: 0 0 100px;
    margin-top: 15rem;
    border-top: 1px solid #d5d5d5;
}

.history-outer .container {
    position: relative;
}

.history .scene1 {
    padding: 0;
}

.h3_title {
    color: #333;
    font-size: 3.2rem;
    margin-bottom: 2rem;
}

/* .his_section_title:nth-of-type(1) {padding-top:0;} */
.his_section_title {
    margin-bottom: 4rem;
}

.his_section_title {
    padding: 0 0 2.5rem 0rem;
    border-bottom: 1px solid #ddd;
}

.his_section_title strong {
    color: #333;
    font-size: 2.3rem;
}

/* .his_section_title p {line-height:2.5rem; color:#333; margin-top:2rem;} */
.history .scene1 .sentence {
    border: 1px solid #ddd;
    padding: 6rem 0;
    border-left: 0;
    border-right: 0;
}

.history .scene1 .sentence > .sentence_left, .history .scene1 .sentence > .sentence_right {
    width: 50%;
    display: flex;
}

.history .scene1 .sentence .text_wrap {
    position: relative;
    padding-left: 170px;
    line-height: 2.5rem;
    padding-right: 20px;
}

.history .scene1 .sentence .text_wrap strong {
    font-size: 2rem;
}

.history .scene1 .sentence > .sentence_left .text_wrap strong {
    color: #e9873c;
}

.history .scene1 .sentence > .sentence_right .text_wrap strong {
    color: #525a65;
}

.history .scene1 .sentence > .sentence_left .text_wrap::before, .history .scene1 .sentence > .sentence_right .text_wrap::before {
    left: 0;
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.history .scene1 .sentence > .sentence_left .text_wrap::before {
    background: url(../images/korean/sub/i_mission.png) center no-repeat #e9873c;
}

.history .scene1 .sentence > .sentence_right .text_wrap::before {
    background: url(../images/korean/sub/i_function.png) center no-repeat #525a65;
}

.history-outer .tab-menu {
    background-color: #fff;
}

.history-outer .box {
    border: 1px solid #ddd;
    border-top: 0;
    display: flex;
    border-left: 0;
    border-right: 0;
    padding: 5rem 0;
    letter-spacing: -0.025em;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
}

.history-outer h3 {
    display: inline-block;
    font-size: 3.5rem;
    color: #000;
}

.history-outer .box_wrap {
    width: 50%;
}

.history-outer .year {
    position: relative;
    margin-top: 8px;
    margin-left: 40px;
    font-size: 3rem;
    color: #b5b5b5;
}

.history-outer .year:before {
    position: absolute;
    top: 12px;
    left: -20px;
    width: 1px;
    height: 15px;
    background-color: #ddd;
    content: "";
}

.history-outer hr {
    clear: both;
    display: block;
    margin: 0 0 20px;
    border: none;
}

.history-outer .history-box {
    display: inline-block;
}

.history-outer .history-box .line1 {
    margin-bottom: 10px;
    font-size: 2rem;
    color: #333;
}

.history-outer .history-box .line2 {
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: -0.05em;
    color: #767676;
}

.history-outer .history-list {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 50px;
    width: 280px;
    height: 100%;
    min-height: 300px;
}

.history-outer .history-list:before {
    position: absolute;
    top: 10px;
    left: 3px;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #ddd;
    content: "";
}

.history-outer .history-list li {
    position: relative;
    padding-left: 50px;
}

.history-outer .history-list li:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #e77a27;
    content: "";
}

.history-outer .history-list li + li {
    margin-top: 55px;
}

.history-outer .history-list li .date {
    display: block;
    margin-bottom: 5px;
    font-size: 2.1rem;
    font-weight: 400;
    color: #000;
}

/* 비전 */
/* .ci.strategy { background-color: #f8f8f8; } */
.ci.strategy img {
    max-width: 100%;
}

.ci.strategy .horizontal + .horizontal {
    margin-top: 2rem;
}

.ci.strategy .horizontal .contents h5 {
    margin-bottom: 30px;
    font-size: 2rem;
    color: #000;
}

.ci.strategy .horizontal .dot-list {
    margin: 0;
    font-size: 2rem;
}

.ci.strategy .horizontal .dot-list > li {
    float: none;
    margin: 0;
    padding-left: 15px;
    width: 100%;
}

.ci.strategy .horizontal .dot-list > li::before {
    top: 9px;
}

.ci.strategy .horizontal .dot-list > li + li {
    margin-top: 30px;
}

/* .ci.strategy .horizontal .dot-list > li p { margin-top: 15px; } */
.ci.strategy .horizontal .list.dash {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #666;
}

.ci.strategy .horizontal .list.dash > li {
    margin-top: 0;
    padding-left: 15px;
}

.ci.strategy .horizontal .list.dash > li + li {
    margin-top: 10px;
}

.ci.strategy .horizontal .list.dash > li::after {
    left: 0;
}

.ci.strategy .horizontal .dot-list + .table-wrap {
    margin-top: 40px;
}

.ci.strategy .horizontal .table-wrap img + small {
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #666;
}

/* 과학기술전문사관 */
.skill .scene0 {
    padding: 0;
}

.skill .scene0 .box.style1 {
    margin-top: 3rem;
}

.skill .scene1 .text-center + .table-wrap {
    margin-top: 20px;
}

.skill .scene4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.skill .scene4 ul li {
    width: 19%;
}

/* 아이디어제안 */
.idea.v2 [class^="scene"] {
    padding: 100px 0;
}

.idea.v2 .scene0 {
    padding: 0 0 100px;
}

.idea.v2 hr {
    clear: both;
    margin: 0;
    border: none;
}

.idea.v2 .half {
    float: left;
    width: 47%;
}

.idea.v2 .half + .half {
    margin-left: 6%;
}

.spin-on {
    position: relative;
    padding-top: 100px;
    width: 609px;
    height: 247px;
    text-align: center;
    font-size: 2rem;
    color: #000;
    background: #fff url(../images/korean/sub/bg-spin.png) no-repeat 0 0;
}

.spin-on span {
    position: absolute;
    top: 130px;
    width: 140px;
    color: #fff;
}

.spin-on .orange {
    left: 0;
}

.spin-on .navy {
    right: 0;
}

.idea.v2 .scene1 {
    background-color: #f8f8f8;
}

.idea.v2 .step {
    position: relative;
    padding-top: 90px;
    height: 575px;
    line-height: 1;
    background: url(../images/korean/sub/bg-step.png) no-repeat center center;
}

.idea.v2 .step > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #e77a27;
}

.idea.v2 .step > span + span {
    left: 50%;
    margin-left: 20px;
}

.idea.v2 .step > ul > li {
    float: left;
    margin-bottom: 95px;
    margin-left: 50px;
    padding: 0 25px;
    width: 287px;
    height: 210px;
}

.idea.v2 .step > ul > li:nth-child(1), .idea.v2 .step > ul > li:nth-child(5) {
    margin-bottom: 0;
    margin-left: 0;
}

.idea.v2 .step > ul > li:nth-child(6) {
    margin-bottom: 0;
    margin-left: 390px;
}

.idea.v2 .step > ul > li strong {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
}

.idea.v2 .step > ul > li:nth-child(5) strong, .idea.v2 .step > ul > li:nth-child(6) strong {
    text-align: center;
}

.idea.v2 .step > ul > li strong em {
    margin-right: 15px;
    color: #e77a27;
}

.idea.v2 .step > ul > li .dot-list {
    padding: 20px 0;
    font-size: 1.6rem;
}

.idea.v2 .step > ul > li .dot-list > li::before {
    top: 8px;
    width: 4px;
    height: 4px;
}

.idea.v2 .step > ul > li .dot-list > li + li {
    margin-top: 5px;
}

.idea.v2 .step > ul > li .list.dash {
    margin-top: 10px;
}

.idea.v2 .step > ul > li .list.dash > li + li {
    margin-top: 5px;
}

.idea.v2 .scene2 .half {
    padding: 50px 30px 0;
    height: 780px;
    border: 1px solid #ddd;
}

.idea.v2 .scene2 .title {
    position: relative;
    padding-left: 75px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.idea.v2 .scene2 .title span {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    background-color: #e77a27;
    border-radius: 50%;
}

.idea.v2 .scene2 .title strong {
    display: block;
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 400;
}

.idea.v2 .scene2 .title p {
    color: #767676;
}

.idea.v2 .scene2 article {
    margin-top: 20px;
}

.idea.v2 .scene2 article > span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #e77a27;
    border-radius: 14px;
}

.idea.v2 .scene2 article > p {
    line-height: 1.5;
}

.idea.v2 .scene2 article > p > span {
    display: block;
    margin-top: 5px;
    color: #e77a27;
}

.idea.v2 .scene2 article + p {
    margin-top: 30px;
}

/* 신문고 */
.sinmungo-list {
    margin-top: 50px;
}

.sinmungo-list:after {
    clear: both;
    display: block;
    width: 100%;
    content: "";
}

.sinmungo-list > li {
    float: left;
    width: 33.333%;
    text-align: center;
}

.sinmungo-list > li a {
    display: block;
    padding: 50px 0;
    width: 100%;
    height: 250px;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
}

.sinmungo-list > li a:hover {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

.sinmungo-list > li a:hover:after {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 10px solid #e77a27;
    content: "";
}

.sinmungo-list > li span {
    display: inline-block;
    width: 100%;
    height: 75px;
    line-height: 75px;
}

.sinmungo-list > li strong {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
}

.sinmungo-list > li p {
    color: #767676;
}

.sinmungo-list > li {
    margin-left: -1px;
}

.sinmungo-list > li:nth-child(3n+1) {
    margin-left: 0;
}

.sinmungo-list > li:nth-child(n+4) {
    margin-top: -1px;
}

/* 국내 MOU 현황  */
.sub040101 .table-wrap {
    margin: 4rem 0;
}

.sub040101 .his_section_title {
    padding: 0 0 2.5rem 0;
}

/* ===========================================================================================
03 연구개발
=========================================================================================== */
/* 무기체계 메인 디자인 */
.rnd-card-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rnd-card-list .item {
    display: block;
    width: 25%;
    padding: 0 1rem;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
}

.rnd-card-list .item .thumb {
    display: block;
    padding-bottom: 77%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: #000;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.5rem 0.5rem 0 0 rgba(0, 0, 0, 0.1);
}

.rnd-card-list .item .thumb::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    -webkit-transition: all .25s;
    transition: all .25s;
}

.rnd-card-list .item .thumb img {
    min-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
}

.rnd-card-list .item .title {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    padding: 0 2rem;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: all .2s .1s;
    transition: all .2s .1s;
    font-family: var(--signature-font);
    font-weight: 400;
}

.rnd-card-list .item .title::after {
    content: "자세히 보기";
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 10rem;
    margin: 1rem auto;
    padding: .5rem;
    border: 1px solid #fff;
    border-radius: 5rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.rnd-card-list a:hover .title::after {
    opacity: 1;
    visibility: visible;
}

.rnd-card-list a:hover .title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rnd-card-list a:hover .thumb::after {
    height: 100%;
}

/* 2020.05.27 임광민 무기체계 디자인 변경 */
#content .sentence .info-layout.info_right .sub_img_right {
    position: absolute;
    bottom: 0;
}

#content .sentence .info-layout.info_right .pull_left_wrap.info_coment .coment_wrap .sub_img_coment {
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin: 40px 0 10px 0;
    display: inline-block;
}

#content .sentence .info-layout.info_right .pull_left_wrap.info_coment .coment_wrap p {
    margin: 0;
}

#content .sentence .info-layout .sen_column_box img {
    width: 100%;
}

.sentence {
    overflow: hidden;
    display: flex;
    width: 100%;
}

.sentence > img {
    width: 50%;
}

.sentence .info-layout.info_left {
    min-width: 50%;
    margin-right: 3.8rem;
}

/* .sentence .info-layout.info_right .pull_left_wrap {min-height:31rem} */
.sentence .info-layout.info_right {
    position: relative;
}

.sentence .info-layout.info_left img {
    display: block;
    margin: 0 auto;
}

.sentence .info-layout .sen_column_box {
    margin-top: 10px;
    position: relative;
}

.sentence .info-layout.bbl .sen_column_box {
    margin-top: 8.5px;
}

.sentence .sen_column_box .sub_img_coment {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    background: #333;
}

.sentence .info-layout p {
    margin: 0;
}

.sentence .info-layout p + p, .sentence .info-layout + .common-box {
    margin-top: 20px;
}

.sentence .photo-layout.pull-right {
    margin-right: 0;
    width: 260px;
}

.sentence .photo-layout.table {
    table-layout: fixed;
    display: table;
    margin-bottom: 20px;
    width: 100%;
    /* background-color: #777;*/
}

.sentence .photo-layout.table li {
    display: table-cell;
    padding: 5px;
    width: 1%;
    vertical-align: bottom;
}

.sentence .photo-layout.table li a {
    display: block;
    width: 100%;
    height: 100%;
}

.common-content .title-media {
    clear: both;
    margin-top: 50px;
    padding: 30px 0 20px;
    font-size: 3rem;
    color: #000;
    border-top: 1px solid #ddd;
    /*border: 7px solid transparent; border-image: url(../images/korean/sub/patten-test.png) 30% repeat;*/
}

.video-layout {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    position: relative;
}

.video-layout iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-layout + .video-layout {
    margin-top: 10px;
}

/* 기술소통 제안하기 */
.suggestion [class^="scene"] h4 {
    text-align: inherit;
}

.suggestion [class^="scene"] {
    padding-top: 0;
    padding-bottom: 0;
}

.suggestion .box.style1 .btns, .suggestion .box.style1 .list {
    margin-bottom: 0;
}

.suggestion .box.style1.gray {
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
}

.box.complete {
    padding: 40px;
    line-height: 1.7;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #313c4c;
}

.box.complete strong.icon {
    display: block;
    margin-bottom: 10px;
    padding-top: 110px;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    background: url(../images/korean/sub/complete.png) no-repeat center top;
}

/* 20181105~7 SY,CHo 무기 */
.sentence .zoom-img {
    position: relative;
    display: block;
}

.sentence .zoom-img::after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-family: xeicon !important;
    font-size: 20px;
    color: #fff;
    background-color: #4f5269;
    content: "\e97b";
}

/* 20181109 SY,CHo 국방 R&D 파급효과 */
.list-style-picture01 {
    overflow: hidden;
}

.list-style-picture01 li {
    float: left;
    margin: 20px 1% 0;
    width: 23%;
    overflow: hidden;
}

.list-style-picture01 li img {
    width: 100%;
}

.list-style-picture01 li .title {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.rnd-card-list {
    display: flex;
    flex-wrap: wrap;
}

.rnd-card-list .item {
    display: block;
    width: 25%;
    padding: 0 1rem;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
}

.rnd-card-list .item .thumb {
    display: block;
    padding-bottom: 77%;
    height: 0;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

.rnd-card-list .item .thumb::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7));
    transition: all .25s
}

.rnd-card-list .item .thumb img {
    min-height: 100%;
    position: absolute;
    left: 0;
    min-width: 100%;
}

.rnd-card-list .item .title {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
    padding: 0 2rem;
    transform: translateY(3rem);
    transition: all .2s .1s;
    word-break: keep-all;
}

.rnd-card-list .item .title::after {
    content: "자세히 보기";
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 10rem;
    margin: 1rem auto;
    padding: .5rem;
    border: 1px solid #fff;
    border-radius: 5rem;
    transition: all .2s;
}

.rnd-card-list a:hover .title::after {
    opacity: 1;
    visibility: visible;
}

.rnd-card-list a:hover .title {
    transform: translateY(0);
}

.rnd-card-list a:hover .thumb::after {
    height: 100%
}

#content .sentence .info-layout.info_right .pull_left_wrap.info_coment {
    min-height: 37rem;
}

#content .sentence .info-layout.info_right .sub_img_right {
    position: absolute;
    bottom: 0;
}

#content .sentence .info-layout.info_right .pull_left_wrap.info_coment .coment_wrap .sub_img_coment {
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin: 40px 0 10px 0;
    display: inline-block;
}

#content .sentence .info-layout.info_right .pull_left_wrap.info_coment .coment_wrap p {
    margin: 0;
}

#content .sentence .info-layout .sen_column_box img {
    width: 100%;
}

/* ===========================================================================================
04 열린광장
=========================================================================================== */
/* 대외기술협력 */
.export-support .file.btn {
    padding-right: 10rem;
    width: auto;
}

/* 미래도전국방기술 */
.greeting .section_con {
    margin-bottom: 5rem;
}

.greeting .section_con h3, .flex_wrap h3 {
    margin: 2rem 0;
    font-size: 2.3rem;
}

.con_top_text {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
}

.greeting .section_con > img {
    display: block;
    margin: 3rem auto;
}

.yellow_hold {
    color: #333;
    font-size: 2rem;
    padding-left: 1.5rem;
    position: relative;
}

.yellow_hold::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    background: #e77a27;
    width: .7rem;
    height: .7rem;
}

.flex_bor > img {
    border: 1px solid #dddddd;
    width: 100%;
}

.flex_wrap > ul > li.flex_col2 {
    width: 20%;
}

.flex_text_box {
    border: 1px solid #dddddd;
    margin-top: -1px;
    background: #f4f4f4;
}

.flex_wrap > ul > li > p.flex_text_box {
    padding: 2rem 1rem;
}

.sub040201 .flex_table p {
    margin-bottom: 0;
}

.blue_text {
    color: #113058;
}

.sub040201 .section_con {
    margin: 0;
}

.sub040201 .con_top_text {
    line-height: auto;
    margin: 1rem 0;
}

.sub040201 .title-box {
    padding: 4rem 0 2.5rem;
    margin-bottom: 4rem;
    border-top: 1px solid #113058;
    letter-spacing: -0.05em;
}

.sub040201 .title-box > .blue_text {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.sub040201 .title-box > p {
    font-size: 2.3rem;
    color: #555555
}

/*
.sub040201 .box.bg-gray.border:last-child {text-align:left; padding:3rem 2.5rem;}
.sub040201 .box.bg-gray.border:last-child > p {font-size:1.6rem; margin:.5rem 0;}
*/
.sub040201 .content_inner_text {
    padding: .5rem 0;
}

.sub040201 .flex_wrap > ul > li {
    width: 33.3334%;
    margin: 1rem 0;
}

.sub040201 .his_section_title {
    padding-left: 0;
    padding-right: 0;
}

.sub040201 .his_section_title p {
    line-height: auto;
    margin: .5rem 0;
}

.sub040201 .his_section_title .yellow_hold {
    margin: 1rem 0;
}

.flex_table_contnet {
    display: flex;
    width: 100%;
}

.sub040201 .flex_table_contnet {
    text-align: left;
}

.sub040201 .flex_table_contnet:nth-of-type(5) {
    border-bottom: 1px solid #dddddd;
}

.sub040201 .ftc_left {
    font-weight: bold;
    color: #333;
    border-top: 1px solid #ddd;
    width: 20%;
    max-width: 15.2rem;
    padding: 2rem 0;
}

.sub040201 .ftc_right {
    border-top: 1px solid #ddd;
    margin-left: 1.5rem;
    padding: 2rem 0;
    width: 80%;
}

.sub040201 .flex_table .flex_table_contnet:nth-of-type(1) .ftc_left {
    border-top: 3px solid #333;
}

.sub040201 .flex_table {
    margin: 6rem 0;
}

.sub040201 .flex_table h3 {
    margin: 3rem 0;
}

.sub040201 .flex_table .caution {
    margin: 3rem 0;
}

.blue_hold {
    background: #113058;
    max-width: 91rem;
    margin: 0 auto 4rem;
    padding: 3rem 4rem;
    ; text-align: center;
    color: #fff;
    border-radius: 7rem;
}

.blue_hold p {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.blue_hold strong {
    font-size: 2.7rem;
}

/* 기술용역기술지원 > 기술지원 */
.sub040602 .table-graph .table-wrap table {
    height: 100%;
}

.sub040602 .table-graph .graph {
    text-align: right;
}

.future-strategy .grid-4 {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
}

.future-strategy .grid-4 ~ .grid-4::before {
    content: '';
    display: block;
    width: 3rem;
    height: 3.7rem;
    background: url("../images/korean/sub/0402_01_arrow1.gif") 0 0/contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%);
}

.future-strategy .box.border {
    border-top: 1px solid #113058;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 2rem;
    word-break: keep-all;
}

.future-strategy .box.border ul {
    margin: auto
}

.future-strategy .box.border li {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 1rem;
}

.future-strategy .box.border li~li {
    margin-top: 1rem;
}

.future-strategy .box.border span {
    font-size: 1.8rem;
    flex: 1;
}

.future-strategy .box.border strong {
    font-size: 2rem;
    color: #113058;
}

.future-flow strong {
    width: 32rem;
    color: #ffffff;
    display: block;
    margin-right: 2rem;
    padding: 2rem;
    text-align: center;
    position: relative;
}

.future-flow .flex-wrap {
    margin-bottom: 3rem;
    margin-left: 0;
    margin-right: 0;
}

.future-flow .flex-wrap ~ .flex-wrap strong::before {
    content: '';
    display: block;
    width: 2.3rem;
    height: 1.6rem;
    background: url("../images/korean/sub/0402_01_arrow.png") 0 0/contain no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -125%)
}

.future-flow .flex-wrap p {
    border: 1px solid #dddddd;
    background-color: #fafafa;
    margin-bottom: 0;
    padding: 2rem;
    line-height: inherit;
    width: 100%;
}

.future-flow div:nth-of-type(1) strong {
    background-color: #113058;
}

.future-flow div:nth-of-type(2) strong {
    background-color: #35629c;
}

.future-flow div:nth-of-type(3) strong {
    background-color: #358a9c;
}

.future-flow div:nth-of-type(4) strong {
    background-color: #5c3695;
}

.future-flow div:nth-of-type(5) strong {
    background-color: #58769c;
}

.future-flow div:nth-of-type(6) strong {
    background-color: #657287;
}

/* 연구개발절차 */
.rnd-process .scene0 {
    background-color: #f8f8f8;
    position: relative;
    padding: 120px 0;
}

.rnd-process .scene0 .process-title {
    width: 286px;
    height: 286px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #666;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 80px 50px;
    z-index: 10;
}

.rnd-process .scene0 .process-title strong {
    display: block;
    font-size: 2.5rem;
    color: #000;
    margin-bottom: 10px;
}

.rnd-process .scene0 .process-list {
    background: url("../images/korean/sub/bg_sub020101.gif") center no-repeat;
    height: 800px;
    position: relative;
}

.rnd-process .scene0 .process-list > li {
    color: #000;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #666;
}

.rnd-process .scene0 .process-list > li strong {
    display: block;
    display: block;
    font-size: 2rem;
    color: #000;
    padding-bottom: 10px;
}

.rnd-process .scene0 .process-list > li:nth-child(1) {
    margin-top: -320px;
    margin-left: -370px;
    text-align: right;
}

.rnd-process .scene0 .process-list > li:nth-child(2) {
    margin-top: -320px;
    margin-left: 170px;
}

.rnd-process .scene0 .process-list > li:nth-child(3) {
    margin-top: -20px;
    margin-left: 300px;
}

.rnd-process .scene0 .process-list > li:nth-child(4) {
    margin-top: 240px;
    margin-left: 160px;
}

.rnd-process .scene0 .process-list > li:nth-child(5) {
    text-align: right;
    margin-top: 240px;
    margin-left: -370px;
}

.rnd-process .scene0 .process-list > li:nth-child(6) {
    text-align: right;
    margin-top: -20px;
    margin-left: -500px;
}

.rnd-process .scene1 .divide {
    overflow: hidden;
}

.rnd-process .scene1 .divide > li {
    float: left;
    width: 50%;
}

.rnd-process .scene1 .divide > li .title {
    font-weight: 400;
    color: #000;
    font-size: 2.6rem;
    margin-bottom: 20px;
    display: block;
}

.rnd-process .scene1 .divide > li .title em {
    color: #d4d4d4;
    letter-spacing: 0.1em;
    font-size: 2rem;
    margin-left: 20px;
}

.rnd-process .scene1 .divide > li .desc {
    margin-bottom: 40px;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.4;
    height: 75px;
}

.rnd-process .scene1 .divide > li .info-graph {
    border: 1px solid #e1e1e1;
    width: 90%;
    position: relative;
    height: 300px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list > li {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: -45px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list > li strong {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: #e88132;
    color: #fff;
    font-weight: 400;
    padding-top: 42px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list > li:nth-child(2) {
    margin-left: 45px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list > li:nth-child(2) strong {
    background-color: rgba(60, 70, 85, 0.9);
}

.rnd-process .scene1 .divide > li .info-graph .circle-list > li:nth-child(2) .list {
    left: 100px;
    top: 0;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list > li .list {
    position: absolute;
    top: 10px;
    left: -150px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li {
    margin-top: 30px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li .list {
    top: 30px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li:nth-child(3) {
    margin-left: 0;
    margin-top: -42px;
}

.rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li:nth-child(3) strong {
    background-color: rgba(118, 109, 90, 0.9);
}

.rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li:nth-child(3) .list {
    left: 100px;
    width: 200px;
}

/* 기초연구 */
.basic-research .scene0 {
    padding-top: 0;
    padding-bottom: 70px;
}

.basic-research .scene0 .define {
    text-align: center;
    color: #333;
}

.basic-research .scene0 .define dt {
    display: block;
}

.basic-research .scene0 .define dd {
    font-size: 1.8rem;
    line-height: 2;
}

.basic-research .scene1 {
    overflow: hidden;
    background: #f8f8f8;
    height: 580px;
    text-align: center;
}

.basic-research .scene1 .info-graph {
    display: flex;
    height: 400px;
    margin: 0 auto;
    padding-top: 25px;
    position: relative;
}

.basic-research .scene1 .info-graph::before {
    width: 500%;
    height: 1px;
    background-color: #ddd;
    content: "";
    position: absolute;
    top: 128px;
    left: 50%;
    margin-left: -250%;
}

.basic-research .scene1 .info-graph > li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basic-research .scene1 .info-graph > li:first-child {
    margin-left: 0;
}

.basic-research .scene1 .info-graph > li strong {
    z-index: 2;
    position: relative;
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 197px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.basic-research .scene1 .info-graph > li strong::before {
    z-index: -1;
    content: "";
    width: 197px;
    height: 197px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.basic-research .scene1 .info-graph > li:nth-of-type(1) strong::before, .basic-research .scene1 .info-graph > li:nth-of-type(3) strong::before {
    background: url("../images/korean/sub/bg_system1.gif") 0px -37px/auto no-repeat;
}

.basic-research .scene1 .info-graph > li:nth-of-type(2) strong::before {
    width: 249px;
    height: 247px;
    background: url("../images/korean/sub/bg_system1.gif") -353px 0px/auto no-repeat;
}

/*{ background:url("../images/korean/sub/bg_system1.gif") 0px -37px / auto no-repeat; }*/
.basic-research .scene1 .info-graph > li strong em {
    font-size: 2.5rem;
}

.basic-research .scene1 .info-graph > li .list {
    margin: 40px;
}

.basic-research .scene1 .info-graph > li .list > li {
    text-align: left;
    left: 50px;
}

.basic-research .scene1 .info-graph > li .list > li::before {
    width: 4px;
    height: 4px;
    background-color: #e77a27;
}

.basic-research .scene1 .info-graph::after {
    display: block;
    content: "";
    clear: both;
}

.basic-research .scene2 ul {
    margin: 0 auto;
    background: url("../images/korean/sub/bg_process.gif") center top no-repeat;
}

.basic-research .scene2 ul > li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 150px;
    margin-bottom: 60px;
}

.basic-research .scene2 ul > li::before {
    width: 126px;
    height: 126px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -63px;
    background: center 30px no-repeat #6f6551;
    margin-left: -63px;
}

.basic-research .scene2 ul > li:nth-child(1)::before {
    background-image: url("../images/korean/sub/i_process1.png");
}

.basic-research .scene2 ul > li:nth-child(2)::before {
    background-image: url("../images/korean/sub/i_process2.png");
}

.basic-research .scene2 ul > li:nth-child(3)::before {
    background-image: url("../images/korean/sub/i_process3.png");
}

.basic-research .scene2 ul > li:nth-child(4)::before {
    background-image: url("../images/korean/sub/i_process4.png");
}

.basic-research .scene2 ul > li:nth-child(5)::before {
    background-image: url("../images/korean/sub/i_process5.png");
}

.basic-research .scene2 ul > li:nth-child(6)::before {
    background-image: url("../images/korean/sub/i_process6.png");
}

.basic-research .scene2 ul > li:nth-child(7)::before {
    background-image: url("../images/korean/sub/i_process7.png");
}

.basic-research .scene2 ul > li:nth-child(8)::before {
    background-image: url("../images/korean/sub/i_process8.png");
}

.basic-research .scene2 ul > li:first-child::before {
    background-color: #e77a27;
}

.basic-research .scene2 ul > li:nth-child(5), .basic-research .scene2 ul > li:nth-child(6), .basic-research .scene2 ul > li:nth-child(7), .basic-research .scene2 ul > li:nth-child(8) {
    float: right;
}

.basic-research .scene2 ul > li:last-child::before {
    background-color: #313c4c;
}

.basic-research .scene2 ul::after {
    display: block;
    content: "";
    clear: both;
}

.basic-research .scene3 {
    background: fixed url("../images/korean/sub/bg_research_department.jpg") center top/cover no-repeat;
    color: #fff;
}

.basic-research .scene3 h4 {
    color: #fff;
}

.basic-research .scene3 .research-list {
    overflow: hidden;
    margin: 0 auto;
}

.basic-research .scene3 .research-list > li {
    width: 140px;
    height: 140px;
    border: 3px solid #fff;
    float: left;
    margin: 14px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
}

.basic-research .scene3 .research-list > li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    display: inline-block;
    font-size: 1.8rem;
}

.basic-research .scene4 ol {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    background: url("../images/korean/sub/bg_develop_plan.gif") center top no-repeat;
}

.basic-research .scene4 ol > li {
    display: table-cell;
    height: 210px;
    font-size: 1.8rem;
    color: #666;
    line-height: 1.5;
    text-align: right;
    position: relative;
}

.basic-research .scene4 ol > li span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.basic-research .scene4 ol > li:last-child span {
    left: inherit;
    right: 100px;
}

/* 특화연구센터 */
.research-center .scene0 {
    padding-top: 0;
    padding-bottom: 70px;
}

.research-center .scene0 .define {
    text-align: center;
    color: #333;
}

.research-center .scene0 .define dt {
    display: block;
}

.research-center .scene0 .define dd {
    font-size: 1.8rem;
    line-height: 1.4;
}

.research-center .scene1 {
    background-color: #f8f8f8;
}

.research-center .scene1 .goal-list {
    display: table;
    width: 100%;
}

.research-center .scene1 .goal-list > li {
    display: table-cell;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    position: relative;
    padding-top: 220px;
}

.research-center .scene1 .goal-list > li::before {
    content: "";
    width: 198px;
    height: 198px;
    border-radius: 50%;
    background: url(../images/korean/sub/i_goal1.png) center no-repeat #e9863b;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -99px;
}

.research-center .scene1 .goal-list > li:nth-child(2)::before {
    background-color: #454e5d;
    background-image: url(../images/korean/sub/i_goal2.png);
}

.research-center .scene1 .goal-list > li:nth-child(3)::before {
    background-color: #7c7361;
    background-image: url(../images/korean/sub/i_goal3.png);
}

.research-center .scene2 .organ {
    width: 865px;
    height: 457px;
    background: url(../images/korean/sub/bg_organ1.gif) center no-repeat;
    margin: 0 auto;
}

.research-center .scene3 {
    background: fixed url("../images/korean/sub/bg_sub03010203.jpg") center top/cover no-repeat;
    height: 594px;
    color: #fff;
}

.research-center .scene3 h4 {
    color: #fff;
}

.research-center .scene3 ul {
    width: auto;
    margin: -13px auto 0;
    overflow: hidden;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.research-center .scene3 ul > li {
    width: 30%;
    margin: 17px;
    float: left;
    border: 1px solid #fff;
    height: 164px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    font-weight: 400;
    line-height: 1.4;
}

.research-center .scene3 ul > li strong {
    color: #f9a825;
    font-size: 2rem;
    font-weight: 400;
    display: block;
    padding: 25px 0;
}

.research-center .scene4 .container {
    position: relative;
}

.research-center .scene4 h5 {
    font-size: 2.5rem;
    color: #000;
    text-align: center;
    font-weight: 500;
    position: absolute;
    bottom: 125px;
    left: 50%;
    margin-left: -65px;
}

.research-center .scene4 .propel-list {
    background: url("../images/korean/sub/bg_infograph3.gif") center bottom no-repeat;
    height: 500px;
    padding-top: 50px;
}

.research-center .scene4 .propel-list > li {
    position: absolute;
    font-size: 1.8rem;
    color: #666;
    line-height: 1.6;
}

.research-center .scene4 .propel-list > li:nth-child(1) {
    text-align: center;
    top: 90px;
    left: 50%;
    margin-left: -110px;
}

.research-center .scene4 .propel-list > li:nth-child(2) {
    text-align: right;
    bottom: 55px;
    left: 50%;
    margin-left: -470px;
}

.research-center .scene4 .propel-list > li:nth-child(3) {
    text-align: left;
    bottom: 55px;
    right: 50%;
    margin-right: -470px;
}

/* 기술용역 */
.technical-service .scene0 {
    padding-top: 0;
    padding-bottom: 70px;
}

.technical-service .scene0 .define {
    text-align: center;
    color: #333;
}

.technical-service .scene0 .define dt {
    display: block;
}

.technical-service .scene0 .define dd {
    font-size: 1.8rem;
    line-height: 1.4;
}

.technical-service .scene1 {
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
}

.technical-service .scene1 .container {
    position: relative;
}

.technical-service .scene1 .container > img {
    width: 70%;
}

.technical-service .scene1 .list {
    position: absolute;
    top: 50%;
    width: 25%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 40px;
}

.technical-service .scene2 {
    background: fixed url("../images/korean/sub/bg_technical1.jpg") center top/cover no-repeat;
    height: 495px;
    color: #fff;
}

.technical-service .scene2 h4 {
    color: #fff;
}

.technical-service .scene2 ul {
    overflow: hidden;
}

.technical-service .scene2 ul > li {
    text-align: center;
    height: 170px;
    width: 33.33333333%;
    float: left;
}

.technical-service .scene2 ul > li p {
    border: 1px solid #fff;
    height: 100%;
    margin: 0 11px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.15);
}

.technical-service .scene2 ul > li p span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 400;
    width: 100%;
}

/* 대군기술지원 */
.technical-support .scene0 {
    padding-top: 0;
    padding-bottom: 70px;
}

.technical-support .scene0 .define {
    text-align: center;
    color: #333;
}

.technical-support .scene0 .define dt {
    display: block;
}

.technical-support .scene0 .define dd {
    font-size: 1.8rem;
    line-height: 1.4;
}

.technical-support .scene1 {
    background: #f8f8f8;
}

.technical-support .scene1 ol {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    background: url("../images/korean/sub/bg_biz_achieve.png") center top no-repeat;
}

.technical-support .scene1 ol > li {
    display: table-cell;
    height: 210px;
    font-size: 1.6rem;
    color: #333;
    line-height: 1.5;
    text-align: right;
    position: relative;
    font-weight: 400;
}

.technical-support .scene1 ol > li span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.technical-support .scene1 ol > li span strong {
    display: block;
}

.technical-support .scene1 ol > li:last-child {
    text-align: left;
}

.technical-support .scene1 ol > li:last-child span {
    left: inherit;
    right: 0;
}

.technical-support .scene2 {
    background: url("../images/korean/sub/bg_plan.jpg") center top no-repeat;
    height: 670px;
}

.technical-support .scene2 h4 {
    color: #fff;
}

.technical-support .scene2 .box-list {
    margin: 0 -1%;
}

.technical-support .scene2 .box-list > li {
    width: 48%;
    float: left;
    background-color: #fff;
    margin: 0 1%;
    height: 340px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 15px 170px;
}

.technical-support .scene2 .box-list > li strong {
    font-size: 2.6rem;
    color: #000;
    display: inline-block;
    padding-top: 110px;
    font-weight: 500;
    margin-bottom: 25px;
    background: url("../images/korean/sub/bg_plani2.gif") 0 0 no-repeat;
    margin-top: 50px;
}

.technical-support .scene2 .box-list > li .list > li {
    text-align: left;
}

.technical-support .scene2 .box-list > li:last-child {
    padding: 15px;
}

.technical-support .scene2 .box-list > li:last-child strong {
    background-image: url("../images/korean/sub/bg_plani3.gif");
}

.technical-support .scene2 .box-list::after {
    display: block;
    content: "";
    clear: both;
}

/* 국제협력 */
.internation-cooperation .scene0 {
    padding: 0;
}

.internation-cooperation .scene0 p {
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 50px;
    line-height: 1.6;
}

.internation-cooperation .scene0 .office {
    height: 713px;
    background: url("../images/korean/sub/bg_office.gif") center/contain no-repeat;
    position: relative;
    overflow: hidden;
}

.internation-cooperation .scene0 .office::after {
    content: "";
    background: #313c4c;
    width: 500%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -250%;
    z-index: -1;
}

.internation-cooperation .scene1 {
    background-color: #f8f8f8;
}

.internation-cooperation .scene1 .partner-list {
    border-style: solid;
    border-width: 1px;
    border-color: #000 #ddd #ddd;
    background-color: #fff;
    padding: 15px 40px 40px;
    overflow: hidden;
    margin: 0 -2%;
}

.internation-cooperation .scene1 .partner-list > li {
    padding: 20px 0;
    border-bottom: 1px dashed #7f7f7f;
    width: 46%;
    margin: 0 2%;
    float: left;
}

.internation-cooperation .scene1 .partner-list > li:first-child {
    height: 333px;
    overflow: hidden;
}

.internation-cooperation .scene1 .partner-list > li img {
    float: left;
}

.internation-cooperation .scene1 .partner-list > li ul {
    margin-left: 80px;
}

.internation-cooperation .scene1 .partner-list > li ul > li {
    position: relative;
    padding-left: 20px;
    color: #666;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    font-size: 1.4rem;
}

.internation-cooperation .scene1 .partner-list > li ul > li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #9e9e9e;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 10px;
}

.internation-cooperation .scene1 .partner-list > li:nth-child(12), .internation-cooperation .scene1 .partner-list > li:nth-child(13) {
    border-bottom: none;
}

.internation-cooperation .scene2 .festival-list {
    overflow: hidden;
    margin: 0 -1%;
}

.internation-cooperation .scene2 .festival-list > li {
    width: 23%;
    float: left;
    text-align: center;
    color: #666;
    margin: 0 1%;
}

.internation-cooperation .scene2 .festival-list > li img {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.internation-cooperation .scene2 .festival-list > li:first-child {
    width: 48%;
    overflow: hidden;
}

.internation-cooperation .scene2 .festival-list > li:first-child img {
    float: left;
    width: 48%;
}

.internation-cooperation .scene2 .festival-list > li:first-child img + img {
    float: right;
}

/* 교육안내 */
.edu-info .scene0 {
    font-size: 1.8rem;
    color: #333;
    line-height: 1.4;
}

.edu-info .scene0 .bg-area {
    overflow: hidden;
    padding-bottom: 0;
}

.edu-info .scene0 .bg-area::before {
}

.edu-info .scene0 .edu-process {
    overflow: hidden;
    margin: 0 -1rem;
}

.edu-info .scene0 .edu-process > li {
    width: calc(50% - 2rem);
    float: left;
    padding: 5rem 2rem 2rem 17rem;
    background: url(../images/korean/sub/bg_edu-process1.gif) 3rem 50% no-repeat;
    height: 20rem;
    position: relative;
    border: 1px solid #ddd;
    margin: 1rem
}

.edu-info .scene0 .edu-process > li .txt {
}

.edu-info .scene0 .edu-process > li .txt strong {
    font-size: 2.3rem;
    color: #000000;
    display: block;
    margin-bottom: 1rem;
}

.edu-info .scene0 .edu-process > li p {
    color: #666;
    font-weight: 400;
    font-size: 1.6rem;
}

.edu-info .scene0 .edu-process > li:nth-child(2) {
    background-image: url(../images/korean/sub/bg_edu-process2.gif);
}

.edu-info .scene0 .edu-process > li:nth-child(3) {
    background-image: url(../images/korean/sub/bg_edu-process3.gif);
}

.edu-info .scene0 .edu-process > li:nth-child(4) {
    background-image: url(../images/korean/sub/bg_edu-process4.gif);
}

.edu-info .scene1 .horizontal {
    overflow: hidden;
}

.edu-info .scene1 .horizontal .contents .info-graph.bak-contain {
    background-size: contain;
    width: 732px;
}

.edu-info .scene1 .horizontal .contents .caution {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 20px 20px 20px 50px;
    position: relative;
    color: #767676;
    margin-top: 30px;
}

.edu-info .scene1 .horizontal .contents .caution::before {
    content: "!";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e77a27;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.edu-info .scene1 .horizontal .contents .mark {
    background: #fff;
    color: #b55811;
    display: block;
}

.edu-info .scene1 .horizontal .title {
    font-size: 2rem;
    color: #222;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.edu-info .scene1 .horizontal .dot-list > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.edu-info .scene1 .horizontal .dot-list > li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e77a27;
    position: absolute;
    top: 6px;
    left: 0;
}

/* 교육신청 */
.edu-request .scene0 {
    background: url("../images/korean/sub/bg_edu.jpg") center top no-repeat;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}

.edu-request .scene0 h4 {
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.edu-request .scene0 p {
    font-weight: 400;
    width: 100%;
}

.edu-request .scene0 .btn {
    margin: 20px auto 50px auto;
    background: transparent;
    border-radius: 30px;
    border-color: #fff;
    color: #fff;
    width: 200px;
    line-height: 2.7;
    text-align: left;
    padding: 0 25px;
    position: relative;
}

.edu-request .scene0 .btn i {
    color: #e77a27;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.edu-request .scene0 .email-box {
    border-style: solid;
    border-color: #e77a27 #ddd #ddd;
    border-width: 2px 1px 1px;
    background-color: #fff;
    width: 94%;
    margin: 0 auto;
    height: 200px;
    text-align: left;
    color: #333;
    padding: 40px;
    position: relative;
}

.edu-request .scene0 .email-box .title {
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.edu-request .scene0 .email-box .btn-send {
    width: 112px;
    height: 112px;
    background: url("../images/korean/sub/bg_email_send.gif") 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 37px;
    right: 57px;
}

/* 연구성과 */
.intro-list {
    overflow: hidden;
    margin-top: -65px;
    background-color: #2d3341;
}

.intro-list > li {
    width: 33.3333333333%;
    height: 100vh;
    float: left;
    text-align: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    opacity: 0.7;
    font-family: 'NanumMyeongjo';
}

.intro-list > li a::before {
    content: "\e9af";
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 60px;
    height: 60px;
    font-size: 3.4rem;
    line-height: 1.8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.intro-list > li a::after {
    content: "";
    width: 60px;
    height: 60px;
    border: 1px solid #979fa8;
    font-size: 3.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.intro-list > li .bg {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background: url("../images/korean/sub/img_intro1.jpg") center center/cover no-repeat #2d3341;
    display: block;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.intro-list > li > a {
    color: #fff;
    display: block;
    height: 100%;
    overflow: hidden;
}

.intro-list > li strong {
    display: block;
    font-size: 3.5rem;
    margin-bottom: 40px;
    padding-top: 250px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.intro-list > li em {
    font-size: 1.8rem;
    line-height: 2;
    visibility: hidden;
    opacity: 0;
    min-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.intro-list > li:nth-child(2) .bg {
    background-image: url("../images/korean/sub/img_intro2.jpg");
}

.intro-list > li:nth-child(3) .bg {
    background-image: url("../images/korean/sub/img_intro3.jpg");
}

.intro-list > li:hover .bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.intro-list > li a:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.intro-list > li a:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
}

.intro-list > li:hover strong {
    padding-top: 170px;
    color: #feda15;
}

.intro-list > li:hover em {
    visibility: visible;
    opacity: 1;
    min-height: inherit;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    color: #feda15;
}

/* 민원안내 */
.civil-info .scene0 {
    text-align: center;
    padding-bottom: 60px;
}

.civil-info .scene0 .desc {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.civil-info .scene1 {
    background-color: #f8f8f8;
    text-align: center;
    height: 760px;
}

.civil-info .scene1 .desc {
    margin-bottom: 70px;
}

.civil-info .scene1 ul {
    padding: 0 5px;
    position: relative;
    /*background: url("../images/korean/sub/bg_civil_process.gif") center 70px no-repeat;*/
    min-height: 250px;
}

.civil-info .scene1 ul div {
    display: flex;
    position: relative;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.civil-info .scene1 ul li {
    height: 220px;
    width: 110px;
    padding-top: 140px;
    float: left;
    position: relative;
    margin: 5px 30px;
}

.civil-info .scene1 ul li::after {
    content: "";
    width: 60px;
    height: 23px;
    position: absolute;
    background: url("../images/korean/sub/bg_civil_process.gif") -12px 0/auto no-repeat;
    right: -60px;
    top: 45px;
}

.civil-info .scene1 ul div > li:last-child::after {
    content: "";
    width: 60px;
    height: 23px;
    position: absolute;
    background: url("../images/korean/sub/bg_civil_process.gif") -12px 0/auto no-repeat;
    right: 25px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -45px;
}

.civil-info .scene1 ul li::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    border-radius: 50%;
    background-color: #6f6551;
    background-repeat: no-repeat;
    background-position: center;
}

.civil-info .scene1 ul > li:first-child::before {
    background-color: #313c4c;
}

/*.civil-info .scene1 ul li:nth-of-type(5)::before { background-color: #e77a27; }
.civil-info .scene1 ul > li:last-child::before { background-color: #e77a27; }
*/
.civil-info .scene1 ul > li:nth-of-type(1)::before {
    background-image: url("../images/korean/sub/i_civil_process1.png");
}

.civil-info .scene1 ul li:nth-of-type(2)::before {
    background-image: url("../images/korean/sub/i_civil_process2.png");
}

.civil-info .scene1 ul li:nth-of-type(3)::before {
    background-image: url("../images/korean/sub/i_civil_process3.png");
}

.civil-info .scene1 ul div li:nth-of-type(1)::before {
    background-image: url("../images/korean/sub/i_civil_process4.png");
}

.civil-info .scene1 ul li:nth-of-type(4)::before {
    background-image: url("../images/korean/sub/i_civil_process5.png");
    background-color: #e77a27;
}

.civil-info .scene1 ul li:nth-of-type(5)::before {
    background-image: url("../images/korean/sub/i_civil_process6.png");
}

.civil-info .scene1 ul div li:nth-of-type(2)::before {
    background-image: url("../images/korean/sub/i_civil_process7.png");
    background-color: #e77a27;
}

.civil-info .scene1 ul div > li:last-child {
    position: absolute;
    bottom: -230px;
}

.civil-info .scene1 ul > li:last-child::after {
    display: none;
}

.civil-info .scene1 ul::after {
    display: block;
    content: "";
    clear: both;
}

/* 민원신청 */
.civil .scene0 {
    height: 400px;
    background: url("../images/korean/sub/bg_civil.jpg") center top no-repeat;
    color: #fff;
    padding: 70px 0;
    /* 20181105 SY,CHo 불필요한 여백제거 margin-bottom: 110px; */
    text-align: center;
}

.civil .scene0 h4 {
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.civil .scene0 p {
    font-weight: 400;
    margin-bottom: 85px;
    line-height: 1.4;
    width: 100%;
}

.civil .scene0 .box {
    border-style: solid;
    border-color: #e77a27 #ddd #ddd;
    border-width: 2px 1px 1px;
    background-color: #fff;
    width: 94%;
    margin: 0 auto;
    height: 180px;
    text-align: left;
    color: #333;
    padding: 54px 40px;
    position: relative;
    text-align: center;
}

.civil .scene0 .box .btn {
    width: 224px;
    height: 69px;
    color: #fff;
    background-color: #e77a27;
    font-size: 1.8rem;
    line-height: 3.2;
    border: none;
    margin: 0 7px;
}

.civil .scene0 .box .btn:nth-of-type(2) {
    background-color: #6f6551;
}

.civil .scene0 .box .btn:nth-of-type(3) {
    background-color: #313c4c;
}

/* 방산수출  */
.greeting .container > p {
    margin: 4rem 0;
    color: #333;
}

.greeting .table-wrap strong {
    font-size: 2.3rem;
    color: #333;
}

.greeting .table-wrap .board {
    margin: 2rem 0;
}

.greeting .container .flex_wrap {
    margin: 3rem 0;
}

.flex_wrap > ul {
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.flex_wrap > ul > li {
    width: 25%;
    padding: 0 1%;
    text-align: center;
}

.flex_wrap > ul > li > p {
    color: #333;
    padding: 1rem 0 2rem 0;
}

/* 국방기술이전·사업화  */
.table-wrap table tbody td.bor_color_fc {
    color: #333;
    background: #fcfcfc;
}

.table-wrap table tbody td.bor_text_left {
    text-align: left;
    padding: 1.7rem 2.5rem;
}

.flex_wrap.tech_transfer li {
    min-width: 23.5rem;
    border-radius: 5rem;
    position: relative;
    border: 5px solid;
    height: 8.2rem;
    margin: 1rem 1.5%;
    padding: 0;
    width: 22%;
}

.flex_wrap.tech_transfer li:nth-of-type(1) {
    border-color: #113058;
}

.flex_wrap.tech_transfer li:nth-of-type(2) {
    border-color: #35629c;
}

.flex_wrap.tech_transfer li:nth-of-type(3) {
    border-color: #358a9c;
}

.flex_wrap.tech_transfer li:nth-of-type(4) {
    border-color: #657287;
}

.flex_wrap.tech_transfer > ul > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 8.2rem;
    height: 8.2rem;
    display: block;
}

.flex_wrap.tech_transfer > ul > li:nth-of-type(1)::before {
    background: url(../images/korean/sub/040103_icon01.png) center / cover no-repeat;
}

.flex_wrap.tech_transfer > ul > li:nth-of-type(2)::before {
    background: url(../images/korean/sub/040103_icon02.png) center / cover no-repeat;
}

.flex_wrap.tech_transfer > ul > li:nth-of-type(3)::before {
    background: url(../images/korean/sub/040103_icon03.png) center / cover no-repeat;
}

.flex_wrap.tech_transfer > ul > li:nth-of-type(4)::before {
    background: url(../images/korean/sub/040103_icon04.png) center / cover no-repeat;
}

.flex_wrap.tech_transfer > ul > li::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    content: "\e93f";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -3rem;
    font-size: 2.5rem;
}

.flex_wrap.tech_transfer > ul > li:last-child::after {
    display: none;
}

.flex_wrap.tech_transfer > ul > li > p {
    padding: 0;
    width: 50%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.file.btn {
    width: 330px;
    height: 58px;
    line-height: 3;
    text-align: left;
    padding-left: 60px;
    background: url(../images/korean/sub/bg_pdf.gif) 20px center no-repeat #fff;
    border-color: #ddd;
    position: relative;
}

.file.btn.pdf {
    background-image: url(../images/korean/sub/bg_pdf_red.gif)
}

.file.btn::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.file.btn:hover {
    border-color: #e77a27;
    color: #e77a27;
}

/* 과학기술전문사관 */
.science-army .scene0 {
    margin-bottom: 80px;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.6;
}

.science-army .scene0 .define {
    display: table;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: left;
    padding: 34px;
    font-size: 0;
    margin-top: 35px;
}

.science-army .scene0 .define dt {
    width: 45%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.8rem;
    position: relative;
}

.science-army .scene0 .define dt strong {
    font-weight: 500;
    color: #e77a27;
    display: block;
}

.science-army .scene0 .define dt::after {
    content: "";
    width: 1px;
    height: 80px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    right: 10%;
}

.science-army .scene0 .define dd {
    width: 65%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
    color: #666;
}

.science-army .scene1 .icon-list {
    overflow: hidden;
}

.science-army .scene1 .icon-list > li {
    width: 33.33333%;
    float: left;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    padding-top: 220px;
    position: relative;
    counter-increment: number;
}

.science-army .scene1 .icon-list > li::before {
    content: "";
    width: 198px;
    height: 198px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/korean/sub/i_science-army1.gif") center no-repeat #e9863b;
}

.science-army .scene1 .icon-list > li strong {
    font-weight: 500;
    display: block;
}

.science-army .scene1 .icon-list > li .desc {
    font-size: 1.6rem;
    color: #e77a27;
    display: block;
    margin-top: 10px;
}

.science-army .scene1 .icon-list > li:nth-child(2)::before {
    background-color: #454e5d;
    background-image: url("../images/korean/sub/i_science-army2.gif");
}

.science-army .scene1 .icon-list > li:nth-child(3)::before {
    background-color: #7c7361;
    background-image: url("../images/korean/sub/i_science-army3.gif");
}

.science-army .scene1 .icon-list > li::after {
    content: "0" counter(number);
    position: absolute;
    top: -10px;
    margin-right: -140px;
    right: 50%;
    font-size: 8rem;
    color: rgba(0, 0, 0, 0.1);
    letter-spacing: -.05em;
    font-weight: 600;
}

.science-army .scene2 .horizontal {
    overflow: hidden;
}

.science-army .scene2 .horizontal h4 {
    float: left;
    width: 260px;
    text-align: left;
    border-top: 3px solid #000;
    padding-top: 30px;
}

.science-army .scene2 .horizontal .contents {
    margin-left: 328px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-bottom: 45px;
}

.science-army .scene2 .horizontal .title {
    font-size: 2rem;
    color: #222;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.science-army .scene2 .caution {
    width: 600px;
    margin: 60px auto 0;
}

/* 20.05.27 */
/* 종합시험장 안내 */
.test-area .container {
}

.test-area .scene0 figure {
    position: relative;
    background-color: #f4f5f7;
    border: 1px solid #ddd;
    padding: 4rem;
}

.test-area .scene0 figure::after {
    content: '';
    clear: both;
    display: block;
}

.test-area .scene0 figure img {
    width: 50%;
    float: left;
}

.test-area .scene0 figure figcaption {
    width: calc(50% - 4rem);
    float: right;
}

.test-area .scene0 figure figcaption strong {
    display: block;
    font-size: 2.6rem;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.test-area .scene0 figure figcaption strong::after {
    width: 46px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.test-area .scene0 figure figcaption p {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

/*
.test-area .scene0 figure figcaption .file { width: 330px; margin: 0 7px 0 0; height: 58px; line-height: 3; text-align: left; padding-left: 60px; background: url("../images/korean/sub/bg_pdf.gif") 20px center no-repeat #fff; border-color: #ddd; position: relative; }
*/
.test-area .scene0 figure figcaption .file + .file {
    margin-top: 15px;
}

.test-area .scene0 figure figcaption .file:hover {
    border-color: #e77a27;
    color: #e77a27;
}

.test-area .scene0 figure figcaption .file::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

/* .test-area .scene1 { background-color: #f8f8f8; } */
.test-area .scene1 .thumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: -1.5%;
}

.test-area .scene1 .thumb-list > li {
    width: 47%;
    margin: 1.5%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 34px;
}

.test-area .scene1 .thumb-list > li .thumb {
    float: left;
    width: 130px;
    height: 100px;
}

.test-area .scene1 .thumb-list > li .thumb + figcaption {
    margin-left: 170px;
}

.test-area .scene1 .thumb-list > li figcaption {
    color: #555;
    line-height: 1.4;
    font-size: 1.5rem;
}

.test-area .scene1 .thumb-list > li figcaption strong {
    display: block;
    color: #000;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 400;
}

.test-area .scene2 .thumb-list > li {
    overflow: hidden;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.test-area .scene2 .thumb-list > li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.test-area .scene2 .thumb-list > li .thumb {
    float: left;
}

.test-area .scene2 .thumb-list > li .thumb + figcaption {
    margin-left: 170px;
}

.test-area .scene2 .thumb-list > li figcaption {
    color: #555;
    line-height: 1.4;
}

/* 아이디어 제안 */
.idea figure {
    position: relative;
    height: 600px;
    margin-bottom: 120px;
}

.idea figure figcaption {
    width: 722px;
    height: 480px;
    -webkit-box-shadow: 2px 2px 10px #ccc;
    box-shadow: 2px 2px 10px #ccc;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: 60px;
}

.idea figure figcaption strong {
    display: block;
    font-size: 2.6rem;
    color: #000;
    font-weight: 400;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.idea figure figcaption strong::after {
    width: 46px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}

.idea figure figcaption p {
    color: #333;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.idea figure figcaption .btn {
    margin-top: 20px;
    background-color: #e77a27;
    color: #fff;
    border: none;
    width: 255px;
    height: 43px;
    line-height: 3;
    text-align: left;
    padding: 0 18px;
    position: relative;
}

.idea figure figcaption .btn i {
    position: absolute;
    top: 12px;
    right: 20px;
}

/* 동영상 폼 */
.movie-area {
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
}

.movie-area .embed-container {
    background: url(../images/korean/sub/bg_no_img.gif) center no-repeat #fafafa;
    position: relative;
    width: 60%;
    float: left;
}

/* 20.05.28 ldy */
.movie-area .subtitles {
    border: 1px solid #ddd;
    width: 40%;
    float: right;
    height: 436px;
    padding: 30px;
}

.movie-area .subtitles .title {
    color: #222;
    font-size: 1.8rem;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movie-area .subtitles .date {
    color: #666;
}

.movie-area .subtitles .date strong {
    font-weight: 400;
    color: #000;
}

.movie-area .subtitles .view {
    color: #666;
    padding-left: 15px;
    position: relative;
}

.movie-area .subtitles .view::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ddd;
    position: absolute;
    top: 3px;
    left: 5px;
}

.movie-area .subtitles .view strong {
    font-weight: 400;
    color: #000;
}

.movie-area .subtitles .story {
    background-color: #f6f6f6;
    padding: 20px;
    margin-top: 22px;
    height: 300px;
    overflow: auto;
    line-height: 1.6;
}

.ytp-cued-thumbnail-overlay-image {
    background-size: contain !important;
}

.movie-list {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 26px 0;
    margin: 0 -1rem;
}

.movie-list::after {
    content: '';
    display: block;
    clear: both;
}

.movie-list > li {
    float: left;
    width: 25%;
    padding: 0rem 1rem;
}

.movie-list > li:nth-child(4) ~ li {
    margin-top:2.8rem;
}

.movie-list > li > a figure .thumbnail {
    width: 100%;
    height: 0;
    padding-bottom: 64%;
    background: url(../images/korean/sub/bg_no_img.gif) center no-repeat #fafafa;
    position: relative;
}

.movie-list > li > a figure .thumbnail::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/korean/sub/bg_play.png") center no-repeat rgba(0, 0, 0, 0.5);
}

.movie-list > li > a figure .thumbnail img {
    width: 100%;
}

.movie-list > li > a figure figcaption .title {
    color: #222;
    font-size: 1.8rem;
    margin: 10px 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movie-list > li > a figure figcaption .date {
    color: #666;
}

.movie-list > li > a figure figcaption .date strong {
    font-weight: 400;
    color: #000;
}

.movie-list > li > a figure figcaption .view {
    color: #666;
    padding-left: 15px;
    position: relative;
}

.movie-list > li > a figure figcaption .view::after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #ddd;
    position: absolute;
    top: 3px;
    left: 5px;
}

.movie-list > li > a figure figcaption .view strong {
    font-weight: 400;
    color: #000;
}

.movie-area.type2 {
    margin-bottom: 0
}

.movie-area.type2 .subtitles {
    width: 100%;
    max-height: 40rem;
    height: auto;
}

.movie-area.type2 .subtitles .story {
    margin-top: 0;
    height: auto;
    max-height: 30rem;
}

/* 시험시설이용안내 */
/*
.test-facility-guide .scene0 { padding-top: 0; padding-bottom: 70px; }
.test-facility-guide .scene0 .define { text-align: center; color: #333; }
.test-facility-guide .scene0 .define dt { display: block; }
.test-facility-guide .scene0 .define dd { font-size: 1.8rem; line-height: 1.4; }
.test-facility-guide .scene1 { background-color: #f8f8f8; }
*/
.test-facility-guide .scene1 .step {
    width: 977px;
    height: 658px;
    background: url(../images/korean/sub/bg_use_step1.gif) center/contain no-repeat;
    margin: 0 auto;
}

/* .test-facility-guide .scene2 { background: fixed url(../images/korean/sub/bg_use_step2.jpg) center top/cover no-repeat; height: 544px; } */
.test-facility-guide .scene2 .box-list {
    margin: 0 -1%;
}

.test-facility-guide .scene2 .box-list::after {
    content: '';
    clear: both;
    display: block;
}

.test-facility-guide .scene2 .box-list > li {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    padding: 50px 40px;
}

.test-facility-guide .scene2 .box-list > li strong {
    font-size: 2.6rem;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 35px;
}

.test-facility-guide .scene2 .box-list > li p {
    font-weight: 400;
    display: block;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}

.test-facility-guide .scene2 .box-list > li .file {
    width: 330px;
    margin: 0;
    height: 58px;
    line-height: 3;
    text-align: left;
    padding-left: 60px;
    background: url("../images/korean/sub/bg_pdf.gif") 20px center no-repeat #fff;
    border-color: #ddd;
    position: relative;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.test-facility-guide .scene2 .box-list > li .file:hover, .test-facility-guide .scene2 .box-list > li .file:focus {
    border-color: #e77a27;
    color: #e77a27;
}

.test-facility-guide .scene2 .box-list > li .file {
    display: block;
    width: 330px;
    margin: 0;
    height: 58px;
    line-height: 3;
    text-align: left;
    padding-left: 60px;
    background: url("../images/korean/sub/bg_pdf.gif") 20px center no-repeat #fff;
    border-color: #ddd;
    position: relative;
}

.test-facility-guide .scene2 .box-list > li .file + .file {
    margin-top: 15px;
}

.test-facility-guide .scene2 .box-list > li .file::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.test-facility-guide .scene2 .box-list > li .list li {
    font-weight: 400;
}

.test-facility-guide .scene3 h4 {
    margin-bottom: 20px;
}

.test-facility-guide .scene3 p {
    display: block;
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.4;
}

/* 전자도서관목록검색 */
.ebook-search .scene1 {
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 4rem;
}

.ebook-search .scene2 {
    margin-top: 4rem;
}

.ebook-search .scene1 .search-box {
    border-top: 1px solid #313c4c;
    border-bottom: 1px solid #ddd;
    padding: 40px 130px 32px 190px;
    background: #f9f9f9 url(../images/korean/sub/bg_ebook_search1.png) 65px 34px no-repeat;
}

.ebook-search .scene1 .search-box .form-control {
    height: 40px;
}

.ebook-search .scene1 .search-box .btn {
    display: inline-block;
    width: 125px;
    height: 40px;
    background-color: #e77a27;
    border: 0;
    color: #fff;
    padding-left: 30px;
    position: relative;
}

.ebook-search .scene1 .search-box .btn::before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97a";
    position: absolute;
    top: 13px;
    left: 33px;
    font-size: 1.6rem;
}

.ebook-search .scene1 .search-box .dictionary {
    margin-top: 25px;
}

.ebook-search .scene1 .search-box .dictionary .list {
    margin-bottom: 5px;
}

.ebook-search .scene1 .search-box .dictionary .list button {
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    margin-bottom: 0.5rem;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 1.9;
    background-color: #fff;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.ebook-search .scene1 .search-box .dictionary .list button:hover, .ebook-search .scene1 .search-box .dictionary .list button:focus {
    border-color: #313c4c;
    background-color: #313c4c;
    color: #fff;
}

.ebook-search .scene1 .search-box .dictionary .list button.on {
    border-color: #313c4c;
    background-color: #313c4c;
    color: #fff;
}

.ebook-search .scene1 .search-box .dictionary .list button.all {
    width: 50px;
}

/* 전자도서관 방문이용 
.ebook-guide .scene0 { padding-bottom: 75px; }
.ebook-guide .scene1 { background: #f8f8f8; }
*/
.ebook-guide .scene1 ol {
    position: relative;
    background: url(../images/korean/sub/bg_ebook_guide.gif) center 90px no-repeat;
    min-height: 330px;
    display: flex;
    width: 100%;
}

.ebook-guide .scene1 ol::after {
    content: '';
    display: block;
    clear: both;
}

.ebook-guide .scene1 ol > li {
    width: 25%;
    position: relative;
    text-align: center;
    counter-increment: number;
    padding-top: 190px;
}

.ebook-guide .scene1 ol > li::before {
    content: '';
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: #7c7361;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.ebook-guide .scene1 ol > li:nth-child(1)::before {
    background-image: url(../images/korean/sub/i_goal3.png);
    background-size: 63px auto;
    background-color: #454e5d;
}

.ebook-guide .scene1 ol > li:nth-child(2)::before {
    background-image: url(../images/korean/sub/i_process6.png);
    background-size: 68px auto;
}

.ebook-guide .scene1 ol > li:nth-child(3)::before {
    background-image: url(../images/korean/sub/i_process1.png);
    background-size: 60px auto;
}

.ebook-guide .scene1 ol > li:nth-child(4)::before {
    background-image: url(../images/korean/sub/i_process2.png);
    background-size: 65px auto;
    background-color: #e9863b;
}

.ebook-guide .scene1 ol > li::after {
    content: "0" counter(number, decimal);
    font-size: 8rem;
    color: #eaeaea;
    position: absolute;
    top: -20px;
    right: 20px;
    font-family: 'Ubuntu',serif;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1;
    z-index: 0;
}

.ebook-guide .scene1 ol > li strong {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
}

.ebook-guide .scene1 ol > li p {
    line-height: 1.4;
    padding-bottom: 15px;
}

.ebook-guide .file {
    width: auto;
    display: inline-block;
    padding: 6px 75px 6px 50px;
    border-radius: 30px;
}

.ebook-guide .file + .file {
    margin-top: 4px;
}

/*
.ebook-guide .file { display: inline-block; height: 37px; border: 1px solid #ddd; border-radius: 30px; margin: 0 auto; background: #fff url(../images/korean/sub/bg_pdf.gif) 16px 6px no-repeat; text-align: left; padding: 6px 75px 6px 50px; position: relative; font-size: 1.5rem; transition: .3s ease; -webkit-transition: .3s ease; }
.ebook-guide .file:hover, .ebook-guide .file:focus { border-color: #e9863b; color: #e9863b; }
.ebook-guide .file + .file { margin-top: 4px; }
.ebook-guide .file::after { font-family: xeicon !important; display: inline-block; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\eb7c"; position: absolute; top: 9px; right: 0; font-size: 1.6rem; border-left: 1px solid #ddd; padding: 0 20px; }
*/
.ebook-guide .scene1 .info-list {
    margin-top: 55px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px 60px;
}

.ebook-guide .scene1 .info-list li {
    padding: 15px 0;
    position: relative;
}

.ebook-guide .scene1 .info-list li strong {
    display: inline-block;
    font-size: 2rem;
    width: 190px;
    font-weight: 500;
    color: #000;
    vertical-align: top;
}

.ebook-guide .scene1 .info-list li p {
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

.ebook-guide .scene1 .info-list li:first-child {
    border-bottom: 1px dashed #ddd;
}

/*
.ebook-guide .scene1 .info-list .file {position: absolute; top: 9px; right: 0;}
*/
/* ===========================================================================================
05 알림공간
=========================================================================================== */
/* 인재상 */
.talent .info-graph {
    text-align: center;
    margin-bottom: 3rem;
    background: url("../images/korean/sub/talent_arrow_bg.png") 50% 9rem/50% auto no-repeat;
}

.talent .info-graph .title {
    border: 3px solid #35629c;
    color: #35629c;
    padding: 2.5rem 0rem;
    border-radius: 5rem;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 500;
    width: 50rem;
    max-width: 100%
}

.talent .info-graph ul {
    display: flex;
    margin-top: 10rem;
}

.talent .item {
    flex: 1;
    -ms-flex: 1;
    padding: 0rem 1rem;
}

.circle-icon-title {
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    width: 21rem;
    height: 21rem;
    margin: 0 auto;
    padding-top: 6rem;
    display: block;
}

.circle-icon-title em {
    display: block;
    margin-top: 2rem;
    font-size: 2rem;
}

.talent .info-graph li p {
    border: 1px solid;
    padding: 3rem 1rem;
    font-size: 1.8rem;
    color: #333;
    margin-top: 2rem;
}

.color1 .circle-icon-title {
    background-color: #113058;
}

.talent .info-graph li:nth-child(1) p {
    border-color: #113058
}

.color2 .circle-icon-title {
    background-color: #35629c;
}

.talent .info-graph li:nth-child(2) p {
    border-color: #35629c
}

.color3 .circle-icon-title {
    background-color: #358a9c;
}

.talent .info-graph li:nth-child(3) p {
    border-color: #358a9c
}

.talent .result {
    text-align: center;
    font-size: 2.5rem;
    color: #333;
    font-weight: 400;
    line-height: 1.4;
}

.talent .result strong {
    font-weight: 400;
    color: #DA7A27;
}

/* 인사제도 */
.personnel-system .scene0 p {
    font-weight: 400;
    margin-top: 4rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}

.personnel-system .scene0 .box {
    border-style: solid;
    border-color: #e77a27 #ddd #ddd;
    border-width: 2px 1px 1px;
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    color: #333;
    padding: 54px 0;
    position: relative;
    text-align: center;
}

.personnel-system .scene0 .box .icon-list::after {
    content: '';
    display: block;
    clear: both;
}

.personnel-system .scene0 .box .icon-list > li {
    padding: 0 4rem;
    width: 50%;
    text-align: left;
    float: left;
}

.personnel-system .scene0 .box .icon-list > li {
    position: relative;
}

.personnel-system .scene0 .box .icon-list > li::before {
    content: "";
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: url("../images/korean/sub/i_work1.gif") center no-repeat #e77a27;
    float: left;
    margin-right: 1rem;
}

.personnel-system .scene0 .box .icon-list > li strong {
    display: block;
    margin-top: 1rem;
    margin-bottom: 15px;
}

.personnel-system .scene0 .box .icon-list > li .list > li::before {
    left: 5px;
}

.personnel-system .scene0 .box .icon-list > li:last-child::before {
    background-image: url("../images/korean/sub/i_work2.gif");
}

.personnel-system .scene0 .box .icon-list > li:last-child::after {
    content: "";
    width: 1px;
    height: 250px;
    background-color: #ddd;
    position: absolute;
    top: 0px;
    left: 0;
}

.personnel-system .scene0 .box .icon-list > li .list.dash + .caution {
    margin-bottom: 0;
}

.personnel-system .scene1 .system-list > li {
    overflow: hidden;
    padding-bottom: 60px;
}

.personnel-system .scene1 .system-list > li .title {
    width: 100%;
    margin-bottom: 10px;
}

.personnel-system .scene1 .system-list > li .title strong {
    font-size: 2rem;
    color: #222;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.personnel-system .scene1 .system-list > li .process {
    width: 100%;
    margin: 0 -2rem;
}

.personnel-system .scene1 .system-list > li .process > li {
    padding: 0 2rem;
    position: relative;
    display: block;
    float: left;
    width: 25%;
}

.personnel-system .scene1 .system-list > li .process::after {
    content: '';
    display: block;
    clear: both;
}

.personnel-system .scene1 .system-list > li .process > li::before {
    content: "\e93f";
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -1rem;
    color: #c5c5c5;
    text-align: center;
    line-height: 1.3;
}

.personnel-system .scene1 .system-list > li .process > li:first-child::before {
    display: none;
}

.personnel-system .scene1 .system-list > li .process > li strong {
    display: inline-block;
    border: 2px solid #e77a27;
    border-radius: 30px;
    background-color: #fff;
    color: #333;
    margin-bottom: 10px;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 2.5;
}

.personnel-system .scene1 .system-list > li .process > li .list {
    margin-bottom: 0;
}

.personnel-system .scene1 .system-list > li .process > li .list > li::before {
    background-color: #e77a27;
    width: 4px;
    height: 4px;
}

.personnel-system .scene1 .system-list > li:last-child {
    border-top: 1px dashed #999;
    padding-top: 60px;
    padding-bottom: 0;
}

.personnel-system .scene2 {
    color: #fff;
}

.personnel-system .scene2 .box-list {
    overflow: hidden;
    margin: 0 -1.5%;
}

.personnel-system .scene2 .box-list > li {
    background-color: rgba(49, 60, 76, 0.8);
    width: 47%;
    margin: 0 1.5%;
    float: left;
    height: 240px;
    padding: 48px 48px 48px 150px;
    position: relative;
}

.personnel-system .scene2 .box-list > li::before {
    content: "";
    width: 100px;
    height: 100px;
    border: 1px solid #dadada;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    left: 30px;
    background: url("../images/korean/sub/bg_money1.png") center no-repeat;
}

.personnel-system .scene2 .box-list > li strong {
    display: block;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 500;
}

.personnel-system .scene2 .box-list > li:last-child::before {
    background-image: url("../images/korean/sub/bg_money2.png");
}

.personnel-system .scene2 .box-list > li .list.dash li::before {
    background-color: #ffffff;
}

.personnel-system .scene2 .list > li {
    color: #fff;
    padding-left: 19px;
}

.personnel-system .scene2 .list > li::after {
    background-color: #fff;
    left: 5px;
}

/* 직종별 채용안내 */
.recruit .scene1 .container {
    padding: 7rem 8rem;
    border: 1px solid #e0e2e5;
}

.recruit .step-list li {
    position: relative;
}

.recruit .step-list li~li::before {
    content: '';
    display: block;
    width: 3.7rem;
    height: 4.2rem;
    background: url("../images/korean/sub/0504_0301_arrow.png") 0 0/contain no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.recruit .recruit-box {
    background-color: #f4f5f7;
    padding: 3rem 4rem;
    margin-top: 2rem;
}

.recruit .recruit-box strong {
    display: table-cell;
    width: 13rem;
    vertical-align: middle;
    font-size: 2.2rem;
    color: #000000;
}

.recruit .recruit-box .list {
    display: table-cell;
}

.recruit div.desc {
    font-size: 1.8rem;
    color: #000000;
}

.recruit .scene2 .box-list {
    margin: 0 -1%;
    overflow: hidden;
}

.recruit .scene2 .box-list > li {
    background-color: #f8f8f8;
    width: 23%;
    margin: 0 1%;
    float: left;
    text-align: center;
    height: 25rem;
    padding: 9rem 1rem 0;
    color: #666;
    line-height: 1.6;
    counter-increment: number;
    position: relative;
    font-size: 1.4rem;
}

.recruit .scene2 .box-list > li::before {
    content: "0" counter(number);
    font-style: italic;
    color: #e77a27;
    font-size: 3rem;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: underline;
}

/* 장학생 */
.scholarship .scene1 .icon-list {
    text-align: center;
}

.scholarship .scene1 .icon-list .icon-title {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    display: block;
    padding: 4rem 0;
    height: 100%;
}

.scholarship .scene1 .icon-list em {
    display: block;
    font-size: 2rem;
    color: #555555;
    margin-top: 2rem;
}

/* 채용기준 및 직무기술서 */
.ncs .scene0 {
    text-align: center;
}

.ncs .scene0 .title {
    margin-bottom: 3rem;
    font-size: 2.6rem;
    color: #000000;
    font-weight: 500;
}

.ncs .scene0 .box {
    border-style: solid;
    border-color: #132f57 #ddd #ddd;
    border-width: 2px 1px 1px;
    color: #333;
    padding: 5.4rem 4rem;
    position: relative;
    text-align: center;
    background: url("../images/korean/sub/bg_logo.gif") center 60% no-repeat #fff;
    margin-bottom: -1px;
}

.ncs .scene0 .box .desc {
    color: #333;
    font-size: 2rem;
    margin-bottom: 4rem;
}

.ncs .scene0 .box .desc2 {
    color: #666;
    font-size: 1.8rem;
    padding: 90px 0 50px;
    line-height: 1.6;
}

.ncs .scene0 .box .date {
    color: #767676;
}

.ncs .scene0 .box .name {
    display: block;
    margin-top: 10px;
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 60px;
}

.ncs .scene0 .box .caution {
    width: 590px;
    margin: 0 auto;
    color: #e77a27;
}

.ncs .scene0 .common-box .file {
    width: 30%;
    margin: 0 7px;
}

/* 복지후생 */
.welfare .scene0 .title {
    font-size: 2.6rem;
    color: #ffffff;
    text-align: center;
    max-width: 70rem;
    border-radius: 5rem;
    background-color: #113058;
    padding: 2rem;
    margin: auto;
}

.welfare .scene0 .box {
    position: relative;
    padding-top: 0;
}

.welfare .scene0 .box::before {
    content: '';
    display: block;
    margin: auto;
    width: 33.4rem;
    height: 12.4rem;
    background: url("../images/korean/sub/0505_01_arrow.png") 0 0/contain no-repeat;
}

.welfare .scene0 .box h4 {
    width: 270px;
    height: 270px;
    background-color: #fff;
    border-width: 50px;
    border-color: #657287 #113058 #35629c #358a9c;
    border-radius: 50%;
    border-style: solid;
    text-align: center;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: calc(50% + 4.2rem);
    left: 50%;
    margin: 0;
}

.welfare .scene0 .box h4 span {
    display: block;
    width: 100%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
    font-weight: 700;
}

.welfare-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.welfare-list > li {
    text-align: left;
    width: 50%;
    counter-increment: number;
    position: relative;
    padding: 1rem;
}

.welfare-list .item {
    border: 5px solid #ededed;
    border-radius: 3rem;
    padding: 4rem 1rem 5rem 14rem;
    min-height: 30rem;
    height: 100%;
    position: relative;
}

.welfare-list .item::before {
    content: "0" counter(number);
    font-size: 5rem;
    color: #dbdbdb;
    font-style: italic;
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-family: 'Play';
    font-weight: 700;
    letter-spacing: -.05em;
}

.welfare-list li:nth-child(1) .item, .welfare-list li:nth-child(3) .item {
    padding: 4rem 12rem 5rem 4rem;
}

.welfare-list .item strong {
    color: #222;
    font-size: 3rem;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.welfare-list li:nth-child(1) .item::before, .welfare-list li:nth-child(3) .item::before {
    left: auto;
    right: 2rem;
}

.welfare-list li:nth-child(3) .item::before, .welfare-list li:nth-child(4) .item::before {
    top: auto;
    bottom: 2rem;
}

/* 성과포상체계 */
.reward .desc {
    font-size: 1.8rem;
    color: #333333;
}

.reward .scene1 .reward-list {
    margin-left: -1rem;
    flex-wrap: wrap;
}

.reward .scene1 .reward-list > li {
    padding: 1rem;
}

.reward .scene1 .reward-list > li .box {
    background-color: #fff;
    height: 100%;
    border: 1px solid #dddddd;
    border-left: 3px solid #113058;
    padding: 4rem 3rem 4rem 11rem;
    color: #666;
    line-height: 1.4;
    position: relative;
    margin: 0;
}

.reward .scene1 .reward-list > li .box::before {
    content: '';
    display: block;
    width: 4.5rem;
    height: 4.6rem;
    background: url("../images/korean/sub/0505_02_item_icon.png") 0 0/contain no-repeat;
    position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%)
}

.reward .scene1 .reward-list > li .box strong {
    display: block;
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 10px;
}

/* 교육제도 */
.edu-system .chain-circle-list strong {
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    display: block;
    width: 16.2rem;
    height: 16.2rem;
    line-height: 16.2rem;
    border-radius: 50%;
    margin: 0 auto 1rem;
}

.edu-system .chain-circle-list li:nth-child(1) strong {
    background-color: #113058;
}

.edu-system .chain-circle-list li:nth-child(2) strong {
    background-color: #35629c;
}

.edu-system .chain-circle-list li:nth-child(3) strong {
    background-color: #358a9c;
}

.edu-system .chain-circle-list li:nth-child(4) strong {
    background-color: #58769c;
}

.edu-system .chain-circle-list li {
    position: relative;
}

.edu-system .chain-circle-list li~li::before {
    content: url(../images/korean/sub/0505_03_plus.png);
    display: block;
    position: absolute;
    left: 0;
    top: 8rem;
    transform: translate(-50%, -50%)
}

.edu-system .chain-circle-list p {
    border: 1px solid #ddd;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.8rem;
    color: #333;
    height: 42%;
}

.edu-system .box-list .item-card {
    border: 1px solid #dddddd;
    height: 100%;
}

.edu-system .box-list .item-card strong {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
    color: #333333;
}

.edu-system .box-list .item-card ul {
    padding: 1rem 3rem;
}

/* 신고등록 - 본인인증 */
.report .scene3 {
    padding-top: 0;
}

.report .scene3 .desc {
    padding-bottom: 40px;
    text-align: center;
}

/*.report .scene3 ul {margin: 0 -1%;}*/
.report .scene3 ul > li {
    border: 1px solid #ddd;
    /*width: 58%; float:inherit;*/
    height: 406px;
    text-align: center;
    padding: 175px 20px 55px;
    background-position: center 58px;
    background-image: url(../images/korean/sub/i_report1.png);
    background-repeat: no-repeat;
    border-top: 2px solid #000;
    margin: 0 auto;
}

.report .scene3 ul > li:last-child {
    background-image: url(../images/korean/sub/i_report2.png);
    background-position: center 68px;
}

.report .scene3 ul > li strong {
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-bottom: 20px;
}

.report .scene3 ul > li p {
    color: #666;
    line-height: 1.5;
}

.report .scene3 ul > li a {
    display: inline-block;
    width: 315px;
    height: 63px;
    background: #313c4c;
    color: #fff;
    line-height: 3;
    margin-top: 20px;
}

/*.report .scene3 ul > li:last-child a {background:#e9863b;}*/
.report .scene3 ul > li a:hover {
    background: #fff;
    color: #313c4c;
    border: 1px solid #313c4c;
}

.report .scene3 ul > li:last-child a:hover {
    color: #e9863b;
    border: 1px solid #e9863b;
}

/* 2018.10.25 - 개인정보 수집 및 이용 */
.report .list-normal > li + li {
    margin-top: 20px;
}

.report .list-normal > li > strong {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
}

.report .box.style1 {
    height: 280px;
    overflow-y: auto;
}

.report .box.style1 + .text-right {
    margin-top: 10px;
}

.report [class^="scene"] h4 {
    text-align: inherit;
}

.report [class^="scene"] {
    padding-top: 0;
    padding-bottom: 0;
}

.report .btns + .scene3 {
    margin-top: 60px;
}

.privacy-labeling {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -1rem;
}

.privacy-labeling > li {
    position: relative;
    width: calc(25% - 2rem);
    margin: 1rem;
    padding: 3rem 2rem;
    border-radius: 1rem;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}

.privacy-labeling .icon {
    display: block;
    height: 7rem;
    margin-bottom: 1rem;
}

.privacy-labeling .icon img {
    height: 100%;
}

.privacy-labeling .tit {
    display: block;
    font-size: 1.7rem;
}

.policy-box {
}

.policy-list {
    display: flex;
    flex-flow: row wrap;
    word-break: keep-all;
}

.policy-list > li {
    width: 50%;
    margin-bottom: 1rem;
    padding: 0 .5rem;
}

.policy-list > li a {
    display: block;
    position: relative;
    min-height: 2.8rem;
    padding-left: 3rem;
}

.policy-list .icon, .policy-title .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.2rem;
}

.policy-list .icon img, .policy-title .icon img {
    vertical-align: sub;
}

.policy-title {
    position: relative;
    margin: 5rem 0 1rem;
    padding-left: 4.5rem;
    color: #01165E;
    letter-spacing: -0.1rem;
    line-height: 1.5;
    font-size: 2.3rem;
    font-weight: 700;
}

.policy-title:nth-child(1) {
    margin-top: 0
}

.policy-title .icon {
    width: 3.7rem;
}

/* 나의신고조회 */
.my-report .scene1 {
    padding-top: 40px;
}

.my-report .scene1 .desc {
    padding-bottom: 20px;
}

.my-report .scene1 .common-box {
    padding: 35px 30px 50px;
    margin-bottom: 0;
    text-align: center;
}

.my-report .scene1 .common-box .form {
    display: inline-block;
}

.my-report .scene1 .common-box .form > p {
    text-align: left;
    margin-bottom: 10px;
}

.my-report .scene1 .common-box .form > p label {
    font-weight: 500;
    display: inline-block;
    width: 90px;
}

.my-report .scene1 .common-box .btn {
    display: block;
    width: 282px;
    height: 63px;
    margin: 0 auto;
    background: #313c4c;
    color: #fff;
    padding: 19px 105px 17px 115px;
    position: relative;
    margin-top: 20px;
    float: right;
}

.my-report .scene1 .common-box .btn::before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e97a";
    position: absolute;
    top: 21px;
    left: 105px;
    font-size: 16px;
}

.my-report .scene1 .common-box .btn:hover {
    background: #fff;
    color: #313c4c;
    border: 1px solid #313c4c;
}

.my-report .scene1 .caution {
    border: 1px solid #ddd;
    border-top: 0;
    height: 70px;
    background: #f9f9f9;
    margin-top: -1px;
    padding: 25px 60px;
}

.my-report .scene1 .caution::before {
    top: 25px;
    left: 35px;
}

/* 이용안내 */
.report-guide .scene1 {
    padding-top: 40px;
}

.report-guide .scene1 .desc {
    padding-bottom: 20px;
}

.report-guide .scene1 .list {
    margin-bottom: 0;
}

.report-guide .scene1 .file {
    width: 330px;
    margin: 0;
    height: 58px;
    line-height: 3;
    text-align: left;
    padding-left: 60px;
    background: url("../images/korean/sub/bg_pdf.gif") 20px center no-repeat #fff;
    border-color: #ddd;
    position: relative;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    margin: 40px auto 0;
    display: block;
}

.report-guide .scene1 .file::before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.report-guide .scene1 .file:hover {
    border-color: #e77a27;
    color: #e77a27;
}

/* 기부신청 */
.donation-application .scene0 {
    height: 371px;
    background: url(../images/korean/sub/bg_donation_application1.gif) center top no-repeat;
    color: #fff;
    padding: 70px 0;
    text-align: center;
    margin-bottom: 120px;
}

.donation-application .scene0 h4 {
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.donation-application .scene0 p {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.8rem;
    width: 100%;
}

.donation-application .scene0 .btn {
    margin: 20px auto 50px auto;
    background: transparent;
    border-radius: 30px;
    border-color: #fff;
    color: #fff;
    width: 227px;
    height: 42px;
    line-height: 2.7;
    text-align: left;
    padding: 0 25px;
    position: relative;
}

.donation-application .scene0 .btn i {
    color: #e77a27;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.donation-application .scene0 .donation-box {
    border-style: solid;
    border-color: #e77a27 #ddd #ddd;
    border-width: 2px 1px 1px;
    background-color: #fff;
    width: 94%;
    margin: 0 auto;
    height: 181px;
    text-align: left;
    color: #333;
    padding: 60px 40px;
    position: relative;
}

.donation-application .scene1 {
}

.donation-application .scene1 .step {
    position: relative;
    min-height: 140px;
    text-align: center;
}

.donation-application .scene1 .step::after {
    content: '';
    display: block;
    clear: both;
}

.donation-application .scene1 .step > li {
    float: left;
    position: relative;
    z-index: 1;
}

.donation-application .scene1 .step > li.round {
    width: 120px;
    height: 120px;
    color: #fff;
}

.donation-application .scene1 .step > li.round::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #6f6551;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.donation-application .scene1 .step > li:first-child::before {
    background-color: #e77a27;
}

.donation-application .scene1 .step > li:last-child::before {
    background-color: #313c4c;
}

.donation-application .scene1 .step > li.round p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.donation-application .scene1 .step > li.text {
    width: 100px;
    padding-top: 100px;
    position: relative;
}

.donation-application .scene1 .step > li.text::before {
    content: "";
    width: 22px;
    height: 22px;
    background: url(../images/korean/sub/bg_donation_application2.gif) 0 0/auto no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
}

.donation-application .scene1 .common-box {
    text-align: left;
    background-color: #fff;
    margin-top: 75px;
    padding: 0 60px;
}

.donation-application .scene1 .common-box > li {
    padding: 40px 0;
}

.donation-application .scene1 .common-box > li:first-child {
    border-bottom: 1px dashed #ddd;
}

.donation-application .scene1 .common-box > li > strong {
    display: inline-block;
    padding-right: 35px;
    margin-bottom: 2rem;
    font-size: 2rem;
    vertical-align: top;
    font-weight: 500;
}

.donation-application .scene1 .common-box > li .text {
    display: inline-block;
    font-weight: 400;
}

.donation-application .scene1 .common-box > li .text .list {
    margin-top: 20px;
    margin-bottom: 0;
}

.donation-application .scene1 .common-box > li .text span {
    color: #e77a27;
}

.donation-application .scene1 .common-box > li .text strong {
    display: block;
    margin: 10px 0 5px;
    font-weight: 500;
}

/* 약관 공통 */
.rules {
    margin-bottom: 100px;
}

.rule-box {
    border-width: 1px;
    border-style: solid;
    border-color: #000 #ddd #ddd;
    background-color: #f9f9f9;
    padding: 50px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.rule-box .title-desc {
    margin-bottom: 20px;
}

.rule-box h4.title:first-of-type {
    margin-top: 0;
}

.rule-box .ment {
    text-align: center;
    padding-top: 130px;
    background: url("../images/korean/sub/bg_email.gif") center top no-repeat;
}

.rule-box.scroll {
    height: 660px;
    overflow: auto;
}

/* 달력 */
.month_schedule {
    position: relative;
}

.month_num {
    color: #666;
    font-size: 5rem;
    text-align: center;
    margin: 40px 0;
    letter-spacing: -0.03em;
}

.month_num strong {
    color: #e77a27;
    font-weight: 400;
}

.btn_prev_m {
    position: absolute;
    top: 10px;
    left: 50%;
    font-size: 3rem;
    margin-left: -130px;
}

.btn_next_m {
    position: absolute;
    top: 10px;
    right: 50%;
    font-size: 3rem;
    margin-right: -130px;
}

.m_schedule {
    overflow: hidden;
}

.tb_schedule {
    margin-left: -1px;
}

.tb_schedule thead th {
    border-top: 1px solid #313c4c;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 54px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #f9f9f9;
}

.tb_schedule thead th:first-of-type {
    color: #ca0000;
}

.tb_schedule thead th:last-of-type {
    color: #517bd8;
}

.tb_schedule tbody td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 100px;
    vertical-align: top;
    padding: 40px 15px 15px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    position: relative;
}

.tb_schedule tbody td .day {
    position: absolute;
    top: 15px;
    left: 15px;
}

.tb_schedule tbody td:first-of-type .day {
    color: #ca0000;
}

.tb_schedule tbody td:last-of-type .day {
    color: #517bd8;
}

.tb_schedule tbody td.sun .day {
    color: #ca0000;
}

.tb_schedule tbody td.sun p:last-of-type {
    position: absolute;
    top: 15px;
    left: 35px;
    color: #ca0000;
}

.card-list {
    border-top: 1px solid #363636;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.card-list + .card-list {
    margin-top: 50px;
}

.card-list > li {
    float: left;
    width: 305px;
    margin-left: 26px;
    padding-top: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.card-list > li:nth-child(4n-3) {
    margin-left: 0;
}

.card-list .figure {
    display: block;
    width: 100%;
    height: 305px;
    margin-bottom: 10px;
    background: url(../images/korean/sub/bg_no_img.gif) center no-repeat #fafafa;
    overflow: hidden;
}

.card-list .figure img {
    width: 100%;
    height: 100%;
}

.card-list > li .figcaption {
    color: #111;
}

.card-list > li .figcaption span {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 1.5rem;
}

.card-list > li .figcaption .list-title {
    font-size: 1.8rem;
    color: #333;
}

/* 카드뉴스 */
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 90;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
}

.modal-bg.active {
    opacity: 1;
    max-height: inherit;
    visibility: visible;
}

.img-wrap {
    width: 640px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img-wrap .close {
    display: block;
    width: 260px;
    height: 62px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
    position: absolute;
    bottom: -70px;
    left: 50%;
    line-height: 2.3;
    transform: translateX(-50%);
}

.flexslider {
    margin: 0 0 15px;
    position: relative;
    zoom: 1; }

.flexslider .slides {
    zoom: 1; }

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 70px;
    height: 90px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0;
    background-color: #000;
}

.flex-direction-nav a:before {
    font-family: "xeicon";
    font-size: 4rem;
    display: inline-block;
    content: "\e93b";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flex-direction-nav a.flex-next:before {
    content: "\e93e";
    color: #fff;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.5;
    left: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: .7;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.5;
    right: 0;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: .7;
}

.slides > li img {
    width: 100%;
}

#carousel .slides > li.flex-active-slide {
    position: relative;
    cursor: pointer;
}

#carousel .slides > li.flex-active-slide::after {
    border: 3px solid #e77a27;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#carousel .flex-direction-nav {
    display: none;
}

/*------ 180315  ------*/
/* 제도안내 */
.open-info-system {
    margin-bottom: 100px;
}

.open-info-system h4 + p {
    margin-bottom: 20px;
}

/* 기부현황 */
.donation-status .scene1 {
    padding-top: 0;
}

.donation-status .img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.donation-status .horizontal {
    margin-bottom: 4rem;
}

.donation-status .scene1 .horizontal .video {
    width: 100%;
    height: 512px;
    background: #f1f1f1;
    position: relative;
    height: 0;
    padding-bottom: 56%;
}

.donation-status .scene1 .horizontal .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

/*
.donation-status .scene1 .horizontal { overflow: hidden; }
.donation-status .scene1 .horizontal h4 { float: left; width: 260px; text-align: left; border-top: 3px solid #000; padding-top: 30px; }
.donation-status .scene1 .horizontal .contents { margin-left: 328px; border-top: 1px solid #ddd; padding-top: 30px; margin-bottom: 45px; }
.donation-status .scene1 .horizontal .contents .info-graph { background: url(../images/korean/sub/bg_info-graph3.gif) 0 0 no-repeat; width: 972px; height: 182px; }
.donation-status .scene1 .horizontal .contents .caution { border: 1px solid #ddd; background-color: #f9f9f9; padding: 20px 20px 20px 50px; position: relative; color: #767676; margin-top: 30px; }
.donation-status .scene1 .horizontal .contents .caution::before { content: "!"; width: 20px; height: 20px; border-radius: 50%; background-color: #e77a27; color: #fff; text-align: center; position: absolute; top: 17px; left: 20px; font-size: 1.1rem; line-height: 1.8; }
.donation-status .scene1 .horizontal .title { font-size: 2rem; color: #222; display: block; margin-bottom: 10px; font-weight: 400; }
.donation-status .scene1 .horizontal .img-box { margin: 35px 0 65px; }
.donation-status .scene1 .horizontal .img-box img { display: inline-block; margin-left: 30px; }
.donation-status .scene1 .horizontal .img-box img:first-of-type { margin-left: 0; }
.donation-status .scene1 .horizontal .table-wrap { margin-bottom: 80px; }
*/
/* 의범학술상 */
.award .scene0 .common-box {
    padding: 5rem 5rem 4.5rem 20.5rem;
    position: relative;
    margin-bottom: 5rem;
}

.award .scene0 .common-box::before {
    content: '';
    width: 98px;
    height: 98px;
    background: #e77a27 url(../images/korean/sub/i_award1.png) center center no-repeat;
    border-radius: 50%;
    position: absolute;
    top: 40px;
    left: 65px;
}

.award .scene0 .common-box strong {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 15px;
}

.award .scene1 {
    padding-top: 0;
}

.award .img-box {
    margin: 2rem 0;
}

/*
.award .scene1 .horizontal { overflow: hidden; }
.award .scene1 .horizontal h4 { float: left; width: 260px; text-align: left; border-top: 3px solid #000; padding-top: 30px; }
.award .scene1 .horizontal .contents { margin-left: 328px; border-top: 1px solid #ddd; padding-top: 30px; margin-bottom: 45px; }
.award .scene1 .horizontal .contents h5.title { margin: 0 0 10px; }
.award .scene1 .horizontal .contents .list li > p { display: inline-block; width: 90%; vertical-align: top; }
.award .scene1 .horizontal .contents .img-box { margin: 35px 0 65px; }
.award .scene1 .horizontal .contents .img-box img { display: inline-block; margin-left: 30px; }
.award .scene1 .horizontal .contents .img-box img:first-of-type { margin-left: 0; }
.award .scene1 .horizontal .contents .img-box p { display: block; margin: 15px 0; }
.award .scene1 .horizontal .contents .table-wrap { margin-bottom: 80px; }
*/
/* 알림공간 - 구매입찰정보  */
.talent2 {
    margin: 0 auto;
    width: 820px;
}

/* 정보공개 - 정보목록 */
.board-top.border-box {
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 1.8rem 3rem;
    margin-bottom: 30px;
}

.board-top.border-box .count {
    margin-top: 10px;
}

.board-top .search-area .form-control.hasDatepicker {
    min-width: 10rem;
    width: 10rem;
}

.common-box .list.many {
    overflow: hidden;
}

.common-box .list.many > li {
    width: 20%;
    float: left;
}

/* add갤러리 */
.add-gallery {
    padding-bottom: 100px;
}

.add-gallery .board-top strong {
    color: #e77a27;
}

.gallery-search {
    background: url("../images/korean/sub/bg_gallery-search.jpg") 0 0 no-repeat;
    height: 204px;
    text-align: center;
    font-size: 0;
    padding-top: 55px;
    position: relative;
}

.gallery-search .input-box {
    border: 3px solid #fff;
    display: inline-block;
    position: relative;
}

.gallery-search .input-box::before {
    content: "\e97a";
    font-family: 'xeicon';
    position: absolute;
    top: 50%;
    left: 20px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-search .form-control, .gallery-search .btn {
    display: inline-block;
    background: transparent;
    border: none;
    height: 58px;
    vertical-align: middle;
}

.gallery-search .form-control {
    width: 500px;
    color: #fff;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.6rem;
}

.gallery-search .form-control::-webkit-input-placeholder {
    color: #fff;
}

.gallery-search .form-control:-ms-input-placeholder {
    color: #fff;
}

.gallery-search .form-control::-ms-input-placeholder {
    color: #fff;
}

.gallery-search .form-control::placeholder {
    color: #fff;
}

.gallery-search .btn {
    width: 60px;
    color: #fff;
    font-size: 1.9rem;
    line-height: 2.7;
    position: relative;
}

.gallery-search .btn::before {
    content: "";
    width: 3px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}

.gallery-grid-wrap {
    min-height: 1000px;
}

.gallery-grid-wrap .gallery-grid {
    margin: 0 -.5%;
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item {
    width: 24%;
    margin: .5%;
    position: relative;
    overflow: hidden;
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item .photo {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item .figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item .figcaption .vert-mid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item .figcaption .vert-mid .title {
    margin-bottom: 20px;
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item .figcaption .vert-mid .btn {
    background-color: transparent;
    border-radius: 20px;
    color: #fff;
    padding: 3px 12px;
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item .figcaption .vert-mid .btn i {
    color: #efce15;
    vertical-align: middle;
}

/*
.open-info.tab-page05 .list.down { border: 1px solid #ddd; margin-top: 20px; }
.open-info.tab-page05 .list.down > li { height: 70px; border-bottom: 1px solid #ddd; padding: 15px 25px 15px 20px; counter-increment: number; }
.open-info.tab-page05 .list.down > li:last-child { border-bottom: 0; }
.open-info.tab-page05 .list.down > li span { display: inline-block; width: 30px; height: 30px; background: #e77a27; border-radius: 50%; color: #fff; font-size: 1.5rem; text-align: center; line-height: 2; margin-right: 20px; vertical-align: middle; }
.open-info.tab-page05 .list.down > li::after { content: ''; display: block; clear: both; }
.open-info.tab-page05 .list.down > li p { display: inline-block; vertical-align: middle; }
.open-info.tab-page05 .list.down > li .btn { float: right; width: 118px; border-radius: 30px; font-size: 1.5rem; text-align: left; padding: 5px 40px 5px 15px; position: relative; }
.open-info.tab-page05 .list.down > li .btn:hover { border-color: #e77a27; }
.open-info.tab-page05 .list.down > li .btn::before { font-family: xeicon !important; display: inline-block; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\eb7c"; position: absolute; top: 8px; right: 0; font-size: 1.6rem; padding: 0 8px; }
.open-info.tab-page05 .list.down > li .btn:hover::before { color: #e77a27; }
*/
.gallery-grid-wrap .gallery-grid .gallery-grid-item.active .figcaption {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.gallery-grid-wrap .gallery-grid .gallery-grid-item.active .photo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-grid-wrap .btns {
    margin-top: 70px;
}

.gallery-grid-wrap .btns .btn {
    width: 484px;
    height: 69px;
    background: transparent;
    border: 1px solid #999;
    color: #666;
    font-weight: 500;
    line-height: 69px;
}

.gallery-grid-wrap .btns .btn i {
    font-weight: 700;
    font-size: 2rem;
}

/* 카드그리드 */
.card-grid-wrap .card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.card-grid-wrap .card-grid .card-grid-item {
    position: relative;
    border: 1px solid #ddd;
}

.card-grid-wrap .card-grid .card-grid-item .photo {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.card-grid-wrap .card-grid .card-grid-item .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.card-grid-wrap .card-grid .card-grid-item .photo:hover img,
.card-grid-wrap .card-grid .card-grid-item .photo:focus img {
    transform: translate(-50%, -50%) scale(1.1);
}

.card-grid-wrap .card-grid .card-grid-item .figcaption {
    padding: 1.5rem;
    text-align: center;
}

.card-grid-wrap .card-grid .card-grid-item .title {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    margin:0;
    color:#111;
    font-size: 1.6rem;
    font-weight: 500;
    line-height:1.5;    
    overflow: hidden;
}

.card-grid-wrap .card-grid .card-grid-item .date {
    display:block;
    margin:0.6rem 0 0;
    color:#555;
    font-size: 1.4rem;
}

.card-grid-wrap .btns {
    margin-top: 70px;
}

.card-grid-wrap .btns .btn {
    width: 484px;
    height: 69px;
    background: transparent;
    border: 1px solid #999;
    color: #666;
    font-weight: 500;
    line-height: 69px;
}

.card-grid-wrap .btns .btn i {
    font-weight: 700;
    font-size: 2rem;
}


/* ===========================================================================================
06 정보공개
=========================================================================================== */
/* 정보공개 */
.open-info-wrap {
    margin-top: 10rem;
}

.open-info-wrap .open-info {
    padding-top: 6rem;
}

.open-info-wrap .open-info h4.title {
    margin-top: 0;
}

.open-info p + .common-box {
    margin-top: 20px;
}

.open-info .common-box p + p {
    margin-top: 25px;
}

.open-info .btn-center {
    text-align: center;
}

.open-info * + .btn-center {
    margin-top: 30px;
}

.open-info .file {
    width: 330px;
    margin: 0 7px;
    height: 58px;
    line-height: 3;
    text-align: left;
    padding-left: 60px;
    background: url("../images/korean/sub/bg_pdf.gif") 20px center no-repeat #fff;
    border-color: #ddd;
    position: relative;
}

.open-info .file:hover {
    border-color: #e77a27;
    color: #e77a27;
}

.open-info .file::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.link.btn {
    width: 330px;
    margin: 0 7px;
    height: 58px;
    line-height: 3;
    text-align: left;
    border-color: #ddd;
    position: relative;
    padding-left: 30px;
}

.link.btn:hover {
    border-color: #e77a27;
    color: #e77a27;
}

.link.btn::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e980";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

/* 공개방법,처리절차 */
/* 20.05.28 ldy */
.open-info.tab-page02 .step {
    height: 116rem;
    background: url(../images/korean/sub/bg_open_info_01.gif) left/contain no-repeat;
    margin: 0 auto;
}

/* 비공개정보기준 */
.open-info.tab-page03 .list {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.open-info.tab-page03 .list > li {
    height: auto;
    border-bottom: 1px solid #ddd;
    padding: 15px 25px 15px 20px;
    counter-increment: number;
}

.open-info.tab-page03 .list > li:last-child {
    border-bottom: 0;
}

.open-info.tab-page03 .list > li::before {
    content: "0" counter(number, decimal);
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e77a27;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    margin-right: 20px;
    vertical-align: middle;
}

.open-info.tab-page03 .list > li::after {
    content: '';
    display: block;
    clear: both;
}

.open-info.tab-page03 .list > li p {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
}

.open-info.tab-page03 .list > li .btn {
    float: right;
    width: 118px;
    border-radius: 30px;
    font-size: 1.5rem;
    text-align: left;
    padding: 5px 40px 5px 15px;
    position: relative;
}

.open-info.tab-page03 .list > li .btn:hover {
    border-color: #e77a27;
}

.open-info.tab-page03 .list > li .btn::before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 1.6rem;
    padding: 0 8px;
}

.open-info.tab-page03 .list > li .btn:hover::before {
    color: #e77a27;
}

/* 복구제절차 */
.open-info.tab-page04 .accordion {
    margin-top: 20px;
    border: 1px solid #ddd;
}

.open-info.tab-page04 .accordion > li > a {
    height: 6.5rem;
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    padding: 1.7rem 11rem 1.5rem 2.5rem;
    font-size: 2rem;
    color: #000;
}

.open-info.tab-page04 .accordion > li:last-child {
    border-bottom: 0;
}

.open-info.tab-page04 .accordion > li > a::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e943';
    position: absolute;
    top: 15px;
    right: 3rem;
    font-size: 3rem;
    padding: 0;
    color: #666;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.open-info.tab-page04 .accordion > li.active > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.open-info.tab-page04 .accordion > li .common-box {
    border: 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    display: none;
}

.open-info.tab-page04 .accordion > li .common-box .title {
    margin: 0 0 10px;
}

.open-info.tab-page04 .accordion > li .common-box .list {
    margin-left: 15px;
    margin-bottom: 30px;
}

.open-info.tab-page04 .accordion > li .common-box .list > li {
    line-height: 1.5;
}

/* 수수료/관련서식 */
.open-info.tab-page05 h5.title {
    font-size: 1.8rem;
}

.open-info.tab-page05 .list.down {
    border: 1px solid #ddd;
    margin-top: 20px;
}

.open-info.tab-page05 .list.down > li {
    border-bottom: 1px solid #ddd;
    padding: 15px 25px 15px 20px;
    counter-increment: number;
}

.open-info.tab-page05 .list.down > li:last-child {
    border-bottom: 0;
}

.open-info.tab-page05 .list.down > li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e77a27;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    margin-right: 20px;
    vertical-align: middle;
}

.open-info.tab-page05 .list.down > li::after {
    content: '';
    display: block;
    clear: both;
}

.open-info.tab-page05 .list.down > li p {
    display: inline-block;
    vertical-align: middle;
}

.open-info.tab-page05 .list.down > li .btn {
    float: right;
    width: 118px;
    border-radius: 30px;
    font-size: 1.5rem;
    text-align: left;
    padding: 5px 40px 5px 15px;
    position: relative;
}

.open-info.tab-page05 .list.down > li .btn:hover {
    border-color: #e77a27;
}

.open-info.tab-page05 .list.down > li .btn::before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 1.6rem;
    padding: 0 8px;
}

.open-info.tab-page05 .list.down > li .btn:hover::before {
    color: #e77a27;
}

/* 공공데이터 */
.open-info-data .btn-center {
    text-align: center;
    margin: 26px 0 60px;
}

.open-info-data .btn-center .link {
    width: 330px;
    margin: 0 7px;
    height: 58px;
    line-height: 3;
    text-align: left;
    border-color: #ddd;
    position: relative;
    padding-left: 30px;
}

.open-info-data .btn-center .link:hover {
    border-color: #e77a27;
    color: #e77a27;
}

.open-info-data .btn-center .link::after {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e980";
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 1.6rem;
    border-left: 1px solid #ddd;
    padding: 0 20px;
}

.open-info-data .table-wrap ul {
    margin: 0;
}

.open-info-data .btn.down {
    background: transparent;
    border-radius: 30px;
    border-color: #ddd;
    color: #767676;
    width: 118px;
    height: 35px;
    line-height: 2.2;
    text-align: left;
    padding: 0 25px;
    position: relative;
}

.open-info-data .btn.down + .btn.down {
    margin-top: 10px;
}

.open-info-data .btn.down::before {
    font-family: xeicon !important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb7c";
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 1.6rem;
    padding: 0 15px;
}

.open-info-data .btn.down:hover {
    border-color: #e77a27;
    color: #e77a27;
}

/* 전자정보원*/
.electronic-informer .tab-menu {	
    background-color: #edf1f5;
    border-bottom: 1px solid #d4d5d8;
	}
.electronic-informer .tab-menu .active {
	background-color: #fff;	
	}
.electronic-informer .tab-menu .active a {
    font-weight: 700;
	}
.electronic-informer .tab-menu .active > a::after {
	display: none;
	}	
.electronic-informer .tabcontent {
	display: none;
	}
.electronic-informer .tabcontent:nth-of-type(1) {
	display: block;
	}
.dataBase {
	display: flex; flex-flow: row wrap;
    margin: 0 -1rem;
	font-weight: 700;
	}
.dataBase > li {
	position: relative;
	width: calc((100% / 5) - 2rem);
    margin: 1rem 1rem;
    border: 1px solid #d4d5d8;
    border-radius: 1rem;
    overflow: hidden;
	}	
.dataBase .db {
    display: block;
    position: relative;
    overflow: hidden;
	}
.dataBase .label {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.6rem;
    height: 2.6rem;
    background-color: #416292;
    border-radius: 0 0 0 1rem;
    color: #fff;
    text-align: center;
    line-height: 2.2;
    font-size: 1.2rem;
    font-weight: 500;
    z-index: 1;
	}
.dataBase .imgWrap {
	display: block;
	position: relative;
	height: 9rem;
    padding: 0.5rem;
    border-bottom: 1px solid #d4d5d8;
    text-align: center;
    overflow: hidden;
	}
.dataBase [class*="open_athens"] {
	display: block;
    position: absolute;
    bottom: 0.5rem;
    left: 2.5%;
    width: 95%;
    margin: 0 auto;
    padding: 0.25rem 0;
    background-color: #fda213;
    color: #fff;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 700;
	}	
.dataBase .open_athens2 {	
    background-color: #B2CCFF;
	}	
.dataBase .open_athens3 {	
    background-color: #5CD1E5;
	}
.dataBase .txtArea {
	padding: 2rem;
	}
.dataBase .subject {
    display: block;
    margin-bottom: 1rem;
    color: #416292;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.7rem;
    font-weight: 700;
    overflow: hidden;
	}
.dataBase .txtArea > .desc {	
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;    
    margin-bottom: 0;
    color: #555;
    line-height: 1.3;
	font-size: 1.3rem;
    overflow: hidden;
	}	
.dataBase .db_info {
    position: absolute;
    top: 20rem;
    left: 0;
    width: 100%;
    height: 14.5rem;
    padding: 1.5rem;
    background-color: rgba(10,41,87,0.8);
    color: #fff;
    transition: all 0.3s;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
	}
.dataBase .db_info .desc {
	margin-bottom: 1rem;
	padding-bottom: 0.7rem;
    border-bottom: 1px solid #d4d5d8;
    line-height: 1.43;
	}
.dataBase .db:hover .db_info, 
.dataBase .db:focus .db_info {
	top: 8.5rem; 
	visibility:visible; 
	opacity:1;
	}
.dataBase .btnArea {
	display: flex; flex-flow: row wrap;
    background-color: #f3f3f3;
    border-top: 1px solid #d4d5d8;
    text-align: center;
	}
.dataBase .btnArea a {
    display: block;
    position: relative;
    width: 50%;
    padding: 1rem;
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
	}
.dataBase .btnArea a i {
	color: #416292;
    font-size: 1.5rem;
	}
.dataBase .btnArea a:first-child::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #d4d5d8;
	content: '';
	}
.dataBase .db .db_info::-webkit-scrollbar {width: 10px;}
.dataBase .db .db_info::-webkit-scrollbar-thumb {background-color: #a7b7ce; border-radius: 10px; background-clip: padding-box; border:0;}
.dataBase .db .db_info::-webkit-scrollbar-track {background-color:rgba(10,41,87,0.2); border-radius: 10px;}	

/* 반응형 STYLE
---------------------------------------------- */
/* laptop 대응 */
@media (max-width: 1919px) {
    .modal .modal-container {
        height: 80%;
    }

    .modal .modal-container .common-content {
        height: 80%;
    }

    .modal .modal-container .close {
        bottom: 5px;
    }
}

@media (max-width: 1400px) {
    /* sub 레이아웃 */ br {
        display: none;
    }

    .block {
        display: block;
    }

    .detail-content {
        padding: 3rem 1.5rem;
        word-break: break-all;
    }

    #content h3.title {
        color: #111;
        font-size: 3rem;
        margin: 0 0 2rem 0;
        padding-bottom: 2rem;
        border-bottom: 1px solid #eee;
    }

    .ci .h3_title {
        display: none;
    }

    .tab-menu {
        margin-top: -1px;
        margin-bottom: 3rem;
    }

    .bookmark.fixed {
        width: 77%;
    }

    .content-footer {
        padding: 3rem 0;
    }

    .content-footer .confooter_box {
        width: 100%;
    }
    .protection-system  {
    	padding-left: 5rem;
    	padding-right: 5rem;
    	}

    /* 연구개발 */
    .sentence .info-layout.info_right .pull_left_wrap {
        overflow: auto;
    }

    .sentence .info-layout.info_right .pull_left_wrap::-webkit-scrollbar {
        width: 5px;
    }

    .sentence .info-layout.info_right .pull_left_wrap::-webkit-scrollbar-thumb {
        background: #c8c8c8;
        border-radius: 2.5px;
    }

    .sentence .info-layout.info_right .pull_left_wrap::-webkit-scrollbar-track {
        background: #fff;
    }

    /* 20.05.25 ldy - 게시판, 테이블 */
    .movement > li strong::before {
        left: inherit;
        margin-left: -20px;
    }

    /* 20.05.25 ldy - 공지사항-인사 */
    .personnel-system .scene0 .box {
        width: 100%;
    }

    .personnel-system .scene0 p {
        font-size: 1.4rem;
    }

    /* 공지사항 - 직종 */
    .personnel-system .scene1 .system-list > li .process > li strong {
        width: 140px;
    }

    /* 공지사항 - 직종 - 장학생 */
    .scholarship .scene2 .layout > li .box-list > li {
        font-size: 1.4rem;
        padding: 25px 25px 15px 110px;
    }

    /* - 채용기준 */
    .ncs .scene0 .common-box .file {
        background: url("../images/korean/sub/bg_pdf.gif") 10px center no-repeat #fff;
        padding-left: 40px;
        line-height: 3.8;
        font-size: 1.2rem;
    }

    .ncs .scene0 .common-box .file::after {
        border-left: none;
        padding: 0 10px 0 0;
    }

    /* "" = 교육제도 */
    .edu-system .scene1 .edu-system-list > li:first-child .box-list {
        top: -200px;
    }

    /*** 정보공개 - 공개창구 ldy 
  .tab-menu > li > a { font-size: 1.4rem; line-height: 4.5; overflow: hidden; }
  ***/
    .open-info.tab-page02 .step {
        background: url(../images/korean/sub/bg_open_info_02.gif) center center/contain no-repeat;
        margin: 0 auto;
        height: 0;
        padding-bottom: 150%;
    }

    /*** ADD채널 - 홍보책자,영상 - 홍보영상 ldy  */
    .movie-area .subtitles {
        float: inherit;
        padding: 20px 15px;
        width: 100%;
        word-break: keep-all;
    }

    .movie-area {
        display: block;
    }

    /* "" - 홍보동영상 */
    .movie-area .embed-container {
        float: inherit;
        min-height: 260px;
        width: 100%;
    }

    /* ===========================================================================================
  04 열린광장
  =========================================================================================== */
    .flex_wrap.tech_transfer li {
        width: 47%;
    }
}
@media (max-width: 1200px) {
.dataBase > li {width: calc((100% / 4) - 2rem);}	
}

@media (max-width: 1024px) {
   #visual {
        height: 15.3rem;
        width: 100%;
        margin-top: 0;
        color: #ffffff;
    }

    #header.fixed ~ #visual {
        margin-top: 0;
    }

    #visual .container {
        margin: 0;
        display: flex;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding-top: 3rem;
    }

    #visual .title {
        font-size: 3.2rem;
        margin-bottom: 0;
        padding-bottom: 0;
        display: block;
    }

    #content > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: block;
    }

    #side {
        margin-bottom: 0;
        padding-right: 0;
        width: 100%;
    }

    #side .title {
        background-color: transparent;
        margin-bottom: 0;
    }

    #side .snb > li {
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }

    #side .snb > li > a {
        padding: 1.2rem 1.5rem;
    }

    #side .snb > li.active, #side .snb > li.on {
        max-height: 50rem;
        margin-bottom: 2px;
    }

    #side .snb > li.active .depth2 {
        display: none;
    }

    #side .snb > li.active.on .depth2 {
        display: block !important;
    }

    #side .snb > li.active > a::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #side .snb > li.active.on > a::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .breadcrumbs {
        display: none;
    }

.protection-system .process {
	width: 100%;
    text-align: center;
	}
.protection-system .pic {
	width: 100%;
    text-align: center;
	}
	
/* ===========================================================================================
02 ADD소개
=========================================================================================== */
    .bookmark.fixed {
        width: 100%;
        top: 0;
        left: 0;
    }

    .locate .common-box {
        padding: 2rem 3rem;
    }
}

@media (max-width: 880px) {
.technology-org {
	padding: 3rem;
	}
.org_area .directors, .org_area .researcher {
    width: 100%;
    margin-bottom: 0;
}

.org_area .department > li, .org_area .researcher > li {
    width: 100%;
    padding-top: 1.2rem;
}

.org_area .researcher > li {
    height: auto;
    margin-top: 0;
}

.org_area .researcher > li > span {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
    border-radius: 6rem;
}

.org_area .part {
    padding-left: 2rem;
}

.org_area .inspector::before, .org_area .inspector::after, .org_area .part > li::before, .org_area .part > li::after , .org_area .researcher::after {
    display: none;
	}
.org_area .department {
    margin-bottom: 0;
	}
.org_area .inspector {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    margin-bottom: 1rem;
    padding-top: 1rem;
	}
.org_area .inspector > span {
    width: 100%;
	}
.org_area .deputy_director .tow {
	position: relative;
	top: inherit;
	left: inherit;
	transform: none;
	}
.org_area .ditc {
	margin-bottom: 0;
	}
.org_area .head {
	padding-top: 2rem;
    text-align: left;
	}
.org_area .head > li > em {
    width: 100%;
	}
.org_area .affiliated {
    margin-bottom: 0;
    padding-left: 2rem;
	}
.org_area .affiliated .radius {
    width: 100%;
	}
	
	.card-grid-wrap .card-grid {
		    grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767px) {
    .privacy-labeling > li {
        width: calc(25% - 1rem);
        margin: 0 .5rem;
    }

    /*  tab menu */
    .common-box {
        padding: 1.5rem;
    }

    .content-footer .float_right > p strong::before {
        top: 0;
    }

    .content-footer .float_right .satisfy_choice > li {
        text-align: center;
    }

    .content-footer .float_right .satisfy_choice > li input {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .contact-us {
        width: 100%;
        padding: 1rem 1.5rem;
    }

    .contact-us .contact-list > li {
        padding: 1rem;
    }

    .rnd-card-list .item {
        width: 50%;
    }

    /* 공통추가*/
    .indent {
        margin-left: 0;
    }

    .box {
        padding: 2rem;
    }

    [class^="scene"] {
        margin: 3rem 0;
    }

    .box-title.type2 {
        padding: 2rem;
    }

    .box-title.type2 img {
        position: static;
        display: block;
        margin: 0 auto 1rem;
    }

    .box-title.type2 img.vertical_mid {
        top: auto;
        transform: none;
    }

    .box-title .cont .btn {
        display: block;
        margin-top: 1rem;
    }

    .customer-charter .list {
        padding: 2rem;
    }

    /*인사말*/
    .grid-6.text-right.del > img {
        display: none;
    }

    /* ===========================================================================================
  01 윤리경영 
  =========================================================================================== */
    .integrity [class$='_cont'] {
        display: block;
    }

    .integrity [class$='_cont'] .tit {
        margin-right: 0;
    }

    .integrity [class$='_cont'] .item_wrap {
        width: auto;
    }

    .integrity .practice2_cont .item ul {
        margin: 1rem;
    }

    .integrity .strategy_cont .item_wrap, .integrity .practice1_cont .item_wrap {
        margin-top: -1rem;
    }

    .integrity .strategy_cont .item, .integrity .practice1_cont .item {
        width: calc(50% - 1rem);
        margin-top: 1rem;
        padding: 1rem;
    }

    .Newspaper > ul li {
        width: 47%;
        margin: 1rem auto;
    }

    .edu-system .chain-circle-list li~li {
        padding-top: 5rem;
    }

    .edu-system .chain-circle-list li~li::before {
        left: 50%;
        top: 2rem;
    }

    .list-style-picture01 li {
        width: 46%;
    }

    .safety-manage li:nth-last-child(-n+2) .item {
        padding: 10rem 1rem 0 0;
    }

    .safety-manage li:nth-child(-n+2) .item {
        padding: 0rem 1rem 10rem 0;
    }

    .safety-manage .title-wrap::before {
        display: none;
    }

    .safety-manage .round-subject {
        width: 20rem;
        height: 20rem;
        border-width: 3rem;
    	}
    .major-role .info {
    	height: calc(100% - 20rem);
    	}
    	
    .major-role .grid-3 {
        width: 50%;
        padding: .5rem;
    	}
    .major-role .img {
    	height: 20rem;
    	}
    .major-role .img img {
    	margin: 0;
    	}

    /* ===========================================================================================
  02 ADD소개
  =========================================================================================== */
    .greeting .slogan strong {
        display: inline;
    }

    .history .scene0 {
        height: inherit;
        margin-top: -30px;
    }

    .history .scene0 ol > li {
        width: 100%;
        margin-top: 30px;
    }

    .history .scene0 ol > li > div {
        margin: 0;
    }

    .history .scene0 ol > li p br {
        display: none;
    }

    .history .scene0 ol > li strong {
        padding-top: 146px;
    }

    .history .scene0 ol > li strong::before {
        width: 120px;
        height: 120px;
        margin-left: 0;
        transform: translateX(-50%);
    }

    .history .scene0 ol > li strong::after {
        top: 100px;
        font-size: 4rem;
    }

    .vision .scene0 .goal {
        width: 100%;
        padding: 0 2rem;
        line-height: 1.4;
        display: flex;
        align-items: center;
    }

    .vision .scene0 .goal span {
        min-width: 5rem;
    }

    .vision .scene0 .info-graph ul {
        width: 100%;
        display: block;
    }

    .vision .scene0 .info-graph ul > li {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .vision .scene0 .info-graph::before, .vision .scene0 .info-graph::after, .vision .scene0 .info-graph strong::before {
        display: none;
    }

    .vision .scene1 {
        width: 100%;
    }

    .vision .scene1 .container {
        position: relative;
    }

    .vision .scene1 ol {
        width: 100%;
    }

    .vision .scene1 ol > li:nth-child(2) {
        bottom: -90px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .vision .scene1 ol > li:nth-child(3) {
        bottom: -180px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .vision .scene1 .title {
        bottom: 140px;
    }

    .vision .scene2 {
        height: inherit;
    }

    .vision .scene2 ul {
        margin: 0;
        padding-top: 360px;
        height: inherit;
    }

    .vision .scene2 ul > li {
        margin: 0 auto !important;
        width: 50%;
        padding-bottom: 25px;
    }

    .talent .info-graph ul {
        display: block;
    }

    .history .scene1 .sentence {
        padding-top: 70px;
    }

    .history .scene2 .time-line::before {
        left: 20px;
    }

    .history .scene2 .time-line > li {
        width: 100%;
        padding-left: 50px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .history .scene2 .time-line > li::before {
        left: 12px;
        top: 50px;
    }

    .history .scene2 .time-line > li:nth-child(even) {
        padding-top: 0;
        text-align: left;
        padding-right: 0;
        padding-left: 50px;
    }

    .history .scene2 .time-line > li:nth-child(even)::before {
        top: 10px;
        left: 12px;
        right: 0;
    }

    .history .scene2 .time-line > li .year {
        font-size: 3.2rem;
        letter-spacing: -.05em;
    }

    .history .scene2 .time-line > li .accident {
        padding-right: 30px;
    }

    .history .his-tab a {
        padding: 1rem;
    }

    .history-outer .box_wrap {
        width: auto;
    }

    .history .scene1 {
        height: auto;
    }

    .his_section_title:nth-of-type(1) {
        padding: 2rem;
    }

    .history .scene1 .sentence {
        padding-top: 0;
    }

    .history .scene1 .sentence strong {
        margin-bottom: 10px;
        padding-top: 10px;
        font-size: 4rem;
    }

    .history-outer {
        padding: 0 0 20px;
        background-color: inherit;
    }

    .history-outer .container {
        margin-top: 30px;
    }

    .history-outer .tab-menu {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .history-outer .tab-menu > li > a {
        height: 50px;
        line-height: 48px;
        font-size: 1.6rem;
        letter-spacing: -0.025em;
    }

    .history-outer .box {
        display: block;
        padding: 0;
    }

    .history-outer h3 {
        font-size: 3rem;
    }

    .history-outer .year {
        margin-top: 10px;
        font-size: 2rem;
    }

    .history-outer .year:before {
        top: 7px;
        height: 10px;
    }

    .history-outer hr {
        margin: 0 0 10px;
    }

    .history-outer .history-box {
        float: none;
        width: 100%;
    }

    .history-outer .history-box .line1 {
        font-size: 2rem;
    }

    .history-outer .history-box .line2 {
        margin-bottom: 0;
    }

    .history-outer .history-box .line3 {
        margin: 20px 0;
        padding: 10px;
        text-align: center;
        border: 1px solid #ddd;
    }

    .history-outer .history-box .line3 img {
        max-width: 100%;
    }

    .history-outer .history-list {
        margin-left: 0;
        width: 48%;
        min-height: 200px;
    }

    .history-outer .history-list + .history-list {
        margin-left: 4%;
    }

    .history-outer .history-list:before {
        height: calc(100% - 40px);
    }

    .history-outer .history-list li {
        padding-left: 30px;
    }

    .history-outer .history-list li:before {
        top: 5px;
    }

    .history-outer .history-list li + li {
        margin-top: 20px;
    }

    .history-outer .history-list li .date {
        font-size: 1.8rem;
    }

    .history .scene1 .sentence > .sentence_left, .history .scene1 .sentence > .sentence_right {
        width: 100%;
        display: block;
    }

    .history .scene1 .sentence .text_wrap {
        margin: 6rem 0;
    }

    .history .scene1 .sentence {
        padding: 0;
    }

    .ci.strategy {
        padding: 0;
        background-color: inherit;
    }

    .ci.strategy .horizontal + .horizontal {
        margin-top: 0;
    }

    .ci .horizontal h4 {
        padding-top: 15px;
        margin-bottom: 15px;
        font-size: 2.2rem;
    }

    .ci.strategy .horizontal .contents h5 {
        margin-bottom: 15px;
        font-size: 1.8rem;
    }

    .ci .horizontal .contents {
        margin: 0;
        padding: 20px 0;
    }

    .ci.strategy .horizontal .dot-list {
        margin: 0;
        font-size: 1.8rem;
    }

    .ci.strategy .horizontal .dot-list > li::before {
        top: 5px;
    }

    .ci.strategy .horizontal .dot-list > li + li {
        margin-top: 15px;
    }

    .ci.strategy .horizontal .dot-list > li p {
        margin-top: 10px;
    }

    .ci.strategy .horizontal .dot-list + .table-wrap {
        margin-top: 20px;
    }

    .ci.strategy .horizontal .list.dash {
        margin-top: 10px;
    }

    .ci .horizontal .contents .dot-list > li .ci-area {
        margin-left: -15px;
    }

    .ci .horizontal .contents .ci-area {
        height: auto;
    }

    .ci .horizontal + .horizontal .contents .ci-area.grid {
        width: 100%;
        height: auto;
        padding: 51px 15px;
    }

    /* ===========================================================================================
  03 연구개발
  =========================================================================================== */
    .sentence .info-layout.info_left {
        min-width: auto;
        width: 100%;
    }

    .sentence .info-layout.info_right {
        width: 100%;
        margin: 0;
        padding: 1rem 0;
    }

    .sentence {
        display: block;
        width: 100%;
    }

    .sentence > img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .sentence .info-layout.info_right .sub_img_right li img {
        display: block;
        margin: 0 auto;
    }

    .sentence .info-layout.info_right .pull_left_wrap, #content .sentence .info-layout.info_right .pull_left_wrap.info_coment {
        height: auto !important;
        overflow: initial;
    }

    .sentence .photo-layout.info_left {
        margin-top: 20px;
        width: 100%;
    }

    .sentence .photo-layout.info_left li img {
        width: 100%;
    }

    .common-content .sentence {
        padding: 0;
    }

    #content .sentence .info-layout.info_right .sub_img_right {
        position: relative;
    }

    /* ===========================================================================================
  04 열린광장
  =========================================================================================== */
    .sub040602 .table-graph .graph {
        text-align: center;
    }

    .future-flow strong {
        width: 100%;
    }

    .future-strategy .grid-4 ~ .grid-4 {
        margin-top: 4rem;
    }

    .future-strategy .grid-4 ~ .grid-4::before {
        top: 0;
        left: 50%;
        transform: translate(-50%, -75%) rotate(90deg)
    }

    /* ===========================================================================================
  05 알림공간
  =========================================================================================== */
    .recruit .scene1 .container {
        padding: 2rem;
    }

    .recruit .recruit-box strong {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .recruit .scene1 {
        padding: 1rem;
    }

    .recruit .step-list li~li {
        margin-top: 5rem;
    }

    .recruit .step-list li~li::before {
        transform: translate(-50%, -100%) rotate(90deg);
        top: 0;
        left: 50%;
    }

    .recruit .recruit-box {
        padding: 1rem 2rem;
    }

    .recruit .scene2 .box-list > li {
        width: 48%;
        margin: 1%;
    }

    .scholarship .scene0 {
        margin-bottom: 0;
    }

    .scholarship .scene1 .icon-list > li~li {
        margin-top: 1rem;
    }

    .scholarship .scene2 {
        height: inherit;
    }

    .scholarship .scene2 .layout {
        margin: 0;
    }

    .scholarship .scene2 .layout > li {
        width: 100%;
        padding: 0 15px;
        margin: 0;
    }

    .scholarship .scene2 .layout > li:last-child {
        margin-top: 50px;
    }

    .scholarship .scene2 .layout > li .box-list > li {
        height: inherit;
    }

    .scholarship .scene2 .layout::after {
        display: none;
    }

    .science-army .scene0 {
        margin-bottom: 0;
    }

    .science-army .scene0 .define dt {
        width: 100%;
        margin-bottom: 30px;
        display: block;
    }

    .science-army .scene0 .define dt::after {
        top: inherit;
        bottom: -15px;
        right: 0;
        width: 100%;
        height: 1px;
    }

    .science-army .scene0 .define dd {
        width: 100%;
    }

    .science-army .scene1 .icon-list > li:first-child {
        margin-top: 0;
    }

    .science-army .scene1 .icon-list > li {
        width: 100%;
        margin-top: 50px;
    }

    .science-army .scene2 .horizontal h4 {
        width: 20%;
        font-size: 1.6rem;
    }

    .science-army .scene2 .horizontal .contents {
        margin-left: 20%;
    }

    .science-army .scene2 .horizontal .title {
        font-size: 1.6rem;
        padding-left: 29px;
    }

    .science-army .scene2 .caution {
        width: 100%;
        margin: 0 0 0 15px;
    }

    .ncs .scene0 {
        min-height: inherit;
        margin-bottom: 0;
    }

    .ncs .scene0 .box .caution {
        width: 100%;
    }

    .ncs .scene0 .common-box .file {
        margin-top: 15px;
    }

    .ncs .scene0 .common-box .file:first-of-type {
        margin-top: 0;
    }

    .welfare .scene0 .box {
        padding: 0;
    }

    .welfare .scene0 .box h4 {
        position: relative;
        margin-top: 20rem;
    }

    .welfare .scene0 .box .welfare-list {
        margin-top: -130px;
    }

    .welfare .scene0 .box .welfare-list > li {
        width: 100%;
    }

    .welfare-list .item {
        min-height: inherit;
        padding-left: 10rem;
    }

    .welfare-list li:nth-child(1) .item, .welfare-list li:nth-child(3) .item {
        padding-right: 1rem;
        padding-left: 10rem;
    }

    .welfare-list li:nth-child(1) .item::before, .welfare-list li:nth-child(3) .item::before, .welfare-list li:nth-child(4) .item::before {
        top: 2rem;
        left: 2rem;
    }

    .reward .scene0 .box {
        padding: 15px;
        min-height: 140px;
    }

    .reward .scene0 .title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .reward .scene1 .reward-list > li {
        width: 100%;
    }

    .edu-system .box-list .item-card {
        margin-bottom: 1rem;
    }

    .edu-system .chain-circle-list p {
        height: auto;
    }

    .file.btn, .link.btn {
        margin: .5rem 0;
        width: 100%;
        height: auto;
    }

    .ebook-search .scene1 {
        padding-top: 0;
    }

    .ebook-search .table-wrap.board table tbody td {
        display: block!important;
    }

    .open-info-data .btn-center .link {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .pagenation > a, .pagenation .active {
        margin-top: 2px;
    }

    .webzine-list > li figure figcaption .title {
        display: block;
        margin: 1rem 0;
    }

    .webzine-list > li figure figcaption p {
        margin-bottom: 1rem;
    }

    .table-wrap.board.info-list table tbody td~td {
        display: inline-block!important;
        position: relative;
        padding: 0rem 1rem;
    }

    .table-wrap.board.info-list table tbody td~td::before {
        content: '';
        width: 1px;
        height: 1.2rem;
        background-color: #cccccc;
        position: absolute;
        left: 0;
        top: .5rem;
    }

    .table-wrap.board.info-list table tbody td:nth-child(3)::before {
        display: none;
    }

    /* 미래도전국방기술 소개 */
    .sub040201 .flex_wrap > ul > li {
        width: 100%;
    }

    /* 국방기술이전·사업화  */
    .flex_wrap.tech_transfer > ul > li::after {
        display: none;
    }

    .flex_wrap.tech_transfer li {
        margin: 2rem auto;
    }

    /* 국내 MOU 현황  */
    .sub040101 .his_section_title:nth-of-type(1) {
        padding: 2.5rem 0;
    }

    /* 방산수출 */
    .flex_wrap > ul > li, .flex_wrap > ul > li.flex_col2 {
        width: 50%;
        padding: .5rem;
    }

    /*** 20.05.26 ldy ***/
    /* 다음&이전글 유동 */
    .movement > li strong::before {
        left: 50px;
        margin-left: inherit;
    }

    /* 게시물 - 목록 btn */
    .btns.right {
        text-align: center;
    }

    /* 공지사항 - 인사제도 .personnel-system .scene0 .box .icon-list > li*/
    /* 공지사항 - 직종체계, 모바일 화면시 위치 고정 값으로 전환 */
    .process .list > li {
        text-align: left;
        left: 50%;
        margin-left: -30px;
    }

    .personnel-system .scene1 .system-list > li .process > li .list > li::after {
        left: 50%;
        margin-left: -52%;
    }

    .science-army .scene0 .define {
        display: block;
    }

    /* 공지사항 - 채용기준 */
    .ncs .scene0 .common-box .file {
        font-size: 1.7rem;
        padding-left: 45px;
        line-height: 3;
    }

    /* "" - 교육제도 */
    /* .edu-system .scene1 {min-width: 600px;} */
    .edu-system .scene1 .edu-system-list > li:first-child .box-list {
        top: -170px;
    }

    /*** 정보공개 - 공개창구 ldy ***/
    .open-info.tab-page03 .list > li p {
        width: 80%;
    }

    /*[class^="scene"] { padding-top: 40px; padding-bottom: 40px; }*/
    /*[class^="scene"] { padding-top: 30px; padding-bottom: 30px; }*/
    [class^="scene"] h4 {
        margin-bottom: 20px;
    }

    .common-content {
        margin-bottom: 0;
    }

    /* board-top */
    .board-top {
        margin-top: 15px;
    }

    .content-footer {
        padding: 30px 0;
    }

    .content-footer .confooter_box {
        padding: 30px 15px;
        margin: 0 auto;
    }

    .content-footer .float_right .satisfy_choice {
        width: 100%;
    }

    .content-footer .float_right .txt {
        width: 100%;
        margin-top: 15px;
    }

    .content-footer .float_right .txt .input_mid {
        width: 70%;
    }

    .content-footer .float_right .txt .btn_assess {
        width: 30%;
    }

    .contact-us {
        width: 100%;
    }

    .contact-us .contact-list {
        margin-left: 0;
    }

    .contact-us .contact-list > li {
        float: inherit;
        margin-left: 0;
        border-top: 1px dashed #ddd;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .contact-us .contact-list > li:first-child {
        border-top: none;
    }

    #content .personnel-system .scene0 .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .personnel-system .scene0 .box {
        padding: 30px 15px;
        height: inherit;
    }

    .personnel-system .scene0 .box .icon-list > li {
        width: 100%;
        height: inherit;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dashed #ddd;
        padding-left: 13rem;
        padding-right: 0;
    }

    .personnel-system .scene0 .box .icon-list > li::before {
        position: absolute;
        left: 0;
        top: 0;
    }

    .personnel-system .scene0 .box .icon-list > li:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .personnel-system .scene0 .box .icon-list > li:last-child::after {
        display: none;
    }

    .personnel-system .scene0 .box .icon-list > li p {
        margin: 15px 0;
    }

    .personnel-system .scene1 .system-list > li {
        padding: 0;
    }

    .personnel-system .scene1 .system-list > li:last-child {
        padding-top: 3rem;
    }

    .personnel-system .scene1 .system-list > li .title, .personnel-system .scene1 .system-list > li .process {
        width: 100%;
    }

    .personnel-system .scene1 .system-list > li .process > li {
        margin-left: 0;
        text-align: center;
        width: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .personnel-system .scene1 .system-list > li .process > li .list {
        text-align: left;
        position: relative;
    }

    .personnel-system .scene1 .system-list > li .title .caution br {
        display: none;
    }

    .personnel-system .scene2 {
        height: inherit;
    }

    .personnel-system .scene2 .box-list {
        margin: 0 auto;
    }

    .personnel-system .scene2 .box-list > li {
        width: 100%;
        margin: 0 0 15px;
        padding: 150px 20px 15px;
        height: inherit;
    }

    .personnel-system .scene2 .box-list > li::before {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .personnel-system .scene2 .box-list > li .caution {
        margin: 15px 0;
    }

    .table-wrap {
        overflow-x: auto;
    }

    .table-wrap table {
        min-width: 760px;
    }

    /*.table-wrap.board { overflow: hidden; }*/
    .table-wrap.board table {
        min-width: inherit;
        margin-left: -1px;
    }

    .table-wrap.board colgroup {
        display: none;
    }

    .table-wrap.board table thead {
        display: none;
    }

    .table-wrap.board table tbody tr {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 15px 0;
    }

    .table-wrap.board table tbody td {
        display: block;
        border: none;
        text-align: left;
        padding: 0;
        line-height: 1.4;
    }

    .table-wrap.board table tbody td:nth-of-type(2) > a {
        color: #000;
        font-weight: 500;
        font-size: 1.8rem;
    }

    .table-wrap.board table tbody td:nth-of-type(1), .table-wrap.board table tbody td:nth-of-type(4), .table-wrap.board table tbody td:nth-of-type(5), .table-wrap.board table tbody td:nth-of-type(6), .table-wrap.board table tbody td:nth-of-type(7) {
        display: none;
    }

    /* view form */
    .table-wrap table.board.view {
        min-width: inherit;
    }

    .table-wrap table.board.view colgroup {
        display: none;
    }

    /*.table-wrap table.board.view tr:last-of-type{display:none;}*/
    .table-wrap table.board.view tbody td {
        padding-left: 15px;
        padding-right: 15px;
    }

    .table-wrap table.board.view tbody td.view-contents {
        font-size: 1.4rem;
    }

    .table-wrap table.board.view tbody td.view-contents img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .movement > li strong {
        padding: 24px 25px;
    }

    .movement > li strong span {
        display: none;
    }

    .movement > li .link {
        width: 80%;
        padding: 14px 15px;
    }

    .movement > li .date {
        display: none;
    }

    .movement > li strong::before {
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
    }

    .civil .scene0 {
        height: inherit;
    }

    .civil .scene0 p {
        padding: 0 15px;
    }

    .civil .scene0 p > br {
        display: none;
    }

    .civil .scene0 .box {
        height: inherit;
    }

    .civil .scene0 .box .btn {
        display: block;
        margin: 15px auto;
    }

    .civil-info .scene1 {
        height: inherit;
    }

    .civil-info .scene1 ul {
        margin: 0;
        background: none;
    }

    .civil-info .scene1 ul li {
        width: 90%;
        float: inherit;
        margin: 15px auto;
        color: #fff;
        height: 90px;
        padding: 25px 0 0 110px;
        text-align: left;
    }

    .civil-info .scene1 ul div {
        display: block;
        float: none;
    }

    .civil-info .scene1 ul div > li:last-child {
        margin: 15px auto;
        position: relative;
        bottom: 0;
    }

    .civil-info .scene1 ul li::before {
        border-radius: inherit;
        background-position: 20px center;
        z-index: -1;
        height: 90px;
    }

    .civil-info .scene1 ul li:nth-child(5) {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .edu-request .scene0 {
        height: inherit;
    }

    .edu-request .scene0 p {
        padding: 0 15px;
    }

    .edu-request .scene0 .email-box {
        height: inherit;
    }

    .edu-request .scene0 .email-box .btn-send {
        position: relative;
        top: auto;
        right: auto;
        margin: 2rem auto 0;
    }

    .edu-info .scene0 .edu-process {
        width: 100%;
        overflow: visible;
    }

    .edu-info .scene0 .edu-process > li {
        width: 100%;
        height: inherit;
        float: inherit;
        padding-top: 3rem;
    }

    /*
  .edu-info .scene0 .edu-process > li:nth-child(3), .edu-info .scene0 .edu-process > li:nth-child(4) { padding-right: inherit; background-position: center top; }
  .edu-info .scene0 .edu-process > li .txt, .edu-info .scene0 .edu-process > li:nth-child(3) .txt, .edu-info .scene0 .edu-process > li:nth-child(4) .txt { position: inherit; padding-top: 165px; bottom: auto; right: auto; top: auto; left: auto;width: 100%; }
  */
    .edu-info .scene1 .horizontal h4 {
        float: inherit;
        width: 100%;
    }

    .edu-info .scene1 .horizontal h4 br {
        display: none;
    }

    .edu-info .scene1 .horizontal .contents .caution::before {
        top: 20px;
    }

    .internation-cooperation .scene0 .office {
        height: 230px;
        background-size: 100%;
        overflow: hidden;
    }

    .internation-cooperation .scene1 .partner-list {
        padding: 15px 15px 40px;
        margin: 0 15px;
    }

    .internation-cooperation .scene1 .partner-list > li {
        width: 100%;
    }

    .internation-cooperation .scene1 .partner-list > li:first-child {
        height: auto;
    }

    .internation-cooperation .scene1 .partner-list > li:nth-child(12) {
        border-bottom: 1px dashed #7f7f7f;
    }

    .internation-cooperation .scene1 .partner-list > li:nth-child(13) {
        border-bottom: 0;
    }

    .internation-cooperation .scene2 .festival-list > li {
        width: 100%;
        margin-bottom: 25px;
    }

    .internation-cooperation .scene2 .festival-list > li:first-child {
        width: 100%;
    }

    .internation-cooperation .scene2 .festival-list > li:first-child img {
        width: 100%;
    }

    .technical-support .scene0 .define dd br {
        display: none;
    }

    .technical-support .scene1 {
        padding-right: 15px;
    }

    .technical-support .scene1 ol {
        width: 100%;
        background: none;
    }

    .technical-support .scene1 ol > li {
        display: block;
        text-align: left;
        height: inherit;
        padding-left: 95px;
        counter-increment: number;
        position: relative;
        margin-bottom: 20px;
    }

    .technical-support .scene1 ol > li::before {
        content: "0" counter(number, decimal);
        display: block;
        font-size: 6rem;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        opacity: .1;
    }

    .technical-support .scene1 ol > li span {
        left: 0;
        right: auto;
        position: inherit;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }

    .technical-support .scene1 ol > li span br {
        display: none;
    }

    .technical-support .scene2 {
        height: inherit;
        background-size: cover;
    }

    .technical-support .scene2 .box-list {
        width: 90%;
        margin: 0 auto;
    }

    .technical-support .scene2 .box-list > li {
        width: 100%;
        margin: 0;
        padding: 15px 30px;
        margin-bottom: 30px;
        height: inherit;
    }

    .technical-support .scene2 .box-list > li strong {
        background-size: 100%;
        margin-top: 25px;
    }

    .technical-service .scene0 .define dd br {
        display: none;
    }

    .technical-service .scene1 img {
        display: none;
    }

    .technical-service .scene1 .list {
        position: relative;
        top: 0;
        right: auto;
        transform: none;
        -webkit-transform: none;
        width: auto;
    }

    .technical-service .scene1 .container::after {
        display: none;
    }

    .technical-service .scene2 {
        height: inherit;
    }

    #content .container.flex_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    .technical-service .scene2 ul > li {
        width: 100%;
        height: 120px;
        float: inherit;
        margin-bottom: 20px;
    }

    .research-center .scene0 .define dd br {
        display: none;
    }

    .research-center .scene1 .goal-list {
        display: block;
    }

    .research-center .scene1 .goal-list > li {
        display: block;
        padding-top: 130px;
        margin-bottom: 50px;
    }

    .research-center .scene1 .goal-list > li::before {
        width: 108px;
        height: 108px;
        background-size: 50%;
        margin-left: -54px;
    }

    .research-center .scene3 {
        height: inherit;
    }

    .research-center .scene3 ul {
        margin: 0 auto;
        width: 90%;
    }

    .research-center .scene3 ul li {
        margin: 0 auto 20px;
        width: 100%;
        padding: 0 15px 30px;
        height: inherit;
    }

    .research-center .scene4 h4 {
        width: 100%;
        border-top: 3px solid #000;
        padding: 25px 0;
        border-bottom: 1px solid #ddd;
    }

    .research-center .scene4 .propel-list {
        background: none;
        height: inherit;
        padding-top: 5px;
    }

    .research-center .scene4 h5 {
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        left: auto;
        bottom: auto;
        margin-left: 0;
        font-size: 2rem;
        font-weight: 400;
        text-align: left;
    }

    .research-center .scene4 h5 br {
        display: none;
    }

    .research-center .scene4 h5::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #e77a27;
        position: absolute;
        top: 6px;
        left: 0;
    }

    .research-center .scene4 .propel-list > li, .research-center .scene4 .propel-list > li:nth-child(1), .research-center .scene4 .propel-list > li:nth-child(2), .research-center .scene4 .propel-list > li:nth-child(3) {
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        text-align: left;
    }

    .research-center .scene4 .propel-list > li {
        padding-left: 29px;
        position: relative;
    }

    .research-center .scene4 .propel-list > li::before {
        content: "";
        width: 7px;
        height: 1px;
        background-color: #717171;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 15px;
    }

    .research-center .scene4 .propel-list > li br {
        display: none;
    }

    /* 기초연구 */
    .basic-research {
        overflow: hidden;
    }

    .basic-research .scene0 {
        padding-bottom: 30px;
    }

    .basic-research .scene0 .define dd {
        line-height: 1.4;
    }

    .basic-research .scene0 .define dd br {
        display: none;
    }

    .basic-research .scene1 .info-graph > li strong::before {
        display: none;
    }

    .basic-research .scene1 .info-graph {
        display: block;
    }

    /* 20.05.26 ldy */
    .basic-research .scene1 {
        height: inherit;
        overflow: hidden;
    }

    .basic-research .scene1 .info-graph {
        width: 100%;
        background: none;
        height: inherit;
        padding: 15px;
    }

    .basic-research .scene1 h4 + .info-graph {
        padding: 0 15px;
    }

    .basic-research .scene1 .info-graph::before {
        display: none;
    }

    .basic-research .scene1 .info-graph > li {
        width: 100%;
        float: inherit;
        border: 1px solid #e88032;
        background: #fff;
        margin: 15px 0;
    }

    .basic-research .scene1 .info-graph > li:nth-child(2) {
        border: 4px solid #e88032;
    }

    .basic-research .scene1 .info-graph > li:last-child {
        margin: 15px 0;
    }

    .basic-research .scene1 .info-graph > li strong {
        display: block;
        text-align: center;
        height: inherit;
        padding: 25px 0;
    }

    .basic-research .scene1 .info-graph > li strong br {
        display: none;
    }

    .basic-research .scene1 .info-graph > li .list {
        margin-top: 0;
    }

    .basic-research .scene2 ul {
        width: 100%;
        background: none;
    }

    .basic-research .scene2 ul > li {
        width: 100%;
        height: 95px;
        margin-bottom: 15px;
        float: inherit;
        padding-top: 32px;
        color: #fff;
    }

    .basic-research .scene2 ul > li::before {
        width: 100%;
        height: 95px;
        border-radius: inherit;
        left: 0;
        margin-left: 0;
        background-position: 20px center;
        z-index: -1;
    }

    .basic-research .scene3 {
        height: inherit;
    }

    .basic-research .scene3 .research-list {
        width: 100%;
        text-align: center;
    }

    .basic-research .scene3 .research-list > li {
        float: inherit;
        display: inline-block;
        height: 90px;
        margin: 10px;
        width: 39%;
    }

    .basic-research .scene4 ol {
        width: 100%;
        background: none;
    }

    .basic-research .scene4 ol > li {
        display: block;
        text-align: left;
        height: inherit;
        padding-left: 95px;
        counter-increment: number;
        position: relative;
        margin-bottom: 50px;
    }

    .basic-research .scene4 ol > li::before {
        content: "0" counter(number, decimal);
        display: block;
        font-size: 6rem;
        font-weight: 600;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        opacity: .1;
    }

    .basic-research .scene4 ol > li span {
        left: 0;
        right: auto;
        position: inherit;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }

    .basic-research .scene4 ol > li:last-child span {
        right: auto;
    }

    .basic-research .scene4 ol > li span br {
        display: none;
    }

    /* 기술용역 */
    .technical-service .scene0 {
        padding-bottom: 30px;
    }

    /* 대군기술지원 */
    .technical-support .scene0 {
        padding-bottom: 30px;
    }

    /* 시험시설이용안내 */
    .test-facility-guide .scene0 {
        padding-bottom: 30px;
    }

    .rnd-process .scene0 {
        padding-top: 0;
    }

    .rnd-process .scene0 .process-title {
        width: 100%;
        height: inherit;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        -webkit-transform: none;
        padding: 25px 15px;
        border-top: 3px solid #000;
        border-bottom: 1px solid #ddd;
        text-align: left;
    }

    .rnd-process .scene0 .process-list {
        background: none;
        height: inherit;
    }

    .rnd-process .scene0 .process-list > li, .rnd-process .scene0 .process-list > li:nth-child(1), .rnd-process .scene0 .process-list > li:nth-child(2), .rnd-process .scene0 .process-list > li:nth-child(3), .rnd-process .scene0 .process-list > li:nth-child(4), .rnd-process .scene0 .process-list > li:nth-child(5), .rnd-process .scene0 .process-list > li:nth-child(6) {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        margin: 25px 0 30px;
        padding-left: 30px;
    }

    .rnd-process .scene0 .process-list > li::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #e77a27;
        position: absolute;
        top: 6px;
        left: 15px;
    }

    .rnd-process .scene0 .process-list > li strong {
        color: #222;
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .rnd-process .scene1 .divide {
        width: 100%;
        display: block;
        margin: 0;
    }

    .rnd-process .scene1 .divide > li {
        display: block;
        float: inherit;
        width: 100%;
    }

    .rnd-process .scene1 .divide > li:last-child {
        margin-top: 30px;
    }

    .rnd-process .scene1 .divide > li .desc {
        height: inherit;
        margin-bottom: 25px;
    }

    .rnd-process .scene1 .divide > li .info-graph {
        width: 100%;
        height: inherit;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list > li {
        transform: none;
        -webkit-transform: none;
        top: 0;
        left: 0;
        margin-left: 0;
        position: relative;
        height: inherit;
        width: 100%;
        margin: 25px 0;
        padding: 0 15px;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list > li:nth-child(2) {
        top: 0;
        margin-left: 0;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list > li strong {
        display: inline-block;
        vertical-align: middle;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list > li .list {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        max-width: 140px;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list > li:nth-child(2) .list {
        left: 0;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li .list {
        top: 0;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li:nth-child(3) {
        margin-top: 25px;
    }

    .rnd-process .scene1 .divide > li .info-graph .circle-list.type2 > li:nth-child(3) .list {
        left: 0;
    }

    .locate .common-box {
        padding: 20px 15px;
    }

    .locate .contact-us-list > li strong {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .locate .root-list > li .bullet {
        width: 100%;
        float: inherit;
        padding-top: 80px;
        height: 125px;
        background: center 22px no-repeat;
    }

    .locate .root-list > li .list.dot {
        margin-left: 0;
        display: block;
        margin-top: 20px;
    }

    .ci .horizontal h4 {
        width: 100%;
        float: inherit;
        /*padding-top: 25px; margin-bottom: 25px;*/
    }

    .ci .horizontal .contents {
        width: 100%;
        margin-left: 0;
    }

    .ci .horizontal .dot-list {
        margin: 0;
    }

    .ci .horizontal .dot-list > li {
        padding: 0 15px;
        width: 100%;
        margin-bottom: 25px;
    }

    .ci .horizontal .dot-list > li strong {
        padding: 0 0 10px 0;
    }

    .greeting .profile {
        float: none;
        max-width: 100%;
        margin: 0 auto;
    }

    .greeting .text-box {
        margin-left: 0;
        margin-top: 60px;
    }

    .greeting ol li p {
        width: 100%;
    }

    /*.greeting .underline {margin-bottom: 70px;}*/
    .intro-list {
        margin-top: -46px;
    }

    .intro-list > li {
        width: 100%;
        height: 420px;
    }

    .intro-list > li::before {
        font-size: 2rem;
        width: 35px;
        height: 35px;
        top: 100px;
    }

    .intro-list > li::after {
        width: 35px;
        height: 35px;
        top: 100px;
    }

    .intro-list > li > a {
        padding: 0 15px;
    }

    .intro-list > li strong {
        padding-top: 150px;
        margin-bottom: 25px;
    }

    .intro-list > li em {
        visibility: visible;
        opacity: 1;
        min-height: inherit;
    }

    .intro-list > li em br {
        display: none;
    }

    .test-facility-guide .scene2 {
        height: inherit;
    }

    .test-facility-guide .scene2 .box-list {
        margin: 0;
    }

    .test-facility-guide .scene2 .box-list > li {
        width: 100%;
        margin: 0 auto 30px;
        float: inherit;
        padding: 30px 15px;
        height: inherit;
    }

    .test-facility-guide .scene2 .box-list > li strong {
        margin-bottom: 20px;
    }

    .test-facility-guide .scene2 .box-list > li p br {
        display: none;
    }

    .test-facility-guide .scene2 .box-list > li .file {
        width: 100%;
        padding-left: 40px;
        background-position: 10px center;
    }

    .test-facility-guide .scene2 .box-list > li .file::after {
        padding: 0 10px;
    }

    .test-area .scene0 {
        padding-top: 0;
    }

    .test-area .scene0 figure {
        margin-bottom: 50px;
        height: inherit;
    }

    .test-area .scene0 figure .bg {
        width: 100%;
    }

    .test-area .scene0 figure figcaption {
        width: 100%;
        margin-top: 3rem
    }

    .test-area .scene0 figure figcaption .file {
        width: 100%;
        margin: 0;
    }

    .test-area .scene0 figure figcaption .file::after {
        padding: 0 10px;
    }

    /*.test-area .scene1 .thumb-list { margin: 0 15px; }*/
    .test-area .scene1 .thumb-list > li {
        width: 97%;
        height: inherit;
        padding: 24px;
    }

    .test-area .scene1 .thumb-list > li .thumb {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .test-area .scene1 .thumb-list > li .thumb + figcaption {
        margin-left: 0;
        margin-top: 20px;
    }

    .test-area .scene2 .thumb-list > li .thumb {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .test-area .scene2 .thumb-list > li .thumb + figcaption {
        margin-left: 0;
        margin-top: 20px;
    }

    .test-area .scene2 .thumb-list > li .list {
        margin: 15px 0;
    }

    .ebook-search .scene0 {
        padding: 0;
    }

    .ebook-search .scene1 .search-box {
        padding: 40px 15px;
        background: none;
        background-color: #f9f9f9;
    }

    .ebook-search .scene1 .search-box .form-control {
        width: 100%;
        margin-bottom: 5px;
    }

    .ebook-search .scene1 .search-box .btn {
        width: 100%;
    }

    .ebook-search .scene1 .search-box .btn::before {
        left: 50%;
        margin-left: -26px;
    }

    .ebook-search .scene1 .search-box .dictionary .list button {
        margin-bottom: 4px;
    }

    .ebook-guide .scene0 {
        padding: 0;
    }

    .ebook-guide .scene1 {
        margin-top: 40px;
    }

    /*.ebook-guide .file { padding: 8px 75px 6px 50px; line-height: 1.7; }*/
    .ebook-guide .scene1 ol {
        width: 100%;
        background: none;
        display: block;
    }

    .ebook-guide .scene1 ol > li {
        width: 100%;
        float: inherit;
        padding-top: 125px;
        margin-bottom: 45px;
        display: inline-block;
    }

    .ebook-guide .scene1 ol > li::before {
        width: 100px;
        height: 100px;
    }

    .ebook-guide .scene1 ol > li::after {
        right: 50%;
        margin-right: -90px;
    }

    .ebook-guide .scene1 .info-list {
        margin: 0 auto;
        padding: 20px;
    }

    .ebook-guide .scene1 .info-list li strong {
        margin-bottom: 10px;
    }

    /*.ebook-guide .scene1 .info-list .file { position: relative; top: auto; right: auto; margin: 15px 0 0; width: inherit; max-width: 100%; background: #fff; padding: 6px 75px 6px 20px; line-height: 1.7; }*/
    .ebook-guide .scene1 .info-list .file::after {
        padding: 0 10px;
    }

    .donation-application .scene0 .donation-box {
        height: inherit;
        padding: 30px 20px;
    }

    .donation-application .scene0 p {
        padding: 0 15px;
    }

    .donation-application .scene1 .step {
        background: none;
        display: block;
        width: 90%;
        margin: 0 auto;
    }

    .donation-application .scene1 .step > li.round {
        width: 100%;
        float: inherit;
        min-height: 50px;
        height: inherit;
    }

    .donation-application .scene1 .step > li.round::before {
        border-radius: inherit;
    }

    .donation-application .scene1 .step > li.round p br {
        display: none;
    }

    .donation-application .scene1 .step > li.text {
        width: 100%;
        float: inherit;
        padding: 20px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .donation-application .scene1 .common-box {
        width: 90%;
        margin: 50px auto 0;
        padding: 0 20px;
    }

    .donation-application .scene1 .common-box > li > strong {
        display: block;
        width: inherit;
        margin-bottom: 20px;
    }

    .donation-application .scene1 .common-box > li br {
        display: none;
    }

    .donation-application .scene1 .step > li.text::before {
        display: none;
    }

    .donation-status .scene0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .donation-status .scene1 .horizontal {
        margin-bottom: 0px;
    }

    .donation-status .scene1 .horizontal h4 {
        float: inherit;
        width: 100%;
    }

    .donation-status .scene1 .horizontal .contents {
        margin-left: 0;
    }

    .donation-status .scene1 .horizontal .img-box img, .donation-status .scene1 .horizontal .img-box img:first-of-type {
        max-width: 100%;
        margin: 15px auto;
        display: block;
    }

    .award .scene0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .award .scene0 .common-box {
        height: inherit;
        padding: 150px 20px 20px;
    }

    .award .scene0 .common-box::before {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .award .scene1 .horizontal {
        margin-bottom: 0px;
    }

    .award .scene1 .horizontal h4 {
        float: inherit;
        width: 100%;
    }

    .award .scene1 .horizontal .contents {
        margin-left: 0;
    }

    .award .scene1 .horizontal .contents .img-box img, .award .scene1 .horizontal .contents .img-box img:first-of-type {
        max-width: 100%;
        margin: 15px auto;
        display: block;
    }

    .idea .scene0 {
        padding-top: 0;
    }

    .idea figure {
        height: inherit;
    }

    .idea figure .bg {
        width: 100%;
    }

    .idea figure figcaption {
        width: 90%;
        position: relative;
        bottom: auto;
        right: auto;
        margin: 0 auto;
        height: inherit;
        margin-top: -100px;
        padding: 35px 20px;
    }

    .idea figure figcaption .btn {
        max-width: 100%;
    }

    .board-top .count {
        float: inherit;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .board-top .pull-right {
        width: 100%;
        margin-right: 0;
    }

    .board-top .search-area {
        width: 100%;
        float: inherit;
    }

    .board-top .search-area img {
        margin-left: 3px!important;
    }

    .board-top .search-area select {
        position: relative;
        width: 100%;
        display: block;
    }

    .board-top .search-area select, .board-top .search-area input {
        width: 100%;
        margin-top: 5px;
    }

    .board-top .switch {
        display: none;
    }

    .card-list > li {
        float: inherit;
        margin-left: 0;
        max-width: 100%;
        margin: 20px auto 0;
    }

    .card-list > li:nth-child(4n-3) {
        margin: 20px auto 0;
    }

    .img-wrap {
        width: 90%;
        -webkit-transform: translate(-50%, -60%);
        transform: translate(-50%, -60%);
    }

    .img-wrap .close {
        line-height: 2.7;
    }

    /*민원신청 */
    .civil-info .scene1 ul > li::after {
        display: none;
    }

    .civil-info .scene1 ul div > li::after {
        display: none;
    }

    .rules {
        margin-bottom: 0;
    }

    .rule-box.scroll {
        height: inherit;
    }

    .rule-box {
        padding: 15px;
    }

    .rule-box .ment br {
        display: none;
    }

    .detail-content h4.title {
        margin: 30px 0 10px;
        font-size: 2rem;
    }

    .research-center .scene2 .organ {
        height: 400px;
        background-size: 100% auto;
        width: 100%;
    }

    .test-facility-guide .scene1 .step {
        background-size: 100%;
        width: 100%;
        height: 460px;
    }

    .common-box .list.many > li {
        width: 100%;
        float: inherit;
    }

    .ncs .scene0 .title {
        padding: 0 15px;
    }

    .ncs .scene0 .title br {
        display: none;
    }

    .ncs .scene0 .common-box {
        padding: 30px 15px;
    }

    .ncs .scene0 .common-box .file {
        width: 100%;
        margin: 7px 0;
    }

    .favorite, .select-group {
        display: none;
    }

    #visual.sub6.intro .container {
        display: block;
    }

    #visual.sub6.intro {
        height: 210px;
    }

    .search-area2 {
        width: 90%;
    }

    .search-area2 input.form-control {
        width: 60%;
    }

    .search-area2 .btn {
        width: 40%;
    }

    .webzine-list > li {
        padding: 15px;
        overflow: hidden;
    }

    .webzine-list > li:nth-child(2n-1) {
        padding: 15px;
    }

    .webzine-list > li figure .photo {
        margin: 0 auto;
        float: inherit;
    }

    .webzine-list > li figure figcaption {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .webzine-list > li figure figcaption .btn {
        width: 49%;
    }

    /* 2018-04-16 */
    .gallery-search {
        margin-bottom: 15px;
        padding: 50px 10px;
        height: auto;
    }

    .gallery-search .form-control {
        width: calc(100% - 60px);
    }

    .gallery-grid-wrap .btns .btn {
        width: 90%;
    }

    .gallery-grid-wrap {
        min-height: inherit;
    }

    .gallery-grid-wrap .gallery-grid .gallery-grid-item {
        width: 49%;
    }

    .greeting .text-box .sign {
        margin-bottom: 50px;
    }

    /* 2018-04-24  */
    .slick-initialized .slick-slide {
        width: 320px;
    }

    .ko3system .intro {
        height: 440px;
    }

    .ko3system .intro .container {
        padding: 0 30px;
    }

    .ko3system .intro .container .years-title.fade-in .during {
        width: 100%;
    }

    .slick-container .title {
        font-size: 3.2rem;
    }

    .slick-container .desc {
        font-size: 1.2rem;
    }

    #section2 {
        display: none;
    }

    /* 2018-04-27  */
    .common-content strong.title {
        margin-bottom: 0;
        height: inherit;
        line-height: 1.3;
        padding: 15px 0;
        text-align: center;
    }

    .common-content strong.title em {
        font-size: 2rem;
        margin-right: 0;
        text-align: center;
        display: block;
        padding-right: 0;
    }

    .common-content strong.title .pdf {
        position: relative;
        right: auto;
        top: auto;
        margin: 10px auto 0;
        display: block;
        vertical-align: middle;
        width: 160px;
        height: auto;
        padding-left: 52px;
    }

    .common-content strong.title .pdf::after {
        display: none;
    }

    .common-content strong.title .pdf + .pdf {
        right: auto;
    }

    .common-content strong.title .video, .common-content strong.title .video.left {
        position: relative;
        top: inherit;
        right: inherit;
        display: block;
        vertical-align: middle;
        margin: 10px auto 0;
        width: 117px;
        padding: 6px;
    }

    .movie-area .subtitles {
        float: inherit;
        padding: 20px 15px;
        width: 100%;
    }

    .movie-list > li {
        float: inherit;
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    /* 2018-05-24  */
    .common-content .sentence-etc .box-list {
        margin: 0;
    }

    .common-content .sentence-etc .box-list > li {
        padding: 0;
        float: inherit;
        width: 100%;
    }

    .common-content .sentence-etc .box-list .border-box {
        height: inherit;
        padding: 10px 15px;
    }

    .common-content .sentence-etc .box-list .border-box > p {
        display: block;
    }

    .common-content .sentence-etc .box-list .border-box > p img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

    .common-content .sentence-etc .box-list .border-box .list {
        display: block;
        width: 100%;
        margin: 15px 0 10px;
    }

    /* 공통 */
    .box.style1 {
        padding: 15px 20px;
    }

    .v2 .dot-list + .table-wrap {
        margin-top: 20px;
    }

    /* 과학기술전문사관 */
    .skill [class^="scene"] {
        padding: 30px 0;
    }

    .skill .scene0 {
        padding: 0 0 30px;
    }

    .skill .scene0 .box.style1 {
        margin-top: 30px;
    }

    .skill .scene1 .text-center + .table-wrap {
        margin-top: 10px;
    }

    .skill .scene4 ul li {
        margin-bottom: 10px;
        width: 49%;
    }

    .skill .scene4 ul li img {
        width: 100%;
    }

    /* 아이디어제안 */
    .idea.v2 [class^="scene"] {
        padding: 30px 0;
    }

    .idea.v2 img {
        max-width: 100%;
    }

    .idea.v2 .scene0 {
        padding: 0;
    }

    .idea.v2 .half {
        float: none;
        width: 100%;
    }

    .idea.v2 .half + .half {
        margin: 30px auto;
        width: 609px;
    }

    .idea.v2 .step {
        padding-top: 90px;
        height: auto;
        background: none;
    }

    .idea.v2 .step > span {
        left: 20px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid #e77a27;
    }

    .idea.v2 .step > span + span {
        margin-left: 0;
    }

    .idea.v2 .step > ul {
        padding: 20px;
    }

    .idea.v2 .step > ul > li {
        float: none;
        margin-bottom: 15px;
        margin-left: 0;
        padding: 0;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .idea.v2 .step > ul > li:nth-child(1), .idea.v2 .step > ul > li:nth-child(5) {
        margin-bottom: 15px;
    }

    .idea.v2 .step > ul > li:nth-child(6) {
        margin-bottom: 15px;
        margin-left: 0;
    }

    .idea.v2 .step > ul > li .dot-list {
        padding: 20px;
    }

    .idea.v2 .step > ul > li strong {
        padding: 0 20px;
        background-color: #313c4c;
    }

    .idea.v2 .step > ul > li:nth-child(5) strong, .idea.v2 .step > ul > li:nth-child(6) strong {
        background-color: #6f6551;
    }

    .idea.v2 .scene2 .half {
        padding: 30px;
        width: 100%;
        height: auto;
    }

    /*무기체계*/
    .sentence .photo-layout.table {
        table-layout: initial;
        display: block;
        margin-bottom: 20px;
    }

    .sentence .photo-layout.table li {
        display: block;
        padding: 0;
        width: 100%;
    }

    .sentence .photo-layout.table li::after {
        bottom: 10px;
        right: 10px;
    }

    .sentence .photo-layout.table li a {
        margin: 0;
        height: auto;
    }

    .common-content .title-media {
        margin-top: 30px;
        padding: 20px 0 20px;
    }

    /* 알림공간 - 구매입찰정보  */
    .talent2 {
        width: 100%;
        overflow: scroll;
    }
}
@media (max-width: 680px) {
.technology-org .part {
	padding-top: 0;
	}	
.technology-org .part > li {
	width: calc(100% - 1rem);
	}	
.technology-org .part > li::before {
	opacity: 0;
	}
.technology-org .part::before {
	height: 100%;
	}
.technology-org .part .list {
	border: 1px solid #eee;
	}
.dataBase > li {
    width: calc(50% - 2rem);
	}
.dataBase .imgWrap {
	height: 10rem;
	}
}
@media (max-width: 620px) {
.privacy-labeling > li {
    width: calc(50% - 1rem);
    margin-bottom: 1rem;
    }
    .card-grid-wrap .btns .btn {
    	width:100%;
    	margin:0;
    }
}

@media (max-width: 545px) {
    .webzine-list > li figure figcaption .btn {
        width: 100%;
    }
    .card-grid-wrap .card-grid {
		    grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 425px) {
.webzine-list > li {
    width: 100%;
    }
.webzine-list > li figure figcaption .btn {
    width: 49%;
    }
.policy-list > li {
    width: 100%;
    }
.dataBase > li {
    width: 100%;
    margin: 1rem 0;
	}
.dataBase .imgWrap {
	height: 12rem;
	}
}
@media (max-width: 367px) {
	.card-grid-wrap .card-grid {
		    grid-template-columns: repeat(1, 1fr);
	}
}
