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

/* Myriad Pro 대체 구글 폰트*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* Eras Bold ITC */
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* 휴먼엑스포 대체 */
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:ital,wght@0,400..700;1,400..700&family=Ovo&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#site {
    font-family: "notokr", "Pretendard Variable", sans-serif;
    padding-top: 80px;
    font-size: 17px;
    overflow: hidden;
}

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    word-break: keep-all;
    line-height: 1.3;
}

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

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

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

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.3;
    color: #222;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

#list_btn {
    display: none;
}

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

:root {
    --page-point-color: #495caa;
    --page-point-color-hover: #263573;
    --icons: "material symbols outlined";
}

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

@media (min-width:1570px) {
    .container {
        width: 1540px;
    }
}

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

/* 상단 로고*/
.navbar-brand {
    height: 40px;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 15px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.navbar-brand p>span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 300;
}

.navbar-inverse .navbar-brand img {
    height: 100%;
    object-fit: contain;
}


/* 상단 메뉴 */
/* .navbar-inverse.on{
    background: #fff;
}
.navbar-inverse.on .navbar-toggle .icon-bar{
    background: #000;
} */
.navbar-inverse.open .navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-inverse .navbar-collapse {
    position: absolute;
    right: 0;
    background: transparent;
    height: 100vh !important;
    top: 0;
    max-height: 100vh !important;
    display: grid !important;
    align-items: flex-start;
    grid-template-columns: 60px 1fr;
    gap: 30px;
    padding: 20px 40px;
    width: 131px;
    overflow-x: hidden !important;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

.navbar-inverse .navbar-collapse.active {
    width: 495px;
    background: #5D668E;
}

.navbar-inverse .navbar-collapse::before,
.navbar-inverse .navbar-collapse::after {
    display: none;
}

.navbar-toggle {
    display: block !important;
    float: unset;
    border: 0;
    margin: 0;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background: transparent;
}

.navbar-nav .dropdown-menu {
    display: block !important;
    position: relative !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 3px;
    border-radius: 11px;
    background: #000 !important;
    margin: auto;
}

.navbar-toggle .icon-bar+.icon-bar {
}

@media (min-width: 768px) {
    .navbar-inverse>.container {
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: space-between; */
        width: 100%;
        padding: 0 100px;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 0;
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}

.navbar-inverse .navbar-nav {
    display: flex;
    margin-right: 0 !important;
    flex-direction: column;
    float: unset !important;
    padding-top: 50px;
}

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

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

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    text-align: end;
    padding: 0 10px;
    font-size: 23px;
    color: #fff;
    line-height: 1.4;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 31px;
    display: block;
    color: #fff;
    padding: 0;
    text-align: end;
    font-family: 'PT Sans';
    font-weight: 600;
    line-height: 1;
    gap: 7px;
    letter-spacing: 0.03em;
}


.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,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
}

.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;
}

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 90px);
    animation: scale 1s ease both;
}

@keyframes scale {
    0% {
        transform: translate(-100px, -150px) scale(1.5);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 50%;
    padding: 0;
}

.carousel-caption h1 span {
    display: block;
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    color: #eee;
    font-weight: 900;
    font-size: clamp(85px,5.6vw,110px);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    -webkit-background-clip: text;
    overflow: hidden;
    white-space: nowrap;
    animation: type 2s 1.2s ease both;
}

@keyframes type {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.carousel-caption p {
    margin-bottom: 0px;
    font-size: clamp(50px,3.6vw,70px);
    font-weight: 400;
    text-shadow: none;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #fff;
    text-align: center;
    animation: fadeR 1s 0.5s ease-in-out both;
}

@keyframes fadeR {
    0% {
        transform: translate(-25px, -25px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    display: none;
    transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 100px 0;
}

.mainpage section.main-intro {
    background: url("/public/img/main/mainIntroBg.png") no-repeat center / cover;
}

.main-intro .intro-wrap {}

.main-intro .intro {
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    /* padding: 50px 0; */
}

.main-intro .intro::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(255, 255, 255, 0.35);
}

.main-intro .intro:nth-child(even) {
    text-align: right;
}

.main-intro .intro h5 {
    font-size: 69px;
    font-weight: bold;
    color: var(--page-point-color);
    position: relative;
}

.mainpage section.main-intro .intro.ani.active {
    --d-level: 2;
    --s-level: 4
}

.main-intro .intro.in01 {
    padding: 50px 0;
    background: transparent;
}

.main-intro .intro.in01 h5 {}

.main-intro .intro.in02 {}

.main-intro .intro.in02 h5 {}

.main-intro .intro.in03 {}

.main-intro .intro.in03 h5 {}

.mainpage section.main-slogan {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 0 180px;
}

.main-slogan .shadow-tit {
    margin: 0 auto;
    width: fit-content;
}

.main-slogan h5 {
    opacity: 0;
    text-align: center;
    font-size: 104px;
    font-weight: 800;
    display: grid;
    grid-template-columns: 440px 1fr;
    text-shadow: -1px 0px #ffffff, 0px 1px #ffffff, 1px 0px #ffffff, 0px -1px #ffffff;
    color: #000;
    gap: 60px;
    align-items: center;
    text-align: left;
    line-height: 1.3;
}

.main-slogan h5:first-child {
    grid-template-columns: 440px 1fr;
    text-align: left;
}

.main-slogan h5:first-child span {
    color: #fff;
    font-size: 130px;
    text-shadow: none;
}

.main-slogan .shadow-tit h5.active {
    animation: txtU 1.8s ease-in-out both;
}

.main-slogan .shadow-tit .main-span span {
    display: block;
}

@keyframes txtU {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-inverse .navbar-collapse.active .nav-desc {
    position: absolute;
    bottom: 45px;
    left: 40px;
    color: #fff;
    font-size: 15px;
    display: block;
    font-weight: 400;
    line-height: 1.6;
}

.navbar-inverse .navbar-collapse .nav-desc p {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
    color: #fff;
}

.navbar-inverse .navbar-collapse .nav-desc {
    display: none;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 350px;
    display: none;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg01.jpg") no-repeat center / cover;
    /* filter: brightness(0.6); */
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: center;
    font-weight: 700;
    font-size: 54px;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #dedede;
    display: none;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: center;
}

.snb li {
    flex: 0 1 25%;
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 60px;
    color: #888;
}

.snb li.active a {
    background: #fff;
    font-weight: 700;
    color: #000;
}

.snb li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--page-point-color);
}

.subpage-content {
    padding: 150px 0 200px;
}

.subpage-content.active {
    --d-level: 4;
    --s-level: 3;
    --t-level: 3;
}

.subpage-content .con {}

/* 비전 */
#ab01 .subpage-content {
    padding: 0;
}

.vision-wrap {
    /* background: url("/public/img/sub/visionBg.png") no-repeat center / cover; */
}

.vision-wrap .shoe-box {
    background: #000;
}

.vision-wrap .shoe-box img {
    width: 80%;
    margin: 0 auto;
    background: #000;
}

#shoe02 .vision-wrap .shoe-box {
    background: #fff;
}

#shoe02 .vision-wrap .shoe-box:last-child {
    background: #5682af;
}

#shoe02 .vision-wrap .shoe-box img {
    width: 80%;
    margin: 0 auto;
}


.vision-wrap .vision-box {
    height: calc(100vh - 94px);
    display: flex;
}
@media (min-width:1199px) {
    .vision-box > .container{
        padding-left: 134px;
    }   
}
.vision-wrap .vision-box.active {
    opacity: 1;
}

.vision-wrap .vision-box.vi01 {
    align-items: flex-end;
    background: url("/public/img/sub/vision01Bg.png") no-repeat center / cover;
}

.vision-wrap .vision-box.vi02 {
    align-items: flex-end;
    background: var(--page-point-color) url("/public/img/sub/vision02Bg.png") no-repeat top / cover;
}

.vision-wrap .vision-box.vi02.active {
    animation: leftA 0.4s ease-in both;
}

@keyframes leftA {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

.vision-box.vi02.active h4 {
    animation: upT 1s 0.6s ease-in-out both;
}

@keyframes upT {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.vision-wrap .vision-box.vi03 {
    align-items: center;
    background: url("/public/img/sub/vision03Bg.png") no-repeat center / cover;
}

.vi01.vision-box.active h3 {
    animation: leftT 1.5s ease-in-out both;
}

@keyframes leftT {
    0% {
        transform: translate(-200px);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.vision-wrap .vision-box.vi03 {
    --d-level: 4;
    --s-level: 6;
    --t-level: 10;
}

.vision-box h3 {
    font-size: 86px;
    font-weight: 600;
    color: #222;
    line-height: 1.8em;
    margin-bottom: 150px;
}

.vision-box.vi01 h3 {}

.vision-box h4 {
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    line-height: 2.2em;
    margin-bottom: 100px;
}

.vision-box h5 {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 150px;
    line-height: 1.65;
    color: #333;
}

.vision-box h5.active {
    --d-level: 3;
    --s-level: 3;
    --t-level: 6;
}

.vision-box p.active {
    --d-level: 5;
    --s-level: 3;
    --t-level: 6;
}

.vision-box p {
    font-size: 22px;
    font-weight: 400;
    line-height: 2;
}

.vision-box.vi03 p {}

.vision-box.vi03 p img {
    display: inline-block;
    width: 305px;
    margin-bottom: 7px;
}

.vision-box p .spec01 {
    font-weight: bold;
    font-size: 30px;
    color: #4152A4;
    font-family: "Poppins", sans-serif;
}

.vision-box p .spec02 {
    font-size: 29px;
    font-weight: bold;
    color: #1D1753;
}

/* 연혁 */
.title-h3 {
    margin-bottom: 80px;
}

.title-h3 h3 {
    font-size: 72px;
    font-weight: 600;
    color: #081437;
}

.history-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    margin-bottom: 100px;
    gap: 80px;
}

.history-wrap>img {
    height: 100%;
}

.time-line-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-top: 10px;
    position: relative;
}

.time-line-wrap::after {
    content: "";
    position: absolute;
    width: 2px;
    background: #eee;
    left: 200px;
    top: 0;
    height: 100%;
    z-index: -1;
}

.time-line-wrap img {
    width: 100%;
    object-fit: cover;
}

.time-line {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: center;
}

.time-line.active {
    --d-level: 4;
    --s-level: 3;
    --t-level: 7;
}

.time-line ul {
    border-right: 0;
}

.time-line:nth-child(even) {}

.time-line p {
    font-size: 54px;
    font-weight: 600;
    position: relative;
    text-align: left;
}

.time-line p::after {
    position: absolute;
    content: "";
    right: -7px;
    top: 29px;
    width: 13px;
    aspect-ratio: 1;
    background: #333;
    border-radius: 50%;
    z-index: 3;
}

/* .time-line p::before{
    position: absolute;
    content: "";
    right: -20px;
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    top: 75px;
    z-index: 1;
    border: 4px solid var(--page-point-color);
    border-radius: 50%;
} */
.time-line:nth-child(even) p {}

.time-line:nth-child(even) p::before {
    right: -75px;
    left: unset;
}

.time-line:nth-child(even) ul {}

.time-line:nth-child(even) ul li {}

.time-line ul li {
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    padding-left: 0;
    font-weight: 500;
}

.time-line:nth-child(even) li::before {}

.time-line ul li::before {
    position: absolute;
    display: none;
    content: "";
    left: 0;
    top: 30px;
    width: 20px;
    height: 5px;
    background: #333;
}

/* service */
#ab02 .subpage-content {
    background: url("/public/img/sub/historyBg.png") no-repeat top / cover;
}

#ab03 .subpage-content {
    padding-top: 0;
}

.service-wrap {}

.service-wrap .service {}

.service-wrap .service.ani {}

.service-wrap .ser01 {
    display: flex;
    flex-direction: column;
    gap: 110px;
    height: calc(100vh - 100px);
    justify-content: center;
    background: url("/public/img/sub/serviceBg.png") no-repeat top / cover;
}

.service-wrap .ser01.active {
    animation: upper 1s ease-in-out both;
}

@keyframes upper {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.ser01 .circle-box {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
}

.ser01 .circle-box::before {
    position: absolute;
    content: "";
    left: 6px;
    width: 99%;
    top: 116px;
    height: 6px;
    background: var(--page-point-color);
}

.ser01 .circle-box .circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.ser01 .circle-box h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background: var(--page-point-color);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    border-radius: 50%;
    width: 234px;
}

.ser01 .circle-box p {
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
}

.ser01 .type-box {}

.type-box {
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.type-box .type {
    display: flex;
    gap: 120px;
}

.type-box .type.active {
    opacity: 1;
}

.type-box .type.active .img-box {
    animation: imgL 1s ease-in-out both;
}

@keyframes imgL {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.type-box .type.active .txt-box {
    animation: opT 1s 0.7s ease-in-out both;
}

@keyframes opT {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.type-box .type:nth-child(even) {
    flex-direction: row-reverse;
}

.type-box .type:nth-child(even).active .img-box {
    animation: imgR 1.3s ease-in-out both;
}

@keyframes imgR {
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.type-box .img-box {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.type:nth-child(1) .img-box img:nth-child(1) {
    grid-column: span 1;
    height: 125px;
}

.type:nth-child(1) .img-box img:nth-child(2) {
    grid-column: span 3;
    height: 125px;
}

.type-box .img-box img {
    grid-column: span 2;
    height: 245px;
    object-fit: cover;
    width: 100%;
}

.type-box .txt-box {
    width: calc(50% - 50px);
}

.type-box .txt-box .txt-tit {
    margin-bottom: 40px;
}

.type-box .txt-tit h6 {
    font-size: 45px;
    font-weight: 600;
}

.type-box .txt-tit span {
    display: block;
    font-size: 27px;
    font-weight: 400;
    margin-top: 0;
}

.type-box p {
    font-size: 16px;
    line-height: 2.5;
    font-weight: 400;
}

/* shoe */
[id^=shoe0] .subpage-content {
    padding: 0;
}

/* contact */
#contact02 .subpage-content {
    padding-top: 100px;
    background: url("/public/img/sub/contactBg.png") no-repeat top / cover;
}

.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    max-width: 1220px;
    margin: auto;
}

.contact-wrap .contact {
    padding: 60px 0;
}

.contact-wrap .contact.cont01 {
    border: 2px solid var(--page-point-color);
    border-top: 0;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.contact .inner {
    padding-left: 30px;
    padding-bottom: 62px;
}
.contact-wrap.active{
    opacity: 1;
}
.contact .inner.active {
    animation: cont 1s 0s ease-in-out both;
}

.contact.cont01 .inner:nth-child(2).active {
    animation-delay: 0.3s;
}

.contact.cont01 .inner:nth-child(3).active {
    animation-delay: 0.6s;
}

.contact.cont01 .inner:nth-child(4).active {
    animation-delay: 0.9s;
}
.contact.cont01 .inner:nth-child(5).active{
    animation-delay: 1.2s;
}
.contact.cont01 .inner:nth-child(6).active{
    animation-delay: 1.5s;
}
.contact.cont02 .inner:nth-child(1).active {
    animation-delay: 1.2s;
}

.contact.cont02 .inner:nth-child(2).active {
    animation-delay: 1.5s;
}

@keyframes cont {
    0% {
        opacity: 0;
        transform: translateY(-15px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact .inner h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    letter-spacing: 0.07em;
}

.contact .inner h6::before {
    position: absolute;
    content: "";
    left: -43px;
    top: 3px;
    width: 24px;
    aspect-ratio: 1;
    background: var(--page-point-color);
    border-radius: 50%;
}

.contact .inner ul {}

.contact .inner img {
    height: 230px;
    object-fit: contain;
    margin: 25px 0 30px 100px;
}

.contact .inner ul li {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.07em;
}

.contact .inner ul li a {
    font-size: 17px;
    font-weight: 400;
}

/* 테이블 */

#contact01 .title-h3 h3 {
    font-size: 72px;
}

#bbsArea {
    max-width: 1300px;
    margin: auto;
}

.table.table_default tbody .subject a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.034em;
}

#contact01 .title-h3 {
    margin: 0 auto 100px;
    max-width: 1300px;
}

#contact01 .num_col {}

#contact01 .subject_col {}

#contact01 .writer_col {}

#contact01 .regdate_col {}

#contact01 .hits_col {}

#contact01 .table.table_default thead th {
    font-size: 20px;
    background: #fff;
    padding: 20px 15px;
}

#contact01 .table.table_default tbody td,
#contact01 .table.table_default tbody th {
    font-size: 16px;
    padding: 20px 15px;
    font-weight: 400;
}

#contact01 .table.table_default tbody tr {}

#contact01 .table.table_default tbody tr.notice {}

#contact01 .table.table_default tbody td span.badge {
    font-size: 14px;
    margin-bottom: 4px;
}

.board_data_view .header_wrap {
    text-align: left;
}

.board_data_view .header_wrap .title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.034em;
}

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

#site footer .footer-wrap {
    display: grid;
    padding: 50px 0;
    grid-template-columns: 400px 1fr;
}

#site footer .footer-logo {}

.footer-logo img {
    height: 40px;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.footer-info li {
    font-size: 14px;
    margin-right: 12px;
    color: #555;
    line-height: 1.7;
    letter-spacing: 0;
}

.footer-info li:first-child {
    font-weight: 800;
    margin-bottom: 4px;
    color: #333;
    font-size: 15px;
}

.footer-info li span {
    font-weight: 500;
    color: #333;
}

.footer-info li.copy {
    margin-top: 15px;
    font-size: 12px;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.footer-info li.login a {
    display: block;
    padding: 7px 15px;
    border: 1px solid #ddd;
    color: #333;
}

.footer-info li.login a:hover {
    background: #666;
    color: #fff;
    border-color: #666;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* 반응형 */

@media (max-width: 767px) {

    .history-wrap>img {
        height: 500px;
    }
    .history-wrap {
        grid-template-columns: 1fr;
    }
    .carousel-control {
        font-size: 14px;
    }

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

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

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 0 0;
    }

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

    .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 {
        min-width: 100%;
        left: 50%;
        right: auto;
        background: transparent;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 0;
        padding: 10px 0 40px;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: none;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: transparent;
    }
}

/* 애니메이션 */
.ani {
    --opacity: 0;
    /* 등급 (해당 숫자만큼 곱함) */
    --s-level: 0.5;
    --d-level: 3;
    --t-level: 4;
    /* 위치값 */
    --value: 20px;
    /* 트랜지션 기본 속도 */
    --duration-second: 0.25s;
    --delay-second: 0.25s;
    /* 트랜지션 계산 */
    --duration: calc(var(--duration-second) * var(--s-level));
    --delay: calc(var(--delay-second) * var(--d-level));
    /* 트랜지션 프로퍼티 */
    --property: all;
    /* 트랜지션 효과 */
    --timing-function: ease;
    /* transform */
    --translate: calc(var(--value) * var(--t-level));
    --scale: 1;
    /* default */
    opacity: var(--opacity);
    transition-duration: var(--duration);
    transition-property: var(--property);
    transition-timing-function: var(--timing-function);
    translate: var(--translateX) var(--translateY);
    scale: var(--scale);
}


/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <=767.98px) {

    /* setting */
    /* effect */
    .ani {
        --delay: 0 !important;
        --value: 10px;
    }
}

/* timing-function */
.ani[class*="-ease"] {
    --timing-function: ease;
}

.ani[class*="-ease-in"] {
    --timing-function: ease-in;
}

.ani[class*="-ease-out"] {
    --timing-function: ease-out;
}

.ani[class*="-ease-in-out"] {
    --timing-function: ease-in-out;
}

.ani[class*="-linear"] {
    --timing-function: linear;
}

.ani[class*="fade"] {
    /* --scale: 0.95; */
    --opacity: 0;
    filter: blur(2px);
}

/* extension */
/* 아래 -> 위 */
.ani[class*="-upper"] {
    --translateX: 0;
    --translateY: var(--translate);
}

/* 위 -> 아래 */
.ani[class*="-under"] {
    --translateX: 0;
    --translateY: calc(var(--translate) * -1);
}

/* 좌측 -> 우측 */
.ani[class*="-left"] {
    --translateX: calc(var(--translate) * -1);
    --translateY: 0;
}

/* 우측 -> 좌측 */
.ani[class*="-right"] {
    --translateX: var(--translate);
    --translateY: 0;
}

/* 크기 */
.ani[class*="-scale"] {}

/* 증가 */
.ani[class*="-scale"][class*="-up"] {
    --scale: 0.5;
}

/* 감소 */
.ani[class*="-scale"][class*="-down"] {
    --scale: 1.5;
}

/* animation */
.ani.custom {
    --opacity-0: 0;
    --opacity-100: 1;
    --transform-0: translate(0, 0);
    --transform-100: translate(0, 0);
    --opacity: 0;
    animation: ani-custom var(--duration) var(--timing-function) var(--delay) forwards;
}

/* active */

.ani.active[class*="fade"] {
    --translate: 0;
    --scale: 1;
    --opacity: 1;
    filter: blur(0px);
}

.ani.active[class*="show"] {
    --translate: 0;
    --scale: 1;
}

.ani.active[class*="curtain"] {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ani.active[class*="curtain"][class*="fade"] {
    --opacity: 1;
}
@media (max-width:1199px) {
    .ser01 .circle-box {
        width: 100%;
    }
    .time-line-wrap::after {
        content: "";
        position: absolute;
        width: 2px;
        background: #eee;
        left: 131px;
        top: 0;
        height: 100%;
        z-index: -1;
    }
    .time-line p::after {
        top: 23px;
        width: 10px;
    }
    .time-line ul li {
        font-size: 15px;
    }
    .time-line {
        grid-template-columns: 130px 1fr;
    }
    .time-line p {
        font-size: 40px;
    }
    .history-wrap {
        gap: 55px;
    }
    .title-h3 {
        margin-bottom: 60px;
    }
    .title-h3 h3 {
        font-size: 50px;
    }
    .vision-wrap .vision-box.vi02 {
        height: 530px;
    }
    .vision-wrap .vision-box.vi01 {
        height: 490px;
    }
    .vision-box h4 {
        font-size: clamp(35px, 2.5vw, 48px);
    }
    .vision-wrap .vision-box {
        height: 620px;
    }
    .vision-box h3 {
        font-size: clamp(50px, 4.4vw, 86px);
        margin-bottom: 90px;
    }
    .vision-box h5{font-size: 35px;margin-bottom: 90px;}
    #mainCarousel .carousel-inner .item {
        height: 700px;
    }
    .main-intro .intro.in01 {
        padding: 30px 0;
    }
    .main-intro .intro h5 {
        font-size: 40px;
    }
    .mainpage section {
        padding: 50px 0;
    }
    .main-slogan h5 {
        font-size: 75px;
        grid-template-columns: 0.7fr 1fr;
        gap: 35px;
    }
    .main-slogan h5:first-child {
        grid-template-columns: 0.7fr 1fr;
    }
    .carousel-caption {
        top: 50%;
        padding: 0;
        width: 80%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mainpage section.main-slogan {
        padding: 100px 0 120px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 28px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        padding: 0 10px;
        font-size: 20px;
        padding-right: 0;
    }
    .navbar-inverse .navbar-collapse .nav-desc p {
        font-size: 14px;
    }
    .navbar-inverse .navbar-collapse.active {
        width: 420px;
    }
}
@media (max-width:991px) {
    .contact .inner h6::before {
        left: -39px;
        top: 3px;
        width: 16px;
    }
    .contact .inner {
        padding-bottom: 25px;
    }
    #contact01 .table.table_default tbody td span.badge {
        font-size: 10px;
        margin-bottom: 2px;
    }
    .table.table_default tbody .subject a {
        font-size: 14px;
    }
    #contact01 .table.table_default tbody td, #contact01 .table.table_default tbody th {
        font-size: 13px;
        padding: 12px 10px;
        font-weight: 400;
    }
    #contact01 .table.table_default thead th {
        font-size: 14px;
        background: #fff;
        padding: 12px 10px;
    }
    #contact01 .title-h3 {
        margin: 0 auto 55px;
        max-width: 100%;
    }
    #contact01 .title-h3 h3 {
        font-size: 50px;
    }
    .ser01 .circle-box::before {
        top: 107px;
    }
    .type-box .txt-tit span {
        font-size: 21px;
        margin-top: 3px
    }
    .type-box {
        gap: 100px;
    }
    .type-box .txt-box .txt-tit {
        margin-bottom: 20px;
    }
    .type-box .txt-tit h6 {
        font-size: 37px;
    }
    .type-box .type {
        gap: 75px;
    }
    .ser01 .circle-box h6 {
        display: flex
    ;
        align-items: center;
        justify-content: center;
        aspect-ratio: 1;
        background: var(--page-point-color);
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        border-radius: 50%;
        width: 209px;
    }
    .service-wrap .ser01 {
        gap: 60px;
        height: 635px;
    }
    .vision-wrap .vision-box {
        height: 460px;
    }
    .vision-wrap .vision-box.vi02 {
        height: 400px;
    }
    .vision-wrap .vision-box.vi01 {
        height: 300px;
    }
    .vision-box p {
        font-size: 21px;
        font-weight: 400;
        line-height: 2;
    }
    .vision-box h3{
        font-size: 40px;
        margin-bottom: 60px;
    }
    .vision-box h4 {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .vision-box h5 {
        font-size: 30px;
        margin-bottom: 60px;
    }
    .carousel-caption h1 span {
        font-size: 60px;
    }
    .main-slogan h5 {
        font-size: 40px;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        text-align: center;
    }
    .main-slogan h5:first-child {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        margin-bottom: 30px;
    }
    .main-slogan h5:first-child span {
        font-size: 75px;
        text-align: center;
    }
    #mainCarousel .carousel-inner .item {
        height: 570px;
    }
    .container{
        width: 100%;
    }
    #site footer .footer-wrap {
        padding: 25px 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .main-span span{
        text-align: left;
    }
    .main-slogan h5 img{
        height: 125px;
        margin: 0 auto;
    }
}
@media (max-width:767px) {
    .contact.cont02 .inner:nth-child(1).active{
        animation-delay: 0.7s;
    }
    .contact.cont02 .inner:nth-child(2).active {
        animation-delay: 1.1s;
    }
    .contact .inner h6::before {
        left: -22px;
        top: 3px;
        width: 12px;
    }
    .contact .inner {
        padding-left: 15px;
        padding-bottom: 62px;
    }
    .contact .inner ul li a {
        font-size: 13px;
        font-weight: 400;
    }
    .contact-wrap .contact {
        padding: 15px 0;
    }
    .contact-wrap .contact.cont01 {
        border: 0;
        border-left: 2px solid var(--page-point-color);
        border-top: 0;
        border-radius: 0;
    }
    .contact-wrap .contact.cont02{
        border-left: 2px solid var(--page-point-color);
    }
    .contact-wrap {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin: auto;
    }
    .contact .inner img {
        height: 150px;
    }
    .contact .inner ul li {
        font-size: 12px;
    }
    .contact .inner h6 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    #contact01 .board_wrapper {
        overflow-x: auto;
    }
    #contact01 .subject_col{
        width: 180px !important;
    }
    .type-box p {
        font-size: 14px;
        line-height: 2.3;
        font-weight: 400;
    }
    .type-box .txt-tit h6 {
        font-size: 30px;
    }
    .service-wrap .ser01 {
        height: 425px;
    }
    .ser01 .circle-box p {
        font-size: 15px;
    }
    .ser01 .circle-box::before {
        left: 36px;
        width: 77%;
        top: 76px;
        height: 4px;
    }
    .ser01 .circle-box h6 {
        font-size: 16px;
        width: 150px;
    }
    .navbar-inverse .navbar-nav .dropdown +  .dropdown{
        margin-top: 20px;
    }
    #site {
        padding-top: 70px;
    }
    .navbar-brand {
        height: 30px;
        margin-left: 15px !important;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: 0;
        left: unset;
        right: 0px;
        float: right;
    }
    .navbar-inverse .navbar-collapse {
        right: -30px;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 2px;
    }
    .main-intro .intro h5 {
        font-size: 35px;
    }
    .main-intro .intro.in01 {
        padding: 15px 0;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a:hover{
        background: transparent;
        color: #000;
    }
    .vision-box h4 {
        font-size: 20px;
        margin-bottom: 45px;
    }
    .vision-wrap .vision-box.vi01 {
        height: 250px;
    }
    .vision-box h3 {
        font-size: 22px;
        margin-bottom: 45px;
    }
    .vision-wrap .vision-box.vi02 {
        height: 280px;
    }
    .vision-box p {
        font-size: 13px;
        font-weight: 400;
        line-height: 2;
    }
    .vision-box h5 {
        font-size: 16px;
        margin-bottom: 45px;
    }
    .vision-box.vi03 p img {
        width: 160px;
    }
    .vision-box p .spec02 {
        font-size: 18px;
    }
    .vision-wrap .vision-box {
        height: 350px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 23px;
    }
    .navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
        font-size: 17px;
    }
    .navbar-inverse .navbar-collapse .nav-desc p {
        font-size: 13px;
    }
    .navbar-inverse .navbar-collapse {
        grid-template-columns: 35px 1fr;
    }
    .subpage-content {
        padding: 80px 0 100px;
    }
    .title-h3 h3 {
        font-size: 40px;
    }
    .title-h3 {
        margin-bottom: 40px;
    }
    .history-wrap {
        margin-bottom: 30px;
    }
    .navbar-inverse .navbar-collapse.active{
        right: 0;
    }
}
@media (max-width:576px) {
    .type:nth-child(1) .img-box img:nth-child(1) {
        grid-column: span 1;
        height: 125px;
    }
    .type-box .img-box img {
        grid-column: span 2;
        height: 200px;
        object-fit: cover;
        width: 100%;
    }
    .type:nth-child(1) .img-box img:nth-child(2) {
        grid-column: span 3;
        height: 125px;
    }
    .type-box .img-box {
        width: 50%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
    #shoe02 .vision-wrap .shoe-box img{
        width: 100%;
    }
    .vision-wrap .shoe-box img {
        width: 100%;
        margin: 0 auto;
        background: #000;
    }
    .table.table_default tbody .subject a {
        font-size: 15px;
    }
    #contact01 .title-h3 {
        margin: 0 auto 40px;
        max-width: 100%;
    }
    #contact01 .title-h3 h3 {
        font-size: 30px;
    }
    #contact01 .table.table_default thead th {
        font-size: 15px;
    }
    .type-box p {
        font-size: 12px;
    }

    .type-box .txt-tit h6 {
        font-size: 25px;
    }
    .type-box .type {
        gap: 35px;
        flex-direction: column;
        align-items: center;
    }
    .type-box .type:last-child .img-box{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .type-box .type:last-child .img-box img{
        height: 200px;
        object-fit: cover;
        width: 100%;
        grid-column: unset;
    }
    .ser01 .circle-box p {
        font-size: 9px;
        letter-spacing: 0;
    }
    .ser01 .circle-box .circle {
        gap: 16px;
    }
    .ser01 .circle-box::before {
        left: 50px;
        width: 77%;
        top: 45px;
        height: 4px;
    }
    .service-wrap .ser01 {
        height: 355px;
    }
    .ser01 .circle-box h6 {
        font-size: 11px;
        width: 93px;
    }
    .time-line ul li {
        font-size: 13px;
    }
    .time-line p::after {
        top: 16px;
    }
    .time-line-wrap::after {
        left: 92px;
    }
    .time-line {
        grid-template-columns: 92px 1fr;
    }
    .time-line p {
        font-size: 30px;
    }
    .history-wrap>img {
        height: 283px;
        width: 100%;
        object-fit: cover;
    }
    .navbar-inverse .navbar-collapse.active {
        width: 100%;
        margin: 0 !important;
        right: 0;
    }
    #mainCarousel .carousel-inner .item {
        height: 330px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 25px;
    }
    .carousel-caption h1 span {
        font-size: 40px;
    }
    .carousel-caption {
        width: 90%;
    }
    .main-intro .intro h5 {
        font-size: 25px;
    }
    .mainpage section {
        padding: 40px 0;
    }
    .mainpage section.main-slogan {
        padding: 70px 0 90px;
    }
    .main-slogan h5 {
        font-size: 30px;
    }
    .main-slogan h5:first-child span {
        font-size: 45px;
    }
    .main-slogan h5 img {
        height: 85px;
        margin: 0 auto;
    }
    .footer-logo img {
        height: 30px;
    }
    .footer-info li:first-child {
        font-size: 14px;
    }
    .footer-info li {
        font-size: 12px;
        margin-right: 8px;
    }
    .footer-info li.login a {
        padding: 4px 5px;
        font-size: 10px;
    }
    .footer-info li.login {
        position: absolute;
        right: 50px;
        bottom: 0;
    }
    .type-box .type:nth-child(even) {
        flex-direction: column;
    }
    .type-box .img-box {
        width: 100%;
    }
    .type-box .txt-box {
        width: 100%;
    }
}