@charset "utf-8";
@import url(/skin/NanumSquare/NanumSquare.css);
@import url("https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

@font-face {
    font-family: "ChosunKm";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}
.material-symbols-outlined {
    font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
    font-size: 65px;
    position: relative;
    z-index: 1;
}
.material-icons-two-tone {
    filter: invert(0.5) sepia(1) saturate(10) hue-rotate(180deg);
    font-size: 48px;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 130px;
    letter-spacing: 0.02em;
}
.body-layout > .container {
    width: 100%;
    padding: 0;
}
.body-layout > .container .intro-html-layout {
    margin: 0;
}
.body-layout > .container .intro-html-layout > .col-sm-12 {
    padding: 0;
}
/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Roboto", "Nanum Gothic", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
    .col-sm-40 {
        width: 40%;
    }
    .col-sm-60 {
        width: 60%;
    }
    .col-sm-80 {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }
    .col-md-40 {
        width: 40%;
    }
    .col-md-60 {
        width: 60%;
    }
    .col-md-80 {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
    .col-lg-40 {
        width: 40%;
    }
    .col-lg-60 {
        width: 60%;
    }
    .col-lg-80 {
        width: 80%;
    }
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-top: 20px;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 40px 32px 38px;
    font-size: 21px;
    color: #000;
    font-weight: 700;
    font-family: "NanumSquare", sans-serif;
    text-shadow: 0 0 black;
}
.nav.navbar-nav > li > a .caret {
    display: none;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus {
    color: #023e80;
    background: none;
}
.nav.navbar-nav > li > a .glyphicon {
    font-size: 15px;
}
.nav.navbar-nav li .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-radius: 0;
    border: 1px solid #9ea3af;
    padding: 5px 5px;
    background: rgba(255, 255, 255, 0.9);
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 6px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.nav.navbar-nav li .dropdown-menu li a:hover {
    background: #799dc3;
    color: #fff;
}

@media (max-width: 767px) {
    .body-layout {
        padding-top: 122px;
    }
    .navbar-header .navbar-brand {
        margin-top: 15px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border: 0;
    }
    .navbar-inverse .navbar-toggle {
        background: none;
        border: 0;
        padding: 0;
        margin: 34px 15px 34px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #023e80;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px;
    }
    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 2px;
        border-radius: 1px;
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 17px 32px;
        font-size: 18px;
        text-align: center;
        color: #000;
    }
    .nav.navbar-nav li .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translateX(0%);
        border-radius: 0;
        border: 0;
        background: #fafafa;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .body-layout {
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 40px 14px 38px;
        font-size: 17px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .body-layout {
    }
    .nav.navbar-nav > li > a {
        display: block;
        height: 100%;
        padding: 40px 25px 38px;
        font-size: 20px;
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#myCarousel .carousel-inner {
}
#myCarousel .carousel-inner .item {
}
.container_slide .fill {
    height: 600px;
}
#myCarousel .carousel-inner .item > .fill {
}
#myCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    top: 50%;
    left: calc((100% - 1140px) / 2);
    right: calc((100% - 1140px) / 2);
    bottom: auto;
    text-align: left;
    transform: translateY(-50%);
}
#myCarousel .carousel-inner .item h1 {
    margin: 0 0 20px;
    font-family: "NanumSquare", sans-serif;
    font-weight: 200;
    font-size: 64px;
    line-height: 1;
    color: #fff;
    letter-spacing: -0.06em;
}
#myCarousel .carousel-inner .item P {
    margin: 0;
    color: #fff;
    font-size: 27px;
}
#myCarousel .carousel-inner .item h1 span,
#myCarousel .carousel-inner .item P span {
    background: none;
    opacity: 1;
    text-shadow: none;
    display: block;
}
#myCarousel .carousel-inner .item h1 span b {
}
#myCarousel .carousel-inner .item p span {
    font-family: "NanumSquare", sans-serif;
}

.carousel-control {
    display: none;
}

#myCarousel .carousel-indicators {
}
#myCarousel .carousel-indicators > li,
#myCarousel .carousel-indicators > li.active {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border: 3px solid #023e80;
}
#myCarousel .carousel-indicators > li.active {
    background: #023e80;
}

@media (max-width: 767px) {
    .main_content .container {
        padding: 0;
    }
    .container_slide .fill {
        height: 400px;
    }
    #myCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }
    #myCarousel .carousel-inner .item h1 {
        margin: 0 0 20px;
        font-family: "NanumSquare", sans-serif;
        font-weight: 200;
        font-size: 10vw;
    }
    #myCarousel .carousel-inner .item P {
        margin: 0;
        color: #fff;
        font-size: 5vw;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #myCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #myCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.main_content {
}
.main_content .container {
}
.main_content .biz_wrap {
    display: flex;
    align-items: stretch;
}
.main_content .biz_wrap .m_biz {
    display: block;
    width: 25%;
    text-align: center;
    padding: 70px 0 70px;
    position: relative;
    transition: all 0.3s ease;
}
.main_content .biz_wrap .m_biz::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
}
.main_content .biz_wrap .m_biz:last-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.main_content .biz_wrap .m_biz:hover {
    text-decoration: none;
    background: #023e80;
}
.main_content .biz_wrap .m_biz .icon-wrap {
    display: block;
}
.main_content .biz_wrap .m_biz .icon-wrap > span {
    display: block;
    font-size: 55px;
    color: #296ab2;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.main_content .biz_wrap .m_biz:hover .icon-wrap > span {
    color: #fff;
}
.main_content .biz_wrap .m_biz .caption {
    display: block;
    padding: 20px 0 0;
}
.main_content .biz_wrap .m_biz .caption h5 {
    margin: 0 0 15px;
    font-size: 30px;
    font-family: "NanumSquare", sans-serif;
    font-weight: 800;
    color: #333;
    letter-spacing: -0.02em;
}
.main_content .biz_wrap .m_biz .caption h5::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #d1d8e2;
    margin: 30px auto 40px;
    border-radius: 2px;
}
.main_content .biz_wrap .m_biz .caption .li_mBiz {
}
.main_content .biz_wrap .m_biz .caption .li_mBiz > li {
    color: #222;
    font-size: 17px;
    font-weight: 400;
    padding: 3px 0;
    font-family: "NanumSquare", sans-serif;
}
.main_content .biz_wrap .m_biz .caption .li_mBiz > li::before {
    content: "";
}
.main_content .biz_wrap .m_biz:hover .caption h5 {
    color: #fff;
    position: relative;
}
.main_content .biz_wrap .m_biz:hover .caption .li_mBiz > li {
    color: #fff;
}

@media (max-width: 767px) {
    .main_content .biz_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .main_content .biz_wrap .m_biz {
        width: 50%;
    }
    .main_content .biz_wrap .m_biz:nth-child(2n) {
        border-left: 1px solid #e9e9e9;
    }
    .main_content .biz_wrap .m_biz::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #e9e9e9;
        position: absolute;
        top: auto;
        bottom: 0;
        left: auto;
        transform: translateY(0%);
    }
    .main_content .biz_wrap .m_biz:last-child::before {
        display: none;
    }
    .main_content .biz_wrap .m_biz .caption h5 {
        margin: 0 0 15px;
        font-size: 20px;
    }
    .main_content .biz_wrap .m_biz .caption h5::after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background: #d1d8e2;
        margin: 15px auto;
        border-radius: 2px;
    }
    .main_content .biz_wrap .m_biz .caption .li_mBiz > li {
        color: #222;
        font-size: 14px;
        font-weight: 400;
        padding: 0px 0;
    }
    .main_content .biz_wrap .m_biz {
        padding: 20px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .main_content .biz_wrap .m_biz .caption h5 {
        margin: 0 0 15px;
        font-size: 26px;
    }
    .main_content .biz_wrap .m_biz .caption .li_mBiz > li {
        color: #222;
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 240px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container {
    height: 100%;
    position: relative;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    letter-spacing: -0.02em;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: "NanumSquare", sans-serif;
    font-weight: 400;
}
.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    letter-spacing: 0;
}
.subHeader .container .breadcrumb > li > a {
    color: #fff;
    opacity: 0.7;
}
.subHeader .container .breadcrumb > li.active {
    opacity: 1;
    color: #fff;
}
.subHeader .container .breadcrumb > li + li:before {
    padding: 0;
    color: #fff;
    opacity: 0.7;
}
.subMenu {
    height: 76px;
    background: #013e80;
}
.subMenu .nav {
}
.subMenu .nav > li {
    margin: 0 50px 0 0;
}
[id^="about"] .subMenu .nav > li {
    /* width: calc(100% / 3); */
}
[id^="business"] .subMenu .nav > li {
    /* width: calc(100% / 4); */
}
[id^="customer"] .subMenu .nav > li {
    /* width: calc(100% / 3); */
}
.subMenu .nav > li > a {
    border-radius: 0;
    font-size: 18px;
    padding: 27px 0 1px;
    color: #c5e4ff;
    font-family: "NanumSquare", sans-serif;
    border-right: 0;
    font-weight: 400;
    background: transparent;
}
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus {
    background: transparent;
    color: #fff;
}
.subMenu .nav > li > a::after {
    position: absolute;
    left: 0px;
    bottom: -2px;
    display: inline-block;
    width: 0%;
    height: 2px;
    background-color: #e8f1fa;
    transition: width 0.2s ease 0s;
    content: "";
}
.subMenu .nav > li > a:hover::after,
.subMenu .nav > li.active > a:after {
    width: 100%;
}
.subMenu .nav > li:last-child > a {
}
.subMenu .nav > li.active > a {
    color: #fff;
    font-weight: 700;
}

.subContent {
}
.subContent_title {
    padding: 100px 0 75px;
}
.subContent_title h3 {
    font-family: "NanumSquare", sans-serif;
    font-size: 42px;
    font-weight: 800;
    text-align: left;
    margin: 0;
    letter-spacing: -0.02em;
}
.subContent .content {
    padding: 100px 0;
}
#about01 .subContent .content {
    padding: 30px 0;
}
#about01 .subContent .content .row {
    display: flex;
    align-items: center;
}
#about02 .subContent .content {
    padding: 0;
}
#customer03 .subContent .content {
    padding: 30px 0;
}
[id^="business"] .subContent .content {
    padding: 30px 0;
}
.subContent .content.con1 {
    padding-top: 0 !important;
}
.subContent .content:last-child {
    padding-bottom: 150px !important;
}
.subContent .content:nth-child(2n-1) {
}
.subContent .content h4 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 50px;
    letter-spacing: -0.06em;
    position: relative;
    color: #222;
    font-family: "NanumSquare", sans-serif;
}
.subContent .content h4::before {
    content: "";
}
#about02 .con2 h4 {
    border-top: 1px solid #ddd;
    padding-top: 100px;
}
#about01 .content p.intro {
    font-size: 17px;
    margin-bottom: 0;
    letter-spacing: -0.035em;
    line-height: 1.7;
    font-family: "NanumSquare", sans-serif;
    padding-left: 50px;
}
#about01 .content p.intro > span {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
#about01 .content p.intro > span > b {
    font-weight: 800;
}
#about01 .content .rightSide_bg {
    padding: 30px;
    border: 8px solid #f2f2f2;
    margin-right: 50px;
    height: 310px;
    display: flex;
}
#about01 .con1 .rightSide_bg img {
    width: 200px;
    margin: auto;
}

#about01 .con2 .rightSide_bg img {
    margin: auto;
}
#about02 .member_area {
    margin: 0 0 80px;
}
#about02 .member_area .row > div:nth-child(1) {
    width: 30%;
}
#about02 .member_area .row > div:nth-child(2) {
    width: 70%;
    padding-left: 80px;
}
#about02 .member_area img {
}
#about02 .member_area .member_name {
    font-size: 22px;
    font-weight: 400;
    font-family: "NanumSquare", sans-serif;
    margin: 0 0 15px;
    line-height: 1;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    letter-spacing: -0.034em;
}
#about02 .member_area .member_name b {
    font-size: 32px;
    margin-right: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
}
#about02 .member_area .dl-license {
    margin: 0 0 30px;
    position: absolute;
    top: 28px;
    right: 15px;
}
#about02 .member_area .dl-license::after {
    content: "";
    display: table;
    clear: both;
}
#about02 .member_area .dl-license dt {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 -1px;
    line-height: 30px;
    border-radius: 30px;
    letter-spacing: -0.034em;
    padding: 4px 20px;
    display: none;
}
#about02 .member_area .dl-license dd {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    color: #023e80;
    margin: 0;
    line-height: 30px;
    border-radius: 30px;
    letter-spacing: -0.034em;
    padding: 4px 20px;
    background: #edf3fa;
}
#about02 .member_area .performance {
}
#about02 .member_area .performance .dl-career {
    position: relative;
    padding-left: 145px;
    padding-top: 20px;
    /* border-top: 2px solid #eee; */
    margin-bottom: 15px;
}
#about02 .member_area .performance .dl-career dt {
    position: absolute;
    left: 0;
    font-size: 19px;
    color: #111;
    letter-spacing: -0.034em;
    font-family: "NanumSquare", sans-serif;
    font-weight: 800;
}
#about02 .member_area .performance .dl-career dt::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    /* background: #56a0e6; */
    top: -22px;
    position: absolute;
}
#about02 .member_area .performance .dl-career dd {
    font-size: 17px;
    margin-bottom: 3px;
    position: relative;
    padding-left: 12px;
    line-height: 1.6em;
}
#about02 .member_area .performance .dl-career dd b {
    color: #023e80;
}
#about02 .member_area .performance .dl-career dd::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #023e80;
    position: absolute;
    top: 11px;
    left: 0;
}

#about04 .greet-logo {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}
#about04 .greet-logo img {
}
#about04 .greeting {
    padding: 30px 120px;
}
#about04 .greeting img {
    width: 280px;
    margin-bottom: 45px;
    border-radius: 15px;
}
#about04 .greeting p {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    /* font-family: 'notokr'; */
    color: #000;
}
#about04 .greeting p.txt {
    margin-bottom: 43px;
}
#about04 .greeting p.txt > b {
    font-size: 22px;
    color: #023e80;
}
#about04 .greeting p.epil {
    font-family: "notokr";
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about04 .greeting p.epil b {
    font-size: 32px;
    font-family: "ChosunKm", serif;
    margin-left: 15px;
    letter-spacing: 0.25em;
    font-weight: 400;
}
#about04 .greeting p.epil img {
    display: inline-block;
    width: 78px;
    margin: 0;
    border-radius: 0;
    margin-left: 10px;
}

[id^="business"] .subContent .content h4 {
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 25px;
    position: relative;
    color: #333;
    font-family: "NanumSquare", sans-serif;
}
[id^="business"] .subContent .content h4::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0px;
}
[id^="business"] .content .row {
    display: flex;
    margin: 0;
    align-items: center;
}
[id^="business"] .content .row > div {
    padding: 0;
}
[id^="business"] .content .row .col-sm-4 {
    width: 38%;
}
[id^="business"] .content .row .col-sm-8 {
    width: 57%;
    margin-right: 5%;
}
[id^="business"] .content .icon-area {
    text-align: center;
    margin: 0;
    height: 320px;
    width: 320px;
    background: #edf4ff;
    border-radius: 10px;
}
[id^="business"] .content .icon-area > span {
    font-size: 120px;
    line-height: 320px;
    color: #245790;
}

[id^="business"] .content p {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
    line-height: 1.5em;
    font-family: "NanumSquare", sans-serif;
}
[id^="business"] .content p b {
    color: #023e80;
}
[id^="business"] .content .li-biz {
    margin-top: 20px;
}
[id^="business"] .content .li-biz > li {
    font-size: 18px;
    position: relative;
    margin-top: 2px;
    line-height: 1.6em;
}

[id^="business"] .content ul.li-biz > li {
    padding-left: 14px;
    font-weight: 700;
}
[id^="business"] .content ul.li-biz > li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #2a7dd9;
    border-radius: 50%;
    top: 11px;
    left: 0;
    position: absolute;
}

[id^="business"] .content ol.li-biz > li {
    padding-left: 32px;
    letter-spacing: -0.02em;
}
[id^="business"] .content ol.li-biz > li::before {
    display: none;
}
[id^="business"] .content ol.li-biz > li span {
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: 700;
    color: #fff;
    background: #709dce;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    padding-top: 2px;
    line-height: 1.35em;
}
iframe[src*="https://www.google.com/maps/"], .root_daum_roughmap
{
    width: 100% !important;
}

.li-location {
    text-align: right;
    padding: 0;
    margin: 40px 0 0;
}

.li-location > li {
    font-size: 19px;
    display: inline-block;
    margin-left: 30px;
    color: #000;
    position: relative;
    padding-left: 33px;
}

.li-location > li > b {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-right: 8px;
    font-weight: 800;
    background: #333;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1.9em;
    position: absolute;
    left: 0;
}

#inquiry01 .form-horizontal {
    padding: 45px;
    background: #f8f8f8;
    margin: 0 auto !important;
    border-radius: 5px;
}
#inquiry01 .form-horizontal .q_number {
    display: flex;
    align-items: flex-start;
    padding: 19px 0;
}
#inquiry01 .form-horizontal .q_number > div:nth-child(2) {
    display: none;
}
#inquiry01 .form-horizontal .q_number > div:first-child,
#inquiry01 .form-horizontal .q_number > div:last-child {
    display: block;
}
#inquiry01 .form-horizontal .q_number > div:first-child {
    width: 150px;
}
#inquiry01 .form-horizontal .q_number > div:last-child {
    width: calc(100% - 150px);
}
#inquiry01 .form-horizontal .q_number h3 {
    margin: 0;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: -0.034em;
}
#inquiry01 .form-horizontal .q_number h3 i {
    display: none;
}
#inquiry01 .form-horizontal .q_number h3 .text-danger {
}
#inquiry01 .form-horizontal .q_number .form-control {
    margin: 0;
    border-radius: 0;
}
#inquiry01 .form-horizontal .btn-wrap {
    float: none;
    margin: 0 !important;
}
#inquiry01 .form-horizontal .btn-wrap button {
    float: none !important;
    border-radius: 0;
    background: #023e80;
    border-color: #023e80;
    padding: 13px 40px;
    font-size: 17px;
    font-weight: 700;
    width: 160px;
}
#inquiry01 .form-horizontal .btn-wrap button:hover {
    background: #0c2642;
    border-color: #0c2642;
}

@media (max-width: 767px) {
    .subHeader {
        height: 140px;
        position: relative;
    }
    .subHeader .container {
        position: absolute;
        top: 54%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%;
    }
    .subHeader .container h2 {
        font-size: 31px;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: translate(0, 0);
    }
    .subHeader .container .breadcrumb {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        text-align: center;
        bottom: auto;
        margin-top: 4px;
    }
    .subHeader .container .breadcrumb > li {
        position: relative;
    }
    .subHeader .container .breadcrumb > li + li {
        margin-left: 10px;
    }
    .subHeader .container .breadcrumb > li + li:before {
        position: absolute;
        top: 1px;
        left: -9px;
        padding: 0;
        color: #fff;
        opacity: 0.7;
        /* font-family: 'notokr'; */
        /* display: inline-block; */
        line-height: 1;
    }

    .subMenu .nav > li {
        margin: 0 15px 0 0;
    }
    .subMenu .nav > li > a {
        border-radius: 0;
        font-size: 14px;
    }
    .subContent_title h3 {
        font-family: "NanumSquare", sans-serif;
        font-size: 30px;
    }
    #about04 .greet-logo {
        padding: 30px;
    }
    #about04 .greeting {
        padding: 30px 0;
    }
    #about01 .subContent .content .row {
        display: block;
        align-items: center;
    }
    #about01 .content .rightSide_bg {
        margin: 0 auto 30px;
    }
    #about01 .content p.intro {
        font-size: 17px;
        padding-left: 0;
    }
    #about02 .member_area .row > div:nth-child(1) {
        width: 100%;
    }
    #about02 .member_area .row > div:nth-child(2) {
        width: 100%;
        padding-left: 15px;
        margin-top: 45px;
    }
    #about02 .member_area .dl-license {
        margin: 0 0 30px;
        position: relative;
        top: auto;
        right: auto;
    }
    #about02 .member_area .dl-license dd {
        display: inline-block;
        font-size: 14px;
        margin: 0 0 10px 0;
    }
    #about02 .member_area .performance .dl-career dt {
        position: relative;
        left: auto;
        margin-bottom: 10px;
    }
    #about02 .member_area .performance .dl-career {
        padding-left: 0;
    }
    #about02 .member_area .performance .dl-career dd {
        font-size: 15px;
    }
    .li-location > li {
        font-size: 16px;
        margin-top: 7px;
    }
    [id^="business"] .content .row {
        display: block;
        margin: 0;
        align-items: center;
    }
    [id^="business"] .content .row .col-sm-4 {
        width: 100%;
    }
    [id^="business"] .content .row .col-sm-8 {
        width: 100%;
        margin-right: 0;
    }
    [id^="business"] .content .icon-area {
        height: 150px;
        width: 150px;
        border-radius: 10px;
        margin: 0 auto 30px;
    }
    [id^="business"] .content .icon-area > span {
        font-size: 99px;
        line-height: 150px;
    }
    [id^="business"] .subContent .content h4 {
        font-size: 27px;
    }
    [id^="business"] .content p {
        font-size: 17px;
    }
    [id^="business"] .content .li-biz > li {
        font-size: 15px;
        margin-top: 5px;
    }
    #inquiry01 .form-horizontal .q_number > div:first-child,
    #inquiry01 .form-horizontal .q_number > div:last-child {
        width: 100%;
    }

    #inquiry01 .form-horizontal .q_number {
        display: block;
    }
    #inquiry01 .form-horizontal .q_number h3 {
        margin-bottom: 15px !important;
    }

    .dh-board .table-hover tr .num,
    .dh-board .table-hover tr .regdate,
    .dh-board .table-hover tr .hits {
        display: none;
    }

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #about01 .content p.intro {
        padding-left: 0;
    }
    #about02 .member_area .row > div {
        float: left;
    }
    #about02 .member_area .dl-license {
        margin: 0 0 30px;
        position: relative;
        top: auto;
        right: auto;
    }
    #about02 .member_area .dl-license dd {
        font-size: 15px;
        padding: 1px 16px;
    }
    [id^="business"] .content .icon-area {
        height: 230px;
        width: 230px;
    }
    [id^="business"] .content .icon-area > span {
        font-size: 120px;
        line-height: 230px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #about02 .member_area .dl-license dd {
        font-size: 12px;
        padding: 0px 10px;
    }
}
/* //서브페이지 */

/* 푸터 */

.footer_copy {
    background: #353739;
    color: #fff;
}
.footer_copy:after {
    content: "";
    display: table;
    clear: both;
}
footer {
    text-align: left;
    padding: 45px 0 50px;
}
footer .footer-logo {
}
footer .footer-logo h1 {
    margin: 0;
}
footer .footer-logo h1 > a {
    display: block;
}
footer .footer-logo h1 > a > img {
    display: block;
}
footer .footer-text {
    padding-left: 60px;
}
footer .footer-text p {
}
footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
footer .footer-text ul li {
    float: left;
    margin-right: 15px;
    line-height: 2em;
    font-size: 16px;
    color: #ccc;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 2em;
}
footer .footer-text ul li b {
    font-weight: 700;
    color: #eee;
    font-size: 16px;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.4;
    font-weight: 300;
}

@media (max-width: 767px) {
    footer .footer-text {
        padding-left: 15px;
        margin-top: 30px;
    }
    footer .footer-text ul li {
        line-height: 1.2;
        font-size: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //푸터 */

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}
.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.member_wrapper {
    max-width: 1170px;
}

/* bbs */
.bbs-section {
    padding-bottom: 150px;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 17px 15px;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.02em;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f8f8f8;
    padding: 15px 15px;
    font-size: 1.1em;
    font-weight: 700;
}
.dh-board .table-hover thead tr th {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
.table-hover > tbody > tr:hover {
    background-color: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a {
    font-weight: 700;
    color: #222;
    font-family: "NanumSquare", sans-serif;
    font-size: 17px;
}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {
    color: #222;
    text-decoration: underline;
}
.table > tbody > tr > td.writer,
.table > tbody > tr > td.regdate,
.table > tbody > tr > td.hits {
    font-size: 16px;
}
.dh-board .table-hover + .dh-margin-top {
    margin-top: 30px;
}
.dh-view-box {
    margin: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 1px solid #333;
    border-bottom: 0;
}

.dh-view-box > .row > .page-header h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 30px 0;
    font-family: "NanumSquare", sans-serif;
    letter-spacing: -0.034em;
}
.dh-view-box > .row > .dh-view-info > span {
    font-size: 13px;
}

.dh-view-box > .row > .dh-view-info {
    padding: 10px 10px 7px;
    background: #f8f8f8;
}

.dh-view-box .dh-attach h6 {
    padding: 10px 0;
    font-size: 13px;
    color: #000;
}
.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 14px;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 20px;
    line-height: 27px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #999;
    background: #999 !important;
    font-weight: 400;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}
#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 100%;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 100%;
    color: #fff;
}
.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 100%;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 100%;
}
.form-horizontal h2 {
    font-size: 30px;
    font-family: "NanumSquare", sans-serif;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 20px;
    margin: 0 0 20px;
    letter-spacing: -0.06em;
    color: #222;
    border-bottom: 1px solid #999;
}
.form-horizontal .control-label {
    text-align: left;
    font-size: 15px;
    color: #222;
}
.form-horizontal .form-group .text-center .btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    width: 150px;
    padding: 12px 16px;
}
.form-horizontal .form-group .text-center .btn:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}
.btn-group > .btn {
    border-radius: 0;
    padding: 9px 12px;
}

.icon-link {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}
.icon-link > li {
    margin: 10px 0;
}
.icon-link > li > a {
    display: block;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 3px 9px -3px rgb(0 0 0 / 30%);
}
.icon-link > li > a > img {
}
.icon-link > li > a > i {
    display: block;
    width: 48px;
    line-height: 48px;
    font-size: 29px;
    color: #fff;
}
.icon-link > li:nth-child(1) > a {
    background: #fbe300;
}
.icon-link > li:nth-child(2) > a {
    background: #2db400;
}
.icon-link > li:nth-child(3) > a {
    background: #f00;
}
.icon-link > li:nth-child(4) > a {
    background: radial-gradient(circle farthest-corner at 32% 106%, #ffe17d 0%, #ffcd69 10%, #fa9137 28%, #eb4141 42%, transparent 82%), linear-gradient(135deg, #234bd7 12%, #c33cbe 58%);
}
.icon-link > li > a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .icon-link > li > a {
        padding: 5px;
        width: 50px;
        height: 50px;
        overflow: hidden;
    }
    .icon-link > li > a > i {
        display: block;
        width: 40px;
        line-height: 40px;
        font-size: 29px;
        color: #fff;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}

.icon-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.icon-wrap .col {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #ccc;
    gap: 30px;
}
.icon-wrap .col p {
    margin-bottom: 0;
}
.icon-wrap span.material-symbols-outlined {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    aspect-ratio: 1;
    padding: 20px;
    background-color: #edf4ff;
    font-size: 42px;
    color: #245790;
}

.nav-top {
    background-color: #013e80;
}
.nav-top ul {
    display: flex;
    justify-content: flex-end;
    height: 35px;
}
.nav-top li {
    display: flex;
    gap: 5px;
    height: 100%;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    opacity: 0.8;
}
.nav-top li a {
    color: inherit;
}
.nav-top li span.material-symbols-outlined {
    font-size: 14px;
}
