@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300&display=swap');
/* font-family: 'Gothic A1', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');
/* font-family: 'Noto Sans KR', sans-serif; */

* { margin: 0; padding: 0; }
/* body {overflow-y: hidden;} */
p {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    line-height: 1.6;
}
h3 {
    font-family: 'Black Han Sans', sans-serif;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: lighter;
}
h4 {
    font-size: 24px;
}
#container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    min-width: 1500px;
}
#gnb .depth1 {
    height: 100%;
    float: left;
    border-right: 1px dashed #274153;
    list-style: none;
    overflow: hidden;
    z-index: 100;
}
#gnb .depth1 > a {
    position: relative;
    /* background-color: #305D7E; */
    background: linear-gradient(to right, #274153, #305D7E 40%, #305D7E 60%, #274153);
    padding-top: 30px; 
    width: 2.5vw;
    height: 100vh;
    padding-left: 4.5px;
    text-decoration: none;
    color: white;
    font-size: 27px;
    writing-mode: vertical-lr;
    font-family: 'Staatliches', cursive;
    z-index: 100;
    text-align: left;
    transition: font-size 0.5s;
}
#gnb .depth1:nth-child(1) { border-right: 1px dashed #274153; }
#gnb .depth1:nth-child(5) { border-right: none; }
#gnb .depth1 > a.on {
    width: 2.5vw;
    font-size: 32px;
    /* text-align: center; */
    padding-left: 0px;
    padding-right: 4.5px;
    color: #fff;
    background: linear-gradient(to right, #dfab01, #ffc917 40%, #ffc917 60%, #dfab01);
}
#gnb .depth1 .section {
    float: right;
    width: 0;
    height: 100vh;
    transition: width 0.5s;
}
#gnb .depth1 > .on { width: 85.7vw; position: relative; }
.content {
    position: relative;
    width: 86.5vw;
    height: 100%;
    left: 86.5vw;
    overflow: hidden;
    transition: all 0.7s;
    /* border: 2px solid red; */
}
.section .p_color div {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 7px;
    border: 1px solid #848484;
}
.section .text_box h3 {
    position: relative;
    display: inline-block;
    margin-left: 130px;
    color: white;
    text-shadow: 2px 2px 2px #848484;
    /* outline: 1px solid blue; */
}
.section .text_box .c {
    margin-top: 40px;
    margin-bottom: 10px;
}
.section .text_box h4 {
    margin: 30px 0 15px 0;
}
.section .p_color {
    width: 200px;
    position: relative;
    /* margin-left: 15px; */
    /* outline: 1px solid red; */
}

/* Home ------------------------------------------- */
#gnb .depth1:first-child .section .content { left: 0; }
.content .logo img {
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: ani 1s 0.5s forwards;
}
@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.content .name {
    position: absolute;
    bottom: -45px;
    right: 10px;
    z-index: 2;
    opacity: 0;
    animation: nam 1s 0.4s forwards;
}
.content .name img { width: 600px; }
@keyframes nam {
    0% {right: -100px; opacity: 0;}
    100% {right: 20px; opacity: 1;}
}
.content .rec1 {
    transform: rotate(8deg);
    top: 450px;
    position: absolute;
    left: -300px;
    width: 3000px;
    height: 2000px;
    background-color: rgba(48, 93, 126, 0.35);
    animation: ani1 1s forwards;
    opacity: 0;
}
@keyframes ani1 {
    0% {top: 1500px; opacity: 0;}
    60% {top: 370px;}
    100% {top: 450px; opacity: 1;}
}
.content .rec2 {
    transform: rotate(-9deg);
    top: 320px;
    position: absolute;
    left: -300px;
    width: 3000px;
    height: 2000px;
    background-color: rgba(48, 93, 126, 0.35);
    animation: ani2 1s 0.2s forwards;
    opacity: 0;
}
@keyframes ani2 {
    0% {top: 1500px; opacity: 0;}
    60% {top: 250px;}
    100% {top: 320px; opacity: 1;}
}
.content .rec3 {
    transform: rotate(-13deg);
    top: 450px;
    position: absolute;
    left: -300px;
    width: 3000px;
    height: 2000px;
    background-color: rgba(48, 93, 126, 0.35);
    animation: ani3 1s 0.4s forwards;
    opacity: 0;
}
@keyframes ani3 {
    0% {top: 1500px; opacity: 0;}
    60% {top: 370px;}
    100% {top: 430px; opacity: 1;}
}
.section .home .right_click {
    position: absolute;
    right: 50px;
    top: 50px;
    animation: ani4 0.5s infinite alternate;
}
@keyframes ani4 {
    0% {transform: scale(0.85);}
    100% {transform: scale(1);}
}

/* About Me ------------------------------------------ */
/* .about_me .content {
    position: relative;
    width: 99vw;} */
.about_me article {
    position: absolute;
    display: inline-block;
    width: 550px;
    height: 680px;
    /* outline: 1px solid; */
    margin-left: 7vw;
    margin-top: 100px;
}
.about_me article:nth-child(2) {
    background: url(../img/abm_bg.png) no-repeat;
    background-size: 100% 100%;
}
.about_me article:nth-child(3) {
    right: 8vw;
    top: 20px;
}
.about_me .myPic {
    position: relative;
    top: 50px;
    left: 40px;
}
.about_me .myPic img {
    position: relative;
    display: inline-block;
    position: relative;
    margin-right: 30px;
}
.about_me .myPic p {
    /* outline: 1px solid; */
    /* width: 400px; */
    position: absolute;
    display: inline-block;
    font-size: 30px;
    top: 33px;
    left: 210px;
    line-height: 1.4;
    /* text-align: center; */
}
.about_me .txt_box {
    display: flex;
    position: relative;
    /* outline: 1px solid; */
    margin-top: 90px;
}
.about_me .txt_box li {
    list-style: none;
    position: relative;
    width: 200px;
    /* outline: 1px solid springgreen; */
    padding-right: 27px;
}
.about_me .txt_box li:first-child {
    padding-left: 30px;
    margin-right: -34px;
}
.about_me .txt_box li h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.about_me .txt_box li p {
    font-size: 16px;
    margin-bottom: 10px;
}
.about_me .txt_box li:nth-child(2) p {
    line-height: 1.8;
}
.about_me .contact {
    position: relative;
    margin-top: 20px;
}
.about_me .contact p {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.about_me .skill h3 {
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 2px #b3b3b3;
}
.about_me .skill .circle {
    position: relative;
    margin-top: 25px;
    height: 200px;
    /* outline: 1px solid red; */
}
.about_me .skill .circle .circle_2 {
    /* outline: 1px solid; */
    position: relative;
    display: inline-block;
    height: 160px;
    width: 160px;
    margin-top: 15px;
    margin-right: 20px;
}
.about_me .skill .circle .circle_2:nth-child(1) {margin-left: 15px;}
.about_me .skill .circle .circle_2:nth-child(3) {margin-right: 0;}
.about_me .skill .circle img {
    width: 55px;
    position: absolute;
    top: 35px;
    left: 53px;
}
#half_right {
    width: 80px;
    height: 160px;
    /* border: 1px solid gray; */
    margin-left: 80px;
    overflow: hidden;
}
#half_left {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 160px;
    /* border: 1px solid gray; */
    margin-left: 0px;
    overflow: hidden;
    transform: rotateY(180deg);
}
.inner2 {
    position: relative;
    left:-80px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 20px solid red;
    transform: rotate(-180deg);
    transform-origin: center;
    transition: all 0.5s linear;
}
.inner2.on {transform: rotate(0deg);}
.inner4 {
    position: relative;
    left:-80px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 20px solid red;
    transform: rotate(180deg);
    transform-origin: center;
    transition: all 0.5s 0.5s linear;
}
.html .inner4.on {transform: rotate(36deg);}
.css .inner4.on {transform: rotate(54deg);}
.jquery .inner4.on {transform: rotate(144deg);}
.about_me .skill .html .inner2 {border: 20px solid #f1682c;}
.about_me .skill .html .inner4 {border: 20px solid #f1682c;}
.about_me .skill .css .inner2 {border: 20px solid #35abdc;}
.about_me .skill .css .inner4 {border: 20px solid #35abdc;}
.about_me .skill .jquery .inner2 {border: 20px solid #0868ab;}
.about_me .skill .jquery .inner4 {border: 20px solid #0868ab;}
.inner1 {
    width: 80px;
    height: 160px;
    position: absolute;
    left: -20px;
    top: -20px;
}
#half_right .inner1 {
    background: url(../img/right_circle.png) no-repeat;
    background-size: 100%;
}
#half_left .inner1 {
    background: url(../img/left_circle.png) no-repeat;
    background-size: 100%;
}
.about_me .skill .circle p {
    position: absolute;
    left:64px;
    top:112px;
    font-size: 18px;
    font-weight: bolder;
}
.about_me .design {
    /* outline: 1px solid red; */
    margin-top: 15px;
    margin-left: 40px;
}
.about_me .design li {
    list-style: none;
    /* outline: 1px solid blue; */
    margin-bottom: 25px;
}
.about_me .design img {
    width: 60px;
    display: inline-block;
}
.about_me .design li div {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
    margin-top: 6px;
    /* outline: 1px solid green; */
}
.about_me .design li .grahp {
    position: absolute;
    width: 400px;
    height: 30px;
    background-color: #cecece;
    border-radius: 15px;
}
.about_me .design li .inner_grahp {
    border-radius: 12px;
    position: absolute;
    margin-top: 9px;
    margin-left: 18px;
    width: 0;
    height: 24px;
    transition: all 1s 0.3s;
}
.about_me .design .photoshop .inner_grahp {background-color: #39e1ff;}
.about_me .design .illurstrator .inner_grahp {background-color: #ff7e1a;}
.about_me .design .premiere .inner_grahp {background-color: #1b0124;}
.about_me .design .aftereffects .inner_grahp {background-color: #19003e;}

.about_me .design .photoshop .inner_grahp.on {width: 354.6px;}
.about_me .design .illurstrator .inner_grahp.on {width: 275.8px;}
.about_me .design .premiere .inner_grahp.on {width: 315.2px;}
.about_me .design .aftereffects .inner_grahp.on {width: 197px;}
.about_me .design li p {
    position: absolute;
    top: 6px;
    margin-left: 190px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.about_me .about_txt p {
    width: 750px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: url(../img/ABOUT_ME.png) no-repeat;
    background-position: right bottom;
    text-indent: -9999px;
}

/* Web-Design ------------------------------------------ */
.section .web_design #wrap {
    position: relative;
    width: 86.5vw;
    height: 100vh;
    overflow: hidden;
    transition: all 0.7s;
}
#wrap .webCon {
    position: relative;
    width: 500vw;
    height: 100vh;
    left: 0px;
}
.web_design #wrap .webCon li {
    width: 86.5vw;
    height: 100vh;
    position: relative;
    display: inline-block;
    transition: all 0.7s;
}
.indicator {
    position: relative;
    width: 275px;
    margin: 0 auto;
    bottom: 10vh;
    z-index: 10;
    /* outline: 1px solid; */
}
.indicator ul {
    position: relative;
    width: 275px;
}
.indicator ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    margin-right: 17px;
    background-color: rgba(48, 93, 126, 0.5);
    transition: width 0.5s;
    /* outline: 1px solid; */
}
.indicator ul li:nth-child(5) {margin-right: 0px;}
.indicator ul li.on {background-color: rgb(48, 93, 126); width: 63px; }
.web_design .click {
    position: absolute;
    top: 279px;
    left: 143px;
    width: 450px;
    height: 253px;
    /* border-radius: 22px; */
    background-color: rgba(0, 0, 0, 0.2);
    /* cursor: pointer; */
    /* animation: cl 0.6s infinite alternate; */
    transition: all 0.5s;
}
.web_design .webCon li:nth-child(5) .click {
    width: 270px;
    height: 575px;
    border-radius: 15px;
    left: 205px;
    top: 175px;
    animation: none;
}

.web_design .click:hover {
    background-color: rgba(0, 0, 0, 0);
}
.web_design .click a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 253px;
    font-weight: bold;
    animation: cl_l 0.6s infinite alternate;
}
.web_design .webCon li:nth-child(4) .click {
    height: 80px;
    width: 410px;
    left: 205px;
    top: 350px;
    animation: none;
    background-color: rgba(0, 0, 0, 0.4);
}
.web_design .webCon li:nth-child(4) .click a {
    line-height: 80px;
    width: 100%;
    height: 100%;
    /* top: -85px; */
    /* left: 35px; */
    animation: cl_l 0.6s infinite alternate;
}
.web_design .webCon li:nth-child(5) .click a {
    line-height: 540px;
    /* top: 180px; */
    animation: cl_l 0.6s infinite alternate;
}
@keyframes cl_l {
    0% { font-size: 18px };
    100% { font-size: 17px };
}
@keyframes cl {
    0% {transform: scale(1);}
    100% {transform: scale(1.08);}
}
.web_design li:nth-child(4) img {
    position: absolute;
    width: 550px;
    top: 250px;
    left: 100px;
}
.web_design img {
    position: absolute;
    width: 500px;
    top: 250px;
    left: 120px;
}
.web_design .leica_pic {
    width: 370px;
    top: 170px;
    left: 200px;
}
.web_design .webCon .text_box {
    position: absolute;
    width: 700px;
    left: 45vw;
    top: 300px;
}
.web_design .webCon .leica {
    left: 41vw;
}
.web_design .webCon .text_box h3 {
    /* color: #000; */
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 55px;
}
.web_design .webCon .text_box p {
    font-size: 20px;
}
/* .web_design .leica .a {
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #848484;
} */
.web_design .ins div:nth-child(1) {background-color: #024137;}
.web_design .ins div:nth-child(2) {background-color: #167a68}
.web_design .ins div:nth-child(3) {background-color: #ffffff;}

.web_design .grand div:nth-child(1) {background-color: #666666;}
.web_design .grand div:nth-child(2) {background-color: #8a7a97;}
.web_design .grand div:nth-child(3) {background-color: #f8c7c3;}

.web_design .acc div:nth-child(1) {background-color: #000000;}
.web_design .acc div:nth-child(2) {background-color: #555555;}
.web_design .acc div:nth-child(3) {background-color: #e6d7c0;}

.web_design .modernhouse div:nth-child(1) {background-color: #3c3f41;}
.web_design .modernhouse div:nth-child(2) {background-color: #525251;}
.web_design .modernhouse div:nth-child(3) {background-color: #ffffff;}

.web_design .leica div:nth-child(1) {background-color: #000000;}
.web_design .leica div:nth-child(2) {background-color: #ff0000;}
.web_design .leica div:nth-child(3) {background-color: #ffffff;}
.web_design .web_rec {
    position: absolute;
    top: 13vh;
    left: 0;
    width: 100%;
    height: 70vh;
    background-color: #8eb9e3;
    opacity: 0.5;
    /* outline: 1px solid blue; */
}

/* UI-UX ------------------------------------------ */
.section .ui .text_box {
    position: relative;
    top: 270px;
    left: 160px;
    /* outline: 1px solid slategray; */
}
.ui .text_box h3 {
    left: -22px;
}
.ui .text_box .icon {
    position: absolute;
    /* left: 20px; */
    display: inline-block;
    /* outline: 1px solid palegreen; */
}
.ui .text_box .icon img {
    position: relative;
    display: inline-block;
    width: 80px;
    /* margin-top: 30px; */
}
.ui .p_color div:nth-child(1) {background-color: #8eb9e3;}
.ui .p_color div:nth-child(2) {background-color: #b3b3b3}
.ui .p_color div:nth-child(3) {background-color: #ffffff;}
.section .ui .phone {
    position: absolute;
    top: 13vh;
    right: 7vw;
    /* z-index: 100; */
    width: 400px;
    height: 700px;
    /* margin-right: -3vw; */
}
.section .ui .bg_rec {
    position: absolute;
    width: 3000px;
    height: 650px;
    top: 110px;
    background-color: #8eb9e3;
    opacity: 0.5;
    transform: rotate(-13deg);
    top: -30px;
    left: -150px;
}
.section .ui .phone > img {
    position: absolute;
    /* right: 59px; */
    top: 50px;
    width: 338px;
    height: auto;
    display: inline-block;
    z-index: 50;
}
.ui .phone #slider {
    position: absolute;
    width: 265px;
    height: 550px;
    top: 62px;
    left: 5px;
    /* right: 127px; */
    overflow: hidden;
}
.ui .phone .p_content {
    position: absolute;
    width: 3445px;
    height: 550px;
    left: 0px;
    /* z-index: 1; */
}
.ui .phone .p_content div {float: left;}
.ui .phone .p_content img {
    position: relative;
    width: 265px;
}
.ui .phone a {
    position: absolute;
    display: block;
    color: #fff;
    text-decoration: none;
    top: 63px;
    left: 6px;
    z-index: 50;
    width: 266px;
    height: 560px;
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    line-height: 560px;
    font-weight: bold;
    font-size: 20px;
    /* background: rgba(0, 0, 0, 0.2); */
    animation: cl_l 0.6s infinite alternate;
}
.ui .phone a:hover {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}


/* visual 영역 ------------------------------------------ */
.visual #wrap {
    position: relative;
    width: 86.5vw;
    height: 100vh;
    /* overflow: hidden; */
    transition: all 0.7s;
}
.visual .webCon li {
    position: relative;
    display: block;
    width: 86.5vw;
    height: 100vh;
}
.visual .picture {
    top: 110px;
    width: 65vw;
    position: relative;
    display: block;
    /* outline: 1px solid black; */
    margin: 0 auto;
}
.visual .webCon li:nth-child(2) .picture {
    top: 80px;
}
.visual .picture .vi_txt {
    margin-bottom: 23px;
    margin-left: 40px;
}
.visual .picture .vi_txt h3 {
    position: relative;
    display: inline-block;
    /* margin-bottom: 20px; */
}
.visual .picture .vi_txt h4 {
    position: absolute;
    display: inline-block;
    margin-left: 20px;
    margin-top: 40px;
    font-size: 21px;
    font-weight: normal;
    font-family: 'Noto Sans KR', sans-serif;
    color: #848484;
}
.visual .picture .light {
    display: inline-block;
    border-radius: 10%;
    overflow: hidden;
    width: 15vw;
    height: 15vw;
    border: 1px solid lightgray;
    position: relative;
    margin-right: 1vw;
    margin-bottom: 12px;
}
.visual .picture .light:nth-child(5) {
    margin-right: 0;
}
.visual .picture .light:nth-child(9) {
    margin-right: 0;
}
.visual .picture .light img {
    position: relative;
    width: 100%;
}

.visual .picture img {transition: all 0.2s;}
.visual .picture img:hover {transform: scale(1.2);}
.visual .arrow {
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    /* outline: 1px solid black; */
    bottom: -18vh;
}
.visual .arrow img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    animation: ani4 0.5s infinite alternate;
    /* outline: 1px solid; */
}
.visual .bottom_arrow {
    position: relative;
    transform: rotate(-90deg);
}
.visual .top_arrow {
    position: relative;
    transform: rotate(90deg);
    bottom: -5vh;
}

@media (min-width: 1201px) and (max-width: 1500px) {
    .home .name {right: -10px;}
    .home .name img {width: 550px; right: -50px;}
    .about_me article {
        margin-top: 100px;
        margin-left: 5vw;
        width: 480px;
        height: 550px;
    }
    .about_me article:nth-child(3) {
        right: 6.5vw;
    }
    .about_me .myPic {top: 40px;}
    .about_me .myPic img {width: 140px;}
    .about_me .myPic p {
        font-size: 25px;
        left: 170px;
        top: 23px;
    }
    .about_me .txt_box {margin-top: 60px;}
    .about_me .txt_box li {padding-right: 0px;}
    .about_me .txt_box li p {font-size: 15px;}
    .about_me .contact {margin-top: 10px;}
    .about_me .contact p {font-size: 20px;}
    .about_me .skill h3 {font-size: 35px;}
    .about_me .skill .circle {
        height: 140px;
        margin-top: 25px;
    }
    .about_me .skill .circle .circle_2 {
        width: 140px;
        height: 140px;
        margin-right: 15px;
    }
    .about_me .skill .circle .circle_2:nth-child(1) {margin-left: 10px;}
    #half_right {
        width: 70px;
        height: 140px;
        margin-left: 70px;
    }
    #half_left {
        width: 70px;
        height: 140px;
        margin-left: 0px;
    }
    .inner2 {
        left: -70px;
        width: 100px;
        height: 100px;
    }
    .inner4 {
        left: -70px;
        width: 100px;
        height: 100px;
    }
    .inner1 {
        width: 70px;
        height: 140px;
    }
    #half_right .inner1 {
        background: url(../img/right_circle1.png) no-repeat;
        background-size: 100%;
    }
    #half_left .inner1 {
        background: url(../img/left_circle1.png) no-repeat;
        background-size: 100%;
    }
    .about_me .skill .circle img {
        width: 40px;
        left: 50px;
    }
    .about_me .skill .circle p {
        font-size: 17px;
        top: 88px;
        left: 55px;
    }
    .about_me .design {
        margin-left: 20px;
        margin-right: 20px;
        width: 440px;
        margin-top: 30px;
    }
    .about_me .design li {
        margin-bottom: 20px;
        width:100%;
        height: 50px;
    }
    .about_me .design img {width: 50px;}
    .about_me .design li div {
        margin-left: 10px;
        margin-top: 5px;
    }
    .about_me .design li .grahp {width: 370px;}
    .about_me .design li .inner_grahp {
        margin-top: 8px;
        margin-left: 13px;
    }
    .about_me .design .photoshop .inner_grahp.on {width: 333px;}
    .about_me .design .illurstrator .inner_grahp.on {width: 259px;}
    .about_me .design .premiere .inner_grahp.on {width: 296px;}
    .about_me .design .aftereffects .inner_grahp.on {width: 185px;}
    .about_me .about_txt p {
        width: 600px;
        /* outline: 1px solid; */
        height: 130px;
        background-size: contain;
        right: 10px;
    }
    .web_design img {width: 450px; top: 200px;}
    .web_design .click {
        top: 224px;
        left: 143px;
        width: 405px;
        height: 240px;
    }
    .web_design .webCon li:nth-child(4) .click {
        height: 75px;
        width: 360px;
        left: 160px;
        top: 300px;
    }
    .web_design .webCon li:nth-child(5) .click {
        width: 220px;
        height: 460px;
        left: 185px;
        top: 135px;
    }
    .web_design .webCon li:nth-child(5) .click a {line-height: 420px;}
    .web_design .leica_pic {
        width: 300px;
        top: 130px;
        left: 180px;
    }
    .web_design .webCon .text_box {
        position: absolute;
        width: 700px;
        left: 44vw;
        top: 220px;
    }
    .web_design li:nth-child(4) img {
        position: absolute;
        width: 470px;
        top: 220px;
        left: 75px;
    }
    .web_design .webCon .leica {left: 38vw;}
    .web_design .web_rec {top: 14vh;}

    .section .ui .text_box {top: 27vh; left: 8vw;}
    .section .ui .phone {top: 6vh; right: 4vw;}

    .visual .picture .vi_txt {margin-bottom: 12px;}
    .visual .picture {top: 90px;}
    .visual .bottom_arrow {bottom: -110px;}
    .visual .top_arrow {bottom: -50px;}
}

@media (min-width: 768px) and (max-width: 1200px) {
    #gnb .depth1 > a {
        font-size: 24px;
        padding-left: 0px;
        padding-right: 3px;
    }
    #gnb .depth1 > a.on {
        font-size: 26px;
        padding-right: 4px;
    }

    .home .name {
        bottom: 40px;
    }
    .content .logo img {
        width: 450px;
        top: 180px;
    }
    .home .name {right: -10px;}
    .home .name img {width: 500px; right: -50px;}
    .about_me article {
        margin-top: 80px;
        margin-left: 3.5vw;
        width: 400px;
        height: 500px;
        /* outline: 1px solid; */
    }
    .about_me article:nth-child(3) {
        right: 4vw;
    }
    .about_me .myPic {
        top: 40px;
        left: 30px;
    }
    .about_me .myPic img {width: 120px;}
    .about_me .myPic p {
        font-size: 25px;
        left: 140px;
        top: 10px;
    }
    .about_me .txt_box {margin-top: 60px;}
    .about_me .txt_box li {padding-right: 0px;}
    .about_me .txt_box li p {font-size: 13px;}
    .about_me .contact {margin-top: 5px;}
    .about_me .contact p {font-size: 20px;}
    .about_me .skill h3 {font-size: 35px;}
    .about_me .skill .circle {
        height: 120px;
        margin-top: 0px;
        /* outline: 1px solid; */
    }
    .about_me .skill .circle .circle_2 {
        width: 120px;
        height: 120px;
        margin-right: 5px;
        /* outline: 1px solid; */
    }
    .about_me .skill .circle .circle_2:nth-child(1) {margin-left: 9px;}
    #half_right {
        width: 60px;
        height: 120px;
        margin-left: 60px;
    }
    #half_left {
        width: 60px;
        height: 120px;
        margin-left: 0px;
    }
    .inner2 {
        left: -60px;
        width: 90px;
        height: 90px;
    }
    .inner4 {
        left: -60px;
        width: 90px;
        height: 90px;
    }
    .about_me .skill .html .inner2 {border: 15px solid #f1682c;}
    .about_me .skill .html .inner4 {border: 15px solid #f1682c;}
    .about_me .skill .css .inner2 {border: 15px solid #35abdc;}
    .about_me .skill .css .inner4 {border: 15px solid #35abdc;}
    .about_me .skill .jquery .inner2 {border: 15px solid #0868ab;}
    .about_me .skill .jquery .inner4 {border: 15px solid #0868ab;}
    .inner1 {
        width: 60px;
        height: 120px;
        left: -15px;
        right: -15px;
        top: -15px;
        /* outline: 1px solid; */
    }
    #half_right .inner1 {
        background: url(../img/right_circle2.png) no-repeat;
        background-size: 100%;
    }
    #half_left .inner1 {
        background: url(../img/left_circle2.png) no-repeat;
        background-size: 100%;
    }
    .about_me .skill .circle img {
        width: 35px;
        left: 43px;
        top: 30px;
    }
    .about_me .skill .circle p {
        font-size: 15px;
        top: 77px;
        left: 48px;
    }
    .about_me .design {
        margin-left: 10px;
        margin-right: 10px;
        width: 380px;
        margin-top: 35px;
    }
    .about_me .design li {
        margin-bottom: 25px;
        width:100%;
        height: 45px;
    }
    .about_me .design img {width: 45px;}
    .about_me .design li div {
        margin-left: 5px;
        margin-top: 5px;
        /* outline: 1px solid; */
    }
    .about_me .design li .grahp {
        width: 320px;
        height: 25px;
        border-radius: 12.5px;
    }
    .about_me .design li .inner_grahp {
        margin-top: 7px;
        margin-left: 8px;
        height: 21px;
    }
    .about_me .design .photoshop .inner_grahp.on {width: 288px;}
    .about_me .design .illurstrator .inner_grahp.on {width: 224px;}
    .about_me .design .premiere .inner_grahp.on {width: 256px;}
    .about_me .design .aftereffects .inner_grahp.on {width: 160px;}
    .about_me .design li p {
        font-size: 15px;
        margin-left: 150px;
    }
    .about_me .about_txt p {
        width: 500px;
        /* outline: 1px solid; */
        height: 130px;
        background-size: contain;
        right: 10px;
        bottom: 10vh;
    }
    .web_design .web_rec {
        height: 450px;
    }

    .indicator {
        bottom: 25vh;
    }
    .web_design img {
        width: 320px;
        top: 210px;
        left: 70px;
    }
    .web_design .click {
        top: 228px;
        left: 79px;
        width: 300px;
        height: 165px;
    }
    .web_design .click a {
        line-height: 170px;
        font-size: 17px;
    }
    .web_design .webCon li:nth-child(4) .click {
        height: 65px;
        width: 270px;
        left: 90px;
        top: 270px;
    }
    .web_design .webCon li:nth-child(4) .click a {
        line-height: 65px;
    }
    .web_design .webCon li:nth-child(5) .click {
        width: 180px;
        height: 380px;
        left: 105px;
        top: 138px;
        /* outline: 1px solid red; */
    }
    .web_design .webCon li:nth-child(5) .click a {line-height: 390px;}
    .web_design .leica_pic {
        width: 250px;
        top: 130px;
        left: 100px;
    }
    .web_design .webCon .text_box {
        position: absolute;
        width: 700px;
        left: 440px;
        top: 200px;
    }
    .web_design .webCon .text_box h3 {
        font-size: 45px;
    }
    .web_design .webCon .text_box h4 {
        font-size: 22px;
    }
    .web_design .webCon .text_box p {
        font-size: 18px;
    }

    .web_design li:nth-child(4) img {
        position: absolute;
        width: 350px;
        top: 220px;
        left: 30px;
    }
    .web_design .webCon .leica {left: 380px;}
    .web_design .web_rec {top: 14vh;}
    .section .p_color div {
        width: 40px;
        height: 40px;
    }

    .ui .text_box {
        /* top: -100px; */
        /* outline: 1px solid; */
        margin-left: -90px;
        margin-top: -100px;
    }
    .ui .text_box h3 {
        font-size: 60px;
        left: -40px;
        margin-bottom: -30px;
    }
    .ui .text_box p {
        font-size: 18px;
    }
    .ui .text_box .icon img {
        width: 60px;
    }
    .section .ui .phone {top: 60px; right: -60px;}
    .section .ui .phone > img {
        width: 280px;
    }
    .ui .phone #slider {
        width: 222px;
        height: 460px;
    }
    .ui .phone .p_content img {
        width: 222px;
    }
    .ui .phone a {
        top: 60px;
        width: 220px;
        height: 460px;
        line-height: 460px;
    }

    .section .ui .bg_rec {
        height: 500px;
        top: -80px;
        transform: rotate(-11deg);
    }

    .visual .picture {
        width: 66vw;
    }
}