body {
    background-color: #FFFEFA;
}
body > *{
    min-width: 1680px;
}
header {
    padding-top: 15px;
    height: 100vh;
    position: relative;
    border: 20px solid #27492f;
}
header .title {
    margin: 0px auto;
    position: absolute;
    top: 50%; left: 5%; transform: translateY(-50%);
}
header .title .title_cont h2 {
    font-size: 1.778rem;
}
header .title .title_cont h1 {
    font-size: 5rem;
    font-weight: 800;
    color: #2c5035;
    padding-top: 5px;
    letter-spacing: -0.1rem;
    line-height: 1.2;
    margin: 30px 0;
}
header .title ul {
    display: flex;
}
header .title .pf_list li {
    margin-right: 30px;
}
header .title .pf_list li a {
    font-size: 1.222rem;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
header .title .pf_list li a:hover {
    color: #44991c;
    border-bottom: 1px solid #44991c;
}
/* ==================== cont 공통 ================== */
.container {
    border-bottom: 2px solid #27492f;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 100px 0;
}
.container .sub_title h3 {
    font-family: "YESMyoungjo-Regular";
    font-size: 2.22rem;
    margin: 0 0 30px 120px;
} 
.container .sub_title h3 span {
    font-size: 2.77rem;
    font-family: "YESMyoungjo-Regular";
}
.container .contin {
    width: calc(100% - 240px);
    margin: 0 auto;
}
.container .swiper .arrow {
    color: #999;
}
/* ========================= about me ======================= */
.cont1 {
    background: url(../img/mainbg.png) no-repeat center center / 80%;
}
.cont1 .contin {
    display: flex;
    height: 70%;
}
.cont1 .contin .about_cont {
    width: calc(100% / 3);
    display: flex;
    flex-flow: column;
}
.cont1 .contin .profile {
    justify-content: center;
}
.cont1 .contin .profile>img {
    width: 80%;
    margin-left: 10%;
}
.cont1 .contin .profile .p_txt {
    text-align: center;
    display: flex;
    flex-flow: column;
    margin-top: 20px;
}
.cont1 .contin .profile .p_txt .p_name {
    display: flex;
    justify-content: center;
    align-items: end;
}
.cont1 .contin .profile .p_txt .p_name .name {
    font-size: 1.667rem;
    color: #000;
    margin-right: 10px;
}
.cont1 .contin .profile .p_txt .p_name .e_name {
    font-weight: 300;
    font-family: "Gothic A1", sans-serif;
    letter-spacing: 0.05rem;
}
.cont1 .contin .profile .p_txt p {
    margin-top: 15px;
}
/* =====about1,2 공통===== */
.cont1 .contin .about_cont .about_list h4 {
    font-size: 1.222rem;
    color: #000;
    border-bottom: 3px solid #27492f;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: -0.05rem;
}
.cont1 .contin .about_cont .about_list p {
    margin-bottom: 20px;
    white-space: nowrap;
}
.cont1 .contin .about_cont .about_list p:last-child {
    margin-bottom: 0px;
}
.cont1 .contin .about_cont .about_list p span {
    color: #555; margin-left: 15px;
}
/* ====about 1==== */
.cont1 .contin .about1 {
    justify-content: space-around;
    margin-left: 50px;
}
.cont1 .contin .about1 .Keyword p {
    font-size: 1.222rem;
    line-height: 2.2;
    animation-name: keyword;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    letter-spacing: -0.06rem;
}
@keyframes keyword {
    0% {color: #1e7508;}
    100% {color: #cadb31;}
}
/* ===about2=== */
.cont1 .contin .about2 {
    justify-content: space-between;
    /* width: 40%; */
}
.cont1 .contin .about2 .Skills .skills_list {
    display: flex;
    justify-content: space-between;
    width: 80%;
    flex-flow: row wrap;
}
/* ============================cont2============================== */
.cont2 {
    background: url(../img/mainbg.png) no-repeat center center / 80%;
    flex-flow: column;
    justify-content: center;
}
.cont2 .web_list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont2 .web_list .title {
    width: 400px;
}
.cont2 .web_list .title h4 {
    font-size: 2.222rem;
    color: #000;
    border-bottom: 3px solid #27492f;
    display: inline-block;
}
.cont2 .web_list .title .hash {
    font-size: 1.11rem;
    color: #555;
    letter-spacing: -0.01rem;
    margin: 15px 0 15px;
    margin-bottom: 20px;
}
.cont2 .web_list .title .info {
    font-size: 1.11rem;
    line-height: 2;
}
.cont2 .web_list .title .icon {
    margin-left: 15px;
}
.cont2 .web_list .web_list_cont .thumnail {
    display: flex;
}
.cont2 .web_list .web_list_cont .thumnail .btn {
    display: flex;
    gap: 25px;
    flex-flow: column;
    margin-top: 40px;
}
.cont2 .web_list .web_list_cont .thumnail .btn a {
    background: #ade0a0;
    width: 130px; height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px; 
    padding-top: 2px;
}
.cont2 .web_list .web_list_cont .thumnail .btn a:hover {
    color: #fff;
    background-color: #b5f09a;
}
.cont2 .web_list .web_list_cont .thumnail .desktop {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px;
}
/*================= cont3 =================*/
.cont3 .sub_title h3 {
    font-family: "YESMyoungjo-Regular";
    font-size: 2.22rem;
    margin-left: 120px;
    margin-top: 0%;
} 
.cont3 .sns_list {
    width:1800px;
    margin: 30px auto;
    overflow: visible;
}
.cont3 .sns_list .swiper-wrapper .swiper-slide {transition: all 0.3s;}
.cont3 .sns_list .swiper-wrapper .swiper-slide img {width: 100%;}
.cont3 .sns_list .swiper-wrapper .swiper-slide:hover {transform: scale(110%);}
/* ===============cont4===============*/
.cont4 .bn_list {
    width: 1800px;
    margin: 50px auto;
    overflow: visible;
}
.cont4 .bn_list .swiper-wrapper .swiper-slide {transition: all 0.3s;}
.cont4 .bn_list .swiper-wrapper .swiper-slide img {width: 100%;}
.cont4 .bn_list .swiper-wrapper .swiper-slide:hover {transform: scale(110%);}
/* ================cont5=============== */
#detailDesign {}
#detailDesign .sub_title {
    display: flex;
    align-items: center;
    gap: 20px;
}
#detailDesign .sub_title p {
    color: #555;
}
/* thumnail modal */
#detailDesign .thumnail {
    display:flex; width:1200px; gap:10px;
    height:700px; overflow:hidden;
}
#detailDesign .thumnail a {}
#detailDesign .thumnail a img {width:100%;}
#detailDesign .popup {
    position:fixed; left:0; top:0; z-index:999; 
    width:100%; height:100vh; overflow:auto;
    background:rgba(0,0,0,0.8); padding:10px 0;
    text-align:center;
    display:none;
}
#detailDesign .popup img {width:800px;}
/* cont5 끝 */