@charset "UTF-8";

.content {
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
}
.blind {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    text-indent: -9999px;
}

.main .txt {
    width: 45.417vw;
    position: absolute;
    left: 7.292vw;
    top: 28.385vw;
    z-index: 1;
}
.main .swiper-container {height: 56.250vw; overflow: hidden;}
.main video {
    position: relative;
    width: 101%;
    height: 101%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main .pagination-wrap {
    position: absolute;
    left: 7.292vw;
    bottom: 9.896vw;
    z-index: 1;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .prograss-pagination {
    width: 8.292vw;
    height: 2px;
    background: rgba(255, 255, 255, .3);
}
.main .prograss-pagination .swiper-pagination-progressbar-fill {background: #fff;}
.main .fraction-pagination span {
    display: inline-block;
    width: 1.5vw;
    text-align: center;
}
.main .fraction-pagination span ~ span {margin-left: 10vw;}

.sec01 {
    padding: 12.500vw 5.708vw;
    background: url(../images/sec01.jpg) center / cover no-repeat;
}
.sec01 .txt {
    width: 39.542vw;
    height: 23.958vw;
    font-size: 4.167vw;
    line-height: 4.688vw;
    font-style: italic;
    color: #fff;
    font-weight: 700;
}
.sec01 .txt span {
    font-size: inherit;
    font-weight: inherit;
    color: #c30017;
}
.sec01 .txt .Typewriter__wrapper, .sec01 .txt .Typewriter__cursor  {color: #fff;}
.sec01 .txt .Typewriter__wrapper {line-height: 1.2;}
.sec01 .txt .Typewriter__wrapper p:nth-of-type(1) {margin-left: 31.042vw;}
.sec01 .txt .Typewriter__wrapper p:nth-of-type(2) {margin-left: 16.458vw; margin-bottom: 0.521vw;}
.sec01 .txt .Typewriter__wrapper p:nth-of-type(4) {margin-left: 19.792vw;}
.sec01 .txt .Typewriter__cursor {display: none;}
.sec01 .txt i {
    display: block;
    height: 2.604vw;
}
.sec01 .video-wrap {gap: 2.083vw;}
.sec01 .video-wrap [class^='vid'] {
    width: 19.896vw;
    height: 31.094vw;
    border: 0.104vw solid var(--yellow);
    background: #000;
    overflow: hidden;
}
.sec01 .video-wrap [class^='vid'] video {
    position: relative;
    width: 102%;
    height: 102%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* 시장성 */
.sec02 {
    height: 56.250vw;
    padding: 22.604vw 0 0;
    background: url(../images/sec02.jpg) 0 0 / cover no-repeat;
}
.sec02 ul {
    width: 81.979vw;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.521vw 0;
    margin: 0 auto;
}
.sec02 ul li {
    width: 29.635vw;
    height: 13.542vw;
    position: relative;
    margin-left: -3.646vw;
    transition: transform 1s;
    transform-style: preserve-3d;
}
.sec02 ul li.on {
    transform: rotateY( 180deg ) ;
    transition: transform 1s;
}
.sec02 ul li:nth-child(2) {transition-delay: .5s;}
.sec02 ul li:nth-child(3) {transition-delay: 1s;}
.sec02 ul li:nth-child(4) {transition-delay: 1.5s;}
.sec02 ul li:nth-child(5) {transition-delay: 2s;}
.sec02 ul li img {
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
}
.sec02 ul li img.back {transform: rotateY( 180deg );}
.sec02 ul li img.back.title {
    z-index: 5;
    animation: blink 1s steps(1) infinite;
    transform-origin: 50% 10%;
}
@keyframes blink {
    0%{opacity: 1;}
    50%{opacity: .5;}
}

/* 브랜드 소개 */
.sec03_01 .txt01 {
    position: absolute;
    width: 52.396vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 8.333vw;
}
.sec03_01 .img01, .sec03_01 .img02, .sec03_01 .img03 {
    position: absolute;
    width: 55.833vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 19.792vw;
}
.sec03_01 .txt02 {
    position: absolute;
    width: 60.312vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 43.667vw;
}
.sec03_01 .swiper01 {
    position: absolute;
    width: 21vw;
    left: 18.5vw;
    bottom: 5.4vw;
}
.sec03_01 .swiper02 {
    position: absolute;
    width: 32.552vw;
    right: 20.052vw;
    bottom: 22.917vw;
}
.sec03_01 .career li {
    position: absolute;
    width: 34.271vw;
    right: 19.010vw;
    bottom: 5.521vw;
}
.sec03_01 .pagination-wrap {
    position: absolute;
    left: 29.292vw;
    bottom: 6.4vw;
    z-index: 1;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec03_01 .prograss-pagination {
    width: 4.292vw;
    height: 0.104vw;
    background: rgba(255, 255, 255, .3);
}
.sec03_01 .prograss-pagination .swiper-pagination-progressbar-fill {background: #fff;}
.sec03_01 .fraction-pagination span {
    display: inline-block;
    width: 1.5vw;
    text-align: center;
}
.sec03_01 .fraction-pagination span ~ span {margin-left: 6vw;}

/* 소프트웨어 */
.sec03_02 ul {
    position: absolute;
    left: 12.9vw;
    bottom: 7.4vw;
    justify-content: center;
    gap: 0 0.938vw;
}
.sec03_02 ul li {
    width: 23.8vw; 
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.sec03_02 ul li:hover {opacity: 1;}
/* .sec03_02 ul li:nth-child(3) {margin-left: -0.208vw;} */


/* 하드웨어 */
.sec03_03 .video-wrap {
    position: absolute;
    width: 36.458vw;
    height: 20.313vw;
    left: 13.021vw;
    top: 18.229vw;
    overflow: hidden;
}
.sec03_03 .video-wrap video {
    position: relative;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* .sec03_03 ul.ico-wrap {
    position: absolute;
    justify-content: center;
    gap: 0 0.625vw;
    right: 14.479vw;
    top: 28.438vw;
}
.sec03_03 ul.ico-wrap li {
    width: 10.417vw;
    border-radius: 50%;
    border: 1px solid var(--yellow);
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}
.sec03_03 ul.ico-wrap li.on {background: rgba(247, 195, 0, .5);}
.sec03_03 ul.ico-wrap li:nth-child(2) {transition-delay: 0.3s;}
.sec03_03 ul.ico-wrap li:nth-child(3) {transition-delay: 0.6s;} */
.sec03_03 .swiper-container {
    position: absolute;
    width: 32.552vw;
    right: 14.583vw;
    top: 28.438vw;
}
.sec03_03 ul.img-wrap {
    position: absolute;
    justify-content: center;
    gap: 0 1.042vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 6.250vw;
}
.sec03_03 ul.img-wrap li {width: 17.708vw;}

/* 인테리어 */
.sec04 {
    padding: 6.25vw 0 10.417vw;
    background: url(../images/sec04.jpg) center / cover no-repeat;
}
.sec04 .swiper-container {
    width: 57.813vw;
    margin: 0 auto;
    overflow: visible;
}
.sec04 .swiper-container::after {
    content: '';
    width: 57.656vw;
    height: 34.948vw;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.156vw solid var(--yellow);
    z-index: 10;
}
.sec04 .swiper-container .swiper-slide {
    position: relative;
    transform: scale(0.8);
    transform-origin: 50% 50%;
    transition: all 1s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sec04 .swiper-container .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: .5;
    transition: all 1s 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sec04 .swiper-container .swiper-slide-active {
    transform: scale(1);
}
.sec04 .swiper-container .swiper-slide-active::after {
    opacity: 0;
}
.sec04 .swiper-btn {
    width: 5.208vw;
    height: 5.208vw;
    background: url(../images/slide_btn.png) 0 0 / 100% auto no-repeat;
    left: 22.583vw;
    top: 31.729vw;
    cursor: pointer;
}
.sec04 .swiper-btn.swiper-button-next {
    left: auto;
    right: 22.583vw;
    transform: scaleX(-1);
}
.sec04 .swiper-pagination {
    width: 100%;
    position: static;
    margin: 1.563vw auto 0;
}
.sec04 .swiper-pagination-bullet {
    width: 0.625vw;
    height: 0.625vw;
    opacity: 1;
    background: #989899;
    margin: 0 0.260vw;
}
.sec04 .swiper-pagination-bullet-active {
    background: var(--yellow);
}
.sec04 .txt {margin: 0 auto;}
.sec04 .txt01 {width: 17.917vw;}
.sec04 .txt02 {
    width: 32.604vw; 
    margin: 1.563vw auto 3.125vw;
    overflow: hidden;
}
.sec04 .txt02 img {
    transform: translateY(-100%);
    transition: transform .5s ease-in-out;
}

/* 매장 위치 */
.sec07 {
    padding: 16.979vw 0 6.250vw;
    background: url(../images/sec07.jpg) 0 0 / cover no-repeat;
}
.sec07 .container {
    width: 62.500vw;
    margin: 0 auto;
    padding: 1.042vw 0 0;
    border: 0.260vw solid var(--yellow);
}
.sec07  .search_wrap {
    justify-content: center;
    gap: 0 1.042vw;
}
.sec07  .search_wrap > li {
    width: 12.500vw;
    height: 2.604vw;
    line-height: 2.604vw;
    border: 0.052vw solid var(--yellow);
}
.sec07  .search_wrap > li::after {
    content: '';
    position: absolute;
    width: 0.104vw;
    height: 1.250vw;
    right: 2.708vw;
    top: 50%;
    transform: translateY(-50%);
    background: var(--yellow);
}
.sec07  .search_wrap > li.box01 input {
    width: 9.635vw;
    height: 2.604vw;
    line-height: 2.604vw;
    padding: 0 0.521vw 0 1.042vw;
    color: var(--yellow);
    background: transparent;
}
.sec07  .search_wrap > li.box01 input::placeholder {
    color: var(--yellow);
    opacity: .5;
}
.sec07  .search_wrap > li.box01 button {
    position: absolute;
    width: 2.604vw;
    height: 2.604vw;
    right: 0;
    top: 0;
    background: url(../images/map_ico.png) 0.833vw 0.781vw / 0.990vw 0.990vw no-repeat;
}
.sec07  .search_wrap > li .select_btn {
    width: 100%;
    height: 100%;
    line-height: 2.604vw;
    display: block;
    color: var(--yellow);
    opacity: .5;
    padding: 0 0 0 1.042vw;
    background: url(../images/map_arr.png) 10.573vw 0.938vw / 0.938vw 0.625vw no-repeat;
}
.sec07  .search_wrap > li .select_btn.on {
    background: url(../images/map_arr_on.png) 10.573vw 0.938vw / 0.938vw 0.625vw no-repeat;
}
.sec07  .search_wrap > li .select_list {
    background: #fff;
    padding: 1.042vw;
    position: relative;
    z-index: 5;
}
.sec07  .search_wrap > li .select_list a  {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 0.833vw;
    line-height: 1.250vw;
}
.iw-container * {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.sec07 .map_area {
    width: 100%;
    height: 31.250vw;
    margin: 1.042vw 0 0;
    background: gray;
}
.map_area img[alt*="close"] {width: auto;}
/* .iw-icon {width: 50px !important;} */
.iw-label {margin-right: 20px !important;}

/* 창업문의 */
.sec08 {
    padding: 18.958vw 0 6.250vw;
    background: url(../images/sec08.jpg) 0 0 / cover no-repeat;
}
.sec08 .container {
    width: 62.500vw;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
}
.sec08 .container .form_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 4.167vw 6.250vw;
}
.sec08 .container .form_wrap .info_input_wrap input,
.sec08 .container .form_wrap .info_input_wrap select,
.sec08 .container .form_wrap .info_input_wrap textarea {
    height: 1.979vw;
    line-height: 1.979vw;
    padding: 0 1.042vw;
    font-size: 0.938vw;
    color: var(--yellow);
    position: absolute;
    background: transparent;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.sec08 .container .form_wrap .info_input_wrap input::placeholder,
.sec08 .container .form_wrap .info_input_wrap textarea::placeholder {
    color: var(--yellow);
    opacity: .5;
}
.sec08 .container .form_wrap .info_input_wrap #name {
    width: 23.333vw;
    left: 0.313vw;
    top: 1.719vw;
}
.sec08 .container .form_wrap .info_input_wrap #hp {
    width: 23.333vw;
    right: 0.313vw;
    top: 1.719vw;
}
.sec08 .container .form_wrap .info_input_wrap #sido {
    width: 11.354vw;
    left: 0.313vw;
    top: 6.927vw;
    outline: none;
    border: none;
}
.sec08 .container .form_wrap .info_input_wrap #gugun {
    width: 11.354vw;
    left: 12.292vw;
    top: 6.927vw;
    outline: none;
    border: none;
}
.sec08 .container .form_wrap .info_input_wrap #cost {
    width: 23.333vw;
    right: 0.313vw;
    top: 6.927vw;
    outline: none;
    border: none;
}
.sec08 .container .form_wrap .info_input_wrap select {
    cursor: pointer;
    background: url(../images/map_arr.png) 95% center / 0.833vw 0.521vw no-repeat;
}
.sec08 .container .form_wrap .info_input_wrap select option {
    color: #000;
}
.sec08 .container .form_wrap .info_input_wrap textarea {
    width: 49.375vw;
    height: 7.188vw;
    padding: 0.521vw 1.042vw;
    line-height: 1.354vw;
    left: 0.313vw;
    top: 12.135vw;
}
.sec08 .container .form_wrap .info_input_wrap textarea:focus {outline: none;}
.sec08 .container .agree_wrap {
    position: absolute;
    width: 15.208vw;
    height: 1.979vw;
    left: 6.458vw;
    bottom: 4.740vw;
}
.sec08 .container .agree_wrap label {
    width: 10.938vw;
    height: 100%;
    display: block;
    cursor: pointer;
}
.sec08 .container .agree_wrap label input {
    position: relative;
    width: 1.146vw;
    height: 1.146vw;
    border: 0.104vw solid var(--yellow);
    background: transparent;
    border-radius: 50%;
    margin: 0.417vw 0 0;
}
.sec08 .container .agree_wrap label input:checked::after {
    content: '';
    width: 0.625vw;
    height: 0.625vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background: var(--yellow);
}
.sec08 .container .agree_wrap a {
    display: block;
    width: 4.167vw;
    height: 100%;
    text-indent: -9999px;
}
.sec08 .container .form_wrap button {
    position: absolute;
    right: 6.510vw;
    bottom: 4.323vw;
    width: 9.375vw;
    height: 2.604vw;
    text-indent: -9999px;
}

/* 창업절차 */
.sec06 .swiper-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 4.740vw;
    z-index: 5;
}
.sec06 .moving-car{
    position:absolute;
    width:12.188vw;
    height:12.656vw;
    transform-origin:center center;
    pointer-events:none;
    z-index: 1;
    opacity: 0;
}
.sec06 .moving-car._01 {
    left: 2.500vw;
    top: 16.563vw;
    /* opacity: 1; */
}
.sec06 .moving-car._02 {
    left: 11.875vw;
    top: 26.458vw;
}
.sec06 .moving-car._03 {
    left: 21.563vw;
    top: 35.938vw;
}
.sec06 .moving-car._04 {
    left: 31.563vw;
    top: 35.365vw;
}
.sec06 .moving-car._05 {
    left: 41.302vw;
    top: 26.354vw;
}
.sec06 .moving-car._06 {
    left: 50.677vw;
    top: 17.135vw;
}
.sec06 .moving-car._07 {
    left: 59.167vw;
    top: 8.333vw;
}
.sec06 .moving-car._08 {
    left: 68.438vw;
    top: 8.958vw;
}
.sec06 .moving-car._09 {
    left: 77.604vw;
    top: 17.396vw;
}

/* 팝업 */
.pop_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 203;
    overflow-y: auto;
}
.normal_pop {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 1200px;
    background: #fff;
    padding: 100px;
    margin: 0 auto;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.normal_pop .pop_close {
    position: absolute;
    top: 29px;
    right: 29px;
    background: var(--yellow);
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
}
.normal_pop .pop_close::before, .normal_pop .pop_close::after {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    width: 50px;
    height: 2px;
    background: #fff;
}
.normal_pop .pop_close::before {transform: rotate(45deg);}
.normal_pop .pop_close::after {transform: rotate(-45deg);}
.normal_pop .pop_title {
    font-size: 24px;
    padding-bottom: 20px;
    /* color: #e83828; */
}
.normal_pop .pop_desc {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.556em;
    color: #878787;
}


@media screen and (max-width:1280px) {
    .main .swiper-container {height: 720px; overflow: hidden;}
    .main .txt {
        width: 581px;
        left: 93px;
        top: 363px;
    }
    .main .pagination-wrap {
        left: 93px;
        bottom: 127px;
    }
    .main .prograss-pagination {
        width: 106px;
        height: 2px;
    }
    .main .fraction-pagination span {
        width: 19px;
    }
    .main .fraction-pagination span ~ span {margin-left: 128px;}

    .sec01 {
        padding: 160px 73px;
    }
    .sec01 .txt {
        width: 506px;
        height: 307px;
        font-size: 53px;
        line-height: 60px;
    }
    .sec01 .txt i {
        height: 33px;
    }
    .sec01 .txt .Typewriter__wrapper p:nth-of-type(1) {margin-left: 397px;}
    .sec01 .txt .Typewriter__wrapper p:nth-of-type(2) {margin-left: 211px; margin-bottom: 7px;}
    .sec01 .txt .Typewriter__wrapper p:nth-of-type(4) {margin-left: 253px;}
    .sec01 .video-wrap {gap: 27px;}
    .sec01 .video-wrap [class^='vid'] {
        width: 255px;
        height: 398px;
        border: 1px solid var(--yellow);
    }
    /* 시장성 */
    .sec02 {
        height: 720px;
        padding: 289px 0 0;
    }
    .sec02 ul {
        width: 1049px;
        gap: 7px 0;
    }
    .sec02 ul li {
        width: 379px;
        height: 173px;
        margin-left: -47px;
    }
    /* 브랜드 소개 */
    .sec03_01 .txt01 {
        width: 671px;
        top: 107px;
    }
    .sec03_01 .img01, .sec03_01 .img02, .sec03_01 .img03 {
        width: 715px;
        top: 253px;
    }
    .sec03_01 .txt02 {
        width: 772px;
        bottom: 559px;
    }
    .sec03_01 .swiper01 {
        width: 269px;
        left: 237px;
        bottom: 69px;
    }
    .sec03_01 .swiper02 {
        width: 417px;
        right: 257px;
        bottom: 293px;
    }
    .sec03_01 .career li {
        width: 439px;
        right: 243px;
        bottom: 71px;
    }
    .sec03_01 .pagination-wrap {
        left: 375px;
        bottom: 82px;
    }
    .sec03_01 .prograss-pagination {
        width: 55px;
        height: 1px;
    }
    .sec03_01 .fraction-pagination span {
        width: 19px;
    }
    .sec03_01 .fraction-pagination span ~ span {margin-left: 77px;}
    /* 소프트웨어 */
    .sec03_02 ul {
        left: 165px;
        bottom: 95px;
        gap: 0 12px;
    }
    .sec03_02 ul li {
        width: 308px; 
    }
    /* .sec03_02 ul li:nth-child(3) img {margin-left: -3px;} */
    /* 하드웨어 */
    .sec03_03 .video-wrap {
        width: 467px;
        height: 260px;
        left: 167px;
        top: 233px;
    }
    /* .sec03_03 ul.ico-wrap {
        gap: 0 8px;
        right: 185px;
        top: 364px;
    }
    .sec03_03 ul.ico-wrap li {
        width: 133px;
        border: 1px solid var(--yellow);
    } */
    .sec03_03 .swiper-container {
        width: 417px;
        right: 187px;
        top: 364px;
    }
    .sec03_03 ul.img-wrap {
        gap: 0 13px;
        bottom: 80px;
    }
    .sec03_03 ul.img-wrap li {width: 227px;}
    /* 인테리어 */
    .sec04 {
        padding: 80px 0 133px;
    }
    .sec04 .swiper-container {
        width: 740px;
    }
    .sec04 .swiper-container::after {
        width: 738px;
        height: 447px;
        border: 2px solid var(--yellow);
    }
    .sec04 .swiper-btn {
        width: 67px;
        height: 67px;
        left: 289px;
        top: 406px;
    }
    .sec04 .swiper-btn.swiper-button-next {
        right: 289px;
    }
    .sec04 .swiper-pagination {
        margin: 20px auto 0;
    }
    .sec04 .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .sec04 .txt01 {width: 229px;}
    .sec04 .txt02 {
        width: 417px; 
        margin: 20px auto 40px;
    }
    /* 매장 위치 */
    .sec07 {
        padding: 217px 0 80px;
    }
    .sec07 .container {
        width: 800px;
        padding: 13px 0 0;
        border: 3px solid var(--yellow);
    }
    .sec07  .search_wrap {
        gap: 0 13px;
    }
    .sec07  .search_wrap > li {
        width: 160px;
        height: 33px;
        line-height: 33px;
        border: 1px solid var(--yellow);
    }
    .sec07  .search_wrap > li::after {
        width: 1px;
        height: 16px;
        right: 35px;
    }
    .sec07  .search_wrap > li.box01 input {
        width: 123px;
        height: 33px;
        line-height: 33px;
        padding: 0 7px 0 13px;
    }
    .sec07  .search_wrap > li.box01 button {
        width: 33px;
        height: 33px;
        background: url(../images/map_ico.png) 11px 10px / 13px 13px no-repeat;
    }
    .sec07  .search_wrap > li .select_btn {
        line-height: 33px;
        padding: 0 0 0 13px;
        background: url(../images/map_arr.png) 135px 12px / 12px 8px no-repeat;
    }
    .sec07  .search_wrap > li .select_btn.on {
        background: url(../images/map_arr_on.png) 135px 12px / 12px 8px no-repeat;
    }
    .sec07  .search_wrap > li .select_list {
        padding: 13px;
    }
    .sec07  .search_wrap > li .select_list a {
        font-size: 11px;
        line-height: 16px;
    }
    .sec07 .map_area {
        height: 400px;
        margin: 13px 0 0;
    }
    /* 창업문의 */
    .sec08 {
        padding: 243px 0 80px;
    }
    .sec08 .container {
        width: 800px;
    }
    .sec08 .container .form_wrap {
        padding: 53px 80px;
    }
    .sec08 .container .form_wrap .info_input_wrap input,
    .sec08 .container .form_wrap .info_input_wrap select,
    .sec08 .container .form_wrap .info_input_wrap textarea {
        height: 25px;
        line-height: 25px;
        padding: 0 13px;
        font-size: 12px;
    }
    .sec08 .container .form_wrap .info_input_wrap input::placeholder,
    .sec08 .container .form_wrap .info_input_wrap textarea::placeholder {
        opacity: .5;
    }
    .sec08 .container .form_wrap .info_input_wrap #name {
        width: 299px;
        left: 4px;
        top: 22px;
    }
    .sec08 .container .form_wrap .info_input_wrap #hp {
        width: 299px;
        right: 4px;
        top: 22px;
    }
    .sec08 .container .form_wrap .info_input_wrap #sido {
        width: 145px;
        left: 4px;
        top: 89px;
    }
    .sec08 .container .form_wrap .info_input_wrap #gugun {
        width: 145px;
        left: 157px;
        top: 89px;
    }
    .sec08 .container .form_wrap .info_input_wrap #cost {
        width: 299px;
        right: 4px;
        top: 89px;
    }
    .sec08 .container .form_wrap .info_input_wrap select {
        background: url(../images/map_arr.png) 95% center / 11px 7px no-repeat;
    }
    .sec08 .container .form_wrap .info_input_wrap textarea {
        width: 632px;
        height: 92px;
        padding: 7px 13px;
        line-height: 17px;
        left: 4px;
        top: 155px;
    }
    .sec08 .container .agree_wrap {
        width: 195px;
        height: 25px;
        left: 83px;
        bottom: 61px;
    }
    .sec08 .container .agree_wrap label {
        width: 140px;
    }
    .sec08 .container .agree_wrap label input {
        width: 15px;
        height: 15px;
        border: 1px solid var(--yellow);
        margin: 5px 0 0;
    }
    .sec08 .container .agree_wrap label input:checked::after {
        width: 8px;
        height: 8px;
    }
    .sec08 .container .agree_wrap a {
        width: 53px;
    }
    .sec08 .container .form_wrap button {
        right: 83px;
        bottom: 55px;
        width: 120px;
        height: 33px;
    }
    .sec06 .swiper-container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 61px;
        z-index: 5;
    }
    /* 창업절차 */
    .sec06 .moving-car{
        width:156px;
        height:162px;
    }
    .sec06 .moving-car._01 {
        left: 32px;
        top: 212px;
    }
    .sec06 .moving-car._02 {
        left: 152px;
        top: 339px;
    }
    .sec06 .moving-car._03 {
        left: 276px;
        top: 460px;
    }
    .sec06 .moving-car._04 {
        left: 404px;
        top: 453px;
    }
    .sec06 .moving-car._05 {
        left: 529px;
        top: 337px;
    }
    .sec06 .moving-car._06 {
        left: 649px;
        top: 219px;
    }
    .sec06 .moving-car._07 {
        left: 757px;
        top: 107px;
    }
    .sec06 .moving-car._08 {
        left: 876px;
        top: 115px;
    }
    .sec06 .moving-car._09 {
        left: 993px;
        top: 223px;
    }
}