@charset "utf-8";
*{margin: 0px; padding: 0px; box-sizing: border-box;}
li{list-style: none;}
html{font-size: 10px;}
body{
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    background-color: rgb(255, 255, 255);
    color:#0F0F10;
}
/*img, iframe{vertical-align: top;}*/
img, iframe{display: block;}
.font_en{
    font-family: "Outfit", serif;
}
.blind{
    position: absolute;
    left:-9999px;

}
.center{
    width: 1200px;
    margin: 0px auto;
}
a{
    color: #767676;
    text-decoration: none;
    font-weight: 400;
    transition: 300ms;
}
a:hover, a:focus{
    color:#009EE3;
}

/* header */
header{
    position: fixed;
    z-index: 9999;
    top:0px;
    left:0px;
    width: 100%;
    background-color: #fff;
}
header>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0px;
}
.logo{
    align-self: center;
}
.gnb>a{    
    font-size: 1.8rem;
    font-weight: 500;
    padding:8px 16px;
    margin-left: 12px;
    /* border-radius: 48px; */
}
.gnb>a:hover, .gnb>a:focus{
    color:#009FE3;
}
.gnb_dotted{
    position: fixed;
    right:60px;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.gnb_dotted>a{
    margin: 10px 0px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border:1px solid #333;
    border-radius: 50%;
    text-indent: -9999px;
}
.gnb_dotted>a.on{
    background-color: #009EE3;
    border-color: #009EE3;
}

#container h3{
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 80px;
    text-align: center;
}

/* main visual */
#main_visual>video{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}

#profile{
    margin-top: calc((100vw*9/16) + 150px); /* 만약 #main_visual>video의 높잇값 설정하고 오브젝트 핏도 설정하면 #about의 마진 탑값을 100vh 로 변경*/
}
.about_inner{
    display: flex;
    justify-content: space-evenly;
}
.ab_img_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ab_text_wrap{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.ab_text_wrap>h4{
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
}
.ab_text_wrap h5{
    font-size: 2rem;
    font-weight: 600;
    color: #009EE3;
}
.ab_text_wrap>h5{
    margin: 60px 0px;
}
.ab_text_wrap ul>li{
    background-image: url(../image/ellipse_1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
}
.ab_text_wrap ul>li:nth-of-type(2){
    background-position: left 6px;
}
.ab_text_wrap2 ul>li:nth-of-type(2){
    background-position: left 10px;
}

/* skill */
#skill{    
    margin-top:100px;
    padding: 160px 120px;
    background-color: #F9F9F9;
}
#skill>ul{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
#skill h4{
    font-weight: 500;
    margin-bottom: 32px;
}
#skill h4{
    display: block;
    font-size: 2.0rem;
}
#skill>ul>li>ul>li{
    color: #717171;
}
.skill_icon_wrap{
    display: flex;
    justify-content: space-around;
    margin-bottom: 26px;
}

/* work */
.swiper {
    overflow: visible;
    overflow-x: hidden;
    padding-bottom: 60px; /* 페이저(동그라미 모양)를 밑으로 내리고 싶은 만큼 패딩값 적용. 페이저의 기본 bottom 값이 -8px 감안해서 패딩 설정 */
}

.swiper-slide{
    display: flex;
    background-color: #fff;
    box-shadow: rgba(148, 148, 148, 0.2) 0px 2px 8px 0px; 
}

/* 이미지의 너비 비율 맞게 높이도 변하고, 잘려 보이지 않게 하려면 높잇값 삭제. */
.swiper-slide>div:first-child{
    width:720px;
    padding:30px;
}
.swiper-slide>div>img{
    width:100%;
    object-fit: cover;
}


/* 텍스트 영역 */
.swiper-slide>div:last-child{

}

/* 페이저(동그라미 모양) 색상 변경 */
:root {
--swiper-theme-color: #009EE3; 
}

/* 페이저(동그라미 모양) 크기 변경 : 20px 값을 변경 */
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
    background: none !important;
    border:1px solid #999;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #009EE3 !important;
    border:1px solid transparent;
}

/* 페이저(동그라미 모양) 를 썸네일 영역 밑에서 중앙 정렬 */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    
}

/* 좌우 디렉션 버튼 커스터마이즈 */
.swiper-button-next:after, .swiper-button-prev:after{display: none;} /* 기존 디자인 안보이게 설정 */
.swiper-button-next {
    background: url("../image/btn_prev_hv_Rg.svg") no-repeat; /* 다음 배너보기 버튼을 배경이미지로 설정하고 width, height 값 설정. css 위치에 따라 배경이미지 경로 유의 */
    background-size: 100% auto;
    background-position: center;
    width:60px;
    height:60px;
    border-radius: 50%;
    transform: translateY(-40px); /* .swiper에 적용한 하단 패딩값의 반만큼 설정해야 페이저가 수직 중앙 정렬 가능 */
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.swiper-button-prev {
    background: url("../image/btn_prev_hv.svg") no-repeat; /* 이전 배너보기 버튼을 배경이미지로 설정하고 width, height 값 설정. css 위치에 따라 배경이미지 경로 유의 */
    background-size: 100% auto;
    background-position: center;
    width:60px;
    height:60px;
    border-radius: 10px;
    transform: translateY(-40px); /* .swiper에 적용한 하단 패딩값의 반만큼 설정해야 페이저가 수직 중앙 정렬 가능 */box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border-radius: 50%;
}
.swiper-button-next:hover, .swiper-button-next:focus{
    background-size: 100% auto;
    background-position: center;
    background: url("../image/btn_next_hv_Rg.svg") no-repeat;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border-radius: 50%;
    width:60px;
    height:60px;
}

.swiper-button-prev:hover, .swiper-button-prev:focus{
    background-size: 100% auto;
    background-position: center;
    width:60px;
    height:60px;
    background: url("../image/btn_next_hv_lf.svg") no-repeat;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    border-radius: 50%;
}

/* 큐브형 슬라이드의 z-index를 조정하여 사라지지 않게 설정 */
.swiper-slide {
    backface-visibility: visible !important;
}

.work_wrap{
    overflow: hidden;
    position: relative;
    padding: 160px 0px 100px;
    border-top:1px solid #dde2e6;
    background: linear-gradient(45deg, #EEF9FF, #FAFAFA);
}
.work_wrap>img{
    position: absolute;
}
.work_wrap>img.ani01{
    top:-200px;
    right:40px;
    animation-name: ani_02;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}
.work_wrap>img.ani02{
    bottom:-100px;
    left:-100px;
    animation-name: ani_01;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
@keyframes ani_01{
    0%{
        transform: rotate(0deg);
        opacity: 1;
    }
    50%{
        transform: rotate(180deg);
        opacity: 0.6;
    }
    100%{
        transform: rotate(360deg);
        opacity: 1;
    }
}
@keyframes ani_02{
    0%{
        transform: rotate(0deg);
        opacity: 1;
    }
    50%{
        transform: rotate(-180deg);
        opacity: 0.6;
    }
    100%{
        transform: rotate(-360deg);
        opacity: 1;
    }
}
#work{
    margin-bottom: 50px;
}
#work>section{
    display: flex;
    margin-bottom: 100px;
}
#work>section:last-child{
    margin-bottom: 0px;
}
.work_detail{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width:378px;
}
.work_detail>h4{
    font-size: 4.2rem;
    font-weight: 400;
}
.work_detail>h4>ul{
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
}
.work_detail>div{
    display: flex;
    justify-content: space-between;
}
.work_detail>div>a{
    font-size: 1.6rem;
    display: block;
    line-height: 38px;
    width: 114px;
    text-align: center;
    border:1px solid #737272;
    padding:2px 15px;
    border-radius: 68px;
}
.work_detail>div>a:hover, .work_detail>div>a:focus{
    background-color: #009EE3;
    border:1px solid #009EE3;
    color:#fff;
}
.work_detail>ul>li{
    margin-bottom: 8px;
}
.work_detail>ul>li>strong{
    font-size: 1.6rem;
    margin-right: 5px;
}
/* contact */
#contact{
    margin:100px 0px;
}
#contact>div{
    display: flex;
    justify-content: center;
}
#contact>div>a{
    margin:0px 20px;
    text-indent: -9999px;
    width: 41px;
    height: 36px;
    background: url(../image/icon_email.svg);
}
#contact>div>a:hover, #contact>div>a:focus{
    background: url(../image/icon_email_ov.svg);
}
#contact>div>a:nth-of-type(2){
    margin:0px 20px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url(../image/icon_phone.svg);
}
#contact>div>a:nth-of-type(2):hover,#contact>div>a:nth-of-type(2):focus{
    background: url(../image/icon_phone_ov.svg);
}
#contact>div>a:nth-of-type(3){
    margin:0px 20px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url(../image/icon_kakaotalk.svg);
}
#contact>div>a:nth-of-type(3):hover,#contact>div>a:nth-of-type(3):focus{
    width: 40px;
    height: 39px;
    background: url(../image/icon_kakaotalk_ov.svg);
}
#contact>div>a:nth-of-type(4){
    margin:5px 20px;
    text-indent: -9999px;
    width: 43px;
    height: 32px;
    background: url(../image/icon_youtube.svg);
}
#contact>div>a:nth-of-type(4):hover,#contact>div>a:nth-of-type(4):focus{
    margin:5px 20px;
    background: url(../image/icon_youtube_ov.svg);
}

/* footer */
footer{
    color: #fff;
    background-color: #2D2D2D;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* tablet */
@media screen and (min-width:768px) and (max-width:1199px){
    body{font-size: 1.4rem;}
    .center{width: initial; padding: 0px 24px;}
    header{
        padding:10px 0px;
    }
    #container h3{
        font-size: 3.6rem;
        font-weight: 700;
        margin-bottom: 40px;
    }
    #about {
        margin-top: calc((100vw* 9 / 16) + 80px);
    }
    .ab_img_wrap{
        width: 40%;
    }
    .ab_img_wrap>img{
        width: 100%;
    }
    .ab_text_wrap{
        width: 60%;
        padding-left: 80px;
    }
    .ab_text_wrap>h4{
        font-size: 2.8rem;
    }
    .ab_text_wrap>h5{
        font-size: 1.6rem;
    }
    .ab_text_wrap h5{
        font-size: 1.6rem;
    }
    #skill{
        margin:100px 0;
    }
    #skill h4>strong{
        font-size: 2.2rem;
    }

    .swiper-slide{
        display: block;
    }
    #work .swiper-slide>div{
        width:100%;
    }
    /* 텍스트 영역 */
    .swiper-slide>div{
        width:100%;
        padding:20px;
    }
    .swiper-slide>div>img{
        height:initial; /* 썸네일 이미지의 너비에 맞게 높이 비율 변하게 초깃값으로 변경 */
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        width:100%; /* 썸네일 및 텍스트 영역 모두 포함한 영역 중앙에 위치하려면 너비 설정 안해도 됨(기존에 100% 설정되어 있음) */
    }
    .swiper-button-next { /* 태블릿에서 버튼 크기 축소 */
        width:20px;
        height:30px;
    }
    .swiper-button-prev {  /* 태블릿에서 버튼 크기 축소 */
        width:20px;
        height:30px;
    }
    #work{
        margin-bottom: 210px;
    }
    .swiper-slide>div:first-child{
        padding:0px 16px;
    }
    .work_detail>h4{
        font-size: 1.8rem;
        margin-bottom: 0px;
    }
    .work_detail>ul>li{
        font-size: 1.8rem;
    }
    .work_detail>ul>li{
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .work_detail>ul>li:last-child{
        margin-bottom: 0px;
    }
    .short>h4{
        font-size: 2.6rem;
        margin-bottom:20px;
    }
    .short>ul>li{
        flex: 1 1 0;
        margin: 0px 20px;
    }
    .short>ul>li:first-child{
        margin-left: 0px;
    }
    .short>ul>li:last-child{
        margin-right: 0px;
    }
    .short>ul>li>a{
        display: block;
    }
    .short>ul>li>a>img{
        width: 100%;
    }
    #contact{
        margin: 100px 0px;
    }
    footer{
        padding-bottom: 40px;
    }
}/* tablet End */


/* mobile */
@media screen and (max-width:767px){
    body{
        font-size: 1.2rem;
    }
    .center{width: initial; padding: 4px 12px;}
    .logo>a>img{
        width: 32px;
    }
    .gnb>a{
        font-size: 1.2rem;
        padding:4px 2px;
    }
    .gnb_dotted{
        display: none !important;
    }
    #main_visual>video{
        top:46px; /* 본인의 헤더 높이만큼 설정 */
    }
    
    #container h3{
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 20px;
    }
    #profile {
        margin-top: calc((100vw* 9 / 16) + 60px);
        text-align: center;
    }
    .about_inner{
        display: block;
    }
    .ab_img_wrap{
        width: 60%;
        margin: 0px auto;
    }
    .ab_img_wrap>img{
        width: 100%;
    }
    .ab_text_wrap{
        margin-top: 28px;
    }
    .ab_text_wrap>h4{
        font-size: 2.2rem;
    }
    .ab_text_wrap>div:nth-of-type(2){
        margin-top: 12px;
    }
    .ab_text_wrap>h5{
        font-size: 1.6rem;
        margin: 24px 0px;
    }
    .ab_text_wrap h5{
        font-size: 1.6rem;
    }
    .ab_text_wrap ul>li{
        background-image: none;
        padding-left: 0px;
    }
    #skill{
        margin:40px 0px 0px;
        padding:60px 0px;
    }
    #skill h4{
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
    #skill h4>strong{
        font-size: 2.2rem;
    }
    #skill>ul{
        flex-wrap: wrap;
    }
    #skill>ul>li{
        width:50%;
        margin-bottom: 40px;
    }
    #skill>ul>li:last-child{
        margin-bottom: 0px;
    }
    .skill_icon_wrap>img{
        width: 36px;
        height: 36px;
        display: inline-block;
    }
    #work{
        margin-bottom: 40px;
    }
    .ani01, .ani02{
        display: none;
    }
    .swiper-slide>div:first-child{
        padding:16px;
    }
    .work_detail>h4{
        font-size: 2.4rem;
        margin-bottom: 8px;
    }
    .work_detail>ul>li{
        font-size: 1rem;
        line-height: 1.2;
    }
    .work_detail>ul>li{
        font-size: 1.2rem;
        margin-bottom: 10px;
    }    
    .work_detail>div>a{
        font-size: 1.2rem;
        padding: 0px;
        line-height: 30px;
        width: 88px;
        margin-bottom: 4px;
    }
    .work_detail>ul>li>strong{
        font-size: 1.4rem;
    }
    .swiper-slide{
        display: block;
    }
    #work .swiper-slide>div{
        width:100%;
    }
    /* 텍스트 영역 */
    .swiper-slide>div{
        width:100%;
        padding:0px 16px 16px 16px;
    }
    .swiper-slide>div>img{
        height:initial; /* 썸네일 이미지의 너비에 맞게 높이 비율 변하게 초깃값으로 변경 */
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        width:100%; /* 썸네일 및 텍스트 영역 모두 포함한 영역 중앙에 위치하려면 너비 설정 안해도 됨(기존에 100% 설정되어 있음) */
    }
    .swiper-button-next, .swiper-button-prev, .swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus{ /* 모바일에서 버튼 크기 축소 */
        width:30px !important;
        height:30px !important;
        background-size: 100% auto;
        background-position: center;
    }

    .short{
        margin-top: 80px;
    }
    .short>h4{
        font-size: 2rem;
        margin-bottom:20px;
    }
    .short>ul>li{
        width:47%;
    }
    .short>ul>li:nth-last-child(2n-1){
        margin-left: 6%;
        margin-bottom: 20px;
    }
    .short>ul>li>a{
        display: block;
    }
    .short>ul>li>a>img{
        width: 100%;
    }
    #contact{
        margin: 40px 0px;
    }
    #contact>div>a{
        width:32px !important;
        height: 28px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    footer{
        padding-bottom: 18px;
    }
    .btn_top{
        display: none;
        right: 20px;
        bottom: 10px;
    }
}/* mobile End */