@charset "utf-8";

.ctt_admin {display: none;}

/* 상세페이지 */
.sub-wrapper {
    padding-top: 80px;
}
.sub-wrapper section {
    /* padding-bottom: 120px; */
    margin-bottom: 120px;
}
.sub-wrapper section.first {
    padding-top: 80px;
}
.sub_tit {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 80px;
    word-break: keep-all;
}
.sub_txt {
    word-break: keep-all;
}
.sub_tit.pd_30 {
    padding-bottom: 30px;
}
.txt_center {text-align: center;}
.apart_list {}
.apart_list_item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 80px;
}
.apart_list_item:last-child {
    margin-bottom: 0;
}
.apart_list_item > div {
    flex-basis: 50%;
}

/* 기타 마케팅 */
.marketing_service .con_txt_sub {
    font-size: 22px;
    padding-bottom: 8px;
}
.marketing_service .con_txt_tit {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 30px;
}
.marketing_service .con_txt_list {}
.marketing_service .con_txt_list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--gray_color);
}
.marketing_service .con_txt_list li:last-child {
    margin-bottom: 0;
}
.marketing_service .con_txt_list li::before {
    content: "\e928";
    font-family: 'xeicon';
    display: inline-block;
    margin-right: 10px;
    color: var(--main-color);
}

/* 함께라면 */
.together .together_tit {
    display: flex;
    align-items: center;
    justify-content: center;
}
.together .together_list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.together .together_list .together_list_item {
    flex: 1;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    padding: 30px;
}
.together .together_list_item .iconbox {
    text-align: right;
}
.together .together_list_item .txtbox {}
.together .together_list_item .txtbox .tit {
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0 24px;
}
.together .together_list_item .txtbox span {
    font-size: 20px;
    font-weight: 500;
    word-break: keep-all;
}

/* 알림톡 마케팅 */
.talk_main {
    display: flex;
}
.talk_main .left {
    /* width: calc(100% - 374px); */
    flex: 1;
}
.talk_main .left .con_txt .con_txt_sub {
    font-size: 24px;
    font-weight: 500;
}
.talk_main .left .con_txt .con_txt_tit {
    padding-top: 20px;
    padding-bottom: 0;
}
.talk_main .left .con_txt .gray_color {
    padding: 30px 0 60px;
}
.talk_main .left .con_txt .gray_color p:first-child {
    padding-bottom: 20px;
}
.talk_main .left .con_txt_list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    word-break: keep-all;
}
.talk_main .left .con_txt_list li:last-child {
    margin-bottom: 0;
}
.talk_main .left .con_txt_list li::before, 
.ad_system .ad_system_list .con_txt_list li::before {
    content: "\e928";
    font-family: 'xeicon';
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background-color: #FFCB1D;
}

.talk_main .right {
    /* flex: 0 0 374px; */
    flex: 0 0 486px;
    /* border: 1px solid var(--border-color);
    border-radius: 30px; */
}
.talk_main .right .talk_sd {
    width: 100%;
    overflow: hidden;
}
.talk_main .right .talk_sd .item {
    width: 100% !important;
}
.talk_main .right .talk_sd .item .con_wrap {
    border: 1px solid var(--border-color);
    border-radius: 30px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 20px 0;
}
.talk_main .right .talk_sd .item .con_wrap p {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.talk_main .right .talk_sd .item .con_wrap .imgbox {
    padding-bottom: 15px;
}
.swiper-button-next, .swiper-button-prev {
    color: var(--main-color);
    opacity: 1 !important;
}

.talk_chart {
    width: 100%;
    background-color: #F0F2F9;
    padding: 120px 0;
}
.talk_chart .imgbox {
    text-align: center;
}

.together_list.column {
    flex-direction: column;
    gap: 80px;
}
.together_list.column .together_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex: unset;
    border: 0;
    padding: 0;
}
.together_list.column .together_list_item .txtbox {
    flex-basis: 500px;
}
.together_list.column .together_list_item:nth-child(2) {
    flex-direction: row-reverse;
}

.line_banner, .line_banner_bg {
    width: 100%;
    background: linear-gradient(to top right, #000000, #212121);
    position: relative;
}
.line_banner::before,
.line_banner::after {
    content: '';
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    background: url('/main_img/smart_store_bg_left.png') no-repeat;
    background-size: auto 100%;
    z-index: 1;
}
.line_banner::after {
    right: 0;
    background-image: url('/main_img/smart_store_bg_right.png');
}
.smart_store .inner_wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.line_banner a .tit{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.line_banner a .tit span {
    display: flex;
    align-items: center;
}
.line_banner a i {
    color: var(--main-color);
}
.line_banner p {
    font-size: 24px;
    padding-top: 1rem;
}
.smart_store .imgbox img {
    animation: floatUpDown 3s ease-in-out infinite;
    display: block;
    max-width: 100%;
    height: auto;
  }
@keyframes floatUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px); /* 위로 10px 이동 */
    }
  }

/* 프로그램 마케팅 */
.together_list_item .txtbox .num{
    font-size: 40px;
    font-family: 'GmarketSansLight';
}
.program_list_wrap {
    width: 100%;
    background-color: #F0F2F9;
    padding: 120px 0;
}
.program_list .program_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 126px; */
    margin-bottom: 80px;
}
.program_list .program_list_item:last-child {
    margin-bottom: 0;
}
.program_list .program_list_item .imgbox {
    flex: 0 0 50%;
}
.program_list .program_list_item .con_txt_sub {
    font-size: 30px;
    font-weight: 700;
}
.program_list .program_list_item .con_txt {
    flex: 0 0 40%;
}
.program_list .program_list_item .con_txt_list {
    padding: 20px 0 50px;
}
.program_list .program_list_item .con_txt_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 20px;
    text-align: left;
    word-break: keep-all;
}
.program_list .program_list_item .con_txt_list li:last-child {
    margin-bottom: 0;
}
.program_list .program_list_item .con_txt_list li .num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50%;
    font-family: 'GmarketSansMedium';
    font-size: 12px;
    line-height: 1;
}
.program_list .program_list_item .link_btn a{
    display: inline-block;
    font-size: 20px;
    padding: 5px 40px;
    border-radius: 10px;
    background-color: #2B2B2B;
    color: #fff;
}
.program_list .program_list_item .link_btn i {
    transition: transform 0.3s ease;
}
.program_list .program_list_item .link_btn a:hover i {
    transform: translateX(10px);
    transition: transform 0.3s ease;
}
.program_list_wrap .link_more_btn {
    margin-top: 120px;
}
.program_list_wrap .link_more_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 384px;
    padding: 10px 0;
    background-color: #FAE100;
    font-size: 18px;
    font-weight: 600;
}
.program_more .inner_wrap {
    display: flex;
    padding: 50px 0;
    justify-content: space-evenly;
    align-items: center;
}
.program_more .imgbox {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}
.program_more .imgbox .program_img {
    z-index: 1;
    position: relative
}
.program_more .imgbox .more_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(22%);
}

/* 네이버 광고 */
.ad_system .sub_tit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding-bottom: 25px;
}
.ad_system .ad_sub_txt,
.system .ad_sub_txt {
    font-size: 20px;
    margin-bottom: 65px;
}
.ad_system .ad_system_list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.ad_system .ad_system_list .con_txt_list {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 34%;;
}
.ad_system .ad_system_list .con_txt_list li {
    font-weight: 600;
    flex-basis: 50%;
    padding-bottom: 20px;
}

.line_banner_bg .inner_wrap {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.line_banner_bg .con_txt_tit{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.line_banner_bg .con_txt_tit span {
    position: relative;
}
.line_banner_bg .con_txt_tit span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateY(-50%);
}
.line_banner_bg p {
    font-size: 24px;
}
/* .system .sub_tit {
    padding-bottom: 30px;
} */
.system .system_type {
    position: relative;
    width: 100%;
    height: 260px;
}
.system .system_type .item {
    width: 100%;
    max-width: 55%;
    border-radius: 160px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #fff;
}
.system .system_type .item:first-child {
    background-color: rgba(3,166,75,0.6);
    left: 0;
}
.system .system_type .item:last-child {
    background-color: rgba(0,97,114,0.6);
    right: 0;
}
.system .system_type .item .tit {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.system .system_type .item ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
    gap: 5px;
    font-size: 20px;
    
}
.ad_info {
    width: 100%;
    background-color: #F0F2F9;
    padding: 120px 0;
}
.ad_info .inner_wrap {
    overflow-x: unset;
}
.ad_info .con_wrap {
    display: flex;
    justify-content: space-between;
}
.ad_info .right {
    flex-basis: 45%;
}
.ad_info .right .sub_tit span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ad_info .right .gray_color {
    font-size: 20px;
    word-break: keep-all;
}
.ad_info .left {
    flex-basis: 35%;
}
.ad_info .left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.ad_info .left ul > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 200px;
}
.ad_info .left ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
    background-color: #fff;
    flex-basis: calc(50% - 13px);
    padding: 15px 0;
    box-shadow: 0 4px 10px rgba(205,205,205,0.25);
    flex-basis: 180px;
    aspect-ratio: 1 / 1;
}
.ad_info .left ul li p {
    font-size: 20px;
    font-weight: 600;
}
.ad_info .hr {
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin: 60px 0 80px;
}

.sales .sub_tit span {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}
.sales .sales_chart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sales .sales_chart li {
    text-align: center;
    margin-right: 24px;
}
.sales .sales_chart li:last-child {
    margin-right: 0;
}
.sales .sales_chart li span {
    display: inline-block;
    border: 1px solid var(--main-color);
    border-radius: 25px;
    padding: 6px 18px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.sub_counsel {
    padding: 80px 0;
}
.sub_counsel h3 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

/*랜딩페이지*/
.landing {}
.landing .sub-visual {
    background: linear-gradient(to bottom, #0DD2E8, #00F0B3);
    color: #fff;
    position: relative;
    padding: 100px 0;
}
.landing .sub-visual::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/main_img/process_main.png) no-repeat;
    background-size: auto 100%;
    z-index: 0;
    background-position-x: 80%;
}
.landing .sub-visual .main_txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.landing .sub-visual .main_txt h2 {
    font-size: 40px;
    font-weight: 700;
}
.landing .sub-visual .main_txt p {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 50px;
}
.landing .sub-visual .main_txt .link_box a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    background: #2c2e3d;
    padding: 18px 40px;
    border-radius: 50px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.landing .sub-visual .main_txt .link_box a:hover {
    background-color: #fff;
    color: #2c2e3d;
}
.landing .sub-visual .main_txt .link_box a i {
    transition: transform 0.3s ease;
}
.landing .sub-visual .main_txt .link_box a:hover i {
    transform: translateX(6px);
}

.process .sub_txt {
    font-size: 20px;
    word-break: keep-all;
}
.process .step_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 94px 100px;
    padding-top: 80px;
}
.process .step_wrap .step_item {
    flex-basis: 180px;
    text-align: center;
}
.process .step_wrap .step_item .imgbox {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 20px rgba(170,170,170,0.3);
    margin-bottom: 20px;
}
.process .step_wrap .step_item .txtbox {}
.process .step_wrap .step_item .txtbox .num {
    font-size: 20px;
    font-weight: 600;
}
.process .step_wrap .step_item .txtbox .tit {
    font-size: 22px;
    font-weight: 700;
    padding: 16px 0;
}
.process .step_wrap .step_item .txtbox .info {
    word-break: keep-all;
    color: var(--gray_color);
    font-size: 18px;
}
.steplist_wrap {
    position: relative;
}
.curve-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}
.curve-background svg {
width: 100%;
height: 100%;
}


/* 제공 리스트 */
.provided_list {
    background-color: #F0F2F9;
    padding: 80px 0;
}
.provided_list .inner_wrap {
    display: flex;
    gap: 24px;
}
.provided_list .provided_list_item {
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid var(--border-color);
    box-shadow: 0 4px 10px rgba(205,205,205,0.25);
    flex-basis: calc(33.333% - 24px);
    padding: 80px 20px;
}
.provided_list .provided_list_item .tit {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 20px;
    word-break: keep-all;
}
.provided_list .provided_list_item .tit span {
    color: var(--gray_color);
    font-weight: 700;
}
.provided_list .provided_list_item .gray_color {
    font-size: 20px;
    word-break: keep-all;
}

/*요금안내*/
.charge_info {}
.charge_info .inner_wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}
.charge_info  .charge_info_item {
    flex-basis: 50%;
}
.charge_info  .charge_info_item:last-child {
    padding-left: 102px;
}
.charge_info  .charge_info_item .sub_tit {
    padding-bottom: 20px;
}
.charge_info  .charge_info_item ul {}
.charge_info  .charge_info_item ul li {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    word-break: keep-all;
}
.charge_info  .charge_info_item ul li b {
    font-weight: 700;
}
.charge_info  .charge_info_item ul li:last-child {
    margin-bottom: 0;
}
.charge_info  .charge_info_item ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: var(--main-color);
}

/* 관리자 사용자 view */
.view_tab {}
.view_tab .sub_tit {
    padding-bottom: 30px;
}
.view_tab .sub_txt {
    font-size: 20px;
 }
.view_tab .tab_wrap {}
.view_tab .tab_wrap .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 40px 0 120px;
}
.view_tab .tab_wrap .tab li {
    font-size: 24px;
    font-weight: 700;
    color: #a3a3a3;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    padding: 5px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.view_tab .tab_wrap .tab li.active {
    color: var(--main-color);
    border-color: var(--main-color);
}

.modalbox.img_modal {
    max-width: 70%;
    /* max-width: 50%; */
}
.img_modal .modal_swiper .swiper-wrapper {
    padding-bottom: 35px;
}

.img_modal .img_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.img_modal img {
    width: 100%;
}

.view_tab .tab_wrap .tabcon {}
.view_tab .tab_wrap .tabcon .item {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s;
}
.view_tab .tab_wrap .tabcon .item.active {
    visibility: visible;
    position: relative;
    opacity: 1;
    z-index: 1;
}
/* .view_tab .tab_wrap .tabcon .item:first-child {
    display: block;
} */
.view_tab .tab_wrap .tabcon .item .viewMode {
    padding-bottom: 60px;
}
.view_tab .tab_wrap .tabcon .item .viewMode .swiper-slide {
    /* transition: transform 0.3s ease, filter 0.3s ease;
    transform: scale(0.8);
    width: auto;
    max-width: 790px;
    overflow: hidden;
    flex-shrink: 0; */
    transform: scale(0.8);
    transition: transform 0.3s ease;
    opacity: 0.6;
    max-width: 790px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.view_tab .tab_wrap .tabcon .item .viewMode .swiper-slide-active {
    transform: scale(1);
    border: 4px solid var(--main-color);
    opacity: 1;
    border-radius: 20px;
    background: #fff;
}
/* .view_tab .tab_wrap .tabcon .item .viewMode .con::after {
    content: "클릭";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.view_tab .tab_wrap .tabcon .item .viewMode .con:hover::after {
    visibility: visible;
} */


/*솔루션 상담하기*/
.solution {
    padding: 85px 0;
    color: #fff;
    text-align: center;
    background: url('/main_img/solution_line_bg.png') no-repeat center/cover;
    /* background: linear-gradient(to top right, #27FF87, #304BF5),
    url('/main_img/solution_line_bg.png') no-repeat center/cover; */
}
.solution p {
    font-size: 24px;
}
.solution .tit {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 14px;
}
.solution .link_box {}
.solution .link_box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 40px;
    border: 1px solid #fff;
    border-radius: 100px;
    background-color: rgba(255,255,255,0.14);
    margin-top: 45px;
}

/*인프라제공*/
.infra .sub_txt {
    font-size: 20px;
}
.infra_list {
    display: flex;
    gap: 24px;
    margin-top: 80px;
}
.infra_list .infra_list_item {
    overflow: hidden;
    /* flex-basis: calc(33.333% - 24px); */
    flex: 1;
    height: 443px;
}
.infra_list .infra_list_item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}
.infra_list .infra_list_item:nth-child(1) a {
    background-image: url('/main_img/infra_list_bg01.png');
    border-radius: 100px 0 0 0;
}
.infra_list .infra_list_item:nth-child(2) a {
    background-image: url('/main_img/infra_list_bg02.png');
}
.infra_list .infra_list_item:nth-child(3) a {
    background-image: url('/main_img/infra_list_bg03.png');
    border-radius: 0 0 100px 0;
}
.infra_list .infra_list_item a .txtbox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 30px;
    background-color: rgba(0,0,0,0.2);
    color: #fff;
    transition: background-color 0.4s ease;
}
.infra_list .infra_list_item a .txtbox p {
    font-size: 18px;
    text-shadow: 0 0 10px #1a1a1a;
}
.infra_list .infra_list_item a .txtbox .tit {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 1rem;
}
.infra_list .infra_list_item a .txtbox .link {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.infra_list .infra_list_item a .txtbox .link {}
.infra_list .infra_list_item a .imgbox {
    transition: transform 0.5s ease;
}
.infra_list .infra_list_item:hover a .txtbox {
    background-color: rgba(0,0,0,0);
}
.infra_list .infra_list_item:hover a .imgbox {
    transform: translateX(30px);
}

/*작업결과*/
.result_wrap {
    width: 100%;
    background-color: #F0F2F9;
    padding: 80px 0;
}
.result_wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.result_wrap .top > div {
    flex-basis: calc(50% - 24px);
}
.result_wrap .left {}
.result_wrap .left .sub_tit {
    padding-bottom: 30px;
}
.result_wrap .left .gray_color {
    font-size: 20px;
    word-break: keep-all;
}
.result_wrap .right {}
.result_wrap .right .imgbox {
    position: relative;
}
.result_wrap .right .imgbox .result_big {
    position: absolute;
    bottom: 20px;
    left: 0;
    border: 3px solid var(--main-color);
}
.result_wrap .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 55px;
}
