@charset "utf-8";
@import "font.css";
:root{
    --engFont:'SmalltalkSansBold';
    --korFont:'DungGeunMo';
    --engDescFont:'Montserrat';
    --korDescFont:'Pretendard';
    --backgroundColor: linear-gradient(to bottom, #C2E8FB, #fff);
    --titleColor: #F3DCEB;
    --textColor: #292929;
}

/* reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
img{
    vertical-align: top;
}

/* 공통 영역 */
.container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.section {
    padding: 70px 0;
}
h2 {
    font-family: var(--engFont);
    font-size: 70px;
    color: var(--titleColor);
    /* white-space: nowrap; */
}
h3 {
    font-family: var(--korFont);
    font-size: 40px;
}
h4 {
    font-family: var(--korFont);
    font-size: 1.3em;
    color: var(--textColor);
}

/* ====== mb-btn 영역 ====== */
.mb-btn {
    position: fixed;
    right: 20px;
    top: 22px;
    z-index: 1000;
    display: none;
}
.mb-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ====== mb-menu 영역 ====== */
.mb-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.438);
    z-index: 100;
    padding: 50px;
    transition: .6s;
    border-left: 1px solid rgba(255, 255, 255, .5);
    backdrop-filter: blur(7px);
}
.mb-menu.on {
    right: 0;
}
.mb-menu .pic {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
.mb-menu .pic img {
    border-radius: 50%;
    margin-bottom: 1em;
}
.mb-menu .pic p {
    color:var(--textColor);
    font-weight: bold;
    font-size: 1em;
    font-family: var(--korFont);
}
.mb-menu .mb-nav {
    margin-top: 50px;
    font-size: 1.25em;
}
.mb-menu .mb-nav li {
    padding: 20px 0;
    /* border-bottom: 1px solid #000; */
}
.mb-menu .mb-nav li a {
    font-family: var(--korFont);
    color: var(--textColor);
}
.mb-menu .mb-nav li a i {
    margin-right: 20px;
}
/* ====== header ====== */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease;
}
header.hidden {
    transform: translateY(-100%);
}
header .container {}
header ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul li {
}
header ul li a {
    display: block;
    line-height: 80px;
    font-family: var(--engFont);
    letter-spacing: 0.4px;
    font-size: 1.4em;
}
header ul li a img {
    width: 34px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

/* main */
/* ====== home 영역 ====== */
#home {
    background: url(../img/visual/visual-bg.gif) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
}
#home .container {
    position: relative;
}
#home .home-type {
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
#home .home-type img {
    width: 55px;
}
#home .home-type #animatedStr {
    font-family: var(--engFont);
    font-size: 1.8em;
    color: var(--textColor);
    letter-spacing: 0.4px;
}
#home .title-wrapper {
    position: absolute;
    top: 25%;
    left: 50%;

}
#home .title-wrapper .title {
    font-size: 6em;
    font-family: var(--engFont);
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    letter-spacing: 2px;
}
#home .title-wrapper .title-fill {
    background: linear-gradient(to right, #FFF170, #f978a2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px #292929;
    z-index: 1;
}
/* #home .title-wrapper .title-shadow {
    color: black;
    text-shadow: 8px 8px rgb(0, 0, 0);
    z-index: 0;
} */
#home .play {
    font-family: var(--engFont);
    font-size: 1.7em;
    color: #292929;
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateX(-50%);
}
#home .profile-btn {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translateX(-50%);
}
#home .profile-btn span {
    display: inline-block;
    font-family: var(--engFont);
    font-size: 1.4em;
    margin: 0 24px 18px 0;
    color: var(--textColor);
}
#home .profile-btn img {
    display: block;
    animation: arrow 1s ease-in-out infinite;
    padding-left: 12px;
}

@keyframes arrow {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-7px); }
    100% { transform: translateY(0); }
}

/* ====== profile 영역 ======  */
#profile {
    background: url(../img/profile/background-04.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
#profile .container {}
#profile .title {
    -webkit-text-stroke: 4px #292929;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
#profile .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: auto auto auto auto; */
    gap: 2rem;
    max-width: 1164px;
    margin: 0 auto;
}
/* grid */
.grid-container .character {
    grid-column: 1/2;
    grid-row: 1/3;
}
.character > h4 {
    text-align: center;
    background-color: #85C1EA;
    color: #FAF185;
    padding: 15px 0;
    border-radius: 8px;
    -webkit-text-stroke: 0.1px #292929;
    border: 2px solid #292929;
    margin-bottom: 15px;
}
.character > div {
    background: linear-gradient(to bottom, #a2d9f6, #fff);
    border: 2px solid #292929;
    border-radius: 8px;
    padding: 20px 25px;
}
.character > div img {
    /* width: 100%;
    height: auto;
    object-fit: cover; */
}
.character > div h4 {
    font-size: 1.8em;
    color: #fff;
    -webkit-text-stroke: .5px #292929;
    text-align: center;
    margin-top: 10px;
}
.grid-container .info {
    grid-column: 2/5;
    grid-row: 1/3;
}
.info h4 {
    text-align: center;
    background-color: #85C1EA;
    color: #FAF185;
    padding: 15px 0;
    border-radius: 8px;
    -webkit-text-stroke: 0.1px #292929;
    border: 2px solid #292929;
    margin-bottom: 15px;
}
.info table {
    width: 100%;
    font-family: var(--korFont);
    font-size: 1.2em;
    vertical-align: top;
    border-collapse: separate;
    border-spacing: 0 12px;
}
.info table tr {
    text-align: center;
    width: 30%;
    padding: 10px 0;
    margin-bottom: 8px;
}
.info table tr td {
    text-align: center;
    padding: 14px 0;
    border: 2px solid #292929;
    overflow: hidden;
}
.info table tr td.label {
    background-color: #85C1EA;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.info table tr td.value {
    background-color: #fff;
    border-left: none;
    border-right: none;
}
.info table tr td.arrow {
    background-color: #fff;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.grid-container .skill {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
}
.skill .skill-title {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #85C1EA;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 2px solid #292929;
}
.skill .skill-title img {}
.skill .skill-title h4 {
    /* font-size: 1.7em; */
    margin-left: 5px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: .5px #292929;
}
.skill .skill-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid #292929;
    border-top: none;
}
.skill .skill-icons div {
    width: 60px;
}
.skill .skill-icons div img {
    width: 100%;
}

.grid-container .etc {
    grid-column: 3/5;
    grid-row: 3/5;
}
.etc .etc-title {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #85C1EA;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 2px solid #292929;   
}
.etc .etc-title img {}
.etc .etc-title h4 {
    font-size: 1.7em;
    margin-left: 5px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: .5px #292929;
}
.etc .etc-desc {
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 2px solid #292929;
    border-top: none;
    padding: 25px 0;
}
.etc .etc-desc p {
    font-family: var(--korFont);
    color: var(--textColor);
    text-align: center;
    margin-bottom: 12px;
    font-size: 1em;
    word-break: keep-all;
}
.etc .etc-desc p:last-child {margin-bottom: 0;}

.grid-container .next {
    grid-column: 3/5;
    grid-row: 4/5;
}

/* ====== coding 영역 ====== */
#coding {
    background: linear-gradient(to bottom, #C6E8FA, #fff);
    padding-bottom: 0;
    width: 100%;
    height: 100vh;
    position: relative;
}
#coding .container {
    width: 70%;
    position: relative;
    z-index: 99;
}
#coding .title {
    -webkit-text-stroke: 4px #292929;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 28px;
}
#coding .swiper-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
#coding .uiux-swiper {
    width: 45%;
    margin: 0;
}
#coding .uiux-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}
#coding .uiux-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}
#coding .uiux-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#coding .text-swiper {
    width: 40%;
    text-align: center;
    margin: 0;
}
#coding .text-swiper .swiper-wrapper {}
#coding .text-swiper .swiper-slide {}
#coding .text-swiper .swiper-slide .work-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
#coding .text-swiper .swiper-slide .work-title img {}
#coding .text-swiper .swiper-slide .work-title h4 {
    font-size: 1.7em;
    margin-left: 10px;
}
#coding .text-swiper .swiper-slide .work-desc {}
#coding .text-swiper .swiper-slide .work-desc p {
    font-family: var(--korFont);
    margin: 20px 0 24px;
    font-size: 1.38em;
    letter-spacing: 1.4px;
    word-break: keep-all
}
#coding .text-swiper .swiper-slide .work-desc a {
    display: inline-block;
    font-family: var(--engFont);
    background-color: #a2d9f6;
    padding: 10px 18px;
    border-radius: 8px;
    border: 1px solid #292929;

}
.next-btn {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.prev-btn {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.next-btn img,
.prev-btn img {
    display: block;
    width: 100%;
    height: 100%;
    width: 60px;
    height: 70px;
    cursor: pointer;
}
#coding .bottom-bg {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#coding .bottom-bg img {
    width: 100%;
}
.fruit {
    position: absolute;
    pointer-events: none;
    z-index: 10;
    font-size: 25px;
    animation: fall linear forwards;
}

@keyframes fall {
    from { transform: translateY(0px) rotate(0deg); opacity: 1; }
    to { transform: translateY(800px) rotate(720deg); opacity: 0; }
}
/* ====== design 영역 ====== */
#design {
    background: linear-gradient(to bottom, #C6E8FA, #fff);
    height: 100vh;
    position: relative;
}
#design.section {
    padding-bottom: 0;
}
#design .container {
    position: relative;
    max-width: 1000px;
    width: 100%;
}
#design .title {
    -webkit-text-stroke: 4px #292929;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
#design .detail {
    animation: cloud02 1s ease-in-out infinite;
}
#design .logo-d {
    position: absolute;
    top: 18%;
    right: 0;
    animation: cloud01 1s ease-in-out infinite;
}
#design .poster {
    position: absolute;
    top: 38%;
    left: 50%;
    animation: cloud01-poster 1s ease-in-out infinite;
}
#design .promotion {
    position: absolute;
    top: 57%;
    left: 0;
    animation: cloud01 1s ease-in-out infinite;
}
#design .ai {
    position: absolute;
    top: 59%;
    right: 0;
    animation: cloud02 1s ease-in-out infinite;
}
#design .bottom-ground {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#design .bottom-ground img {
    width: 100%;
}
/* modal */
.window-content {
    position: fixed;
    top: 0;
    left: 50%;
    width: 60%;
    height: 100%;
    transform: translateX(-50%);
    overflow-y: auto;
    display: none;
    z-index: 999;
}
.window-content img {
    width: 100%;
}
/* window-mask */
.window-mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,.6);
    display: none;
}

@keyframes cloud01 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-2px); }
    100% { transform: translateY(0); }
}
@keyframes cloud01-poster {
    0%   { transform: translateX(-50%) translateY(0); }
    50%  { transform: translateX(-50%) translateY(-2px); }
    100% { transform: translateX(-50%) translateY(0); }
}
@keyframes cloud02 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(2px); }
    100% { transform: translateY(0); }
}

/* ====== contact 영역 ====== */
#contact {
    background: linear-gradient(to bottom, #C6E8FA, #fff);
    width: 100%;
    height: 100vh;
}
#contact .container {
    position: relative;
}
#contact .title {
    -webkit-text-stroke: 4px #292929;
    text-align: center;
    letter-spacing: 1px;
}
#contact .contact-info {
    position: relative;
    z-index: 9;
} 
#contact .contact-info .phone {} 
#contact .contact-info .phone img {
    position: absolute;
    top: 20px;
    left: 20%;
    animation: cloud02 1s ease-in-out infinite;
} 
#contact .contact-info .mail {} 
#contact .contact-info .mail img {
    position: absolute;
    top: 130px;
    right: 20%;
    animation: cloud01 1s ease-in-out infinite;
}
#contact .contact-me {
    background-color: #fff;
    border: 6px solid #B7D0ED;
    border-radius: 20px;
    padding: 30px 60px;
    display: flex;
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);

}
#contact .contact-me .profile-box {}
#contact .contact-me .profile-box .img-wrap {
    border: 4px solid #B7D0ED;
}
#contact .contact-me .profile-box .img-wrap img {}
#contact .contact-me .profile-box p {
    font-family: var(--korFont);
    text-align: center;
    margin-top: 10px;
    letter-spacing: 1px;
}
#contact .contact-me .text-box {
    
}
#contact .contact-me .text-box p {
    font-family: var(--korFont);
    font-size: 1.5em;
    line-height: 32px;
}