@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

#site {
    font-family: "Noto Sans KR", "Pretendard Variable", 'notokr', sans-serif ;
    padding-top: 101px;
    font-size: 15px;
    opacity: 0;
}
#site.no-js{
    opacity: 1;
}
html[lang="cn"] #site{
    font-family: "DengXian","Noto Sans KR", "Pretendard Variable", 'notokr', sans-serif ;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.025em;
    word-break: keep-all;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

:root {
    --page-point-color: #1d70b8;
}

.navbar-inverse+.container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.navbar-inverse .navbar-brand img {
    height: 68px;
    margin-top: 8px;
}

.navbar-header {
    padding: 10px 0;
}

.navbar-inverse .navbar-nav {}

.navbar-inverse .navbar-nav .dropdown {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    padding: 0;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {
    padding: 7px 0;
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li:hover {
    background: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 40px 30px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
    color: var(--page-point-color);
}

.navbar-brand {
    height: 80px;
    padding: 0;
    margin-left: 0 !important;
}

/* 언어변경 버튼 */
.lang-btn-wrap {
    background: #eee;
    padding: 5px;
    border-radius: 20px;
    margin: 35px 0 35px 20px;
}

.lang-btn-wrap .lang-change-btn {
    border: none;
    outline: none;
    background-color: inherit;
    cursor: pointer;
    font-size: 13px;
    padding: 0 4px;
    position: relative;
    min-width: 33px;
    font-weight: 500;
    color: #898989;
}
.lang-btn-wrap .lang-change-btn.active{
    color: var(--page-point-color);
}
.lang-btn-wrap .lang-change-btn::after {
    position: absolute;
    content: "";
    background-color: #ccc;
    right: -2px;
    width: 1px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.lang-btn-wrap .lang-change-btn:last-child:after {
    display: none;
}

.lang-btn-wrap .lang-change-btn:hover {
    color: #0062b7;
}

/* 메인 페이지 */
#main01 {
    height: calc(100vh - 101px);
}

.main-page {}

.main-page .main-content:not(#main01) {}

.main-page .main-content .con {}

.main-content .main-box video {
    width: 100%;
    height: calc(100vh - 101px);
    object-fit: cover;
}

#main02 {
    padding: 120px 0 150px;
}

.main-box {}

.main-box .box-title {
    margin: 0 0 30px;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
}

.main-box .inner-wrap {
    padding-top: 50px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

.main-box .inner-wrap .inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.main-box .inner {}

.main-box .inner img {
    object-fit: fill;
    background: #eee;
    height: 100%;
}

.main-box .inner span {
    display: block;
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

.main-box .inner-wrap .inner:hover {}

.main-box .inner-wrap .inner:hover img {}

.main-box .inner-wrap .inner:hover span {
    color: #000;
}

#main03 {
    background: url("/public/img/main/main03_bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0;
}

#main03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
}

#main03 .main-box {
    position: relative;
}

#main03 .box-title {
    color: #fff;
}

.main-box .link-wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.main-box .link-wrap a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    width: 160px;
    font-weight: 600;
    transition: all 0.25s ease-in-out;
}

.main-box .link-wrap a:hover {
    background: #1d70b8;
    border-color: #1d70b8;
}

/* 서브페이지 */
.sub-page {
    padding-bottom: 150px;
}

.sub-page-header {
    position: relative;
    align-items: center;
    display: flex;
    height: 360px;
}

.sub-page-header .bg {
    background: url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}
#about01 .sub-page-header .bg{
    background: url("/public/img/sub/subBg_ab01.png") no-repeat center / cover;
}
#inquiry01 .sub-page-header .bg{
    background: url("/public/img/sub/subBg_in01.png") no-repeat center / cover;
}
.sub-page-header .bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 28, 47, 0.5);
}

.sub-page-header .container {
    position: relative;
}

.sub-page-header .sub-page-title {
    font-size: 50px;
    margin: 30px 0 0;
    color: #fff;
    font-weight: 700;
}

.breadcrumb {
    position: absolute;
    z-index: 3;
    right: 25px;
    bottom: -9px;
    background: transparent;
}

.breadcrumb li {color: #000;}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #333;
    content: "/\00a0";
}

.breadcrumb li.active {
    color: #ddd;
}

.sub-link {
    /* background: rgba(255,255,255,0.65); */
    position: relative;
    border-bottom: 1px solid #ddd;
}

.sub-link ul {
    width: 100%;
    display: flex;
    margin: 0;
    gap: 60px;
}

.sub-link ul li {
    min-width: auto;
}

.sub-link ul li a {
    display: block;
    font-size: 18px;
    padding: 18px 0;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #888d95;
    transition: all 0.05s;
    letter-spacing: 0;
}

.sub-link ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 0%;
    height: 3px;
    background: var(--page-point-color);
    transition: all 0.4s;
    opacity: 0;
}

.sub-link ul li a:hover::after,
.sub-link ul li.active a::after {
    width: 100%;
    opacity: 1;
}

.sub-link ul li:last-child a::after {}

.sub-link ul li:hover {}

.sub-link ul li:hover a {}

.sub-link ul li.active {}

.sub-link ul li.active a,
.sub-link ul li a:hover {
    color: #1d70b8;
}

.sub-box {
    padding-top: 100px;
}

.sub-box .sub-title {
    position: relative;
}
.sub-box .sub-title span{
    position: absolute;
    right: 0;
    bottom: -80px;
    font-size: 48px;
    color: #dfdfdf;
    font-weight: 500;
    font-family: "Noto Sans KR";
    text-align: end;
}

.sub-box .sub-title h3 {
    margin: 0;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 80px;
}
html[lang="cn"] .sub-box .sub-title h3{
    font-family: "DengXian" !important;
}
.sub-box .sub-content {}

.sub-box .greet {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 50px;
    padding: 20px;
    background: #f2f2f2;
}

.sub-content .greet {}

.sub-content .img-wrap {
    display: grid;
}

.sub-content .img-wrap img {
    width: 100%;
    object-fit: cover;
}

.greet .img-wrap {
}

.greet .img-wrap img {height: 505px;}

.sub-box .greet .text-wrap {}

.sub-box .greet .text-wrap p {
    font-size: 17px;
    margin: 0 0 8px;
    line-height: 1.7;
    font-weight: 200;
    color: #333;
}
[lang="ko"] .sub-box .greet .text-wrap p {
    margin: 0 0 35px;
}
html[lang="cn"] .sub-box .greet .text-wrap p{
    font-family: "DengXian" !important;
    font-weight: 300;
}
.sub-box .greet .text-wrap p span{
    font-style: italic;
}
.sub-box .map {}

.map-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wrap_map {
    height: 450px !important;
}
.map-wrap{
    display: grid;
    padding-top: 50px;
    grid-template-columns: 0.5fr 1fr;
    gap: 50px;

}
.map-wrap p{
    font-size: 30px;
    font-weight: 700;
}
.map-info li {
    position: relative;
    font-size: 19px;
    display: flex;
    align-items: center;
    font-weight: 200;
    gap: 10px;
    padding-left: 50px;
}

.map-info li::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 25px;
    aspect-ratio: 1;
}
.map-info li:nth-child(1):before{
    background: url("/public/img/sub/map-icon01.png") center no-repeat;
    background-size: cover;
}
.map-info li:nth-child(2):before{
    background: url("/public/img/sub/map-icon02.png") center no-repeat;
    background-size: cover;
}
.map-info li:nth-child(3):before{
    background: url("/public/img/sub/map-icon03.png") center no-repeat;
    background-size: cover;
}
.map-info li:nth-child(4):before{
    background: url("/public/img/sub/map-icon04.png") center no-repeat;
    background-size: cover;
}

.sub-box .communication {
    display: flex;
    gap: 80px;
}

.communication .img-wrap {
    width: 60%;
}

.communication .img-wrap img {
    height: 100%;
}

.sub-box .communication .contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.commu-box {
    width: 60%;
}

.commu-box .commu-tit {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #1d70b8;
}

.sub-box .contact li {
    font-size: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
}

.sub-box .contact li span {
    width: 100px;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
}

.service-step {
    /* display: grid; */
    /* grid-template-columns: repeat(4, 1fr); */
    /* gap: 70px; */
}
.service-step img{
    width: 100%;
    object-fit: cover;
}
.service-step .step-inner {
    text-align: center;
    position: relative;
}

.service-step .step-inner::before {
    font-size: 60px;
    content: "\e5cc";
    position: absolute;
    right: -65px;
    top: 100px;
    font-family: "material symbols outlined";
}

.service-step .step-inner:last-child::before {
    display: none;
}

.service-step .step-inner span {
    font-size: 100px;
    --wght: 200;
    display: block;
    color: #2e75b6;
}

.service-step .step-inner h5 {
    margin: 0;
    font-size: 25px;
    padding: 15px 0;
    margin: 15px 0 25px 0;
    background: #deebf7;
    color: #000;
}

.service-step .step-inner:nth-child(2) h5 {
    background: #bdd7ee;
}

.service-step .step-inner:nth-child(3) h5 {
    background: #9dc3e6;
}

.service-step .step-inner:nth-child(4) h5 {
    background: #2e75b6;
}

.service-step .step-inner p {
    margin: 0;
    font-size: 19px;
    padding: 0 15px;
    background: #f1fdfd;
    border-radius: 20px;
    min-height: 240px;
    display: flex;
    align-items: center;
}

.process {
    padding-top: 0;
}

.process .process-wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    padding-top: 50px;
    gap: 25px;
}

.process .process-wrap .process-inner {
    position: relative;

}

.process-wrap .process-inner::before {
    font-size: 50px;
    content: "\e5cc";
    position: absolute;
    right: -38px;
    top: 0px;
    font-family: "material symbols outlined";
}
.process-wrap .process-inner:last-child::before{
    display: none;
}

.process .process-tit {
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--page-point-color);
    width: fit-content;
    margin: 0 auto 50px;
    display: none;
}
html[lang="cn"] .process .process-tit{
    font-family: "DengXian" !important;
}
.process.import .process-tit {
    border-bottom: 1px solid #ed7d31;
}


.process-inner span {
    display: flex;
    text-align: center;
    background: #deebf7;
    color: #fff;
    border-radius: 50%;
    width: 50%;
    font-size: 20px;
    aspect-ratio: 1;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.process-inner:nth-child(2) span{
    background: #bdd7ee;
}
.process-inner:nth-child(3) span{
    background: #9dc3e6;
}
.process-inner:nth-child(4) span{
    background: #5b9bd5;
}
.process-inner:nth-child(5) span{
    background: #3c8bd3;
}
.process-inner:nth-child(6) span{
    background: #2178c8;
}
.process-inner:nth-child(7) span{
    background: #2e75b6;
}
.import .process-inner span {
    background: #fbe5d6;
}
.import .process-inner:nth-child(2) span{
    background: #f8cbad;
}
.import .process-inner:nth-child(3) span{
    background: #f4b183;
}
.import .process-inner:nth-child(4) span{
    background: #f4a46d;
}
.import .process-inner:nth-child(5) span{
    background: #f0975b;
}
.import .process-inner:nth-child(6) span{
    background: #f8924d;
}
.import .process-inner:nth-child(7) span{
    background: #ed7d31;
}
.process-inner p {
    font-size: 20px;
    text-align: center;
    margin: 15px 0 0 0;
}

.sub-box .sea {}

.sub-content .service-tit-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding-bottom: 150px;
}

.service-tit-wrap>img {
    height: 465px;
    object-fit: cover;
}

.service-tit-wrap .page-desc {}

.service-tit-wrap .page-desc .page-tit {
    margin: 0;
    line-height: 1.2;
    font-size: 55px;
    color: var(--page-point-color);
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--page-point-color);
    position: relative;
    font-family: "Noto Sans KR" !important;
}
.service-tit-wrap .page-desc .page-tit img{
    position: absolute;
    right: 0;
    bottom: 10px;
    content: "";
}

.service-tit-wrap .page-desc p {
    margin: 9px 0 0 0;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 200;
    letter-spacing: -0.035em;
}
html[lang="cn"] .service-tit-wrap .page-desc p{
    font-family: "DengXian" !important;
    word-break: break-word;
}
.sea .page-desc {}

.sub-content .service-list {
    padding: 30px 40px;
    background: #f6f7fb;
    margin-bottom: 50px;
}

.sub-content .service-list li {
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 17px;
}

.sub-content .service-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 5px;
    height: 5px;
    background: #266bb5;
}

.sub-content .img-table {
    padding-bottom: 50px;
}

.sub-content .img-table img {
    border: 1px solid #e0e7f1;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 4px rgba(121, 132, 149, 0.05);
}

.sea .img-table img {}

.sea .img-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.sea .img-wrap img {
    height: 400px;
}

.air {}

.air .page-desc {}

.air .img-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.air .img-wrap img {
    height: 400px;
}

.three-coumtry {}

.three-coumtry .page-desc {}

.three-coumtry .img-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.three-coumtry .img-wrap img {}

.project {}

.project .page-desc {}

.project .img-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.project .img-wrap img {
    height: 410px;
}

.performance {
    padding-top: 50px;
}

.performance .sub-con-title {
    margin-bottom: 40px;
}

.performance .sub-con-title h4 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
}

.performance .country-wrap {
    display: flex;
    gap: 30px;
}

.performance .country-wrap .country {
    flex: 1;
}

.performance .country+.country {}

.performance .country-tit {
    font-size: 19px;
    text-align: center;
    background: #1d70b8;
    padding: 20px 0;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.country .service-list {
    padding: 7px 0;
    background: #222;
    margin: 0;
    color: #fff;
}

.country .service-list li {
    text-align: center;
    letter-spacing: 0;
}

.country .service-list li::before {
    display: none;
}

.performance .img-wrap {}

.performance .img-wrap img {
    height: 400px;
}

.performance .country:nth-child(2) .img-wrap img {}

.performance .country:nth-child(3) .img-wrap img {}

.domestic {}

.domestic .page-desc {}

.domestic .img-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.domestic .img-wrap img {}

.size .board_wrapper {
    margin-top: 0;
}

.size #list_btn {
    display: none;
}

.sub-box .partner {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.partner .partner-categori {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 40px;
}

.partner-categori .cate-tit {
    margin: 0;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 30px;
    text-align: center;
}

.partner-categori .partner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px 50px;
    padding: 20px 0;
}

.partner-categori .partner-wrap img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 5px;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #242425;
    color: #333;
}

#site footer .footer-info {
    padding: 45px 0;
}

#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    line-height: 1.8;
    color: #aaa;
    position: relative;
}

#site footer .footer-info ul li.clearFix {
    width: 100%;
}

#site footer .logo {
    width: 10%;
}

#site footer .footer-info .logo img {
    height: 70px;
    filter: invert(50%);
    opacity: 0.7;
}

#site footer .footer-info .info {
    width: 90%;
}

#site footer .footer-info ul li:first-child {
    font-size: 15px;
    color: #bbb;
}

#site footer .footer-info ul li:first-child strong {
    font-weight: 600;
}

#site footer .footer-info ul li.copy {
    margin-top: 11px;
    font-size: 12px;
    color: #777;
    letter-spacing: 0;
}

#site footer ul li.login-btn {
    width: fit-content;
    position: absolute;
    right: 0;
    margin: -50px 0 0;
    font-size: 13px;
}

footer .login-btn a {
    display: block;
    padding: 4px 15px;
    color: #888;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

footer .login-btn a:focus,
footer .login-btn a:hover {
    background: #000;
    border-color: #000;
    color: #bbb;
}
#inquiry01 table{}
#inquiry01 table tbody{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px 10px;
    font-weight: 500;
    padding-top: 30px;
}
#inquiry01 table tbody tr{
    display: grid;
    grid-template-columns: 250px 1fr;
    /* align-items: center; */
}
#inquiry01 table tbody th{
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px 0;
    text-align: center;
    font-weight: 500;
}
#inquiry01 table tbody td{
    width: 100%;
    border: 0;
    font-weight: 500;
}
#inquiry01 .board_wrapper .table.board_write_table tbody tr td :where(.btn, .form-control){
}
#inquiry01 #item_0,
#inquiry01 #item_name,
#inquiry01 #item_email,
#inquiry01 #item_1,
#inquiry01 #item_1 + tr,
#inquiry01 #item_3 + tr,
#inquiry01 #item_15,
#inquiry01 #item_16,
#inquiry01 #item_captcha,
#inquiry01 #item_agree{
    /* grid-column: span 2; */
}
.checkbox-inline, .radio-inline{
    margin-top: 0 !important;
}
#inquiry01 #item_email + tr,
#inquiry01 #item_5 + tr{
    font-size: 28px;
    grid-column: span 2;
}
#inquiry01  #item_12,
#inquiry01  #item_15,
#inquiry01  #item_16,
#inquiry01  #item_captcha,
#inquiry01  #item_agree{
    grid-column: span 2;
}
#inquiry01  #item_12 td input{
    width: 100%;
}
#inquiry01 #item_3 th{visibility: hidden;}
/* ------------ 준비중 ------------ */
.txt-area {
    padding: 62px 25px;
    margin-top: 0;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #eee;
}

.txt-area i {
    margin-bottom: 20px;
    line-height: 1;
    color: var(--page-color);
    font-size: 58px;
    color: #999;
}

.txt-area p:nth-child(2) {
    line-height: 1;
    margin-bottom: 20px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.txt-area p {
    color: #777;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    font-size: 15px;
}

/* 반응형 */

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item {
        height: 250px;
    }

    #mainCarousel .carousel-caption h1 {
        font-size: 24px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .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: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 4px 20px;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: none;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: 0;
    }

}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

@media (min-width: 1200px) {
    #main02>.container {
        width: 1300px;
    }
}
@media (max-width: 1200px) {
    #inquiry01 table tbody tr {
        display: grid;
        grid-template-columns: 150px 1fr;
    }
}
/* 반응형 */
@media (max-width:991px) {
    #inquiry01 table tbody {
        display: flex;
        flex-direction: column;
    }
    .navbar-inverse .navbar-brand img {
        height: 40px;
        margin-top: 8px;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 30px 15px;
        font-size: 16px;
    }   
    .lang-btn-wrap {
        background: #eee;
        padding: 5px;
        border-radius: 20px;
        margin: 25px 0 15px 0px;
    }
    #site {
        padding-top: 80px;
    }
    .navbar-brand {
        height: auto;
    }
    .main-content .main-box video {
        width: 100%;
        height: calc(100vh - 80px);
        object-fit: cover;
    }
    .main-box .inner-wrap {
        padding-top: 30px;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
    .main-box .inner img {
        height: 250px;
        width: 100%;
        object-fit: cover;
    }
    .main-box .inner-wrap .inner {
        gap: 5px;
    }
    .main-box .inner span {
        display: block;
        font-size: 17px;
        font-weight: 600;
        width: 100%;
        text-align: center;
    }
    #main01 {
        height: calc(100vh - 80px);
    }
    #site footer .footer-info .logo img {
        height: 70px;
        filter: invert(50%);
        opacity: 0.7;
        object-fit: contain;
    }
    #site footer .footer-info {
        padding: 25px 0;
    }
    .sub-box .sub-title span {
        font-size: 30px;
        bottom: -50px;
    }
    .sub-box .sub-title h3 {
        margin: 0;
        font-size: 35px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 60px;
    }
    .sub-box .greet {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .partner-categori .partner-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .partner .partner-categori {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .partner-categori .cate-tit {
        font-size: 25px;
        padding: 25px 10px;
    }
    .map-wrap {
        padding-top: 25px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .sub-link ul {
        gap: 10px;
    }
    .sub-content .service-tit-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-bottom: 50px;
    }
    .service-tit-wrap>img {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }
    .service-tit-wrap .page-desc .page-tit {
        margin: 0;
        font-size: 30px;
    }
    .service-tit-wrap .page-desc p {
        font-size: 19px;
    }
    .performance .country-wrap {
        gap: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .performance .img-wrap img {
        height: 350px;
    }
}
@media (max-width:767px) {
    #inquiry01 #item_3 th {
        visibility: hidden;
        display: none !important;
    }
    #inquiry01 table tbody th {
        text-align: left;
        padding-left: 15px !important;
    }
    #inquiry01 #item_email + tr, #inquiry01 #item_5 + tr {
        font-size: 20px;
    }
    #inquiry01 table tbody tr {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
    #inquiry01 table tbody th {
        text-align: left;
    }
    .sub-content .service-list li {
        font-size: 14px;
        padding-left: 0;
    }
    .performance .country-tit {
        font-size: 16px;
        padding: 15px 0;
    }
    .performance .sub-con-title h4 {
        font-size: 25px;
    }
    .map-info li {
        font-size: 17px;
        gap: 10px;
        padding-left: 37px;
    }
    .map-wrap p {
        font-size: 24px;
    }
    .root_daum_roughmap{
        height: 350px !important;
    }
    .greet .img-wrap img {
        height: 300px;
    }
    .lang-btn-wrap{
        position: absolute;
        right: 60px;
        top: 18px;
        width: fit-content;
        margin: 0;
    }
    #site {
        padding-top: 68px;
    }
    #main01 {
        height: 500px
    }
    .main-content .main-box video {
        height: 500px;
    }
    #main02 {
        padding: 80px 0 100px;
    }
    .main-box .box-title {
        margin: 0px 0 20px;
        font-size: 35px;
    }
    .main-box .inner-wrap {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    #site footer .logo {
        width: 75px;
    }
    .navbar-inverse .navbar-brand img{
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-nav>li>a {
        padding: 15px 20px;
        font-size: 16px;
    }
    .sub-page {
        padding-bottom: 80px;
    }
}
@media (max-width:576px) {
    .lang-btn-wrap {
        right: 45px;
    }
    .board_wrapper .table.board_write_table :where(.input-group.input-group-big, .form-control.form-control-big) {
        width: 250px !important;
    }
    .service-tit-wrap .page-desc .page-tit img {
        position: absolute;
        right: 0;
        bottom: 10px;
        content: "";
        height: 30px;
    }
    .performance .sub-con-title {
        margin-bottom: 20px;
    }
    .performance .sub-con-title h4 {
        font-size: 19px;
    }
    .performance .country-wrap {
        grid-template-columns: 1fr;
    }
    .performance .img-wrap img {
        height: 300px;
    }
    .sub-content .service-tit-wrap {
        padding-bottom: 30px;
    }
    .service-tit-wrap .page-desc p {
        font-size: 13px;
    }
    .service-tit-wrap .page-desc .page-tit {
        font-size: 18px;
    }
    .service-tit-wrap>img {
        height: 240px;
    }
    .map-info li {
        font-size: 14px;
    }
    .map-wrap p {
        font-size: 20px;
    }
    .root_daum_roughmap {
        height: 280px !important;
    }
    .sub-box {
        padding-top: 40px;
    }
    .lang-btn-wrap .lang-change-btn {
        font-size: 10px;
        padding: 0 4px;
        min-width: 22px;
    }
    .lang-btn-wrap {
        display: flex;
        top: 22px;
    }
    .partner-categori .partner-wrap {
        gap: 15px 15px;
    }
    .partner-categori .cate-tit {
        font-size: 20px;
        padding: 10px 10px;
    }
    .sub-box .greet .text-wrap p {
        font-size: 15px;
    }
    .sub-box .sub-title h3 {
        font-size: 25px;
    }
    .sub-box .sub-title span {
        font-size: 20px;
        bottom: -55px;
    }
    .sub-link ul li a {
        font-size: 13px;
        padding: 12px 5px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub-link ul {
        gap: 0px;
        flex-flow: wrap;
    }
    .breadcrumb li {
        color: #000;
        font-size: 11px;
    }
    .sub-page-header .sub-page-title {
        font-size: 25px;
        margin: 25px 0 0;
    }
    .sub-page-header {
        height: 220px;
    }
    .main-box .inner-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-box .box-title {
        margin: 0px 0 20px;
        font-size: 25px;
    }
    .main-box .link-wrap a {
        padding: 6px 0;
        font-size: 14px;
        width: 140px;
    }
    #site footer .footer-info ul li {
        font-size: 12px;
        margin-right: 15px;
    }
    .main-content .main-box video {
        height: 400px;
    }
    #main01{
        height: 400px;
    }
    .main-box .inner img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .greet .img-wrap img {
        height: 230px;
    }
    .sub-link ul li {
        min-width: unset;
        flex: 0 1 33%;
    }
}