/* 색상코드 */
/* cover_bg #0D1442;  / page_bg #FFFBEF; / point_color #FF5B1C; / txt_sub_color #A7A7A7;*/
/* font-family: mark; */
/* font-size: 
320px - 20rem; 
40px - 2.5rem;
32px - 2rem;
20px - 1.25rem;
18px - 1.125rem;
16px - 1rem;
14px - 0.875rem;
*/

body {}

#wrap {
    width: 100%;
    height: 100vh;
}

#wrap .swiper-wrapper {}

#wrap .swiper-wrapper .intro_bg {
    background-color: #0D1442;
    width: 100%;
    height: 1000px;
    padding-top: 250px;
}

#wrap .swiper-wrapper .intro_bg h1 {
    /* background-color: yellow; */
    width: 1000px;
    margin: 0 auto;
}

#wrap .swiper-wrapper .intro_bg h1 img {
    width: 100%;
}

/* 슬라이드 2 (자기소개) */
#wrap .swiper-wrapper .profile {
    background-color: #FFFBEF;
}

#wrap .swiper-wrapper .profile .container {
    /* 슬라이드 큰묶음 */
    padding: 0 140px;
    margin: 0 auto;
}

#wrap .swiper-wrapper .profile .container .intro_title_wrap {
    /* 타이틀 묶음 */
    /* background-color: skyblue; */
}

#wrap .swiper-wrapper .profile .container .intro_title_wrap img {
    position: relative;
}

#wrap .swiper-wrapper .profile .container .intro_title_wrap h1 {
    font-size: 2rem;
    font-weight: 500;
    position: absolute;
    top: 60px;
    left: 238px;
}

#wrap .swiper-wrapper .profile .container .intro_title_wrap h1 em {
    color: #FFFBEF;
}

#wrap .swiper-wrapper .profile .container .intro_title_wrap h2 {
    /* 자기소개 문구*/
    /* background-color: #FF5B1C; */
    color: #0D1442;
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 70px;
    padding-left: 545px;
}
#wrap .swiper-wrapper .profile .container .intro_title_wrap h2 em {
    /* background: linear-gradient(to top, #c8d8fd 45%, transparent 65%); */
    /* background: linear-gradient(to top, #F2C94C 45%, transparent 65%); */
    background: linear-gradient(to top, #cbe9f2 45%, transparent 65%);
    font-weight: 700;

}
#wrap .swiper-wrapper .profile .container .intro_title_wrap h2 span {
    font-weight: 700;
    font-size: 1.12em;
    color: #0D1442;
    /* background: linear-gradient(to top, #a6c0fd 45%, transparent 55%); */
    background: linear-gradient(to top, #cbe9f2 45%, transparent 55%);

}

#wrap .swiper-wrapper .profile .container .intro_contents {
    /* 프로필 묶음 */
    /* background-color: aquamarine; */
    position: relative;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap {
    /* 사진 , 프로필 , qr */
    /* background-color: pink; */
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap .my_img {
    padding-top: 50px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap p {
    /* 이름 */
    /* background-color: teal; */
    padding-top: 30px;
    font-size: 1.125rem;
    color: #0D1442;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap {
    /* background-color: tomato; */
    height: 513px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap a {
    /* 연락처 */
    /* background-color: brown; */
    padding-top: 10px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap a img {
    margin-right: 10px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap .email {
    display: flex;
    align-items: center;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap .email span {
    color: #0D1442;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap .github {
    display: flex;
    align-items: center;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap .github span {
    color: #0D1442;
}

#wrap .swiper-wrapper .profile .container .intro_contents .left_wrap .num_qr {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 14px;
    left: 264px;
}

/* 오른쪽 top _ info */
#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap {
    /* 오른쪽 info 큰묶음 */
    position: absolute;
    top: 0;
    right: 0;
    height: 310px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap {
    /* background-color: rgb(76, 201, 194); */
    margin-bottom: 122px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap h2 {
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
    color: #0D1442;
    margin-bottom: 22px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap {
    /* tools 2개 묶음 */
    display: flex;
    flex-flow: row nowrap;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap .left_tools {
    /* background-color: rgb(120, 161, 189); */
    margin-right: 80px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap .left_tools li {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-right: auto;
    margin-bottom: 15px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap .left_tools li img {
    margin-right: 10px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap .left_tools li p {
    color: #0D1442;
}

/* right_tools */
#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap .right_tools {
    /* background-color: yellow; */
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .intro_info_top_wrap .right_tools li {
    /* background-color: yellow; */
    align-items: center;
    margin-right: auto;
    margin-bottom: 15px;
    display: flex;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap .right_tools li img {
    margin-right: 10px;
}

#wrap .swiper-wrapper .profile .container .intro_contents .intro_info_wrap .right_top_wrap .intro_info_top_wrap .right_tools li p {
    line-height: 140%;
    color: #0D1442;
}

/* right_bottom_wrap */
/* edu */
#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap {
    /* background-color: yellowgreen; */
    display: flex;
    position: absolute;
    /* 부모기준 */
    top: 360px;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #edu_wrap {}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #edu_wrap h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 22px;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #edu_wrap .edu {}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #edu_wrap .edu li {
    margin-bottom: 15px;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #edu_wrap .edu li span {
    color: #A7A7A7;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #edu_wrap .edu li p {
    color: #0D1442;
    margin-top: 10px;
}

/* license */
#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #license_wrap {
    padding-left: 115px;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #license_wrap h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 22px;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #license_wrap .license {}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #license_wrap .license li {
    margin-bottom: 15px;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #license_wrap .license li span {
    color: #A7A7A7;
}

#wrap .swiper-wrapper .profile .container .intro_info_wrap .right_bottom_wrap #license_wrap .license li p {
    color: #0D1442;
    margin-top: 10px;
}

/* ================================================================== */
/* 가능 기술 소개 */
#wrap .swiper-wrapper #profile1 {
    background-color: #FFFBEF;
}

#wrap .swiper-wrapper #profile1 .title {
    padding: 88px 140px;
    margin: 0 auto;
}

#wrap .swiper-wrapper #profile1 .title h2 {
    /*about me*/
    font-size: 1.4rem;
    color: #6184D5;
    margin-bottom: 10px;
    font-weight: 600;

}

#wrap .swiper-wrapper #profile1 .title h2 span {
    /* 하이라이트 */
    background: linear-gradient(to top, #a6c0fd 45%, transparent 40%);
}

#wrap .swiper-wrapper #profile1 .title h3 {
    font-size: 2.625rem;
    font-weight: 700;
    font-family: 'pretendard', sans-serif;
    color: #0D1442;
    /* color: #6184D5; */
}

#wrap .swiper-wrapper #profile1 .title h3 em {
    color: #6184D5;
    font-weight: 700;


}

#wrap .swiper-wrapper #profile1 .title .contents {
    display: flex;
    flex-flow: row nowrap;
    text-align: center;
    gap: 20px;
    padding-top: 129px;
    margin: 0 auto;
}

#wrap .swiper-wrapper #profile1 .title .contents li {
    padding: 96px 30px;
    width: calc(100% / 4);
    height: 380px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.13);

}

#wrap .swiper-wrapper #profile1 .title .contents li h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #6184D5;
}

#wrap .swiper-wrapper #profile1 .title .contents li p {
    margin-bottom: 15px;
    line-height: 20px;
}

/* 웹 프로젝트 */
/* =================================================================== */
/* 탬버린즈 */
#wrap .swiper-wrapper .project1 {
    width: 100%;
    background-image: url(../images/web/bg/bg_1920_01.png);
}

#wrap .swiper-wrapper .project1 .container {
    /* 큰묶음 */
    padding: 0 140px;
    margin: 0 auto;
}

#wrap .swiper-wrapper .project1 .container .top_wrap {}

#wrap .swiper-wrapper .project1 .container .top_wrap #project_title_wrap {
    /* 인덱스, 대제목 */
    /* background-color: yellow; */
    padding-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
}

#wrap .swiper-wrapper .project1 .container .top_wrap #project_title_wrap img {}

#wrap .swiper-wrapper .project1 .container .top_wrap #project_title_wrap h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 61px;
    margin-left: 23px;
    color: #fff;
}

#wrap .swiper-wrapper .project1 .container .top_wrap .project_info {
    /* background-color: darkgreen;   */


}

#wrap .swiper-wrapper .project1 .container .top_wrap .project_info h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project1 .container .top_wrap .project_info p {
    color: #fff;
    margin-top: 15px;

}

#wrap .swiper-wrapper .project1 .container .top_wrap .project_info p em {
    color: #fff;
}

#wrap .swiper-wrapper .project1 .container .top_wrap #show_btn_wrap {
    /* 버튼 묶음 */
    /* background-color: yellow; */
    padding: 28px 0;
    /* display: flex; */

}

#wrap .swiper-wrapper .project1 .container .top_wrap #show_btn_wrap a {
    width: 180px;
    height: 0px;


}

#wrap .swiper-wrapper .project1 .container .top_wrap #show_btn_wrap a button {
    background-color: #FF5B1C;
    color: #fff;
    width: 120px;
    height: 36px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;

}

#wrap .swiper-wrapper .project1 .container .top_wrap #show_btn_wrap a button:hover {
    /* 버튼 호버 효과 */
    /* background-color: #FF5B1C; */
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

#wrap .swiper-wrapper .project1 .container .top_wrap #show_btn_wrap a #figma {
    background-color: #000;
}

#wrap .swiper-wrapper .project1 .container .top_wrap #show_btn_wrap a #proposal {
    background-color: #000;
}

#wrap .swiper-wrapper .project1 .container .top_wrap #show_btn_wrap a #proposal span {
    color: #fff;
}

/* 탬버린즈 프로젝트 내용 */
#wrap .swiper-wrapper .project1 .container .bottom_wrap {
    /* 탬버린즈 내용 큰묶음  */
    /* background-color: wheat; */
    /* padding: 100px 0; */
    padding-top: 190px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;


}

#wrap .swiper-wrapper .project1 .container .bottom_wrap .qr {
    /* 탬버린즈 깃허브 큐알코드 */
    /* background-color: yellowgreen; */
    margin-top: 70px;
}

#wrap .swiper-wrapper .project1 .container .bottom_wrap .qr p {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project1 .container .bottom_wrap .qr img {
    width: 70px;
    height: 70px;
}

#wrap .swiper-wrapper .project1 .container .bottom_wrap .project_contents {
    width: 560px;

}

#wrap .swiper-wrapper .project1 .container .bottom_wrap .project_contents h3 {
    font-size: 1.563rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;

}

#wrap .swiper-wrapper .project1 .container .bottom_wrap .project_contents h3 span {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;

}

#wrap .swiper-wrapper .project1 .container .bottom_wrap .project_contents p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}

/* =================================================================== */
/* 무림 */
#wrap .swiper-wrapper .project2 {
    width: 100%;
    background-image: url(../images/web/bg/bg_02.png);
}

#wrap .swiper-wrapper .project2 .container {
    padding: 0 140px;
    margin: 0 auto;
}

#wrap .swiper-wrapper .project2 .container .top_wrap {}

#wrap .swiper-wrapper .project2 .container .top_wrap #project_title_wrap {
    /* background-color: yellowgreen; */
    padding-bottom: 10px;
    display: flex;
    flex-flow: row nowrap;
}

#wrap .swiper-wrapper .project2 .container .top_wrap #project_title_wrap img {}

#wrap .swiper-wrapper .project2 .container .top_wrap #project_title_wrap h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 61px;
    margin-left: 23px;
    color: #fff;
}

#wrap .swiper-wrapper .project2 .container .top_wrap .project_info {}

#wrap .swiper-wrapper .project2 .container .top_wrap .project_info h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project2 .container .top_wrap .project_info p {
    color: #fff;
    margin-top: 15px;
}

#wrap .swiper-wrapper .project2 .container .top_wrap .project_info p em {
    color: #fff;

}

#wrap .swiper-wrapper .project2 .container .top_wrap #show_btn_wrap {
    padding: 28px 0;
}

#wrap .swiper-wrapper .project2 .container .top_wrap #show_btn_wrap a {
    width: 180px;
    height: 0px;
}

#wrap .swiper-wrapper .project2 .container .top_wrap #show_btn_wrap a button {
    background-color: #FF5B1C;
    color: #fff;
    width: 120px;
    height: 36px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
}

#wrap .swiper-wrapper .project2 .container .top_wrap #show_btn_wrap a button:hover {
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

#wrap .swiper-wrapper .project2 .container .top_wrap #show_btn_wrap a #figma {
    background-color: #000;
    color: #fff;
}

#wrap .swiper-wrapper .project2 .container .bottom_wrap {
    /*무림 내용 큰묶음  */
    padding-top: 196px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#wrap .swiper-wrapper .project2 .container .bottom_wrap .qr {
    /* 무림 깃허브 큐알코드 */
    margin-top: 110px;
}

#wrap .swiper-wrapper .project2 .container .bottom_wrap .qr p {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project2 .container .bottom_wrap .qr img {
    width: 70px;
    height: 70px;
}

#wrap .swiper-wrapper .project2 .container .bottom_wrap .project_contents {
    width: 560px;
}

#wrap .swiper-wrapper .project2 .container .bottom_wrap .project_contents h3 {
    font-size: 1.563rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

#wrap .swiper-wrapper .project2 .container .bottom_wrap .project_contents p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}

/* =================================================================== */
/* 라코스테 */
#wrap .swiper-wrapper .project3 {
    width: 100%;
    background-image: url(../images/web/bg/bg_03_re.png);
}

#wrap .swiper-wrapper .project3 .container {
    padding: 0 140px;
    margin: 0 auto;
}

#wrap .swiper-wrapper .project3 .container .top_wrap {}

#wrap .swiper-wrapper .project3 .container .top_wrap #project_title_wrap {
    padding-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
}

#wrap .swiper-wrapper .project3 .container .top_wrap #project_title_wrap img {}

#wrap .swiper-wrapper .project3 .container .top_wrap #project_title_wrap h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 61px;
    margin-left: 23px;
    color: #fff;
}

#wrap .swiper-wrapper .project3 .container .top_wrap .project_info {}

#wrap .swiper-wrapper .project3 .container .top_wrap .project_info h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project3 .container .top_wrap .project_info p {
    color: #fff;
    margin-top: 15px;
}

#wrap .swiper-wrapper .project3 .container .top_wrap .project_info p em {
    color: #fff;
}

#wrap .swiper-wrapper .project3 .container .top_wrap #show_btn_wrap {
    /* 버튼 묶음 */
    /* background-color: yellow; */
    padding: 28px 0;
    /* display: flex; */
}

#wrap .swiper-wrapper .project3 .container .top_wrap #show_btn_wrap a {
    width: 180px;
    height: 0px;
}

#wrap .swiper-wrapper .project3 .container .top_wrap #show_btn_wrap a button {
    background-color: #FF5B1C;
    color: #fff;
    width: 150px;
    height: 36px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
}

#wrap .swiper-wrapper .project3 .container .top_wrap #show_btn_wrap a button:hover {
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

#wrap .swiper-wrapper .project3 .container .top_wrap #show_btn_wrap a #figma {
    background-color: #000;
    color: #fff;
}

#wrap .swiper-wrapper .project3 .container .bottom_wrap {
    /*라코스테 내용 큰묶음  */
    padding-top: 194px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#wrap .swiper-wrapper .project3 .container .bottom_wrap .qr {
    /* 라코스테 깃허브 큐알코드 */
    margin-top: 110px;
}

#wrap .swiper-wrapper .project3 .container .bottom_wrap .qr p {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project3 .container .bottom_wrap .qr img {
    width: 70px;
    height: 70px;
}

#wrap .swiper-wrapper .project3 .container .bottom_wrap .project_contents {
    width: 580px;
}

#wrap .swiper-wrapper .project3 .container .bottom_wrap .project_contents h3 {
    font-size: 1.563rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

#wrap .swiper-wrapper .project3 .container .bottom_wrap .project_contents p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}


/* =================================================================== */
/* 로얄캐닌 */
#wrap .swiper-wrapper .project4 {
    width: 100%;
    background-image: url(../images/web/bg/bg_04.png);
}

#wrap .swiper-wrapper .project4 .container {
    padding: 0 140px;
    margin: 0 auto;
}

#wrap .swiper-wrapper .project4 .container .top_wrap {}

#wrap .swiper-wrapper .project4 .container .top_wrap #project_title_wrap {
    padding-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
}

#wrap .swiper-wrapper .project4 .container .top_wrap #project_title_wrap img {}

#wrap .swiper-wrapper .project4 .container .top_wrap #project_title_wrap h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 61px;
    margin-left: 23px;
    color: #fff;
}

#wrap .swiper-wrapper .project4 .container .top_wrap .project_info {}

#wrap .swiper-wrapper .project4 .container .top_wrap .project_info h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project4 .container .top_wrap .project_info p {
    color: #fff;
    margin-top: 15px;
}

#wrap .swiper-wrapper .project4 .container .top_wrap .project_info p em {
    color: #fff;
}

#wrap .swiper-wrapper .project4 .container .top_wrap #show_btn_wrap {
    /* 버튼 묶음 */
    /* background-color: yellow; */
    padding: 28px 0;
    /* display: flex; */
}

#wrap .swiper-wrapper .project4 .container .top_wrap #show_btn_wrap a {
    width: 180px;
    height: 0px;
}

#wrap .swiper-wrapper .project4 .container .top_wrap #show_btn_wrap a button {
    background-color: #FF5B1C;
    color: #fff;
    width: 150px;
    height: 36px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
}

#wrap .swiper-wrapper .project4 .container .top_wrap #show_btn_wrap a button:hover {
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

#wrap .swiper-wrapper .project4 .container .top_wrap #show_btn_wrap a #figma {
    background-color: #000;
    color: #fff;
}

#wrap .swiper-wrapper .project4 .container .bottom_wrap {
    /*로얄캐닌 내용 큰묶음  */
    padding-top: 196px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#wrap .swiper-wrapper .project4 .container .bottom_wrap .qr {
    /* 로얄캐닌 깃허브 큐알코드 */
    /* margin-top: 110px; */
}

#wrap .swiper-wrapper .project4 .container .bottom_wrap .qr p {
    /* font-size: 0.875rem;
    color: #fff;
    text-align: center;
    margin-bottom: 10px; */
}

#wrap .swiper-wrapper .project4 .container .bottom_wrap .qr img {
    /* width: 70px;
    height: 70px; */
}

#wrap .swiper-wrapper .project4 .container .bottom_wrap .project_contents {
    width: 560px;
}

#wrap .swiper-wrapper .project4 .container .bottom_wrap .project_contents h3 {
    font-size: 1.563rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

#wrap .swiper-wrapper .project4 .container .bottom_wrap .project_contents p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}

/* =================================================================== */
/* 추가 진행중인 웹사이트 디자인 */
#wrap .swiper-wrapper .project5 {
    width: 100%;
    background:url(../images/web/bg/bg_05_v2.jpg);
}

#wrap .swiper-wrapper .project5 .container {
    padding: 0 140px;
    margin: 0 auto;
}

#wrap .swiper-wrapper .project5 .container .top_wrap {}

#wrap .swiper-wrapper .project5 .container .top_wrap #project_title_wrap {
    padding-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
}

#wrap .swiper-wrapper .project5 .container .top_wrap #project_title_wrap img {}

#wrap .swiper-wrapper .project5 .container .top_wrap #project_title_wrap h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 61px;
    margin-left: 23px;
    color: #fff;
}

#wrap .swiper-wrapper .project5 .container .top_wrap .project_info {}

#wrap .swiper-wrapper .project5 .container .top_wrap .project_info h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#wrap .swiper-wrapper .project5 .container .top_wrap .project_info p {
    color: #fff;
    margin-top: 15px;
}

#wrap .swiper-wrapper .project5 .container .top_wrap .project_info p em {
    color: #fff;
}

#wrap .swiper-wrapper .project5 .container .top_wrap #show_btn_wrap {
    /* 버튼 묶음 */
    /* background-color: yellow; */
    padding: 28px 0;
    /* display: flex; */
}

#wrap .swiper-wrapper .project5 .container .top_wrap #show_btn_wrap a {
    width: 180px;
    height: 0px;
}

#wrap .swiper-wrapper .project5 .container .top_wrap #show_btn_wrap a button {
    background-color: #FF5B1C;
    color: #fff;
    width: 150px;
    height: 36px;
    margin-right: 30px;
    text-align: center;
    border-radius: 10px;
}

#wrap .swiper-wrapper .project5 .container .top_wrap #show_btn_wrap a button:hover {
    color: #fff;
    box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.5);
}

#wrap .swiper-wrapper .project5 .container .top_wrap #show_btn_wrap a #figma {
    background-color: #000;
    color: #fff;
}

#wrap .swiper-wrapper .project5 .container .bottom_wrap {
    /*추가프로젝트 내용 큰묶음  */
    padding-top: 220px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

#wrap .swiper-wrapper .project5 .container .bottom_wrap .qr {}

#wrap .swiper-wrapper .project5 .container .bottom_wrap .qr p {}

#wrap .swiper-wrapper .project5 .container .bottom_wrap .qr img {}

#wrap .swiper-wrapper .project5 .container .bottom_wrap .project_contents {
    width: 544px;
}

#wrap .swiper-wrapper .project5 .container .bottom_wrap .project_contents h3 {
    font-size: 1.563rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

#wrap .swiper-wrapper .project5 .container .bottom_wrap .project_contents p {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5;
}