@charset "utf-8";



/*===========================01main */
header {
    width: 100%;
    height: 100vh;
}

.back {
    width: 100%;
    height: 100vh;
}

.w1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.hd-main {
    height: 100%;
    padding: 100px 0 50px 0;
}

.hd-top-tit {
    display: flex;
    height: 50px;
    justify-content: space-between;

}

.hd-main h1 {
    font-size: 14px;
}

.hd-m-right {
    display: flex;
    display: none;
}

.hd-m-right li {
    display: flex;
    margin-left: 10px;
}

.hd-m-right li a {
    width: 15px;
    height: 15px;
    overflow: hidden;
    display: block;
}

.hd-m-right li a img {
    width: 30px;
    object-position: -15px 0px;
}


.main-txt {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: start;
    justify-content: center;
    height: calc(100% - 200px);
    font-family: 'Pretendard';
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -15px;
    line-height: 90px;    
}



.main-txt .hd-bt-tit {
    display: flex;

}

.main-txt .hd-t-tit h2{
       
    font-size: 20px;
    
}

.main-txt span {

    font-size: 8rem;
    font-weight: 100;
    font-family: 'twice';
    margin-left: 10px;
    letter-spacing: 10px;
}


.drag {
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 200px;
    transform: translateX(-50%);

}

.drag img {
    width: 30px;
}

.drag span {
    font-family: 'Pretendard';
    font-size: 12px;
    font-weight: 900;
}


.hd-bt-txt {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}




.hd-bt-txt ul {
    display: flex;
}

.hd-bt-txt ul li {
    display: flex;
    margin-left: 50px;
}

.hd-bt-txt ul li a {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    display: block;
}

.hd-bt-txt ul li a img {
    width: 40px;
    object-position: -20px 0px;
}

.hd-line {
    display: block;
    border-bottom: 1px solid #fff;
}

.hd-skill-mo {
    display: none;
}

.hd-skill-web {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-top: 20px;
    height: 100px;
}


.hd-skill-web span {
    font-family: 'Pretendard';
    font-size: 36px;
    font-weight: 100;
    opacity: 0.8;
}

.hd-skill-web span:hover {
    transform: scale(1.1);
    opacity: 1;
}

.hd-skill-web .bold {
    font-family: 'Pretendard';
    font-weight: 900;
}

.hd-skill-web .skill-line {

    width: 100%;
    display: flex;
    justify-content: space-between;

}

.hd-skill-web .skill-line:last-child {
    margin-right: 0px;
}


@keyframes point {

    20% {
        color: #fff;
    }

}

/* ===========================02menu */

.menu {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.menu-bg {
    height: 100%;
    font-size: 110px;
    font-weight: 900;
    line-height: 1.5;
    white-space: nowrap;
    color: transparent;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    transform: rotate(-8deg);
    width: 100%;
    position: relative;
}





.me-txt:nth-child(1) {
    display: flex;
    position: absolute;
    left: 0%;
    top: 0;
    animation: text-left 20s infinite linear;
}

.me-txt:nth-child(2) {
    display: flex;
    position: absolute;
    left: -10%;
    top: 20%;
    animation: text-left 20s infinite linear;
}

.me-txt:nth-child(3) {
    display: flex;
    position: absolute;
    left: 0%;
    top: 40%;
    animation: text-left 20s infinite linear;
}

.me-txt:nth-child(4) {
    display: flex;
    position: absolute;
    left: -10%;
    top: 60%;
    animation: text-left 20s infinite linear;
}

.me-txt:nth-child(5) {
    display: flex;
    position: absolute;
    left: 0%;
    top: 80%;
    animation: text-left 20s infinite linear;
}

@keyframes text-left {
    100% {
        left: -100%;
    }
}




.me-box {

    width: 70%;
    height: 80%;
    border-radius: 350px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}



.me-phone {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-block;


}





.me-phone .me-inner.on {
    transform: rotateY(180deg);
}



.me-box .me-phone img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 회전애니메이션 */
.me-inner {
    position: relative;
    top: 0;
    left: 30%;
    width: 300px;
    height: 100%;
    transition: all 0.4s;
    /* 뒷면에게 주는 옵션 */
    transform-style: preserve-3d;
}


.phone-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    /* 뒷면을 숨겨야 함. */
    backface-visibility: hidden;
}


.phone-b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* transform: rotatey(180deg); */
    transform: rotate(-1);
    z-index: 2;
}





.me-box ul {
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.me-box ul li {
    font-size: 50px;
    font-weight: 900;
    height: 70px;
    line-height: 70px;
    transition: all 0.1s;
    border-radius: 30px;
    width: 0;
    text-align: center;
    margin-bottom: 30px;
    white-space: nowrap;


}


.me-box ul li:hover {

    width: 80%;
    background-color: #fff;


}

/* bar */

.fix-bar {
    width: 100%;
    height: 50px;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transition: all 3s;
    display: none;
}

.fix-bar.on {

    display: block;
}



.fix-txt {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.fix-txt ul {
    display: flex;


}

.fix-txt i {
    font-style: normal;
}


.fix-txt ul .color-box {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}


.fix-txt ul li:first-child {

    position: relative;

}




.fix-bubble {
    width: 100px;
    text-align: center;
    position: absolute;
    padding: 10px;
    left: 0px;
    bottom: 50px;
    animation: up 1s infinite ease-in-out;
    border-radius: 30px;
}

.fix-bubble::after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: 30px;
    animation: up 1s infinite ease-in-out;
}

@keyframes up {
    60% {
        transform: translateY(5px);
    }
}

.fix-txt ul li {
    display: flex;
    margin-left: 10px;

}

.fix-txt ul li a {
    width: 20px;
    height: 20px;

    overflow: hidden;
    display: block;
}

.fix-txt ul li a img {
    width: 40px;
    object-position: 0px 0px;
}


/* 오른쪽 따라배너 */

.nav-right {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    display: none;
}

.nav-right.on {
    display: block;
}


.nav-right .nav-box {
    position: fixed;
    text-align: center;
    width: 50px;
    height: 200px;
    font-size: 20px;
    font-weight: 900;
    line-height: 50px;
    right: 0;
    top: 0;
    z-index: 99;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    overflow: hidden;
}

.nav-right .nav-box ul {
    transform: translateX(0px);
}

.nav-right .nav-box ul.graon {
    transform: translateX(-50px);

}

.nav-right .nav-box ul.chaon {
    transform: translateX(-100px);

}



/* ===========================03graphic */

.graphic {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.graphic .gr-contents {
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    color: black;
    position: relative;
}



.graphic .gr-contents .back-phone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.graphic .gr-contents .back-phone span {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    z-index: 99;
    font-weight: bold;
}

.gr-banner-box {
    display: flex;
    justify-content: space-around;

    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    z-index: 2;
}

.gr-banner-box .b-box-inner {
    width: 100%;
    height: 600px;

    border: 1px solid #333;
    background-color: #fff;
    position: relative;
    opacity: 0.8;
    font-size: 16px;
    color: #333;
    
    transition: all 0.2s;
    

}

/* 좌우여백 */
.slick-slide {
    padding: 0 15px;
}



.gr-banner-box .b-box-inner .con {
    width: 100%;
    left: 25px;
    bottom: 25px;
    position: absolute;
}

.gr-banner-box .b-box-inner .box-img {
    width: 90%;
    height: 80%;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;




}

.gr-banner-box .b-box-inner .box-img:hover img {
    object-position: left bottom;

}

.gr-banner-box .b-box-inner .box-img img {

    object-fit: cover;
    object-position: left top;
    width: 100%;
    height: 100%;
    transition: all 0.3s;

}

.graphic-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 110px;
    font-weight: 900;
    line-height: 1.5;

}

.graphic-bg .gra-txt:nth-child(1) {
    transform: translateX(10%);
}

.graphic-bg .gra-txt:nth-child(2) {
    transform: translateX(0px);
}

.graphic-bg .gra-txt:nth-child(3) {
    transform: translateX(50%);
}

.graphic-bg .gra-txt:nth-child(4) {
    transform: translateX(20%);
}

.graphic-bg .gra-txt:nth-child(5) {
    transform: translateX(80%);
}







/* ===========================04web */
.web {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    line-height: 100%;
    display: flex;
    align-items: center;
}

.web-main {
    width: 100%;
}

.web-contents {
    width: 100%;
}

.web-con-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-con-text:hover h2,
.web-con-text:hover span {
    transform: translateY(-20px);

}

.w-text-l {
    display: flex;
}

.w-text-l i {
    font-style: normal;
}

.w-text-l h2 {
    font-size: 110px;
    color: transparent;
    margin: 25px 0;
}

.w-text-l span {
    font-size: 14px;
    font-weight: 900;
    margin-top: 25px;
}


/* web-popup */

.web-popup {
    width: 100%;
    height: 100%;
    
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;

}

.web-pop-box {
    position: absolute;
    left: 50%;
    top: 13%;
    transform: translate(-50%, 0);
    width: 80%;
    height: 80%;
    border-radius: 60px;

    background-color: #F9f9f9;
    overflow-y: hidden;
}



.w-p-bt {
    position: absolute;
    right: 3%;
    top: 5%;
    text-align: center;
    width: 100px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.web-btn {
    width: 100px;
    height: 100px;
    background-color: #333;
    border-radius: 50%;
    margin-bottom: 20px;
    line-height: 95px;
    font-size: 90px;
    cursor: pointer;
}


.w-p-bt span {
    font-size: 20px;
}

.w-p-bt span:hover {
    cursor: pointer;
}


/* 새창페이지  */


.webpage {
    width: 100%;
    height: 100vh;
    position: relative;
    display: none;
}

.web-wrap {
    display: flex;
    height: 100vh;
}

.w-max {
    width: 50%;
    background-color: #F9f9f9;
    padding-top: 10%;
    padding-left: 50px;
}

.mock-wrap {
    margin-bottom: 50px;
    margin-left: 50px;
    position: relative;
}

.mock-wrap img.pc {
    width: 100%;

}

.mock-wrap img.ph {
    width: 25%;
    position: absolute;
    right: 5%;
    top: 20%;
}

.r-max {
    width: 50%;
    background-color: #F9f9f9;
    margin: 100px 0;
    border-left: 0px solid #333;
    padding-left: 100px;
}

.kit-t {
    margin-bottom: 30px;
}

.kit-t h2 {
    color: #333;
    font-size: 30px;
    font-family: 'Pretendard';
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 3px solid #333;
    width: 100%;
}

.kit-t h3 {
    color: #333;
    font-size: 50px;
    letter-spacing: -8px;
    font-family: 'Pretendard';
    margin-bottom: 16px;
}


.kit-t span {
    color: #333;
    font-family: 'Pretendard';
    font-size: 14px;
    line-height: 2;
}

.kit-color span {
    display: inline-block;
    border: 1px solid transparent;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding-left: 15px;
    border-radius: 50px;
    margin-right: 20px;
}

.go-btn {
    background-color: #333;
    width: 80%;
    text-align: center;
    z-index: 999;
    border-radius: 10px;
    letter-spacing: -2px;
    font-size: 15px;
    padding: 20px 0px;
    margin-top: 30px;
    cursor: pointer;
}

.go-btn:hover {
    background-color: #ddd;
    color: #333;
}


/* ===========================05charactor */

.charactor {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.char-bg {
    width: 100%;
    height: 100%;
    padding: 100px 0 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.char-wail {
    position: absolute;
    width: 200px;
}

.char-wail img {
    position: absolute;
    width: 100%;
}

.char-wail img:nth-child(1) {
    left: 0;
    top: 0;
    z-index: 2;
}

.char-wail img:nth-child(2) {
    left: 12px;
    top: 12px;
    z-index: 1;
}


.char-wail:nth-child(5) img {
    width: 100px;
    height: 200px;
}

.char-wail:nth-child(7) img {
    width: 150px;
    height: 200px;
}

.char-wail:nth-child(1) {
    left: 20%;
    top: 10%;
    animation: swim-1 10s infinite;
}

.char-wail:nth-child(2) {
    left: 60%;
    top: 60%;
    z-index: 3;
    animation: swim-2 8s infinite;
}

.char-wail:nth-child(3) {
    left: 80%;
    top: 40%;
    transform: scaleX(-1) rotate(-5deg);
    animation: swim-3 15s infinite;
    z-index: 3;
}

.char-wail:nth-child(4) {
    left: 0%;
    bottom: 0%;
    transform: scaleX(-1);
    animation: swim-4 15s infinite;

}

.char-wail:nth-child(5) {
    left: 10%;
    top: 40%;

    animation: swim-5 10s infinite;
    z-index: 3;
}

.char-wail:nth-child(6) {
    left: 55%;
    top: 15%;
    transform: scaleX(-1);
    animation: swim-6 15s infinite;
}

.char-wail:nth-child(7) {
    left: 50%;
    top: 30%;
    transform: scaleX(-1);
    z-index: 3;
    animation: swim-7 5s infinite;
}





@keyframes swim-1 {
    50% {
        transform: translate(-200%, 100px);
    }

    51% {
        transform: translate(-180%, 100px) scaleX(-1);
    }

    95% {
        transform: translateX(20%) scaleX(-1);
    }
}

@keyframes swim-2 {
    40% {
        transform: translate(-10%, 0);
    }

    50% {
        transform: translate(-10%, 0) scaleX(-1);
    }

    90% {
        transform: translateX(0%) scaleX(-1);
    }

    95% {
        transform: scaleX(1);
    }
}

@keyframes swim-3 {
    10% {
        transform: rotate(5deg) scaleX(-1);
    }

    15% {
        transform: rotate(-5deg) scaleX(-1);
    }

    20% {
        transform: rotate(5deg) scaleX(-1);
    }

    25% {
        transform: rotate(-5deg) scaleX(-1);
    }

    30% {
        transform: rotate(5deg) scaleX(-1);
    }

    35% {
        transform: rotate(-5deg) scaleX(-1);
    }

    40% {
        transform: rotate(5deg) scaleX(-1);
    }

    45% {
        transform: rotate(-5deg) scaleX(-1);
    }

    50% {
        transform: rotate(5deg) scaleX(-1);
    }

    55% {
        transform: rotate(-5deg) scaleX(-1);
    }

    60% {
        transform: rotate(5deg) scaleX(-1);
    }

    65% {
        transform: rotate(-5deg) scaleX(-1);
    }

    70% {
        transform: rotate(5deg) scaleX(-1);
    }

    75% {
        transform: rotate(-5deg) scaleX(-1);
    }

    80% {
        transform: rotate(5deg) scaleX(-1);
    }

    85% {
        transform: rotate(-5deg) scaleX(-1);
    }

    90% {
        transform: rotate(5deg) scaleX(-1);
    }

    95% {
        transform: rotate(-5deg) scaleX(-1);
    }

    100% {
        transform: rotate(5deg) scaleX(-1);
    }
}

@keyframes swim-4 {


    20% {
        bottom: 17%;
        transform: scaleX(1);
    }

    40% {
        bottom: 14%;
    }

    50% {
        bottom: 17%;
    }

    70% {
        bottom: 14%;
    }

    80% {
        bottom: 17%;
        transform: scaleX(1);
    }
}

@keyframes swim-5 {
    20% {
        transform: translate(100%, -100%) scaleX(1);
    }

    21% {
        transform: translate(100%, -100%) scaleX(-1);
    }

    95% {
        transform: translateX(-20%) scaleX(-1);
    }
}

@keyframes swim-6 {
    50% {
        transform: scaleX(1);
    }


}

@keyframes swim-7 {
    5% {
        transform: translate(-20px, 20px)scaleX(-1);
    }

    6% {
        transform: translate(-50px, 0px)scaleX(-1);
    }

    10% {
        transform: translate(-80px, -15px)scaleX(-1);
    }

    15% {
        transform: translate(-100px, 0px)scaleX(-1);
    }

    20% {
        transform: translate(-130px, 20px)scaleX(-1);
    }

    21% {
        transform: translate(-150px, 50px)scaleX(-1);
    }

    30% {
        transform: translate(-170px, 0px)scaleX(-1);
    }

    50% {
        transform: translate(-200px, 50px)scaleX(-1);
    }

    55% {
        transform: translate(-200px, 0px)scaleX(1);
    }

    70% {
        transform: translate(-150px, 50px)scaleX(1);
    }

    75% {
        transform: translate(-120px, -50px)scaleX(1);
    }

    99% {
        transform: translate(0px, 0px)scaleX(1);
    }
}


.char-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.char-main>h2 {
    font-size: 18.75rem;
    font-weight: 100;
}


.char-main h3 {
    font-size: 6.25rem;
    font-weight: 900;
    font-family: 'twice';
}

.char-main .round {
    margin-top: 10px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Pretendard';
    animation: twil 0.5s infinite;
    position: relative;
}

.char-main .round:hover {
    transform: translateY(-3px);
}



@keyframes twil {
    50% {
        transform: translate(-5px, -5px);
    }
}




.fix-bubble2 {
    width: 60px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    padding: 0px;
    left: 60px;
    bottom: 80px;
    animation: up 1s infinite ease-in-out;
    border-radius: 30px;
    font-size: 10px;
    background-color: #fff;
}

.fix-bubble2::after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: 30px;
    animation: up 1s infinite ease-in-out;
}





.gall-char {
    width: 100%;
    overflow: hidden;

}


.char01 {
    position: relative;
}

.gall-char .char01 img {
    width: 100%;
}

.char01 .wr-char {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 41%);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    padding: 50px;
}





.char-new {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    display: none;
}

.char-imgbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}







.char-btn {
    width: 100px;
    height: 100px;
    background-color: #333;
    border-radius: 50%;
    padding-left: 30px;
    line-height: 80px;
    font-size: 80px;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    right: 3%;
    top: 100px;
}

.char-btn:hover {
    background-color: var(--spot01);
}



/* ===========================06photo */
/* ===========================07contect */



.ft {
    width: 100%;
    height: 100vh;


}

.ft-main {
    height: 100%;
    padding: 100px 0 50px 0;
    position: relative;

}

.ft-top-tit {
    display: flex;
    height: 50px;
    justify-content: space-between;
}

.ft-main h1 {
    font-size: 14px;
}





.ft-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 200px);
    font-family: 'Pretendard';
    font-size: 9.375rem;
    font-weight: 900;
    letter-spacing: -15px;
    line-height: 80px;

}

.ft-txt .ft-bt-tit {
    display: flex;

}

.ft-txt .ft-bt-tit span {
    display: flex;
    font-size: 9.375rem;
    font-weight: 100;
    font-family: 'twice';
    align-items: center;
    margin-right: 10px;
    letter-spacing: 0px;

}



.ft-bt-txt {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}


.ft-bt-txt ul {
    display: flex;
}

.ft-bt-txt ul li {
    display: flex;
    margin-left: 50px;
}

.ft-bt-txt ul li a {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    overflow: hidden;
    display: block;
}

.ft-bt-txt ul li a img {
    width: 40px;
    object-position: -20px 0px;
}

.ft-go-btn {
    position: absolute;
    left: 50%;
    bottom: 23%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    line-height: 75px;
    text-align: center;
    cursor: pointer;


}

.ft-line {
    display: block;
    margin: 50px 0;
}

.ft-end {
    text-align: center;
}





@media screen and (max-width:1024px) {

    /*===========================01main */
    .hd-main {
        padding: 50px 0px 50px 10px;
    }

    .hd-m-right {
        display: flex;

    }

    .hd-top-tit {
        height: 30px;
        padding: 0 40px;
        
    }


    .drag {
        bottom: 200px;

    }

    .main-txt {
        padding-left: 50px;
        
        width: 100%;
        height: calc(100% - 195px);
        font-size: 16px;
        line-height: 100px;
        letter-spacing: -0px;
        overflow: hidden;
        white-space: nowrap;
        
    }

    .main-txt h2{
       
        margin-top: 30px;
        
    }




    .main-txt .hd-bt-tit {
        width: 100%;
    }

    .main-txt .hd-bt-tit {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-txt .hd-t-tit h2{
        display: block;
    }
    .main-txt span {
        display: block;

        font-size: 6.5rem;
        line-height: 4rem;
        margin-left: 0px;
        margin-bottom: 0px;
    }


    .hd-bt {
        display: flex;
        justify-content: center;

    }

    .hd-bt-txt {
        display: none;
    }

    .hd-line {
        display: none;
    }


    .hd-skill-web {
        display: none;
       
    }

    .hd-skill-mo {
        display: block;
       
    }

    .hd-skill-mo {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        width: 90%;
        margin-top: 0px;
        border-bottom: 0px;
        padding-bottom: 80px;
       
    }



    .hd-skill-mo span {
        font-family: 'Pretendard';
        font-size: 20px;
        font-weight: 100;
    }


    .hd-skill-mo .bold {
        font-family: 'Pretendard';
        font-weight: 900;
    }

    .hd-skill-mo .skill-line {
        display: flex;
        width: 100%;
        height: 50px;
        justify-content: space-around;
        margin-right: 0;
        margin-top: 20px;

        border-bottom: 1px solid var(--sub01);
        white-space: nowrap;
        text-align: center;
    }

    body.color05 .hd-skill-mo .skill-line {
 

        border-bottom: 1px solid var(--sub05);

    }



    .hd-skill-mo .skill-line:last-child {
        margin-right: 0px;
        border-bottom: 0px solid var(--sub01);
    }



    /* ===========================02menu */

    .me-inner {

        left: 8%;

    }


    .me-box {

        width: 90%;
        left: 70%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 350px 0 0 350px;

    }

    .me-box .me-phone {
        width: 80%;
        position: absolute;
        left: -30%;
        top: 0;

    }


    .me-box ul {
        position: absolute;
        left: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 70%;
        height: 100%;
        justify-items: center;
    }

    .me-box ul li {
        font-size: 2.5rem;
        padding-top: 5px;
    }

    .me-box ul li:hover {
        width: 90%;
        line-height: 60px;
    }

    /* 네비>우측 */
    .nav-right {
        display: none;
    }


    .fix-txt {
        padding: 0 10px;
    }

    /* 픽스바 */
    .fix-txt i {
        display: none;
    }

    .fix-txt ul .color-box {
        margin-right: 5px;
    }

    /* ===========================03graphic */

    .graphic .gr-contents .back-phone {
        height: 90%;
    }

    .graphic .gr-contents .back-phone img {
        height: 100%;
    }

    .graphic .gr-contents .back-phone span {
        top: 7%;
    }

    .slick-slide {
        padding: 0 10px;
    }


    /* ===========================04web */

    .web-main {

        padding: 0;
        display: flex;
        justify-items: center;
        align-items: center;
        font-size: 12px;
    }

    .web-contents {
        text-align: center;

    }

    .web-con-text {
        width: calc(100% - 100px);
        margin: 30px auto;
        padding-bottom: 20px;

    }



    .w-text-l h2 {
        font-size: 100px;
        letter-spacing: -5px;
        text-align: left;
    }

    .w-text-l {
        width: 100%;
        padding-left: 10px;
    }

    .w-text-r {

        display: none;
    }

    .w-text-l span {
        font-size: 12px;

    }

    .w-text-l i {
        display: none;
    }

    .web-pop-box {

        width: 95%;
        height: 100vh;
    }

    .w-p-bt {
        position: absolute;
        right: 7%;
        top: 10%;
        text-align: center;
        width: 100px;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .web-btn {
        width: 80px;
        height: 80px;
        line-height: 70px;
        font-size: 70px;

    }

    /* 새창 */

    .web-wrap {
        flex-direction: column;
    }

    .w-max {
        width: 80%;
        padding-top: 15%;
        padding-left: 20%;
    }

    .mock-wrap {
        margin-bottom: 0px;
        margin: 0 10px;
    }

    .r-max {
        width: 100%;
        margin: 50px 0;
        padding: 0 50px;
    }

    .kit-t {
        margin-bottom: 20px;
    }

    .kit-t h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .go-btn {

        width: 100%;
        text-align: center;
        border-radius: 10px;
        letter-spacing: -1px;
        font-size: 18px;
        padding: 10px 0px;
        margin-top: 5px;
        cursor: pointer;
    }


    /* ===========================05charactor */


    .char-main>h2 {
        font-size: 70px;


    }

    .char-main h3 {
        font-size: 4rem;

    }

    .char-wail:nth-child(1) {
        display: none;
    }

    .char-wail:nth-child(2) {
        left: 60%;
        top: 60%;
        z-index: 3;
        animation: swim-2 8s infinite;
    }

    .char-wail:nth-child(3) {
        display: none;
    }

    .char-wail:nth-child(4) {
        left: 0%;
        bottom: 0%;
        transform: scaleX(-1);
        animation: swim-4 15s infinite;

    }

    .char-wail:nth-child(5) {
        display: none;
    }

    .char-wail:nth-child(6) {
        left: 55%;
        top: 15%;
        transform: scaleX(-1);
        animation: swim-6 15s infinite;
    }

    .char-wail:nth-child(7) {
        left: 50%;
        top: 30%;
        transform: scaleX(-1);
        z-index: 3;
        animation: swim-7 5s infinite;
    }



    /* ===========================06photo */
    /* ===========================07contect */


    /*===========================01main */
    .ft-main {
        padding: 50px 10px 50px 10px;
    }

    .ft-top-tit {
        height: 30px;
    }


    .ft-txt {
        width: 100%;
        height: calc(100% - 190px);
        font-size: 50px;
        line-height: 100px;
        letter-spacing: -5px;
        overflow: hidden;
        white-space: nowrap;
    }

    .ft-txt .ft-bt-tit {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }





    .ft-go-btn {

        left: 50%;
        bottom: 25%;
        transform: translateX(-50%);
        width: 80px;
        height: 80px;
        border-radius: 50px;
        line-height: 75px;

    }

    .ft-line {

        border-bottom: 1px solid #fff;
        margin-bottom: 50px;
    }

}


@media screen and (max-width:717px) {

    /*===========================01main */
    /* ===========================02menu */
    /* ===========================03graphic */
    /* ===========================04web */
    .w-text-l h2 {
        font-size: 60px;

    }

    /* ===========================05charactor */
    /* ===========================06photo */
    /* ===========================07contect */
}