@import url(//fonts.googleapis.com/css?family=Roboto:400,100,700);

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: normal;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
    font-family: "Noto Sans KR";
    font-style: normal;
    font-weight: bold;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"),
        url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
    font-family: "chosun_ilbo_myungjo";
    src: url("/font/chosun_ilbo_myungjo.woff2") format("woff2"), url("/font/chosun_ilbo_myungjo.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 13px;
    -webkit-text-size-adjust: none;
    font-family: "Roboto", "Noto Sans KR", "sans-serif";
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

b {
    font-size: inherit;
    font-family: inherit;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

html {
    height: 100%;
    width: 100%;
    position: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

ul,
li {
    list-style: none;
}

body {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    min-height: 100%;
    padding: 80px 0 20px 0;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}

body.bottom {
    padding-bottom: 0px;
}

body.open {
    overflow: hidden;
    position: absolute;
    top: 0px;
}

html.detail-open {
    overflow: hidden;
}

img {
    border: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

[contenteditable="true"]:empty:before {
    content: attr(placeholder);
    display: block;
}

select::-ms-expand {
    display: none;
}

caption {
    display: none;
}

.popup_area {
    width: 100%;
    padding: 0 5%;
    position: absolute;
    top: 120px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-size: 0;
    display: none;
    box-sizing: border-box;
}

.popup_area li {
    display: inline-block;
    position: relative;
    padding: 7px;
}

.popup_area.hide {
    display: none;
}

.popup_area img {
    width: 450px;
    vertical-align: top;
}

.pop_con {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    padding-top: 47px;
    padding-bottom: 0;
    box-sizing: border-box;
}

.pop_con table.calendar {
    width: 100%;
    margin: 20px 0 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    margin-bottom: 14px;
}

table.calendar th,
table.calendar td {
    line-height: 30px;
}

table.calendar th {
    font-size: 14px;
    font-weight: normal;
}

table.calendar td {
    position: relative;
    height: 30px;
}

table.calendar td::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #21ac3a;
}

table.calendar td span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
}

table.calendar td.sat span {
    color: #004a80;
}

table.calendar td.sun span {
    color: firebrick;
}

table.calendar td.omonth span {
    color: #999;
}

table.calendar td.hday span {
    color: firebrick;
}

table.calendar td.sat::before,
table.calendar td.sun::before,
table.calendar td.omonth::before,
table.calendar td.hday::before {
    opacity: 0;
}

table.calendar td.edu_time {
    text-align: left;
    padding-left: 22px;
}

table.calendar td.edu_time::before {
    display: none;
}

table.calendar td.edu_time strong {
    color: #21ac3a;
}

.pop_con h5 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
    width: 150px;
    background-color: #21ac3a;
    border-radius: 15px;
    color: #fff;
    font-weight: normal;
}

.pop_con h6 {
    margin-bottom: 7px;
}

.pop_con dl {
    border: 1px solid #999;
    padding: 7px 14px;
}

.pop_con dt,
.pop_con dd {
    font-size: 12px;
}

.close_area {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    color: #fff;
    text-align: right;
    background-color: #56585f;
}

.close_area input {
    display: none;
}

.close_area label {
    float: left;
    cursor: pointer;
}

.close_area span {
    cursor: pointer;
}

.page_width {
    min-height: 100%;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0px;
}

.content_width {
    min-height: 100%;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0px;
}

.footer_top {
    padding: 20px;
    background-color: #1a1a1a;
}

.footer_top p {
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.footer_bottom p {
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #666;
    background: #111;
}

/* 헤더 영역 */

.fixed_header .header_wrap {
    display: none !important;
}

.header {
    width: 100%;
    height: 80px;
    /* border-bottom: 1px solid #d5d5d5; */
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.header .logo {
    position: absolute;
    left: 0;
}

.header .logo a {
    display: block;
    width: 220px;
    height: 80px;
    background-image: url(/img/logo.png);
    background-position: left;
    background-size: 80%;
    background-repeat: no-repeat;
    font-size: 0px;
}

.menu_area {
    width: 660px;
    margin-left: 230px;
    box-sizing: border-box;
    font-size: 0px;
    height: 80px;
    overflow: hidden;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

.menu_area.open {
    height: 360px;
}

.menu_area > li {
    display: inline-block;
    vertical-align: top;
}

.menu_area > li > a {
    width: 110px;
    height: 75px;
    line-height: 80px;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}

.menu_spacer {
    display: block;
    width: 0%;
    height: 5px;
    background-color: #1f589a;
    margin: 0 auto;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

.menu_area > li:hover .menu_spacer {
    width: 100%;
}

.menu_area > li > ul {
    padding-top: 20px;
    box-sizing: border-box;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
}

.menu_area > li > ul > li {
    display: block;
    border-right: 1px solid #d5d5d5;
}

.menu_area > li:last-child > ul > li {
    border-right: none;
}

.menu_area > li:hover > ul {
    height: 0;
}

.menu_area > li > ul > li a {
    text-align: center;
    display: block;
    color: #444;
    line-height: 40px;
    font-size: 14px;
}

.menu_area > li > ul > li a:hover {
    text-decoration: underline;
}

.menu_area_bg {
    width: 100%;
    height: 0px;
    background-color: #fff;
    position: fixed;
    top: 80px;
    z-index: 5;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    border-top: 0px solid #d5d5d5;
}

.menu_area_bg.open {
    height: 280px;
    border-top: 1px solid #d5d5d5;
}

.edu_btn {
    width: 140px;
    position: absolute;
    right: 10px;
    top: 15px;
    border-radius: 10px;
    padding: 5px 0;
    border: 1px solid #21ac3a;
}

.edu_btn a {
    font-size: 16px;
    line-height: 20px;
    display: block;
    text-align: center;
    color: #21ac3a;
}

.header_contact {
    width: 170px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #5e6a7a;
    padding: 17px;
    box-sizing: border-box;
}

.header_contact a {
    line-height: 23px;
    color: #fff;
    font-weight: bold;
    font-family: "chosun_ilbo_myungjo";
    font-size: 16px;
    text-align: center;
    display: block;
}

.header_contact h5 {
    color: #e6e6e6;
    line-height: 20px;
    font-family: "chosun_ilbo_myungjo";
    font-size: 16px;
}

.header_contact p {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    font-family: "chosun_ilbo_myungjo";
    font-size: 35px;
}

/* 모바일 헤더 */

.m_header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #d5d5d5;
    z-index: 8;
    background-color: #fff;
    display: none;
}

.m_header .logo {
    position: absolute;
    left: 0;
}

.m_header .logo a {
    display: block;
    width: 220px;
    height: 60px;
    background-image: url(/img/logo.png);
    background-position: 10px center;
    background-size: 50%;
    background-repeat: no-repeat;
    font-size: 0px;
}

.menu_btn_m {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    padding: 23px 20px;
    box-sizing: border-box;
    z-index: 21;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    display: none;
}

.menu_btn_m i {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
}

.menu_btn_m.open i {
    background-color: #fff;
}

.menu_btn_m i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    width: 20px;
}

.menu_btn_m i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    width: 20px;
}

.menu_btn_m i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
    width: 20px;
}

.menu_btn_m.open {
    right: 200px;
}

.menu_btn_m.open i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.menu_btn_m.open i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.menu_btn_m.open i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

.menu_btn_m.reverse {
    left: 0px;
}

.menu_btn_m.reverse i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.menu_btn_m.reverse i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.menu_btn_m.reverse i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: translateX(0px) rotate(225deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: translateX(0px) rotate(225deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(225deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(225deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(225deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(6px) rotate(0deg);
    }

    100% {
        transform: translateY(6px) rotate(225deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(6px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(6px) rotate(225deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(6px) rotate(0deg);
    }

    100% {
        transform: translateY(6px) rotate(225deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-6px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-6px) rotate(225deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-6px) rotate(0deg);
    }

    100% {
        transform: translateY(-6px) rotate(-225deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }

    50% {
        -webkit-transform: translateY(-6px) rotate(0deg);
    }

    100% {
        -webkit-transform: translateY(-6px) rotate(-225deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-6px) rotate(0deg);
    }

    100% {
        transform: translateY(-6px) rotate(-225deg);
    }
}

.page_cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 20;
    top: 0;
    left: 0;
    display: none;
}

.m_menu {
    width: 200px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -200px;
    height: 100%;
    z-index: 21;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.m_menu.open {
    right: 0;
}

.m_menu li {
    display: block;
    width: 100%;
}

.m_menu li a {
    display: block;
    width: 100%;
    padding: 0 28px;
    font-size: 16px;
    color: #666;
    line-height: 45px;
    box-sizing: border-box;
}

.m_menu div {
    padding: 28px;
}

.m_menu p {
    font-family: "chosun_ilbo_myungjo";
    font-size: 13px;
    line-height: 17px;
    color: #777;
}

.m_menu h2 {
    font-family: "chosun_ilbo_myungjo";
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
    color: #333;
}

.m_menu > a {
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #fff;
    font-family: "chosun_ilbo_myungjo";
    background: #5e6a7a;
}

/* 메인 페이지 */

.main_carousel {
    width: 100%;
    position: relative;
}

.carousel_list {
    width: 100%;
}

.carousel_item {
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel_item_con {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%);
}

.carousel_item_con strong {
    background-color: #5e6a7a;
    border-radius: 15px;
    padding: 0 20px;
    display: inline-block;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.carousel_item_con h2 {
    font-size: 50px;
    line-height: 68px;
    color: #fff;
    text-shadow: 3px 2px 20px #000;
    font-family: "chosun_ilbo_myungjo";
}

.carousel_item_con .inner_slide_img {
    height: 68px;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
}

.carousel_item_con > a {
    line-height: 30px;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 15px;
}

.carousel_item_con p {
    font-size: 18px;
    line-height: 28px;
    color: #fafafa;
    margin-top: 15px;
    text-shadow: 3px 2px 20px #000;
    font-weight: normal;
    width: 320px;
    word-break: keep-all;
}

/* 
.main_intro_tv {
    font-size: 50px;
    line-height: 68px;
    color: #fff;
    text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    vertical-align: top;
}

.main_intro_tv > a {
    width: 300px;
    height: 68px;
    display: inline-block;
    background-image: url(/img/logo.png);
    background-size: 96%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
}

.main_intro_tv > span {
    color: #ff0000;
    font-size: 50px;
    line-height: 68px;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
    font-weight: bold;
    font-style: italic;
} */

.main_intro_tv img {
    display: inline-block;
    max-width: 650px;
    margin-top: 240px;
}

.dots_wrap {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 2;
}

.dots_wrap_width {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}

.dots {
    display: inline-block;
}

.dot {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
}

.dot div {
    width: 100%;
    height: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.dot.active div {
    background-color: #fff;
}

.dots_wrap .prev {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    background-image: url(/img/assets/prev.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
}

.dots_wrap .next {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    background-image: url(/img/assets/next.png);
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
}

.main_content {
    background: #fff;
    text-align: center;
    padding: 80px 0;
}

.our_business {
}

.youtube_carousel {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 50px;
    max-width: 1100px;
}

.youtube_carousel .widgetGalleryA li {
    float: none;
    overflow: hidden;
    width: 310px !important;
    height: 218px;
    padding-bottom: 0;
    white-space: nowrap;
    list-style: none;
    margin: 0 auto !important;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
}

.youtube_carousel .widgetGalleryA li a {
    border: 1px solid #d5d5d5;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
}

.youtube_carousel .widgetGalleryA li a:first-child {
    position: absolute;
    bottom: 0px;
    left: 5px;
    font-size: 16px;
    display: block;
    padding: 10px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-top: none;
}

.youtube_carousel .widgetGalleryA li .thumb img {
    box-sizing: border-box;
    width: 100% !important;
}

.youtube_carousel .widgetGalleryA {
    width: 100% !important;
}

.widgetGalleryA li .thumb {
    margin-bottom: 0px !important;
}

.main_content h3 {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
}

.main_content h4 {
    color: #444;
    font-size: 40px;
    margin-bottom: 28px;
    font-family: "chosun_ilbo_myungjo";
}

.main_content > p {
    font-size: 16px;
    max-width: 750px;
    margin: 0 auto;
    color: #888;
    word-break: keep-all;
    padding: 14px;
}

.sep_title {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 4px;
    background-color: #5e6a7a;
    margin-bottom: 14px;
}

.our_business ul {
    font-size: 0px;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1100px;
}

.our_business ul > li {
    width: 33.33%;
    height: 400px;
    display: inline-block;
    padding: 14px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.main_con_dec {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.main_con_bg {
    width: 100%;
    height: 100%;
    background-position: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.our_business ul > li:hover .main_con_bg {
    background-color: rgba(0, 0, 0, 0.8);
}

.our_business ul > li h5 {
    width: 100%;
    position: absolute;
    bottom: -35px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.our_business ul > li:hover h5 {
    bottom: 240px;
}

.our_business ul > li h5 span {
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #fff;
}

.our_business ul > li h5 a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    padding: 0 14px;
    width: 80px;
    margin: auto;
    margin-top: 20px;
}

.our_business ul > li h5 strong {
    display: block;
    width: 100%;
    padding: 0 14px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    box-sizing: border-box;
    font-family: "chosun_ilbo_myungjo";
    font-weight: bold;
}

.our_business ul > li p {
    vertical-align: top;
    text-align: center;
    border-top: none;
    padding: 20px;
    position: absolute;
    bottom: -100px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    color: #fff;
    opacity: 0;
    font-size: 14px;
    word-break: keep-all;
}

.our_business ul > li:hover p {
    bottom: 20px;
    opacity: 1;
}

.main_board_wrap {
    background-color: #fff;
    font-size: 0px;
}

.main_board_sep {
    display: inline-block;
    width: 50%;
    padding: 50px 0;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    vertical-align: top;
    min-height: 351px;
}

.boad_wrap_col {
    width: 100%;
    max-width: 550px;
    display: inline-block;
    text-align: left;
    padding: 0 14px;
}

.main_board_sep:first-child {
    text-align: right;
}

.main_board_sep:first-child::before {
    background-color: #5e6a7a;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.main_board_sep:last-child {
    text-align: left;
    /* background-image: url(/img/sub_header/education1.jpg); */
}

.main_board_sep:last-child::before {
    background-color: #5e6a7a;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.boad_wrap_col h4 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    font-size: 28px;
    margin-bottom: 14px;
    color: #fff;
    font-family: "chosun_ilbo_myungjo";
    position: relative;
}

.boad_wrap_col h4 span {
    font-weight: normal;
    display: inline-block;
    margin-left: 7px;
}

.boad_wrap_col h4 a {
    width: 28px;
    height: 28px;
    background-image: url("/img/assets/link_icon.png");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 0;
}

.main_board_sep .widgetContainer ul {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.main_board_sep .widgetContainer li {
    line-height: 40px;
    position: relative;
}

.main_board_sep:first-child .widgetContainer li {
    border-top: 1px solid #737475;
}

.main_board_sep:first-child .widgetContainer li:last-child {
    border-bottom: 1px solid #737475;
}

.main_board_sep:last-child .widgetContainer li {
    border-top: 1px solid #737475;
}

.main_board_sep:last-child .widgetContainer li:last-child {
    border-bottom: 1px solid #737475;
}

.main_board_sep .widgetContainer li a::after {
    content: "";
    width: 80px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    background-image: url(/img/assets/item_arrow.png);
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
}

.main_board_sep:first-child .widgetContainer li a::after {
    border-left: 1px solid #737475;
}

.main_board_sep:last-child .widgetContainer li a::after {
    border-left: 1px solid #737475;
}

.main_board_sep .widgetContainer li a {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    padding-right: 90px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.customer_wrap {
    padding: 55px 0;
    position: relative;
    /* background-image: url(/img/sub_header/education1.jpg);
    background-size: cover;
    background-position: center; */
}

/* .customer_wrap::before {
    background-color: rgba(186, 186, 186, 0.9);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
} */

.customer_wrap_sep {
    font-size: 0;
    box-sizing: border-box;
}

.customer_wrap_col {
    vertical-align: top;
    height: 260px;
    display: inline-block;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    padding: 7px;
    box-sizing: border-box;
    text-align: center;
}

.customer_wrap_col.col25 {
    width: 25%;
}

.customer_wrap_col.col75 {
    width: 75%;
}

.customer_wrap_col.col75 .customer_inner {
    background-color: #f2f0ed;
}

.customer_inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.col25 .customer_inner::before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.col25 .customer_inner:hover::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.col25 a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}

.col25 h4 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    display: block;
    font-family: "chosun_ilbo_myungjo";
}

.col25 h5 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    display: none;
}

.col25:hover h4 {
    display: none;
}

.col25:hover h5 {
    display: block;
}

.col25 img {
    width: 60px;
    margin-bottom: 14px;
}

.col75 .customer_inner {
    font-size: 0;
}

.customer_inner_sep {
    display: inline-block;
    vertical-align: top;
}

.customer_inner_sep:first-child {
    width: 40%;
    padding: 40px;
    box-sizing: border-box;
}

.customer_inner_sep:last-child {
    width: 60%;
}

.customer_inner_sep h4 {
    font-size: 26px;
    font-family: "chosun_ilbo_myungjo";
    text-align: left;
    margin-bottom: 7px;
}

.customer_inner_sep p {
    text-align: left;
    margin-bottom: 14px;
    font-size: 16px;
    color: #666;
    word-break: keep-all;
}

.customer_inner_sep dl {
    display: block;
    width: 100%;
    font-size: 0;
    text-align: left;
}

.customer_inner_sep dt,
.customer_inner_sep dd {
    display: inline-block;
    text-align: left;
}

.customer_inner_sep dt {
    width: 35%;
    font-size: 20px;
    color: #797979;
}

.customer_inner_sep dd {
    width: 65%;
    font-size: 20px;
    font-weight: bold;
}

.customer_inner_sep .go_center {
    width: 100%;
    line-height: 30px;
    display: block;
    background-color: #1f589a;
    margin-top: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.customer_inner_sep h5 {
    padding: 40px 0 0 40px;
    font-size: 26px;
    font-family: "chosun_ilbo_myungjo";
    text-align: left;
    margin-bottom: 12px;
}

.customer_inner_sep h5 > a {
    color: #888;
}

.col75 .widgetContainer {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 40px 40px;
    box-sizing: border-box;
}

.col75 .widgetContainer li {
    line-height: 32px;
    position: relative;
    border-top: 1px solid #d5d5d5;
}

.col75 .widgetContainer li:last-child {
    border-bottom: 1px solid #d5d5d5;
}

.col75 .widgetContainer li .title {
    display: block;
    color: #000;
    padding-right: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}

.col75 .widgetContainer li .author {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}

/* 레이아웃 */

.side_layout {
    width: 250px;
    float: left;
}

.sub_header_wrap {
    padding: 100px 0 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sub_header_inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.sub_header_wrap h4 {
    font-size: 20px;
    display: block;
    margin-bottom: 0px;
    letter-spacing: -1px;
    text-shadow: 3px 2px 20px #000;
    text-transform: uppercase;
    color: #fff;
}

.sub_header_wrap h3 {
    letter-spacing: -1px;
    font-weight: bold;
    text-shadow: 3px 2px 20px #000;
    text-transform: uppercase;
    color: #fff;
    font-size: 46px;
}

.sub_header_wrap p {
    font-size: 26px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 32px;
    text-shadow: 3px 2px 20px #000;
    text-transform: uppercase;
    color: #fff;
    font-family: "chosun_ilbo_myungjo";
}

.sub_header_cover {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: url(/img/assets/sub_header_cover.png) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#lnb_name {
    height: 80px;
    font-size: 20px;
    display: block;
    line-height: 80px;
    color: #000;
    padding: 0 20px;
    border: 1px solid #e8e8e8;
    border-bottom: 3px solid #000;
    box-sizing: border-box;
    font-family: "chosun_ilbo_myungjo";
}

/* 회사 소개 */

.text_content {
    padding: 50px 20px;
    word-break: keep-all;
    font-size: 0px;
    position: relative;
}

.text_content img {
    display: block;
    margin: 0 auto;
}

.text_content > em {
    display: block;
    font-size: 24px;
    font-family: "chosun_ilbo_myungjo";
    line-height: 40px;
}

.text_content > em > span {
    font-size: 30px;
    font-family: "chosun_ilbo_myungjo";
    line-height: 40px;
    font-weight: bold;
}

.text_content > p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-left: 14px;
    font-family: "chosun_ilbo_myungjo";
}

.text_content > strong {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    padding-left: 14px;
    display: block;
}

.text_block {
    max-width: 510px;
    text-align: center;
    margin: 40px auto;
}

.text_block > strong {
    width: 100%;
    font-size: 20px;
    line-height: 55px;
    padding: 0 20px;
    display: block;
    line-height: 50px;
    color: #fff;
    margin: 42px 0;
    font-weight: normal;
    box-sizing: border-box;
    position: relative;
}

.text_block > strong::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/img/assets/plus.png);
    background-size: cover;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -30px;
}

.text_block > strong:last-child::after {
    display: none;
}

.ceo_area {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ceo_area span {
    display: block;
    color: #777;
}

.ceo_area em {
    display: block;
    font-family: "chosun_ilbo_myungjo";
    font-size: 32px;
    margin-top: 10px;
}

.text_content h4 {
    line-height: 60px;
    border: 1px solid #d5d5d5;
    border-left: 3px solid #5e6a7a;
    padding-left: 14px;
    font-size: 20px;
    margin-top: 50px;
    font-weight: normal;
    clear: both;
}

/* .text_content h5 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 14px;
    color: #004a80;
    padding-left: 14px;
} */

.text_content h5 {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 14px;
    color: #fff;
    display: inline-block;
    background: #5e6a7a;
    margin-left: 10px;
    padding: 0 14px;
    line-height: 30px;
    font-weight: normal;
}

.award_content {
    text-align: center;
    font-size: 0;
}

.award_content li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 7px;
    box-sizing: border-box;
}

.award_content li span {
    width: 100%;
    height: 350px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 14px;
    box-sizing: border-box;
}

.award_content li img {
    vertical-align: top;
}

.award_content li p {
    background-color: #21ac3a;
    color: #fff;
    line-height: 35px;
    font-size: 15px;
}

/* 연혁 */

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 1px;
    margin: 0 auto;
    padding-top: 10px;
    background: #b2b2b2;
}

.timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 34px;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: inherit;
    background-color: #fff;
    border: 5px solid #21ac3a;
    box-sizing: border-box;
}

.timeline ul li div {
    position: relative;
    top: 8px;
    width: 360px;
    padding: 7px;
    box-sizing: border-box;
}

.timeline ul li div h6 {
    font-size: 28px;
    margin-bottom: 10px;
}

.timeline ul li div p {
    font-size: 14px;
    margin-bottom: 5px;
    word-break: keep-all;
    line-height: 23px;
    text-indent: -30px;
    padding-left: 30px;
    vertical-align: top;
}

.timeline ul li div p:last-child {
    margin-bottom: 0;
}

.timeline ul li div p span {
    display: inline-block;
    color: #fff;
    background-color: #21ac3a;
    text-align: center;
    padding: 0 5px;
    border-radius: 5px;
    line-height: 23px;
    text-indent: 0px;
    vertical-align: top;
    margin-right: 3px;
}

.timeline ul li div::before {
    content: "";
    position: absolute;
    top: 23px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -45px;
    width: 45px;
    height: 1px;
    background-color: #b2b2b2;
    border: none;
}

.timeline ul li:nth-child(even) div {
    left: -412px;
    text-align: right;
}

.timeline ul li:nth-child(even) div::before {
    right: -45px;
    width: 45px;
    height: 1px;
    background-color: #b2b2b2;
    border: none;
}

.timeline ul li:first-child::after {
    border: none;
    width: 15px;
    border-radius: 0;
    top: 0;
    height: 1px;
    background-color: #b2b2b2;
}

/* 기술인력보유현황 */

.text_content table {
    width: 100%;
    margin: 20px 0 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
}

.text_content table tr td,
.text_content table tr th {
    border: 1px solid #d5d5d5;
    border-spacing: 0px;
    height: 50px;
    padding: 6px 14px;
    line-height: 22px;
}

.text_content table tr td:first-child,
.text_content table tr th:first-child {
    border-left: none;
}

.text_content table tr td:last-child,
.text_content table tr th:last-child {
    border-right: none;
}

.text_content table tr th {
    background-color: #f1f1f1;
    font-size: 16px;
    font-weight: normal;
}

.text_content table tr td {
    background-color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.text_content table tr td > p {
    font-size: 16px;
    font-weight: normal;
    text-indent: -16px;
    padding-left: 16px;
}

.table_dumb {
    font-size: 0px;
}

.table_dumb .li_table {
    width: 33.33%;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
}

.table_dumb table td,
.table_dumb table th {
    font-size: 12px !important;
}

/*찾아오시는 길 */

.text_content .contact_l {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-right: 50px;
    box-sizing: border-box;
}

.text_content .contact_r {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.text_content dt {
    display: block;
    font-size: 24px;
    font-family: "chosun_ilbo_myungjo";
    line-height: 40px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 14px;
}

.text_content dd {
    margin-bottom: 40px;
    font-size: 18px;
}

.text_content dd span {
    padding: 0 5px;
    line-height: 20px;
    font-size: 14px;
    background-color: #48952e;
    border-radius: 5px;
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    margin-top: 5px;
}

.text_content dd strong {
    display: block;
    font-size: 18px;
}

.map {
    width: 100%;
    height: 211px;
    display: inline-block;
    margin-bottom: 50px;
}

/* 사업소개 */

.paragraph {
    margin-bottom: 20px;
    padding-left: 14px;
}

.paragraph > strong {
    font-size: 18px;
    color: #004a80;
    line-height: 28px;
    display: block;
    margin-bottom: 7px;
    text-indent: -35px;
    padding-left: 35px;
}

.paragraph > strong > span {
    line-height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #004a80;
    margin-right: 7px;
    vertical-align: top;
    text-indent: 0px;
    padding-left: 0px;
}

.paragraph > p {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-left: 35px;
}

.inpage_list {
    width: 200px;
    position: absolute;
    right: -220px;
    top: 0;
    border: 1px solid #d5d5d5;
    padding: 14px;
    box-sizing: border-box;
}

.inpage_list.fixed {
    position: fixed;
}

.inpage_list > li > a {
    line-height: 25px;
    font-size: 16px;
    color: #444;
    display: block;
}

.inpage_list > li > a::before {
    content: "■";
    display: inline-block;
    line-height: 25px;
    color: #888;
    margin-right: 3px;
}

.inpage_list > li li > a {
    line-height: 25px;
    font-size: 14px;
    color: #777;
    display: block;
    padding-left: 7px;
}

.inpage_list > li li > a::before {
    content: "ㆍ";
    display: inline-block;
    line-height: 25px;
    color: #888;
}

.indent {
    display: inline-block;
    width: 18px;
}

.text_item li {
    font-size: 16px;
    font-weight: normal;
    text-indent: -16px;
    padding-left: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom: 7px;
}

.text_item li:last-child {
    margin: 0;
}

.reference_box {
    width: 100%;
    box-sizing: border-box;
    padding: 29px 14px 14px;
    border: 1px solid #d5d5d5;
    margin-top: 50px;
    position: relative;
}

.reference_box h6 {
    position: absolute;
    top: -15px;
    line-height: 30px;
    background: #5e6a7a;
    padding: 0 14px;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
}

.reference_box > ul > li {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-indent: -12px;
    padding-left: 11px;
    margin-top: 7px;
}

.reference_box > ul > li:first-child {
    margin-top: 0px;
}

.reference_box > p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-bottom: 7px;
    text-indent: -155px;
    padding-left: 155px;
    box-sizing: border-box;
}

.reference_box > p:last-child {
    margin-bottom: 0;
}

.reference_box > p > span {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 155px;
    text-indent: 0px;
    padding-left: 7px;
    box-sizing: border-box;
}

.text_content_div {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.text_summary {
    padding: 7px 14px;
    margin-left: 14px;
    margin-bottom: 20px;
    border: 1px solid #d5d5d5;
}

.text_summary > strong {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 7px;
}

.text_summary > p {
    color: #666;
    line-height: 20px;
    padding-left: 7px;
}

/* 글머리 기호 */

.bullet > p {
    text-indent: -24px;
    padding-left: 31px;
    margin-bottom: 7px;
}

.bullet > p > span {
    background-color: #1a7ebc;
    color: #fff;
    display: inline-block;
    width: 20px;
    text-align: center;
    text-indent: 0px;
    padding-left: 0px;
    line-height: 20px;
    margin-right: 4px;
}

.bullet_unit {
    text-indent: -15px;
    padding-left: 29px !important;
    margin-bottom: 7px;
}

.text_con_btn_wrap {
    padding: 80px 0;
    text-align: center;
}

.text_con_btn_wrap a {
    display: inline-block;
    line-height: 60px;
    border-radius: 5px;
    padding: 0 28px;
    background-color: #fff;
    color: #242425;
    border: 1px solid #242425;
    font-size: 20px;
    margin: 0 7px;
    transition: All 0.2s ease;
    -webkit-transition: All 0.2s ease;
    -moz-transition: All 0.2s ease;
    -o-transition: All 0.2s ease;
    box-sizing: border-box;
}

.text_con_btn_wrap a:hover {
    background-color: #242425;
    color: #fff;
}

.related_site_list {
    font-size: 0;
}

.related_site_list li {
    width: 50%;
    display: inline-block;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
}

.related_site_list li div {
    border: 1px solid #d5d5d5;
    padding: 20px;
}

.related_site_list li div h4 {
    border-top: 1px solid #d5d5d5d5;
    line-height: 50px;
    font-size: 18px;
    color: #000;
}

/* 게시판 컨텐츠 */

.write_option {
    display: none;
}

input[name="homepage"],
label[for="homePage"],
input[name="tags"],
label[for="tags"] {
    display: none;
}

a[href="/index.php?mid=customer&act=dispBoardTagList"] {
    display: none;
}

.main_contact {
    height: 60px;
    border-top: 1px solid #cdcccc;
    border-bottom: 1px solid #cdcccc;
    box-sizing: border-box;
    background: #f1f1f1;
}

.main_contact ul {
    font-size: 0px;
}

.call_icon {
    width: 31px;
    height: 31px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/img/assets/call_icon.png);
    position: absolute;
    left: 14px;
    top: 14px;
}

.phone_icon {
    width: 31px;
    height: 31px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/img/assets/phone_icon.png);
    position: absolute;
    left: 14px;
    top: 14px;
}

.main_con_li {
    height: 58px;
    border-right: 1px solid #cdcccc;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.main_con_li:first-child {
    border-left: 1px solid #cdcccc;
}

.main_contact.mobile {
    display: none;
}

.main_con_li a {
    display: block;
    position: relative;
    line-height: 58px;
    padding-left: 55px;
    box-sizing: border-box;
    font-family: "chosun_ilbo_myungjo";
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.kakao_icon {
    width: 34px;
    height: 34px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(/img/assets/icon/kakao.jpg);
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.youtube_icon {
    width: 34px;
    height: 34px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(/img/assets/icon/youtube.jpg);
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.main_contact ul li h2 {
    font-size: 20px;
    font-family: "chosun_ilbo_myungjo";
    line-height: 58px;
}

.body.fixed-width .lnb > ul > li li a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #444;
    padding: 0 28px;
    border: 1px solid #e8e8e8;
    border-bottom: none;
    border-top: none;
    box-sizing: border-box;
    transition: All 0.2s ease-out;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
}

.body.fixed-width .lnb > ul > li li:last-child a {
    border-bottom: 1px solid #e8e8e8;
}

.body.fixed-width .lnb ul li li a {
    background-color: #fff;
}

.body.fixed-width .lnb ul li li.on > a {
    background-color: #fff;
    color: #1f589a;
    font-weight: bold;
}

/* 장애보험등급 표 */

.grade_sep {
    padding: 20px;
    word-break: keep-all;
    font-size: 0px;
    position: relative;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -410px;
    width: 820px;
    height: 600px;
    overflow-y: scroll;
    z-index: 21;
    background-color: #fff;
    box-sizing: border-box;
}

.grade_sep.open {
    display: block;
}

.grade_sep > table {
    width: 100%;
    margin: 20px 0 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    margin-bottom: 40px;
}

.grade_sep h2 {
    display: block;
    font-size: 24px;
    font-family: "chosun_ilbo_myungjo";
    line-height: 40px;
}

.grade_sep h3 {
    display: block;
    font-size: 16px;
    font-family: "chosun_ilbo_myungjo";
    line-height: 40px;
    color: #444;
}

.grade_sep > table > thead th {
    border: 1px solid #d5d5d5;
    border-spacing: 0px;
    height: 50px;
    padding: 6px 14px;
    line-height: 22px;
    background-color: #f1f1f1;
    font-weight: normal;
}

.grade_sep > table > tbody > tr > th {
    border: 1px solid #d5d5d5;
    border-spacing: 0px;
    height: 50px;
    padding: 6px 14px;
    line-height: 22px;
    background-color: #f1f1f1;
    font-weight: normal;
}

.grade_sep > table > tbody > tr > td {
    border: 1px solid #d5d5d5;
    border-spacing: 0px;
    height: 50px;
    padding: 6px 14px;
    line-height: 22px;
    font-weight: normal;
    text-align: left;
}

.grade_sep > table > tbody > tr > td ol {
    padding: 0 14px;
}

.grade_sep > table > tbody > tr > td ol li {
    list-style: decimal;
}

.grade_sep > table > tbody > tr > td ol li ol li {
    list-style: unset;
}

.grade_sep > table > tbody > tr > td ul li {
    list-style: unset;
}

.grade_sep > table table {
    width: 100%;
    margin: 7px 0 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    margin-bottom: 14px;
}

.grade_sep > table table > thead th {
    border: 1px solid #d5d5d5;
    border-spacing: 0px;
    height: 50px;
    padding: 6px 14px;
    line-height: 22px;
    background-color: #f1f1f1;
    font-weight: normal;
}

.grade_sep > table table > tbody > tr > th {
    border: 1px solid #d5d5d5;
    border-spacing: 0px;
    height: 50px;
    padding: 6px 14px;
    line-height: 22px;
    background-color: #f1f1f1;
    font-weight: normal;
}

.grade_sep > table table > tbody > tr > td {
    border: 1px solid #d5d5d5;
    border-spacing: 0px;
    height: 50px;
    padding: 6px 14px;
    line-height: 22px;
    font-weight: normal;
    text-align: left;
}

.grade_sep tr.center td,
.grade_sep tr.center th {
    text-align: center;
}

.close_layer_btn {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #999;
    color: #fff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    z-index: 21;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.layer_trigger {
    cursor: pointer;
}

/* 유튜브 게시판 */

.video_list {
    width: 33.33%;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.video_list a {
    border: 1px solid #dcdcdc;
    display: block;
    color: #444;
}

.video_list img {
    width: 100%;
}

.thumb_board ul {
    font-size: 0px;
    padding: 20px 0;
}

.info_youtube {
    padding: 7px 12px 10px;
    box-sizing: border-box;
}

.info_youtube em {
    font-family: "chosun_ilbo_myungjo";
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 7px;
    display: block;
    line-height: 24px;
}

.info_youtube p {
    color: #777;
}

.info_youtube span {
    color: #999;
    display: block;
    margin-top: 14px;
}

.no_article p {
    width: 100%;
    height: 400px;
    line-height: 400px;
    text-align: center;
    font-size: 16px;
}

.login_wrap {
    width: 320px;
    margin: 0 auto;
    background-color: #5e6a7a;
    border-radius: 15px;
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
}

.login_wrap input {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 7px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    width: 100%;
    box-sizing: border-box;
}

.login_wrap h3 {
    text-align: center;
    font-family: "chosun_ilbo_myungjo";
    color: #fff;
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: bold;
}

.login_wrap p {
    font-size: 14px;
    text-align: center;
    color: #b6c9e6;
    margin-bottom: 20px;
}

.login_btn {
    width: 100%;
    border-radius: 5px;
    background-color: #444;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.innerfooter_h {
    margin: 0 20px;
    font-size: 24px;
    font-weight: normal;
    font-family: "chosun_ilbo_myungjo";
    background-color: #5e6a7a;
    color: #fff;
    padding: 7px;
    padding-left: 13px;
    line-height: 30px;
    border-left: 6px solid #adb6c1;
}

.innerfooter {
    font-size: 0;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.innerfooter li {
    display: inline-block;
    width: 50%;
    padding: 4px;
    box-sizing: border-box;
    vertical-align: top;
}

.innerfooter li a {
    font-size: 16px;
    font-family: "chosun_ilbo_myungjo";
    display: block;
    text-align: left;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 14px 0;
    box-sizing: border-box;
    padding-left: 50px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.innerfooter li:first-child a {
    background-image: url(/img/assets/phone_icon.png);
}

.innerfooter li:nth-child(2) a {
    background-image: url(/img/assets/call_icon.png);
}

.innerfooter li:nth-child(3) {
    display: none;
}

.innerfooter li:nth-child(3) a {
    background-image: url(/img/assets/icon/kakao.jpg);
}

.innerfooter li:nth-child(4) a {
    background-image: url(/img/assets/icon/kakao.jpg);
}

.innerfooter li:last-child a {
    background-image: url(/img/assets/icon/youtube.jpg);
}

/* 관련사이트 */

.related_link {
    font-size: 0;
}

.related_link li {
    display: inline-block;
    width: 50%;
    padding: 7px;
    box-sizing: border-box;
}

.related_link li a {
    display: block;
    text-align: center;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.related_link a img {
    width: 80%;
    vertical-align: top;
    padding: 14px;
    box-sizing: border-box;
}

.related_link a p {
    font-size: 18px;
    text-align: center;
    color: #242425;
    border-top: 1px solid #c9c9c9;
    line-height: 50px;
}

.read_body .clip {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.clip iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_contact__banner {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    background-color: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    text-align: center;
}

.main_contact__banner span {
    animation: Blink 1s infinite;
}

@-webkit-keyframes Blink {
    0% {
        color: red;
    }
    50% {
        color: black;
    }
    100% {
        color: red;
    }
}
