@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 127px;
}
#site > .container {
    width: 100%;
    padding: 0;
}
/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Roboto", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
.jp#site,
.jp h1,
.jp h2,
.jp h3,
.jp h4,
.jp h5,
.jp h6,
.jp input,
.jp textarea,
.jp button {
    font-family: "Noto Sans JP", "Roboto", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    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;
}

/* 상단 네비게이션 */

.nav-upper {
    background: #f8f8f8;
    padding: 3px 0;
}
.nav-upper .container {
}
.nav-upper .lang {
    float: right;
    margin: 0;
    padding: 0;
}
.nav-upper .lang::after {
    content: "";
    display: table;
    clear: both;
}
.nav-upper .lang > li {
    display: inline-block;
    cursor: pointer;
    padding: 3px 9px;
    font-weight: 500;
    line-height: 15px;
    margin-left: 5px;
    border-radius: 3px;
    font-size: 15px;
    vertical-align: middle;
}
.nav-upper .lang > li.active {
    background: #ac2a2f;
    color: #fff;
}

.navbar.navbar-inverse {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.23);
    margin-bottom: 0;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    margin-top: 15px;
}
.navbar-header .navbar-brand img {
    margin-top: 15px;
    display: inline-block;
    vertical-align: bottom;
    height: 40px;
}

.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 50px 20px 30px;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:focus {
    color: #d2151c !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    border: 0;
    padding-top: 0;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #d2151c;
}

@media (max-width: 767px) {
    #site {
        padding-top: 50px;
    }
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
        margin-top: 12px;
    }
    .navbar-header .navbar-brand img {
        margin-top: 0;
        height: 30px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #19509a;
        background: #19509a;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        border-radius: 0;
        margin: 0;
        padding: 12px 12px 14px;
        transition: all 0.3s ease;
    }
    .navbar-inverse .navbar-toggle:hover {
        border-color: #19509a !important;
        background: #19509a !important;
    }
    .navbar-inverse .navbar-toggle > .icon-bar {
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
        width: 25px;
        height: 2px;
        margin-top: 5px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -8px;
    }
    .nav.navbar-nav > li > a {
        padding: 20px 0;
        text-align: center;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {
        padding-top: 90px;
    }
    .navbar-header .navbar-brand img {
        height: 30px;
    }
    .nav.navbar-nav > li > a {
        padding: 40px 12px 30px;
        font-size: 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item {
    height: 700px;
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    text-shadow: none;
}
#mainCarousel .carousel-inner .item .carousel-caption::before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(0, 45, 105, 0.6);
    left: -30px;
    top: -20px;
    display: none;
}
#mainCarousel .carousel-inner .item .carousel-caption::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(182, 45, 50, 0.4);
    left: -50px;
    top: -40px;
    display: none;
}
#mainCarousel .carousel-inner .item .carousel-caption h1 {
    font-size: 32px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
}
#mainCarousel .carousel-inner .item .carousel-caption p {
    font-size: 40px;
    letter-spacing: -0.034em;
    font-weight: 200;
    line-height: 1.3em;
}
#mainCarousel .carousel-control {
    display: none;
}
#mainCarousel .carousel-indicators > li {
    width: 12px !important;
    height: 12px !important;
    margin: 0 2px !important;
    border: 0;
    background: rgba(170, 170, 170, 0.5);
}
#mainCarousel .carousel-indicators > li.active {
    background: rgb(54, 101, 163);
}
#mainCarousel .carousel-inner .item:nth-child(1)::before,
#mainCarousel .carousel-inner .item:nth-child(2)::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.25);
}
#mainCarousel .carousel-inner .item:nth-child(4) {
    /*background: #fdfdfd !important;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+73,f2f2f2+100 */
    background: rgb(255, 255, 255) !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 73%, rgba(242, 242, 242, 1) 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 73%, rgba(242, 242, 242, 1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 73%, rgba(242, 242, 242, 1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important; /* IE6-9 */
}
#mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption {
    padding: 0 280px;
}
#mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption h1 {
    margin: 0;
}
#mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption img {
    width: 100%;
}
body.en #mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption {
    padding: 0 220px;
}
body.en #mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption img {
    width: auto;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 350px;
    }
    #mainCarousel .carousel-inner .item .carousel-caption p {
        font-size: 5.5vw;
    }
    #mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption {
        padding: 0 !important;
    }
    #mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption img {
        width: 250px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item {
        height: 550px;
    }
    #mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption {
        padding: 0;
    }
    #mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption img {
        width: 350px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item:nth-child(4) .carousel-caption {
        padding: 0;
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.main_section {
    padding: 130px 0 150px;
}
.m_top {
    background: #2c3848;
    color: #fff;
    display: none;
}
.m_top .inner:first-child {
    padding-bottom: 50px;
}
.m_top .inner h4 {
    font-size: 24px;
    margin: 0 0 15px;
}
.m_top .inner p {
    font-size: 18px;
}
.m_top .inner:last-child p:last-child {
    font-size: 20px;
    margin: 50px 0 0;
}

.m_mid1 {
    position: relative;
    padding-bottom: 60px;
}
.m_mid1 h4,
.m_mid2 h4 {
    text-align: center;
    font-size: 42px;
    margin: 0 0 80px;
    font-weight: 100;
}
.m_mid1 h4:after,
.m_mid2 h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    margin: 30px auto 80px;
    background: #002d69;
    border-left: 20px solid #b62d32;
    display: none;
}
.m_mid1 .row {
    margin: 60px 0;
}

.m_mid1 .row:nth-child(3) img {
    /* border: 1px solid #ccc; */
}

.m_prof {
    padding-right: 80px;
    padding-top: 30px;
}
.m_prof h5 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-weight: 700;
}
.m_prof h5 > small {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 7px;
    color: #002d69;
    letter-spacing: -0.06em;
}
.m_prof > .li_m_prof {
    padding: 0;
    margin: 0;
}
.m_prof > .li_m_prof > li {
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: -0.034em;
}
.m_prof > .li_m_prof > li::before {
    content: "";
    display: block;
    width: 6px;
    height: 3px;
    background: #a0a0a0;
    position: absolute;
    left: 3px;
    top: 12px;
}
.m_mid1 a {
    display: inline-block;
    text-align: center;
    padding: 15px 26px 15px 37px;
    color: #fff;
    border: 1px solid transparent;
    background: #333;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
    margin-top: 15px;
    position: absolute;
    right: 100px;
}
.m_mid1 a i {
    margin-left: 25px;
}
.m_mid1 a:hover {
    text-decoration: none;
    background: #2d72ce;
    border-color: #2d72ce;
    color: #fff;
}
.m_mid2 {
    text-align: center;
}
.m_mid2 p {
    position: relative;
    margin: 0;
    padding: 100px 0;
    font-size: 21px;
    font-weight: 500;
    border: 1px solid #aaa;
    color: #fff;
    /* box-shadow: 8px 8px 0px rgba(0,0,0,0.23); */
}
.m_mid2 .row > div:nth-child(1) p {
    background: #333 url(/public/img/main/m_serv1.jpg) no-repeat center / cover;
}
.m_mid2 .row > div:nth-child(2) p {
    background: #333 url(/public/img/main/m_serv2.jpg) no-repeat center / cover;
}
.m_mid2 .row > div:nth-child(3) p {
    background: #333 url(/public/img/main/m_serv3.jpg) no-repeat center / cover;
}
.m_mid2 a {
    display: inline-block;
    padding: 15px 26px 15px 37px;
    border: 1px solid #ddd;
    margin-top: 70px;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.034em;
    transition: all 0.3s ease;
}
.m_mid2 a i {
    margin-left: 25px;
}
.m_mid2 a:hover {
    text-decoration: none;
    background: #333;
    border-color: #333;
    color: #fff;
}
.m_bttm {
    background: #233b5a;
    padding: 0;
}
.m_bttm .root_daum_roughmap {
    width: 100%;
}
.li_location {
    margin-bottom: 0;
    /*color: #fff;*/
    padding-left: 0;
}
.li_location > li {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 0 6px 0px;
    color: #ffffff;
}
#Contact .li_location > li {
    color: #333;
    padding: 6px 0 6px 20px;
}
.li_location > li > i {
    display: inline-block;
    width: 36px;
    text-align: center;
    margin-right: 15px;
    color: #ffffff;
    background: #4781ce;
    height: 36px;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
}
.li_location > li > span {
    display: table;
    color: #333;
    font-weight: 700;
    text-align: left;
    font-size: 15px;
    margin-bottom: 5px;
    letter-spacing: -0.034em;
    margin-left: -20px;
}
.m_bttm ul + a {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #aaa;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 30px;
    transition: all 0.3s ease;
}
.m_bttm ul + a:hover {
    text-decoration: none;
    background: #000;
    border-color: #000;
    color: #fff;
}
.m_bttm .container {
    width: 100%;
}
.m_bttm .row > div:nth-child(1) {
    width: 58%;
    height: 400px;
    padding: 0;
}
.m_bttm .row > div:nth-child(2) {
    width: 42%;
    padding: 60px 70px 0 80px;
}
.m_bttm iframe {
    height: 400px !important;
}
.m_mid2 .row p::before {
    content: "";
    display: block;
    width: 360px;
    height: 232px;
    border: 1px solid #bec6e6;
    position: absolute;
    top: -12px;
    left: -12px;
}
.en .m_mid2 .row p::before {
    height: 262px;
}
.m_mid1::before {
    content: "";
    display: block;
    width: 100%;
    background: #f4f4f4;
    position: absolute;
    z-index: -100;
    top: 340px;
    height: 82.8%;
    /* height: 1145px; */
}
.jp .m_mid1::before {
    /* height: 200px; */
}
.m_mid1 .row > div:nth-child(1):before {
    content: "";
    display: none;
    width: 44px;
    height: 44px;
    background: #b14848;
    position: absolute;
    z-index: -100;
    top: -14px;
    left: 26px;
}
.m_mid1 .row > div {
    position: relative;
}
.m_mid1 .row > div:nth-child(1):after {
    content: "";
    display: block;
    width: 100px;
    height: 60px;
    background: #19509a;
    position: absolute;
    z-index: -100;
    bottom: -12px;
    right: 18px;
}
.m_mid1 .row > div:nth-child(1) {
    padding-left: 40px;
    padding-top: 4px;
}
@media (max-width: 767px) {
    .m_mid1 h4,
    .m_mid2 h4 {
        font-size: 35px;
    }
    .m_mid1 .row > div:nth-child(1):after {
        right: auto;
        left: 140px;
    }
    .m_mid1 .row:nth-child(3) {
        margin-top: 110px;
    }
    .m_mid1::before {
        display: none;
    }
    .m_mid1 .row > div:nth-child(1) {
        padding-left: 15px;
    }
    .m_mid2 .row p::before {
        display: none;
    }
    .m_bttm .row > div:nth-child(1),
    .m_bttm .row > div:nth-child(2) {
        width: 100%;
    }
    .m_prof {
        padding-right: 0;
    }
    .m_mid1 a {
        margin-top: 30px;
        position: relative;
        right: auto;
    }
    .m_bttm .row > div:nth-child(2) {
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .m_mid2 .row p::before {
        display: none;
    }
    .m_mid2 p {
        font-size: 16px;
    }
    .m_mid1 .row > div:nth-child(2) {
        padding-left: 120px;
    }
    .m_bttm .row > div:nth-child(2) {
        padding: 60px 15px 0 30px;
    }
    .li_location > li {
        font-size: 13px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .m_mid2 .row p::before {
        display: none;
    }
    .m_mid1 .row > div:nth-child(2) {
        padding-left: 80px;
    }
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 350px;
    background-image: url(/public/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: 42px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-style: initial;
}
.subHeader .container .breadcrumb {
    display: none;
}

.subContent {
    padding-top: 120px;
}
.subContent_title {
}
.subContent .content {
    padding-bottom: 80px;
}
.subContent .content h4 {
}
.subContent .content h4::before {
    content: "";
}

#About .subContent .content .container > .row {
    margin: 0;
}
#About .subContent .content .container > .row > div {
    padding: 0;
}

#About .subContent .content .inner {
    /* border: 1px solid #002D69; */
    /* background: #002D69; */
    color: #333;
}
#About .subContent .content .row:nth-child(1) .inner {
    padding: 160px 80px 160px 30px;
}
#About .subContent .content .row:nth-child(2) .inner {
    padding: 100px 40px 100px 70px;
}

#About .subContent .content .inner h5 {
    margin: 0;
    font-size: 36px;
    letter-spacing: -0.034em;
    font-weight: 300;
    line-height: 1.2em;
}
#About .subContent .content .inner h5::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 20px 0;
}
#About .subContent .content .inner h5 > b {
    font-size: 35px;
    display: inline-block;
    vertical-align: baseline;
}
#About .subContent .content .inner p {
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
    line-height: 1.65em;
}
.jp #About .subContent .content .inner p {
    word-break: break-all;
}
#About .subContent .content .inner p:last-child {
    margin-bottom: 0;
    margin-top: 50px;
}
#About .subContent .content .container > .row > div:first-child {
    padding: 30px;
    position: relative;
}
#About .subContent .content .inner h5::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin: 20px 0 50px;
}
#About .subContent .content .container > .row > div:first-child::before {
    content: "";
    display: block;
    width: 89.5%;
    height: 88.5%;
    border: 1px solid #ccc;
    position: absolute;
    top: 2.5%;
    left: 2.5%;
}

#Prof .name {
    margin: 0;
    padding: 25px 0 0;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.034em;
}
#Prof .mail {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #858585;
    font-weight: 300;
}
#Prof .dl_prof {
    padding-left: 20px;
    margin-left: 60px;
    margin-bottom: 40px;
    position: relative;
}
#Prof .dl_prof dt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
#Prof .dl_prof dd {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
}
#Prof .dl_prof dd::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5fa7ff;
    position: absolute;
    left: 10px;
    top: 10px;
}
#Prof .con1 .row > div:first-child img {
    margin: auto;
}
#Prof .name span {
    font-size: 30px;
    font-weight: 300;
    margin-left: 7px;
}
#Prof .con1 .row > div:last-child::before,
#Prof .con2 .row > div:last-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 77px;
    z-index: -100;
}
#Prof .con1 .row > div:last-child {
    position: relative;
}
#Prof .dl_prof::before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background: #0253bf;
    left: 0;
    top: 1px;
    position: absolute;
}
#Prof .con2 img {
    /* border: 1px solid #ccc; */
}
#Prof .con2 {
    padding-top: 130px;
}

#Service .serv_wrap {
    box-shadow: 6px 6px 0px 0px rgb(242, 245, 249);
    height: 372px;
    margin: auto;
    border: 1px solid #ddd;
    padding: 30px 60px;
    position: relative;
}
.en #Service .serv_wrap {
    padding: 30px 25px;
    height: 480px;
}
.jp #Service .serv_wrap {
    padding: 30px 40px;
}
#Service .serv_wrap h5 {
    margin: 0;
    padding: 40px 0;
    font-size: 32px;
    /* background: #3f63a5; */
    color: #333;
    /* height: 250px; */
    /* width: 250px; */
    border-radius: 50%;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: -0.034em;
    font-weight: 500;
    position: relative;
}
.en #Service .serv_wrap h5 {
    font-size: 25px;
}
.jp #Service .serv_wrap h5 {
    word-break: break-all;
    height: 158px;
    font-size: 30px;
}
#Service .serv_wrap .li_serv {
    padding: 10px 0 0 0;
    margin: 0;
    background: #fff;
}
#Service .serv_wrap .li_serv > li {
    padding: 6px 0 6px 17px;
    font-size: 17px;
    /* border-bottom: 1px solid #ddd; */
    font-weight: 400;
    letter-spacing: -0.034em;
    /* text-align: center; */
    position: relative;
}
.jp #Service .serv_wrap .li_serv > li {
    word-break: break-all;
}
#Service .serv_wrap .li_serv > li:last-child {
    border-bottom: 0;
}
#Service .serv_wrap .li_serv > li::before {
    content: "";
}
#Service .con1 .row {
    /* padding: 0 30px 40px; */
}
#Service .serv_wrap h5::before {
    content: "";
    display: block;
    width: 92%;
    height: 92%;
    border: 1px solid rgb(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 4%;
    left: 4%;
    display: none;
}
#Service .row > div:nth-child(1) .serv_wrap h5 {
    /* background: #3192b9; */
}
#Service .row > div:nth-child(2) .serv_wrap h5 {
    /* background: #3174b9; */
}
#Service .serv_wrap .li_serv > li::before {
    content: "";
    display: block;
    width: 7px;
    height: 3px;
    background: #c1c1c1;
    position: absolute;
    left: 0;
    top: 18px;
}
#Service .serv_wrap::before {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #4b6bc5;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.bbs-area .board_wrapper {
    margin-top: 0;
}
.subContent .content:last-child {
    padding-bottom: 120px;
}
#Contact .con1 .row > div:first-child {
    width: 70%;
}
#Contact .con1 .row > div:last-child {
    width: 30%;
    padding: 90px 0 0 50px;
}
#Contact .root_daum_roughmap {
    width: 100%;
}
#Contact .root_daum_roughmap .wrap_map {
    height: 450px !important;
}
#Inquiry .subContent {
    padding-bottom: 120px;
}
@media (max-width: 767px) {
    .subHeader {
        height: 150px;
    }
    .subHeader .container h2 {
        font-size: 38px;
    }
    #About .subContent .content .inner h5 {
        font-size: 22px;
    }
    #About .subContent .content .inner h5 > b {
        font-size: 22px;
    }
    #About .subContent .content .row:nth-child(1) .inner,
    #About .subContent .content .row:nth-child(2) .inner {
        padding: 60px 30px 60px 30px;
    }
    #About .subContent .content .container > .row > div:first-child::before {
        width: 85.5%;
        height: 85.5%;
    }
    #Prof .dl_prof {
        margin-left: 0;
    }
    #Prof .con1 .row > div:last-child::before,
    #Prof .con2 .row > div:last-child::before {
        left: 15px;
    }
    #Prof .name {
        margin-bottom: 80px;
    }
    .kr #Prof .name {
        margin-bottom: 0px;
    }
    .kr #Prof a,
    .en #Prof a {
        margin-bottom: 30px;
    }
    #Service .serv_wrap {
        margin-bottom: 30px;
    }
    #Service .serv_wrap h5 {
        font-size: 28px;
    }
    #Contact .con1 .row > div:first-child {
        width: 100%;
    }
    #Contact .con1 .row > div:last-child {
        width: 100%;
        padding: 30px 0 0 15px;
    }
    .board_wrapper .table.board_write_table .input-group,
    .board_wrapper .table.board_write_table .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) {
    #About .subContent .content .row:nth-child(1) .inner,
    #About .subContent .content .row:nth-child(2) .inner {
        padding: 80px 0;
    }
    #About .subContent .content .inner h5 {
        font-size: 30px;
    }
    #Service .serv_wrap {
        padding: 30px 35px;
    }
    #Service .serv_wrap h5 {
        font-size: 20px;
    }
    #Service .serv_wrap .li_serv > li {
        font-size: 15px;
    }
    #About .subContent .content .container > .row > div:first-child::before {
        width: 87.5%;
        height: 86.5%;
    }
    #Contact .con1 .row > div:last-child {
        width: 30%;
        padding: 90px 0 0 5px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #Service .serv_wrap h5 {
        font-size: 25px;
    }
    #Service .serv_wrap .li_serv > li {
        font-size: 16px;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 35px 0;
    background: #4c4f52;
}
footer .footer-logo {
}
footer .footer-logo h1 {
    margin: 0;
}
footer .footer-logo h1 > a {
    display: block;
}
footer .footer-logo h1 > a > img {
    display: block;
    height: 80px;
    margin-top: 5px;
}
footer .footer-text {
}
footer .footer-text p strong {
    color: #fff;
    opacity: 0.8;
    font-size: 15px;
    font-weight: 500;
}
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: 1.5;
    color: rgb(255, 255, 255, 0.75);
    letter-spacing: 0.034em;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    color: #fff;
    font-weight: 300;
    opacity: 0.4;
}

@media (max-width: 767px) {
    footer .footer-logo h1 > a > img {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
/* //푸터 */

.member_wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

.partner-wrap {
    margin-inline: auto;
    max-width: 600px;
    width: 100%;
}

.partner-wrap .title h4 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}
.partner-wrap .title h4::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #999;
    margin: 20px 0 50px;
}
.partner-wrap .title p {
    font-size: 17px;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
    line-height: 1.65em;
}
#site.jp .partner-wrap .title p {
    word-break: break-all;
}
.partner-wrap .info {
    margin-top: 50px;
    box-shadow: 6px 6px 0px 0px rgb(242, 245, 249);
    /* margin: auto; */
    border: 1px solid #ddd;
    padding: 30px 60px;
    text-align: center;
}
.partner-wrap .info h5 {
    font-size: 26px;
}
.partner-wrap .info h5 span {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    font-size: 80%;
}
.partner-wrap .info a {
    font-size: 16px;
    color: #2f77bf;
}
.partner-wrap .info img {
    margin: 0 auto 30px;
}
