body {
    font-family:'Pretendard';
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #282828;
}

a {
	color: #282828;
}
#about {
    scroll-margin-top: 150px;
}
#clients {
    scroll-margin-top: 150px;
}
.wrap {
    min-width: 1400px;
}
.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}
.c-117AF3 {
    color: #117AF3;
}
.c-888 {
    color: #888;
}
.title {
    font-size: 40px;
    font-weight: bold;
}
.title-sub {
    font-size: 24px;
    font-weight: bold;
    color: #117AF3;
    text-align: center;
    margin-bottom: 20px;
}
p.title-info {
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    margin-top: 24px;
    color: #808080;
}
.all-wrap {
    padding-top: 160px;
}
/* 체크박스 공통 */
.input_check input[type="checkbox"] {
    display: none;
}
.input_check input + label:before {
    content: "";
    display: inline-block;
    margin-right: 9px;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 2px;
    box-sizing: border-box;
}
.input_check input:checked + label:before {
    content: "";
    background: url(../images/form/ico_chk.svg) no-repeat;
    background-position: center;
    background-color: #117AF3;
    background-size: 9px;
    color: #fff;
    text-align: center;
    border: 1px solid #117AF3;
    border-radius: 2px;
}
.input_check label {
    cursor: pointer;
}
/* 헤더 */
.header {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 55px 0;
    height: 160px;
    background: #fff;
}
.header.header_bg {
    background: transparent;
}
.header.on {
    padding: 25px 0;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header .header_cont { 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header_cont .header_nav {
    display: flex;
    align-items: center;
}
.header .header_cont .header_nav_list {
    display: flex;
}
.header .header_cont .header_nav_list > li {
    position: relative;
}
.header .header_cont .header_nav_list li + li {
    margin-left: 60px;
}
.header .header_cont .header_nav_list a {
    font-size: 20px;
    font-family:'OpenSans';
    font-weight: bold;
    padding-bottom: 20px;
}
.header .header_cont .header_nav_list a:hover {
    color: #117AF3;
}
.header .header_cont .header_nav_list .header_sub {
    display: none;
    position: absolute;
    top: 42px;
    left: -10px;
    min-width: 160px;
    padding: 20px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(28, 39, 52, .25);
}
.header .header_cont .header_nav_list .header_sub.on {
    display: block;
}
.header .header_cont .header_nav_list .header_sub li + li {
    margin-left: 0;
    margin-top: 23px;
}
.header .header_cont .header_nav_list .header_sub a {
    font-size: 16px;
    font-family:'Pretendard';
    font-weight: 300;
}
.header .header_cont .header_nav_list .header_sub a:hover {
    font-weight: bold;
    color: #4E9CF5;
}
.header .header_cont .header_nav_login {
    font-family:'OpenSans';
    font-weight: bold;
    font-size: 20px;
    margin-left: 74px;
    width: 97px;
    height: 49px;
    color: #fff;
    background: #117AF3;
    border-radius: 31px;
}
/* 헤더 끝 */

/* 상단 공통 */
.common-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.common-top > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-top h2 {
    position: relative;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.common-top-main {
    height: 100vh;
    justify-content: flex-start;
}
.common-top-main .is_text {
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}
.common-top-main .is_text p {
    font-size: 28px;
    font-weight: 300;
    color: #639AD9;
}
.common-top-main .is_text h2 {
    font-size: 79px;
    color: #000;
}
.common-top-main .is_text h2 b {
    font-weight: 500;
    color: #3291FF;
}
.common-top-main .is_text a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    width: 215px;
    height: 75px;
    color: #fff;
    margin-top: 40px;
    border-radius: 50px;
    background: #117AF3;
}
.common-top-main .is_text a img {
    margin-left: 12px;
}

/* 메인 */
.main-wrap {
    padding-top: 145px;
}
.title-main {
    font-family:'Poppins';
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #117AF3;
    margin-bottom: 26px;
}
.main-wrap .about_area .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}
.main-wrap .about_area .cont li {
    text-align: center;
}
.main-wrap .about_area .cont .is_top {
    position: relative;
}
.main-wrap .about_area .cont .is_top p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.main-wrap .about_area .cont span {
    display: block;
    font-family:'Poppins';
    font-weight: 700;
    font-size: 20px;
    color: #222222;
    margin-top: 28px;
}
.main-wrap .service_area {
    margin-top: 150px;
}
.main-wrap .service_area .cont h6 {
    margin-top: 28px;
    font-size: 18px;
    color: #555555;
    text-align: center;
}
.main-wrap .service_area .cont ul {
    display: flex;
    justify-content: space-between;
    margin-top: 73px;
}
.main-wrap .service_area .cont ul p {
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
    color: #222;
    text-align: center;
}

.main-wrap .core_area {
    margin-top: 165px;
}
.main-wrap .core_area .cont {
    margin-top: 105px;
}
.main-wrap .core_area .cont li {
    display: flex;
    align-items: center;
    height: 224px;
    background: linear-gradient(90deg, rgba(0,112,186,0.1) 0%, rgba(255,255,255,0.01) 100%);
}
.main-wrap .core_area .cont li + li {
    margin-top: 130px;
}
.main-wrap .core_area .cont li .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.main-wrap .core_area .cont li .is_text {
    padding-left: 55px;
}
.main-wrap .core_area .cont li.img_l {
    background: linear-gradient(90deg, rgba(255,255,255,0.01) 0%, rgba(0,112,186,0.1) 100%);
}
.main-wrap .core_area .cont li.img_l .is_text {
    padding-left: 0;
    padding-right: 55px;
}
.main-wrap .core_area .cont li h6 {
    font-family:'Poppins';
    font-weight: 700;
    font-size: 30px;
    color: #222;
}
.main-wrap .core_area .cont li p {
    font-size: 18px;
    color: #555555;
    margin-top: 30px;
}
.main-wrap .core_area .cont li img {
    position: absolute;
    right: 50px;
    top: -68px;
}
.main-wrap .core_area .cont li.img_l img {
    position: absolute;
    right: inherit;
    left: 50px;
    top: -68px;
}
.main-wrap .core_area .cont li span {
    opacity: .3;
    font-family:'Poppins';
    font-size: 89px;
    padding-right: 400px;
    color: #117AF3;
}
.main-wrap .core_area .cont li.img_l span {
    padding-left: 400px;
    padding-right: 0;
}

.main-wrap .client_area {
    margin-top: 220px;
}
.main-wrap .client_area .cont {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #E5E5E5;
    margin-top: 55px;
}
.main-wrap .client_area .cont li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 200px;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.main-wrap .client_area .cont li:nth-of-type(1),
.main-wrap .client_area .cont li:nth-of-type(2),
.main-wrap .client_area .cont li:nth-of-type(3),
.main-wrap .client_area .cont li:nth-of-type(4) {
    border-top: 1px solid #E5E5E5;
}

.main-wrap .contact_area {
    margin-top: 200px;
    padding-bottom: 200px;
}
.main-wrap .contact_area .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.main-wrap .contact_area .cont .item {
    width: 540px;
    height: 444px;
    border-radius: 10px;
    overflow: hidden;
}
.main-wrap .contact_area .cont .item.map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-wrap .contact_area .cont .item.info {
    padding: 52px 52px 35px;
    background: #117AF3;
}
.main-wrap .contact_area .cont .item.info .is_text + .is_text {
    margin-top: 24px;
}
.main-wrap .contact_area .cont .item.info .is_text2 {
    display: flex;
    margin-top: 24px;
}
.main-wrap .contact_area .cont .item.info .is_text2 .is_text {
    margin-top: 0;
}
.main-wrap .contact_area .cont .item.info .is_text2 .is_text+.is_text {
    margin-left: 90px;
}
.main-wrap .contact_area .cont .item.info p {
    font-family:'Poppins';
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.main-wrap .contact_area .cont .item.info span {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    margin-top: 13px;
    color: #fff;
}
.main-wrap .contact_area .cont .item.info .info_l {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #fff;
}
.main-wrap .contact_area .cont .item.info .info_l a {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
}
.main-wrap .contact_area .cont .item.info a img {
    margin-left: 12px;
}
/* 앱광고 */
.app-wrap {
    padding-top: 140px;
}
.app-wrap .ex_area .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.app-wrap .ex_area .item {
    width: 540px;
    height: 280px;
    padding: 35px;
}
.app-wrap .ex_area .item01 {
    background: url(../images/app/cont_ex01.png);
}
.app-wrap .ex_area .item02 {
    background: url(../images/app/cont_ex02.png);
}
.app-wrap .ex_area .item span {
    padding: 6px 12px;
    color: #fff;
    border-radius: 22px;
    background: #187CEE;
}
.app-wrap .ex_area .item02 span {
    background: #6AAEFC;
}
.app-wrap .ex_area .item p {
    font-size: 28px;
    font-weight: bold;
    margin-top: 35px;
}
.app-wrap .ex_area .item01 p {
    color: #fff;
}

.app-wrap .ex02_area {
    margin-top: 130px;
    background: #F6F8FB;
}
.app-wrap .ex02_area .cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 65px;
}
.app-wrap .ex02_area div.item h3 {
    white-space: nowrap;
}
.app-wrap .ex02_area div.item p {
    font-weight: 300;
    margin-top: 30px;
    color: #808080;
}
.app-wrap .ex02_area ul.item {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px;
}
.app-wrap .ex02_area ul.item li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 267px;
    height: 173px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}
.app-wrap .ex02_area ul.item li p {
    margin-top: 26px;
}
.app-wrap .ex02_area ul.item li span {
    font-weight: 300;
    margin-top: 8;
    color: #888888;
}

.app-wrap .process_area {
    margin-top: 150px;
}
.app-wrap .process_area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 86px 0;
    margin-top: 70px;
}
.app-wrap .process_area li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}
.app-wrap .process_area li span {
    font-size: 22px;
    color: #fff;
    padding: 5px 22px;
    border-radius: 22px;
    background: #117AF3;
}
.app-wrap .process_area li img {
    margin: 36px 0 24px;
}
.app-wrap .process_area li p {
    font-size: 26px;
    font-weight: bold;
}
.app-wrap .info_area {
    margin-top: 160px;
    padding-top: 145px;
    background: #6397EE;
}
.app-wrap .info_area .cont {
    display: flex;
    justify-content: space-between;
}
.app-wrap .info_area .cont p {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 65px 0 32px;
}
.app-wrap .info_area .cont span {
    font-size: 22px;
    font-weight: 300;
    color: #E4F0FF;
}
/* 앱광고 끝 */

/* 광고 영상 제작 */
.produce-wrap {
    padding-top: 140px;
}
.produce-wrap .live_area .cont {
    text-align: center;
    margin-top: 70px;
}
.produce-wrap .short_area {
    margin-top: 75px;
    padding: 100px 0 115px;
    background: #F6F8FB;
}
.produce-wrap .short_area .cont {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}
.produce-wrap .short_area .cont li {
    width: 33%;
    text-align: center;
}
.produce-wrap .short_area .cont p {
    font-weight: bold;
    font-size: 26px;
    color: #000;
    margin: 18px 0;
}
.produce-wrap .short_area .cont span {
    font-weight: 300;
}

.produce-wrap .type_area {
    margin-top: 160px;
}
.produce-wrap .type_area .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.produce-wrap .type_area .cont li {
    text-align: center;
}
.produce-wrap .type_area .cont .is_img {
    position: relative;
}
.produce-wrap .type_area .cont .is_img span {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: bold;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 22px;
}
.produce-wrap .type_area .cont li p {
    font-size: 26px;
    font-weight: bold;
    color: #117AF3;
    margin: 32px 0 14px;
}
.produce-wrap .type_area .cont li > span {
    font-size: 20px;
    color: #5B5B5B;
}
.produce-wrap .type_area .cont li > span b {
    font-weight: bold;
}
.produce-wrap .full_slide_area {
    margin: 220px 0 140px;
}
/* 광고 영상 제작 끝 */

/* LMS */
.lms-wrap {
    padding-top: 135px;
}
.lms-wrap .info_area .cont {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    margin-top: 85px;
}
.lms-wrap .info_area .cont li {
    text-align: center;
}
.lms-wrap .info_area .cont li p {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
}

.lms-wrap .target_area {
    margin-top: 160px;
}
.lms-wrap .target_area .cont {
    background: #F6F8FB;
}
.lms-wrap .target_area .cont {
    margin-top: 40px;
    padding: 80px 0;
}
.lms-wrap .target_area .cont h6 {
    font-weight: bold;
    font-size: 24px;
}
.lms-wrap .target_area .cont .item+.item {
    margin-top: 50px;
}
.lms-wrap .target_area .cont ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 24px;
}
.lms-wrap .target_area .cont ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% / 3 - 17px);
    height: 175px;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}
.lms-wrap .target_area .cont ul li p {
    font-size: 20px;
    margin: 25px 0 8px;
}
.lms-wrap .target_area .cont ul li span {
    font-weight: 300;
    color: #888888;
}

.lms-wrap .process_area {
    position: relative;
    margin-top: 160px;
}
.lms-wrap .process_area .cont {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 0;
}
.lms-wrap .process_area li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}
.lms-wrap .process_area li span {
    font-size: 22px;
    color: #fff;
    padding: 5px 22px;
    border-radius: 22px;
    background: #117AF3;
}
.lms-wrap .process_area li img {
    margin: 21px 0 20px;
}
.lms-wrap .process_area li p {
    font-size: 26px;
    font-weight: bold;
}

.lms-wrap .full_slide_area {
    margin: 220px 0 140px;
}

/* 인플루언서 매칭 */
.influencer-wrap {
    padding-top: 140px;
}
.influencer-wrap .cooperation_area {
    position: relative;
}
.influencer-wrap .cooperation_area .container-c {
    padding-right: 0;
    padding-left: 403px;
    max-width: 100%;
}
.influencer-wrap .cooperation_area .cooperation_slide {
    margin-top: 42px;
}
.influencer-wrap .cooperation_area .cooperation_slide .swiper-slide {
    width: 370px;
    margin-right: 40px;
}
.influencer-wrap .cooperation_area .cooperation_slide .is_img {
    width: 370px;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
}
.influencer-wrap .cooperation_area .cooperation_slide .is_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.influencer-wrap .cooperation_area .is_hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 25px;
    background: rgba(0, 0, 0, .6);
}

.influencer-wrap .cooperation_area .cooperation_slide .swiper-slide:hover .is_hover {
    display: flex;
}
.influencer-wrap .cooperation_area .is_hover .tag {
    display: flex;
}
.influencer-wrap .cooperation_area .is_hover .tag span {
    font-weight: 300;
    color: #fff;
}
.influencer-wrap .cooperation_area .is_hover .tag span +span {
    margin-left: 6px;
}
.influencer-wrap .cooperation_area .is_hover .is_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.influencer-wrap .cooperation_area .is_hover .is_text p {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
}
.influencer-wrap .cooperation_area .is_hover .is_text button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    width: 107px;
    height: 41px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 21px;
}
.influencer-wrap .cooperation_area .is_hover .is_text button img {
    margin-left: 4px;
}
.influencer-wrap .cooperation_area .cooperation_pagination {
    display: flex;
    width: 100%;
    bottom: -75px;
    border-radius: 20px;
    text-align: left;
    overflow: hidden;
}
.influencer-wrap .cooperation_area .cooperation_pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 100%;
    border-radius: 0;
    background: #E6E6E6;
}
.influencer-wrap .cooperation_area .cooperation_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #117AF3;
    border-radius: 20px;
}

.influencer-wrap .cooperation_area .bg {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: -242px;
    transform: translateY(-50%);
    width: 1008px;
    height: 529px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);;
    pointer-events: none;
}
.influencer-wrap .cooperation_area .cont_list {
    display: flex;
    flex-wrap: wrap;
    gap: 48px 35px;
    margin-top: 185px;
}
.influencer-wrap .cooperation_area .cont_list.off {
    display: none;
}
.influencer-wrap .cooperation_area .cont_list + .cont_list {
    margin-top: 48px;
}
.influencer-wrap .cooperation_area .cont_list button {
    position: relative;
    width: 192px;
    height: 288px;
}
.influencer-wrap .cooperation_area .cont_list button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.influencer-wrap .cooperation_area .cont_list button p {
    position: absolute;
    font-size: 20px;
    color: #fff;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}
.influencer-wrap .cooperation_area .btn_more {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.influencer-wrap .cooperation_area .btn_more button {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 71px;
    color: #fff;
    background: #117AF3;
    border-radius: 49px;
}
.influencer-wrap .cooperation_area .btn_more button img {
    margin-left: 10px;
}
.influencer-wrap .cooperation_area .btn_more button.on img {
    transform: rotate(-180deg);
}

.influencer-wrap .plan_area {
    margin-top: 160px;
}
.influencer-wrap .plan_area .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.influencer-wrap .plan_area .cont li {
    text-align: center;
}
.influencer-wrap .plan_area .cont li .is_img {
    width: 354px;
    height: 445px;
    border-radius: 10px;
    overflow: hidden;
}
.influencer-wrap .plan_area .cont li .is_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.influencer-wrap .plan_area .cont li p {
    font-size: 22px;
    font-weight: bold;
    color: #117AF3;
    margin: 28px 0 18px;
}
.influencer-wrap .plan_area .cont li span {
    font-size: 18px;
    font-weight: 300;
    color: #888888;
}

.influencer-wrap .example_area {
    margin-top: 160px;
    padding: 90px 0 145px;
    background: #F6F8FB;
}
.influencer-wrap .example_area .title-info {
    margin-top: 12px;
}
.influencer-wrap .example_area .cont {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.influencer-wrap .example_area .cont li {
    position: relative;
}
.influencer-wrap .example_area .cont li .is_img {
    width: 354px;
    height: 354px;
    border-radius: 10px;
    overflow: hidden;
}
.influencer-wrap .example_area .cont li .is_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.influencer-wrap .example_area .cont li .is_text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
}
.influencer-wrap .example_area .cont li .is_text span {
    font-size: 18px;
    font-weight: 300px;
    color: #fff;
    padding: 5px 12px;
    border-radius: 19px;
    background: #117AF3;
}
.influencer-wrap .example_area .cont li .is_text span+span {
    margin-left: 10px;
}

.pop-up {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.pop-up.on {
    display: flex;
}
.pop-up .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background: #000;
}
.pop-up .cont {
    position: relative;
    display: flex;
    padding: 25px;
    background: #fff;
    border-radius: 15px;
}
.pop-up .cont .pop-close {
    position: absolute;
    top: 14px;
    right: 14px;
}
.pop-up .cont .item01 a {
    position: relative;
    display: block;
    width: 360px;
    height: 558px;
    border-radius: 10px;
    overflow: hidden;
}
.pop-up .cont .item01 a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    background: url(../images/influencer/ico_play.svg) no-repeat;
}
.pop-up .cont .item01 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pop-up .cont .item02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 18px;
}
.pop-up .cont .item02 .name {
    display: flex;
    align-items: flex-end;
    padding-left: 13px;
    margin-bottom: 50px;
}
.pop-up .cont .item02 .name h6 {
    font-weight: bold;
    font-size: 36px;
}
.pop-up .cont .item02 .name p {
    color: #535353;
    margin-left: 6px;
}
.pop-up .cont .item02 ul {
    margin-bottom: 18px;
}
.pop-up .cont .item02 ul li {
    display: flex;
    align-items: center;
}
.pop-up .cont .item02 ul li + li {
    margin-top: 13px;
}
.pop-up .cont .item02 ul li img {
    margin-right: 12px;
}
.pop-up .cont .item02 ul li span {
    font-size: 14px;
    color: #888;
}
.pop-up .cont .item02 ul li a {
    font-size: 14px;
    color: #888;
    text-decoration: underline;
}
.pop-up .cont .item02 .is_img {
    display: flex;
    gap: 18px;
}
.pop-up .cont .item02 .is_img a {
    position: relative;
    display: block;
    width: 232px;
    height: 359px;
    border-radius: 10px;
    overflow: hidden;
}
.pop-up .cont .item02 .is_img a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    background: url(../images/influencer/ico_play.svg) no-repeat;
}
.pop-up .cont .item02 .is_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 인플루언서 매칭 끝 */
/* 풀 슬라이드 공통 */
.full_slide_area .is_img {
    height: 430px;
    border-radius: 10px;
    overflow: hidden;
}
.full_slide_area .is_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full_slide_area .is_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 85px;
}
.full_slide_area .is_text p {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 26px;
}
.full_slide_area .is_text span {
    font-size: 18px;
    font-weight: 300;
    color: #555;
}
.full_slide_area .is_text ul {
    margin-top: 36px;
}
.full_slide_area .is_text ul li {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    padding-left: 15px;
    color: #808080;
}
.full_slide_area .is_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    left: 0;
    background: url(../images/lms/ico_marker.svg) no-repeat;
    background-size: 1005;
}
.full_slide_area .is_text ul li+li {
    margin-top: 15px;
}
/* 풀 슬라이드 공통 끝 */


/* form */
.form-wrap .title {
    margin-top: 80px;
    text-align: center;
}
.form-wrap .is_tab {
    display: flex;
    justify-content: center;
    width: 824px;
    border-radius: 40px;
    overflow: hidden;
    background: #F6F8FB;
    margin: 0 auto;
    margin-top: 60px;
}
.form-wrap .is_tab a {
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
    width: 412px;
    height: 80px;
}
.form-wrap .is_tab a.on {
    color: #117AF3;
    background: #fff;
    border: 1px solid #117AF3;
    border-radius: 40px;
}
.form-wrap .form_area {
    margin-top: 80px;
    padding: 55px 0;
    border-top: 2px solid #282828;
    border-bottom: 2px solid #282828;
}
.form-wrap .form_area .cont {
    padding: 0 50px;
}
.form-wrap .form_area .cont .is_dropdown {
    position: relative;
    margin-top: 32px;
}
.form-wrap .form_area .cont .is_dropdown:has(.preview-wrapper) {
    margin-bottom: 140px;
}
.form-wrap .form_area .cont .is_dropdown .dropzone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 172px;
    border: 1px dashed #BEBEBE;
    border-radius: 5px;
    margin-top: 10px;
    background: #F6F8FB;
}
.form-wrap .form_area .cont .is_dropdown .dropzone:hover {
    background: #D8E8FF;
    border: 1px dashed #4F7CE6;
}
.form-wrap .form_area .cont .is_dropdown .guide {
    text-align: center;
    pointer-events: none;
}
.form-wrap .form_area .cont .is_dropdown .guide img {
    margin-bottom: 10px;
}
.form-wrap .form_area .cont .is_dropdown .guide p {
    font-size: 14px;
    font-weight: 300;
    color: #878787;
}
.form-wrap .form_area .cont .is_dropdown .guide p span {
    color: #5157FF;
    text-decoration: underline;
}
.form-wrap .form_area .cont .is_dropdown .dz-message .dz-button {
    display: none;
}
.form-wrap .form_area .cont .is_dropdown .dz-preview.dz-image-preview {
    background: transparent;
}
.form-wrap .form_area .cont .is_dropdown .dz-preview {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    min-height: auto;
}
.form-wrap .form_area .cont .is_dropdown .dz-preview .dz-image {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
}
.form-wrap .form_area .cont .is_dropdown .dz-preview .dz-image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-wrap .form_area .cont .is_dropdown .preview-wrapper {
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;
    display: flex;
    gap: 10px;
}
.form-wrap .form_area .cont .is_dropdown .dz-preview:hover .dz-image img {
    filter: inherit;
    transform: inherit;
}
.form-wrap .form_area .cont .is_dropdown .dz-remove-btn {
    display: none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: url(../images/form/ico_trash.svg) no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}
.form-wrap .form_area .cont .is_dropdown .dz-preview.dz-image-preview:hover .dz-remove-btn {
    display: block;
}
.form-wrap .is_dropdown .dropzone .dz-preview.dz-image-preview .dz-details {
    display: none;
}
.form-wrap .is_dropdown .dropzone .dz-preview.dz-complete .dz-progress {
    display: none;
}
.form-wrap .is_dropdown .dropzone .dz-preview.dz-error .dz-error-message {
    display: none;
}
.form-wrap .is_dropdown .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    display: none;
}
.form-wrap .form_area .cont02 {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 2px solid #F3F3F3;
}
.form-wrap .form_area .cont label {
    font-size: 17px;
    font-weight: bold;
}
.form-wrap .form_area .cont02 label {
    min-width: 230px;
}
.form-wrap .form_area .cont02 label.align-start {
    align-self: flex-start;
    padding-top: 15px;
}
.form-wrap .form_area .cont02 > div {
    display: flex;
    align-items: center;
}

.form-wrap .form_area .cont02 .host {
    display: none;
    flex-wrap: wrap;
    gap: 32px 20px;
    width: 100%;
    margin-left: 230px;
    margin-top: 30px;
}
.form-wrap .form_area .cont02 .host.on {
    display: flex;
}
.form-wrap .form_area .cont02 .host .is_img {
    position: relative;
    width: 184px;
    height: 208px;
    border-radius: 5px;
    overflow: hidden;
}
.form-wrap .form_area .cont02 .host .is_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-wrap .form_area .cont02 .host label {
    z-index: 2;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: auto;
}
.form-wrap .form_area .cont02 .host input + label:before {
    margin-right: 0;
}
.form-wrap .form_area .cont02 .host p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 12px;
}
.form-wrap .form_area .cont02 .host span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    color: #888888;
}
.form-wrap .form_area .cont input {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.form-wrap .form_area .cont .sub_label {
    display: flex;
    flex-direction: column;
}
.form-wrap .form_area .cont .sub_label span {
    font-size: 12px;
    font-weight: 300;
    color: #888888;
    margin-top: 5px;
}
.form-wrap .form_area .cont .input_text {
    width: 100%;
    display: flex;
    gap: 20px;
}
.form-wrap .form_area .cont .input_text+ .input_text {
    margin-top: 32px;
}
.form-wrap .form_area .cont .input_text input,
.form-wrap .form_area .cont .input_text textarea {
    margin-top: 10px;
}
.form-wrap .form_area .cont .input_text textarea {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 18px;
    height: 137px;
}
.form-wrap .form_area .cont .input_text input::placeholder,
.form-wrap .form_area .cont .input_text textarea::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #CCCCCC;
}
.form-wrap .form_area .cont .input_text .textarea_text {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    color: #888888;
    text-align: right;
}
.form-wrap .form_area .cont .is_select {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.form-wrap .form_area .cont .is_select select {
    appearance:none;
    font-family:'Pretendard';
    line-height: 1.5;
    font-size: 14px;
    font-weight: 300;
    width: 196px;
    height: 52px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 0 15px;
    margin-top: 10px;
    background:url('../images/form/arw_down.svg') no-repeat right 12px center;
}

.form-wrap .form_area .cont02 input {
    width: auto;
    font-weight: 500;
}
.form-wrap .form_area .cont02 .input_gender_item {
    display: flex;
    align-items: center;
} 
.form-wrap .form_area .cont02 .input_gender_item p {
    font-size: 14px;
    font-weight: 500;
}
.form-wrap .form_area .cont02 .input_gender_item input {
    width: 60px;
    padding: 0 15px;
}
.form-wrap .form_area .cont02 .input_check_item {
    display: flex;
    align-items: center;
}
.form-wrap .form_area .cont02 .input_check_item li + li {
    margin-left: 35px;
}
.form-wrap .form_area .cont02 .input_check_item label {
    font-weight: 500;
    min-width: auto;
    font-size: 14px;
    cursor: pointer;
}
.form-wrap .form_area .cont02 .input_radio {
    display: flex;
    align-items: center;
}
.form-wrap .form_area .cont02 .input_radio_item {
    display: flex;
    align-items: center;
}
.form-wrap .form_area .cont02 .input_radio input {
    height: auto;
    cursor: pointer;
}
.form-wrap .form_area .cont02 .input_radio input[type="text"] {
    height: 52px;
}
.form-wrap .form_area .cont02 .input_radio_item label {
    font-size: 14px;
    min-width: auto;
    font-weight: 500;
    padding-left: 7px;
    cursor: pointer;
}
.form-wrap .form_area .cont02 .input_date p {
    font-size: 14px;
    margin: 0 22px;
}
.form-wrap .form_area .cont02 .input_date_item {
    position: relative;
}
.form-wrap .form_area .cont02 .input_date_item img {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.form-wrap .form_area .cont02 .input_date_item input {
    width: 223px;
    padding-left: 46px;
    cursor: pointer;
}

.form-wrap .form_area .cont02 .input_textarea textarea {
    line-height: 1.5;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: 16px;
    height: 78px;
}
.form-wrap .form_area .cont02 .tab {
    display: none;
}
.form-wrap .form_area .cont02 .tab.on{
    display: block;
}
.form-wrap .form_area .cont02 input.w-498 {
    width: 498px;
}
.form-wrap .form_area .cont02 input.w-187 {
    width: 187px;
}
.form-wrap .form_area .cont02 input.w-209 {
    width: 209px;
}
.form-wrap .form_area .cont02 input.w-180 {
    width: 180px;
}
.form-wrap .form_area .cont02 input.w-223 {
    width: 223px;
}
.form-wrap .form_area .cont02 input.w-351 {
    width: 351px;
}
.mr-27 {
    margin-right: 27px !important;
}
.form-wrap .form_area .cont02 textarea.h-100px {
    height: 100px;
}
.form-wrap .form_area .cont textarea.h-80px {
    height: 80px;
}
.form-wrap .form_area .cont textarea.h-137px {
    height: 137px;
}
.form-wrap .form_area .cont .text-readonly {
    padding: 18px;
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.form-wrap .form_area .cont .text-readonly p {
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    color: #888888;
}
.form-wrap .form_area .cont .input_check_add input + label:before {
    margin-top: -2px;
}
.form-wrap .form_area .cont .input_check_add label {
    font-size: 14px;
    font-weight: 300;
}
.form-wrap .is_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
    margin-bottom: 180px;
}
.form-wrap .is_btn button {
    font-size: 22px;
    font-weight: 300;
    width: 247px;
    height: 70px;
    color: #fff;
    border-radius: 10px;
    background: #117AF3;
}
.form-wrap .is_btn button:last-child {
    color: #000;
    background: #E3E3E3;
}
/* form 공통 */


/* 하단 고정 */
.fix-bt {
    z-index: 100;
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    background: rgba(7, 111, 230, .9);
}
.fix-bt a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #fff;
}
.fix-bt a img {
    margin-left: 25px;
}
/* 하단 고정 끝 */

/* 푸터 */
.footer {
    padding: 30px 0;
    border-top: 1px solid #DEDEDE;
}
.footer p {
    font-weight: 300;
    color: #888888;
}
.footer p:last-child {
    font-weight: bold;
    margin-top: 15px;
}
/* 푸터 끝 */