/* common s */
html {scroll-behavior: smooth}
#container_wrap {min-height:1000px;}
.inner {width:1200px;margin:0 auto;}
.section {width:100%;max-width:1920px;margin:0 auto;position:relative;}

.section .pc_show {display: block;}
.section .mobile_show {display: none;}
#footer .pc_show {display: block;}
#footer .mobile_show {display: none;}

.marquee .swiper-wrapper {
    transition-timing-function: linear !important;
}

.section > .inner {text-align: center;}
/* common e */

/* header s */
#hd {background:transparent;}
#header {height:100px;width:100%;position:fixed;left:0;top:0;z-index: 1000;background:transparent;transition: 0.2s;}
#header.on {background:#fff;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);}
.hd_inner {width:100%;max-width:1760px;height:100%;margin:0 auto;position: relative;display:flex;justify-content: space-between;align-items: center;padding:0 50px;}
#header .logo img {width: 180px;}
#header .gnb_wrap {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:100%;display:flex;justify-content:center;align-items: center;}
#header .gnb_wrap li {padding:0 30px;font-size: 18px;font-weight: 400;letter-spacing: -0.05em;}
#header .gnb_wrap li.on {font-weight: 700;color:#2aa0df;}
#header .hd_tel img {width: 278px;}
.section-wrapper {}
.section-scrollNab {position:fixed;left:50%;top:0;transform:translateX(-50%);width:50%;z-index:1001;height: 100px;}
.section-scrollNab .section-nab-wrap ul {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:100%;display:flex;justify-content:center;align-items: center;}
.section-scrollNab .section-nab-wrap ul li {padding:0 30px;font-size: 18px;font-weight: 400;letter-spacing: -0.05em;}
.section-scrollNab .section-nab-wrap ul li.on {font-weight: 700;color:#2aa0df;}
/* header e */

/* footer s */
#footer { background: #111; color: #a6a5a5; font-size: 16px; line-height: 1.6em; min-width: 1640px;letter-spacing:-0.05em;}
#footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding: 60px 0;
    max-width: 1170px;
    flex-direction: row;
}
#footer .info { display: flex; justify-content: flex-start; align-items: flex-start; }
#footer .copyright { margin-top: 30px; }
#footer .private { color: #fff; display: flex; justify-content: flex-start; align-items: center; }
#footer .private li:first-child a {color:#2aa0df}
#footer .private li { display: flex; justify-content: flex-start; align-items: center; }
#footer .private li:first-child { font-weight: 700; color: var(--color-primary); }
#footer .private li + li:before { content: ""; margin: 0 16px; width: 2px; height: 2px; background-color: currentColor; }

#footer .left span {padding:0 10px;font-size: 16px;}
/* footer e */

/************** policy layer s *************/
.policy_wrap {
	position: fixed;
	/* keeps the policy_wrap window in the current viewport */
	top: 0;left: 0;display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A6000000, endColorstr=#A6000000);
	text-align: center;z-index: 999999;font-family: 'Pretendard', sans-serif;
}

.policy_wrap .policy-wrapper {
	overflow: hidden;margin: 50px auto;position: absolute;left:50%;top:50%;
    -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
	box-shadow: 0 0 25px #111;-webkit-box-shadow: 0 0 25px #111;-moz-box-shadow: 0 0 25px #111;
	width: 90%;background-color: #fff;border: 1px solid #999;outline: 0;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);background-clip: padding-box;max-width: 820px;border-radius: 10px;
}

.close-popup {
	position: absolute;top: 20px;right: 20px;background-color: #fff;font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;font-weight: bold;line-height: 1;color: #ccc;text-shadow: 0 1px 0 #fff;border: none;
}

.policy_wrap .policy-wrapper h4 {
    padding: 15px;border-bottom: 1px solid #e5e5e5;font-size: 18px;font-weight: 500;font-family: var(--font-family-ptd);
}

.policy_wrap .policy {overflow-y: auto;padding: 30px;text-align: left;line-height: 163%;font-size: 12px;}

form a.popup-trigger {
    display: inline-block;padding: 0 5px;line-height: 1.25;text-indent: 0;color: #fff;background-color: #8C8984;font-size: 12px;
    vertical-align: middle;
}
:root {
    --sec2_Height : 199vh;  /* 섹션 스크롤모션 범위기준 */
}
/************** policy layer e *************/

.bg {background: #f5f7f9;padding-top:100px;overflow: hidden;}
/* main s */
#section00 {width:100%;max-width:1760px;margin:0 auto 0;background:url('/images/main_bg.png')no-repeat center top;}
.main_inner {text-align: center;position:relative;padding:200px 0 100px;}
.main_title_wrap {position:relative;z-index:1;}
.main_title_wrap p {color:#fff;letter-spacing: -0.03em;}
.main_title_wrap p.main_top_title {font-size: 92px;line-height:92px;text-shadow:0px 6px 3px rgba(2,10,26,0.3);margin-bottom: 20px;}
.main_title_wrap p.main_top_title span {color:#f8f5ac;}
.main_title_wrap p.main_top_title span.dot {position:relative;}
.main_title_wrap p.main_top_title span.dot:after {content:"";display:block;width: 12px;height: 12px;border-radius: 50%;background: #f8f5ac;position:absolute;left:50%;top:0;transform: translateX(-50%);box-shadow:0px 6px 3px rgba(2,10,26,0.2);}
.main_title_wrap p.main_bot_title {
    font-size: 130px;line-height: 130px;background: linear-gradient(#fff, #88d6ff);color: transparent;
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;position:relative;
}
.main_title_wrap p.main_sub_tit {font-size: 32px;font-weight:400;line-height:32px;margin-top:30px;text-shadow:0px 6px 3px rgba(2,10,26,0.5)}
/* main flash */
.flash_wrap {width: 556px;height: 137px;margin:150px auto 0;}
.flash_wrap.aos-animate div {
    width: 556px;height: 137px;margin:0px auto;background:url('/images/flash_bg.png')no-repeat center / cover;padding-top:25px;
    /* -webkit-animation: txtAni2 0.8s step-end infinite;animation: txtAni2 0.8s step-end infinite; */
}
.flash_wrap p {font-size: 32px;letter-spacing:-0.05em;font-weight: 400;color:#fff;line-height:32px;text-shadow:0px 4px 2px rgba(2,10,26,0.5)}
.flash_wrap p.bold {font-weight: 700;line-height: 50px}
.flash_wrap p.bold span {font-size: 48px;color:#6ddbff;
    -webkit-animation: txtAni22 0.7s step-end infinite;animation: txtAni22 0.7s step-end infinite;
}
/* main icon */
.icon_box {position:absolute;}
.icon_box.kt {top: 40px;right:170px;}
.icon_box.kt.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
.icon_box.tworld {bottom: 70px;left:120px;z-index:5;}
.icon_box.tworld.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
.icon_box.uplus {bottom: 220px;right:360px;z-index:5}
.icon_box.uplus.aos-animate {animation: section_2_Bounce 3s ease-in-out 4.5s infinite;}
.icon_box.laptop {bottom: 15px;right:190px;}
.icon_box.laptop.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
.icon_box.flip {top: 260px;right:80px;}
.icon_box.flip.aos-animate {animation: section_2_Bounce 3s ease-in-out 3.5s infinite;}
.icon_box.iphone {top: 80px;left:100px;}
.icon_box.iphone.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
.icon_box.galaxy {bottom: 90px;left:80px;}
.icon_box.galaxy.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

/* txt */
.content_txt {text-align: center;position:relative;z-index:1;display:inline-block;}
.content_title {font-size: 80px;letter-spacing:-0.05em;color:#111;line-height:90px;}
.content_title span {color:#fff;position:relative;height:90px;display:inline-block;padding:0 10px;}
.content_title span.color_gradient {background: linear-gradient(to right bottom, #2aa0df, #2a66de);color: transparent;letter-spacing:-0.05em;
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;position:relative;padding:0;}
.content_title_desc {font-size: 24px;letter-spacing: -0.05em;line-height:30px;color:#666;;}
/**/
[data-aos="highlight"]:before {
    content: "";position: absolute;left: 0;top: 15px;width: 0;height: 100%;background: linear-gradient(90deg,#2aa0df, #2a66de);
    transition-delay: .4s;-webkit-transition-delay: .4s;transition-duration: .4s;-webkit-transition-duration: .4s;z-index: -1;
}
.content_title span.aos-animate[data-aos="highlight"]:before {width: 100%;}

.content_box {position:relative;z-index:5;}
.content_box .content_list {display:flex;justify-content: space-between;width:1200px;margin:0 auto;}
.content_box .content_list li {width:370px;height:490px;border:3px solid #e3e7eb;box-shadow: 0 6px 0 #e3e7eb;border-radius:30px;overflow: hidden;text-align: center;padding:50px 0 0;position:relative;background: #fff;;}
.content_box .content_list li:nth-child(2) {margin-top:50px;}
.content_box .content_list li p {font-size: 32px;font-weight: 400;color:#333;letter-spacing: -0.05em}

/* section01 */
#section01 {padding-top: 140px;padding-bottom: 190px;}
#section01 .content_box {margin-top:70px;}
.section01_icon {position:absolute;right:-210px;top:-30px;transform: scale(1.5);}

/* 노트북+달러 */
.laptop2 {position:absolute;left:40px;bottom:20px;width:240px;}
.content_list li.aos-animate .laptop2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
.dollar1 {position:absolute;right:-10px;bottom:140px;width: 206px;}
.content_list li.aos-animate .dollar1 {animation: section_2_Bounce 3s ease-in-out 2.0s infinite;}
.dollar2 {position:absolute;right:10px;bottom:30px;width: 161px;}
.content_list li.aos-animate .dollar2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

/* 로고 무한반복 */
.cont01 {margin-top:60px;}
.brand_slide {margin-bottom:10px;}
.brand_slide .swiper-slide {width:100%;max-width:166px;}

/* 휴대폰 목업 */
.content_list li:nth-child(3) .cl_content {position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;height:369px;background: url('/images/section01_mockup.png')no-repeat center;}
.mockup {width:356px;height:279px;margin:0 auto;position:relative;overflow: hidden;margin-top: 90px;padding-top:89px;}

.mockup .slide_ver {position:relative;margin:0 auto 0px;height:65px;opacity: 0.5;}
.mockup .slide_ver.swiper-slide-active {opacity: 1;}
.mockup .slide_ver.swiper-slide-prev {opacity: 1;}
.mockup .slide_ver img {width:100%;}
.mockup .slide_ver.ver01 {width: 220px;margin-right: 35px;}
.mockup .slide_ver.ver02 {width: 240px;margin-left:20px;}
.mockup .slide_ver.ver03 {width: 220px;margin-right: 70px;}

/* coin */
.section01_coin {position:absolute;}
.section01_coin01 {top:100px;left:300px;}
.section01_coin02 {top: 310px;left:133px;}
.section01_coin03 {bottom:210px;left:-50px;}
.section01_coin04 {top: 320px;right:95px;}
.section01_coin05 {bottom:350px;right:185px;}

/* 흐르는 슬라이드 */
#section01 .marquee {position:absolute;left:0;bottom:40px;width:100%;}
.marquee .text_slide {width:100%;overflow: hidden;}
.marquee .text_slide .swiper-slide {width:1446px;}
.marquee .text_slide img {width:100%;}

/* 부담없는 소자본창업 */
#section02 {padding:140px 0;background: url('/images/section02_bg.png')no-repeat center top;}
#section02 .inner {width:1280px;}
#section02 .content_title_desc {margin-top:45px;}
#section02 .content_box {margin-top: 65px;}
#section02 .content_01 {display:flex;justify-content: space-between;}
#section02 .content_01 .content_div {width:630px;height:400px;background:#e6f4fd;border-radius: 50px;box-shadow:0px 7px 9px rgba(71,104,142,0.2);position:relative;}
#section02 .content_01 .content_div .txt_wrap {text-align: left;padding:110px 55px;}
#section02 .content_div .content_tit {font-size: 44px;font-weight: 700;letter-spacing:-0.05em;line-height:53px;}
#section02 .content_div .content_tit span {color:#2aa0df}
#section02 .content_div .content_desc {font-size: 22px;line-height:32px;letter-spacing: -0.05em;color:#666;margin-top: 20px;font-weight: 500;}
#section02 .content_01 .content_div .img_wrap {position:absolute;right:40px;top:80px;}
#section02 .content_01 .content_div:nth-child(1) .img_wrap img {width: 231px;}
#section02 .content_01 .content_div:nth-child(2) .img_wrap img {width:294px;}
/* #section02 .content_01 .content_div:nth-child(1) .img_wrap img {width: 12.0313vw;}
#section02 .content_01 .content_div:nth-child(2) .img_wrap img {width: 15.3125vw;} */

#section02 .content_02 {margin-top: 20px;}
#section02 .content_02 .content_div {
    width: 100%;height:400px;
    background: #0e0f4c;border-radius:50px;box-shadow:0px 7px 9px rgba(71,104,142,0.2);position:relative;display:flex;justify-content: space-between;align-items: center;
}
#section02 .content_02 .content_div .img_wrap {width:50%;position:relative;height:100%;}
#section02 .content_02 .content_div .img_wrap div {position:absolute;transition: 0.5s;}
#section02 .content_02 .content_div .img_wrap .left-icon {
    left:184px;top:58px;transition: 0.5s;width: 228px;height: 305px;background:url('/images/section_test.png')no-repeat left top / cover;
}
#section02 .content_02 .content_div .img_wrap .left-icon.off {
    left:136px;top:28px;transform: scale(0.6) rotate(10deg);background:url('/images/section_test_off.png')no-repeat left top / cover;opacity: 0.5;
}
#section02 .content_02 .content_div .img_wrap .left-icon:after {
    content:"";display:block;width: 77px;height: 80px;position:absolute;right:-20px;top:-15px;
    background:url('/images/section_test_marker.png')no-repeat center / cover;transition: 0.5s;
}
#section02 .content_02 .content_div .img_wrap .left-icon.off:after {
    transform: scale(0.6) rotate(-15deg);right:42px;top:-54px;
    background:url('/images/section_test_marker_off.png')no-repeat center / cover;
}
#section02 .content_02 .content_div .img_wrap .right-icon {
    right:0px;top:122px;transition: 0.5s;width: 237px;height: 246px;background:url('/images/section_test2_off.png')no-repeat center / cover;
    transition: 0.5s;transform: scale(0.7) rotate(5deg);opacity: 0.5;
}
#section02 .content_02 .content_div .img_wrap .right-icon.on {
    right:47px;top:110px;transform: scale(1) rotate(0);background:url('/images/section_test2.png')no-repeat center / cover;opacity: 1;
}
#section02 .content_02 .content_div .img_wrap .right-icon:after {
    content:"";display:block;width: 73px;height: 96px;position:absolute;left:-13px;top:-36px;
    background:url('/images/section_test2_marker_off.png')no-repeat center / cover;transition: 0.5s;transform: scale(0.9);
}
#section02 .content_02 .content_div .img_wrap .right-icon.on:after {
    transform: scale(1) rotate(0deg);left:-15px;top:-23px;background:url('/images/section_test2_marker.png')no-repeat center / cover;
}
#section02 .content_02 .content_div .txt_wrap {width:50%;text-align: left;padding-left: 60px;}
#section02 .content_02 .content_div .content_tit {color:#fff;}
#section02 .content_02 .content_div .content_desc {color:#c3c3c3;}

/* 통신이 처음이라 영역 */
#section03 {padding:140px 0px 0;}
#section03 .content_div {display:flex;justify-content: right;}
#section03 .content_div:nth-child(1) {padding-bottom: 70px;}
#section03 .content_div:nth-child(2) {padding: 70px 0 140px;background:#f8fafb;}

#section03 .content_div:nth-child(1) .inner {width:600px;margin:0;margin-right:85px;}
#section03 .content_div:nth-child(2) .inner {width:1280px;margin:0 auto;}

#section03 .content_div .content_txt {width:100%;text-align: left;padding-top: 40px;}
/* #section03 .content_div:nth-child(1) .content_txt {padding-left: 55px;} */
#section03 .content_div:nth-child(1) .content_txt {padding-left: 0;}
#section03 .content_div:nth-child(2) .content_txt {padding-left: 100px;}

#section03 .content_area {display:flex;justify-content: space-between;}
#section03 .content_area .content_img {box-shadow:0 7px 9px rgba(86,95,106,0.2);border-radius:50px;}

#section03 .content_slogan {position:relative;margin-top: 80px;height:86px;}
#section03 .content_slogan.num1 {width:0px;transition: width 1.0s;}
#section03 .content_txt.aos-animate .content_slogan.num1 {width:450px;}
#section03 .content_slogan.num2 {width:0px;transition: width 1.0s;}
#section03 .content_txt.aos-animate .content_slogan.num2 {width:530px;}
#section03 .content_slogan p {font-size:30px;font-weight:400;padding:0;border-radius:10px;transition:all 2.0s;line-height: 86px;position:absolute;left:0;top:0;white-space:nowrap;width: 100%;overflow: hidden;}
#section03 .content_txt.aos-animate .content_slogan p {padding:0px 50px 0px 25px;}
#section03 .content_slogan.num1 p {color:#0080c5;background:#dff1fa;}
#section03 .content_slogan.num2 p {color:#1760ce;background:#d8e2f6;}
#section03 .content_slogan img {position:absolute;right:-110px;top:50%;transform: translateY(-50%);}
#section03 .content_slogan img.section03_01 {width:148px;}
#section03 .content_slogan img.section03_02 {width:147px;}

#section03 .swiper_area {width:875px;overflow: hidden;}
#section03 .content_slide_wrap {width:100%;padding:20px 0px;}
#section03 .content_slide_wrap .swiper-slide {width: 100%;max-width:555px;display:flex;box-shadow:0 7px 9px rgba(86,95,106,0.2);border-radius:50px;}
#section03 .content_slide_wrap .swiper-slide img {width:100%;}
#section03 .content_slide_wrap .swiper-slide:not(.swiper-slide-active) {opacity: 0.4;}


/* 나만의 브랜드로 */
.wrap img {display: block;width: 100%}
.reactive::after {content: "";display: block}
.reactive>.contents {position: absolute;top: 0;left: 0;right: 0;bottom: 0}
.wrap .section-wrap {width: 100%;position: relative}
.wrap .section-wrap>*[class^=section] {position: relative;z-index: 2}

.section-02 .step-card-list {
    width:100%;display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;
    flex-direction: column;margin: 70px auto 0;padding-top: 10rem
}

.section-02 .step-card-list li {
    position: sticky;background: #fff;-webkit-box-shadow: 0px 9px 7px rgba(86,95,106,0.18);box-shadow: 0px 9px 7px rgba(86,95,106,0.18);border-radius: 50px;
    height:400px;transition:all 0.2s;
}
.section-02 .step-card-list li.reactive04 {height:400px;}
.section-02 .step-card-list li .contents {
    position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: -webkit-box;display: -ms-flexbox;display: flex;
    -webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;opacity: 0;transition:all 0.2s;
}
.section-02 .step-card-list li .contents.on {opacity: 1;}
.section-02 .step-card-list li.reactive02 {background: rgba(255,255,255,1);}
.section-02 .step-card-list li.reactive03 {background: rgba(255,255,255,1);}
.section-02 .step-card-list li.reactive02.on {background: rgba(255,255,255,1);}
.section-02 .step-card-list li.reactive03.on {background: rgba(255,255,255,1);}
.section-02 .step-card-list li.reactive03.on2 {background: rgba(255,255,255,1);}
.section-02 .step-card-list li .contents .left {
    width: 50%;padding: 130px 0 130px 145px;text-align: left;
}
/* sticky step */
.section-02 .step-card-list li .contents .left>.step_box {font-size: 20px;color:#0080c5;font-weight: 700;line-height:1;padding:7px 15px;background:#dff1fa;border-radius:10px;}
/* sticky title */
.section-02 .step-card-list li .contents .left>.step-msg {
    margin-top:20px;font-size: 44px;font-weight: 400;letter-spacing: -0.03em;line-height: 50px;color: #111;white-space: nowrap
}
.section-02 .step-card-list li .contents .left>.step-msg b span {color:#2aa0df;}

.section-02 .step-card-list li .contents .right {
    width:50%;height:100%;
    -webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-item-align: end;align-self: flex-end;position:relative;
}
.section-02 .step-card-list li .contents .right .tab_wrap {
    width: 526px;height:288px;background:url('/images/section04_img01_tab.png')no-repeat center /cover;
    position:absolute;left:0;bottom:0;
}
.tab_overflow {width: 472px;height: 272px;position:absolute;left:18px;bottom:0;border-radius:20px 20px 0 0;overflow: hidden;}
.phone_overflow {width: 131px;height: 279px;position:absolute;left:18px;top:16px;border-radius:10px;overflow: hidden;}
.section-02 .step-card-list li .contents .right .phone_wrap {
    width: 185px;height: 333px;background: url('/images/section04_img01_phone.png')no-repeat center / cover;
    position:absolute;right:40px;top:40px;z-index:10;
}
.section-02 .step-card-list li .step-num {
    position: absolute;bottom: 5%;left: 3.57%;font-size: 20px;font-weight: 500;letter-spacing: -0.03em;line-height: 1;color: #858585
}

.section-02 .step-card-list li .step-num>.dot {
    display: inline-block;width: 4px;height: 4px;background-color: #858585;border-radius: 100%;margin: 0 5px;vertical-align: middle
}

.section-02 .step-card-list li:nth-child(1) {
    z-index: 2;
    bottom: 15.25rem;
    margin-bottom: 6.5rem;
    margin-top: -10rem
}

.section-02 .step-card-list li:nth-child(2) {
    z-index: 1;
    bottom: 13rem;
    margin-bottom: 1.5rem;
    margin-top: -5rem
}

.section-02 .step-card-list li:nth-child(2) .right {
    padding-right: 3.5714285714%
}

.section-02 .step-card-list li:nth-child(3) {
    bottom: 8rem;
    margin-bottom: 0px
}

.section-02 .step-card-list li:nth-child(3) .right {
    padding-right: 5.078125%
}

.section-02 .step-card-list li:nth-child(3) .step-msg>span:first-of-type {
    color: #6b7072
}

.section-02 .step-card-list li:nth-child(3) .step-msg>span:last-of-type {
    color: #a3acae
}

.section-02 .step-card-list li::after {
    padding-bottom: 40.1785714286%
}

#section04 {padding:140px 0px;background:url('/images/section04_bg.png')no-repeat center / cover;}
#section04 .inner {width:1280px;margin:0 auto;}
#section04 .content_title {color:#fff;margin-bottom: 30px;}
#section04 .content_title_desc {color:#c3c3c3;}

#section04 .right .img_wrap.no01 {width: 580px;height: 323px;position:absolute;left:0;bottom:20px;}
#section04 .right .img_wrap.no01 img {position:absolute;left:0;top:0;}
#section04 .right .img_wrap.no01 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
#section04 .right .img_wrap.no01 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
#section04 .right .img_wrap.no02 {width: 557px;height: 297px;position:absolute;left:0;bottom:35px;}
#section04 .right .img_wrap.no02 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
#section04 .right .img_wrap.no02 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
#section04 .right .img_wrap.no02 img {position:absolute;left:0;top:0;}
/*
animation: section_2_Bounce 3s ease-in-out 1.5s infinite;
*/
.section04_icon {position:absolute;right:-100px;top:120px;}

/* 휴대폰 판매 업계 1위 */
#section05 {padding:140px 0 130px;overflow: hidden;}
#section05 .content_div {margin-top: 100px;}
#section05 .content_div .content_slide_wrap ul li {width:346px;height:225px;border:3px solid #d7d7d7;box-shadow: 0px 6px 0px rgba(215,215,215,1);border-radius:50px;overflow: hidden;}
#section05 .content_div .content_slide_wrap ul li .top_txt {background: #0e0f4c;display:flex;justify-content: space-between;align-items: center;height:60px;padding:0 30px;}
#section05 .content_div .content_slide_wrap ul li .top_txt p {font-size: 22px;color:#fff;letter-spacing:-0.02em;font-weight: 700;}

#section05 .content_div .content_slide_wrap ul li .bottom_txt {text-align: center;padding-top:25px;padding-bottom: 30px;}
#section05 .content_div .content_slide_wrap ul li .bottom_txt .subject {font-size: 24px;font-weight: 700;color:#333;line-height:28px;letter-spacing: -0.02em;margin-bottom: 15px;}
#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data {font-size: 40px;color:#0e0f4c;font-weight:700;line-height:40px;background:#badbff;padding:10px 15px;display:inline-block;}
#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data span {font-size: 58px;}

.section05_text_img {position:absolute;left:50%;top:30px;transform: translateX(-50%);}
.section05_coin {position:absolute;}
.section05_coin.section05_coin_01 {top:105px;right:170px;}
.section05_coin.section05_coin_02 {top:220px;left:240px;}
.section05_coin.section05_coin_03 {top: 75px;left:80px;}

/* section06  */
#section06 .section_cont_inner {
	border-radius: 50px;position: relative; display: flex; justify-content: space-between; align-items: center; 
    max-width: 1760px; width: 100%;margin:0 auto;background: url('/images/section06_bg.png')no-repeat center / cover;padding:140px 0;
}
.section06_coin {position:absolute;}
.section06_coin.section06_coin_01 {top:505px;right:40px;}
.section06_coin.section06_coin_02 {top:110px;left:110px;}
.section06_coin.section06_coin_03 {top:625px;left:-60px;}
.slide-text-wrap  { position: relative; flex-grow: 1;width:100%;max-width:1200px;margin:0 auto;}
.slide-text-wrap .swiper-container { padding-top: 90px; height: 360px; margin-top: 45px; }
.slide-text-focus {
    position: absolute; top: 90px; left: 0; width: 480px; height: 74px; border: 4px solid transparent;
    border-radius: 40px; -webkit-border-radius: 40px; background: #fff; margin: 10px;  
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #2aa0df, #2a66de);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.slide-text-wrap .swiper-slide { height: 90px; display: flex; justify-content: flex-start; align-items: center;opacity: 0.3; }
.slide-text-wrap .slide-text { 
    width: 480px;font-size: 24px;font-weight: 700;border-radius: 40px;display: flex;align-items: flex-start;align-items: center;white-space: nowrap;
    justify-content: space-between;padding: 15px 30px;
}

.slide-text-wrap .slide-text .store {font-size: 24px;letter-spacing:-0.02em;color:#fff;padding:8px 16px;border-radius:30px;line-height: 1;}
.slide-text-wrap .slide-text .text {color:#fff;font-size: 24px;font-weight: 400;}
.slide-text-wrap .slide-text .text span.color_text {margin-left: 10px;font-size: 30px;font-weight: 700;}

.slide-text-wrap .swiper-slide-active .slide-text .text {color:#111;}
.slide-text-wrap .swiper-slide-active .slide-text .store {background:#2aa0df;}
.slide-text-wrap .swiper-slide-active .slide-text .text span.color_text {color:#2a66de;}
.slide-text-wrap .swiper-slide-active { opacity: 1 !important; }

#section06 {background: url('/images/section06_bg_2.png')no-repeat center bottom;}
#section06 #slide-twin-text {width:50%;margin:20px 0 0;}
#section06 .slide-img-wrap { flex-shrink: 0; position: absolute; right: 0; top: 0;width:580px;height:605px;background: #fff;border-radius:50px;overflow: hidden;}
#section06 .slide-img-wrap .swiper-container {padding:0;margin:0 auto;height:100%;text-align: center;}
#section06 .slide-img-wrap .swiper-slide {justify-content: center;opacity: 0;background:#fff;height:100%;}
#section06 .slide-img-wrap .swiper-slide.swiper-slide-active {justify-content: center;opacity: 1;}

#section06 .content_txt {text-align: left;}
#section06 .content_txt p {color:#fff;}
#section06 .content_txt p.content_title_name {
	font-size: 26px;line-height: 30px;letter-spacing: -0.05em;color:#0e0f4c;background:#fff;font-weight: 500;padding:12px 28px;display:inline-block;border-radius:10px;
	margin-bottom: 10px;
}

/* section07 */
#section07 {padding:140px 0px;background: url('/images/section07_bg.png')no-repeat center / cover;}
#section07 .content_box {margin-top: 80px;}
#section07 .cont_list_box {margin-bottom: 60px}
#section07 .cont_list_box:last-child {margin-bottom: 0;}
#section07 .cont_list_box:after {content:'';display: block;clear:both;}
#section07 .cont_list_box .left_box {float:left;}
#section07 .cont_list_box .right_box {float:right;}
#section07 .cont_list_box .cont_list_img {
    width:600px;border-radius:50px;box-shadow:0 9px 7px rgba(71,104,142,0.2);overflow: hidden;
    border:4px solid transparent;background-image:linear-gradient(0deg, #2aa0df 0%, #2a66de 100%);background-origin: border-box;background-clip: border-box;
}
#section07 .cont_list_box .cont_list_img img {width:100%;}
#section07 .cont_list_box .cont_list_txt {width:600px;text-align: left;padding-top:120px;padding-left: 110px;}
#section07 .cont_list_box .cont_list_txt.left_box {padding-left: 0;}
#section07 .cont_list_box .cont_list_txt .cont_list_tit {font-size: 46px;font-weight: 700;line-height: 53px;letter-spacing: -0.05em;color:#333;margin-bottom: 30px;}

#section07 .cont_list_box .cont_list_txt .cont_list_tit span.color01 {color:#2aa0df;}
#section07 .cont_list_box .cont_list_txt .cont_list_tit span.color02 {color:#2a66de;}
#section07 .cont_list_box .cont_list_txt .cont_list_desc {font-size: 22px;font-weight: 400;line-height: 32px;letter-spacing: -0.05em;}
#section07 .cont_list_box .cont_list_txt .cont_list_desc span {font-weight: 700;}
#section07 .cont_list_box .cont_list_txt .cont_list_desc span.color01 {color:#2aa0df;}
#section07 .cont_list_box .cont_list_txt .cont_list_desc span.color02 {color:#2a66de;}

/* section08 */
#section08 {padding:140px 0px;background: url('/images/section08_bg.png')no-repeat center bottom / cover;}
#section08 .content_title {color:#fff;}
#section08 .content_title_desc {margin-top: 30px;color:#c3c3c3;}
#section08 .content_box {margin-top: 65px;}
#section08 .content_box .awards_wrap {display:flex;justify-content: flex-start;align-items: center;}
#section08 .content_box .awards_wrap .awards {margin-right:30px;box-shadow:0 7px 9px rgba(86,95,106,0.2);border-radius:50px;}
#section08 .content_box .awards_wrap .awards:last-child {margin-right: 0;}

/* section09 */
#section09 {padding:140px 0px;background: url('/images/section09_bg.png')no-repeat center / cover;}
#section09 .content_title_desc {margin-top: 40px;}
#section09 .content_box {padding:0 15px;margin-top: 65px;}
#section09 .service_wrap {display:flex;justify-content: space-between;flex-wrap: wrap;}
#section09 .service {width:570px;height:215px;box-shadow: 4px 4px 7px rgba(178,183,191,0.5);border-radius:50px;margin-bottom: 30px;background:#addcf5;position:relative}
#section09 .service:nth-child(3) , #section09 .service:nth-child(4) {margin-bottom: 0;}
#section09 .service:nth-child(2) , #section09 .service:nth-child(3) {background: #0067c6;}
#section09 .service:nth-child(2) .txt_service .name , #section09 .service:nth-child(3) .txt_service .name {background:#003388;}
#section09 .service::after {content:"";display:block;clear:both;}
#section09 .service .left_box {float:left;}
#section09 .service .right_box {float:right;}
#section09 .service .txt_service {width:50%;color:#fff;text-align: left;padding-left: 55px;padding-top: 50px;}
#section09 .service .txt_service.right_box {padding-left:20px;}
#section09 .service .txt_service .name {font-size: 36px;line-height:33px;letter-spacing: -0.03em;background:#2392cf;padding:10px 16px 14px;border-radius: 10px;display:inline-block;margin-bottom: 12px;}
#section09 .service .txt_service .desc {padding-left: 10px;color:#333;font-size: 18px;line-height: 28px;letter-spacing: -0.05em;font-weight: 500;}
#section09 .service .txt_service .desc.color_white {color:#fff;font-weight: 400;}
#section09 .service .img_service {width:50%;height:215px;position:relative}
#section09 .service .img_service img {position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}

/* section10 */
#section10 {padding:140px 0px 0px;background: url('/images/section10_bg.png')no-repeat center / cover;}
#section10 .inner {margin-bottom: 60px;}
#section10 .content_title span {position:relative;}
#section10 .content_title span > img {margin-top: 15px;}
#section10 .content_title_slogan {margin-bottom:15px;font-size: 28px;line-height: 30px;letter-spacing: -0.05em;color:#111;}

.section_10_Swiper.swiper-container {padding-top: 110px;padding-bottom:90px;}

.section_10_Swiper .swiper-wrapper {align-items: flex-end;}

.section_10_Swiper .swiper-slide {border-radius: 50px;padding:120px 50px 110px;}

.section_10_Swiper .swiper-slide {
width: 600px;text-align: center;transition: transform 0.3s;background:#fff;border:4px solid #d6d6d6;
box-shadow: 0 9px 0 rgba(214,214,214,1) , 0 11px 32px rgba(5,17,38,0.2);opacity: 0.5;height:400px;
}

.section_10_Swiper .swiper-slide-active {
    padding-top:80px;padding-bottom: 90px;
    transform: translateY(-110px);border:4px solid #2aa0df;box-shadow: 0 9px 0 rgba(42,160,223,1), 0 11px 32px rgba(5,17,38,0.2);opacity: 1;
}
.section_10_Swiper .swiper-slide .center {position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);width:calc(100% - 100px);}
.section_10_Swiper .swiper-slide>img {margin-right: 80px;}
.section_10_Swiper .swiper-slide .star {margin-bottom: 20px;display: none;}
.section_10_Swiper .swiper-slide-active .star {margin-bottom: 20px;opacity: 1;display: block;}
.section_10_Swiper .swiper-slide .txt_div {font-size: 34px;line-height: 47px;letter-spacing: -0.05em;color:#333;position:relative;}
.section_10_Swiper .swiper-slide .txt_div::before , .section_10_Swiper .swiper-slide .txt_div::after {
    content: '';display:block;width:43px;height:33px;position:absolute;top:0;
}
.section_10_Swiper .swiper-slide .txt_div::before {background:url('/images/section10_left_dot.png')no-repeat center / cover; left:0;}
.section_10_Swiper .swiper-slide .txt_div::after {background:url('/images/section10_right_dot.png')no-repeat center / cover; right:0;}


.section_10_Btn_Wrap {z-index: 99;position: absolute;top: 200px;left: 50%;transform: translateX(-50%);width: 770px;}

.section_10_Btn_Wrap>.section_10_Swiper_Next,
.section_10_Btn_Wrap>.section_10_Swiper_Prev {
    cursor: pointer;position: absolute;top: 50%;transform: translateY(-50%);
    width: 70px;height: 70px;border-radius: 50%;background-color: var(--pointColor3);background-size: 70px 70px;
    background-position: center center;
}

.section_10_Btn_Wrap>.section_10_Swiper_Prev {left: 0px;background-image: url('/images/prev_btn.png');}
.section_10_Btn_Wrap>.section_10_Swiper_Next {right: 0px;background-image: url('/images/next_btn.png');}

/* section11 */
#section11 {padding:140px 0px 40px;background: url('/images/section11_bg.png')no-repeat center / cover;overflow:hidden;}
#section11 .inner {display:flex;position:relative;justify-content:flex-end;z-index:10;}
#section11 .content_title_name {
	font-size: 26px;line-height: 30px;letter-spacing: -0.05em;color:#0e0f4c;background:#fff;font-weight: 500;padding:12px 28px;display:inline-block;border-radius:10px;
	margin-bottom: 10px;
}
#section11 .content_title {color:#fff;}
#section11 .content_title span {padding:0 20px 0 10px}
#section11 .content_txt {width:685px;text-align: left;position:absolute;left:15px;top:160px;}
#section11 .content_box {width:568px;position:relative;}
#section11 .content_box .map_wrap {overflow: hidden;}
#section11 .content_box .marker_wrap {position:absolute;left:0;top:0;width:100%;height:100%;overflow: hidden;}
#section11 .content_box .marker_wrap img {position:absolute;left:0;top:0;}
#section11 .content_box.aos-animate .marker_wrap img {opacity: 0;}
#section11 .content_box.aos-animate .marker_wrap img.marker01 {animation: bounceInDown 1.0s 0.2s forwards;}
#section11 .content_box.aos-animate .marker_wrap img.marker02 {animation: bounceInDown 1.0s 0.3s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker03 {animation: bounceInDown 1.0s 0.4s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker04 {animation: bounceInDown 1.0s 0.5s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker05 {animation: bounceInDown 1.0s 0.6s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker06 {animation: bounceInDown 1.0s 0.7s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker07 {animation: bounceInDown 1.0s 0.8s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker08 {animation: bounceInDown 1.0s 0.9s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker09 {animation: bounceInDown 1.0s 1.0s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker10 {animation: bounceInDown 1.0s 1.1s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker11 {animation: bounceInDown 1.0s 1.2s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker12 {animation: bounceInDown 1.0s 1.3s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker13 {animation: bounceInDown 1.0s 1.4s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker14 {animation: bounceInDown 1.0s 1.5s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker15 {animation: bounceInDown 1.0s 1.6s forwards}
#section11 .content_box.aos-animate .marker_wrap img.marker16 {animation: bounceInDown 1.0s 1.7s forwards}

/*bounceInDown*/
#section11 .map_bg {position:absolute;left:0;top:0;z-index:5;width: 100%;height:100%;background:url('/images/section11_map_bg.png')no-repeat center / cover;opacity: 0.9;}
#section11 .map_bg img {width:100%;}
#section11 .marquee {width:100%;position:absolute;left:0;bottom:210px;z-index:2}

#section11 .map_slide .swiper-slide {
width: 236px;height: 236px;border-radius:50%;border:4px solid #fff;position:relative;
text-align: center;background: linear-gradient(140deg, rgba(42,160,223,1) 0%, rgba(42,102,222,1) 100%);;
}
#section11 .map_slide .swiper-slide .text_box {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
#section11 .map_slide .swiper-slide .text_box img {width: 143px;}
#section11 .map_slide .swiper-slide span {font-weight: 700;}
#section11 .map_slide .swiper-slide .name {font-size: 32px;letter-spacing: -0.05em;color:#fff;display:inline-block;margin-bottom: 10px;position:relative;}
#section11 .map_slide .swiper-slide .name::before , #section11 .map_slide .swiper-slide .name::after {
content:"";display:block;width: 6px;height: 6px;border-radius:50%;background:#fff;position:absolute;top:50%;transform:translateY(-50%);
}
#section11 .map_slide .swiper-slide .name::before {left:-15px;}
#section11 .map_slide .swiper-slide .name::after {right:-15px;}
#section11 .map_slide .swiper-slide .number {display:block;color:#fffcd3;font-size: 83px;line-height: 83px;}

/* section12 */
#section12 {padding:140px 0px;background:#fff;overflow:hidden;}

#section12 .content_box {margin-top: 65px;}
#section12 .step_wrap {text-align:left;display:flex;justify-content: space-between;flex-wrap:wrap;}
#section12 .step_wrap .step_list {background: #cfecff;padding:45px 40px;border-radius:50px;width:370px;height:270px;box-shadow:0 9px 7px rgba(71,104,142,0.2);margin-bottom: 30px;}
#section12 .step_wrap .step_list:nth-child(4),#section12 .step_wrap .step_list:nth-child(5),#section12 .step_wrap .step_list:nth-child(6) {margin-bottom: 0;}

#section12 .step_wrap .step_list:nth-child(even) {background:#e6f5ff;}
#section12 .step_wrap .step_number {font-size: 22px;font-weight:600;line-height: 1;letter-spacing: -0.02em;color:#0080c5;background:#fff;padding:10px 12px;border-radius:10px;margin-bottom: 20px;display:inline-block;}
#section12 .step_wrap .step_list:nth-child(even) .step_number {color:#0080c5;background:#cae8fa;}
#section12 .step_wrap .step_title {font-size: 40px;font-weight: 700;line-height: 45px;letter-spacing: -0.05em;color:#111;margin-bottom: 20px;}
#section12 .step_wrap .step_desc {padding-left: 12px;}
#section12 .step_wrap .step_desc p {font-size: 22px;line-height: 27px;letter-spacing: -0.05em;color:#666;position:relative;}
/* #section12 .step_wrap .step_list:nth-child(3) .step_desc p {letter-spacing:-0.07em;} */

#section12 .step_wrap .step_desc p.dot:after {content:"";display:block;width: 5px;height: 5px;background:#2aa0df;border-radius:50%;position:absolute;left:-12px;top:50%;transform:translateY(-50%);}

#section12 .step_wrap .step_img {position:absolute;right:30px;top:30px;}

.marquee_wrap {position:relative;}
.step_marquee.left_step {position:absolute;left:0;top:0;}
.step_marquee.right_step {position:absolute;right:0;top:0;}
.step_marquee_wrapper {
	overflow: hidden;position: absolute;top: 0px;left: 50%;transform: translateX(-50%);display: flex;justify-content: space-between;width: 1580px;height: 100%;
}
.left_step ul {animation: hSlideLoop 24s 0s infinite linear;}
.right_step ul {animation: hSlideLoop2 24s 0s infinite linear;}

.left_step ul li {width:auto;margin-top:50px;}
.right_step ul li {width:auto;margin-top:50px;}

@keyframes hSlideLoop {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes hSlideLoop2 {
	0% {
		transform: translateY(-100%) rotate(180deg);
	}

	100% {
		transform: translateY(0%) rotate(180deg);
	}
}
@keyframes hSlideLoop_mo {
	0% {
		transform: translateX(0%) rotate(90deg);
	}
	100% {
		transform: translateX(-100%) rotate(90deg);
	}
}


/* section13 */
#section13 {padding:140px 0px;background:#e6f5ff;}
#section13 .content_title_desc {margin-top:40px;font-weight: 500;}
#section13 .marker_wrap {background: url('/images/section13_table.png')no-repeat center;width:1194px;height:814px;position:relative;margin-top: 45px}
#section13 .marker_wrap .marker {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
#section13 .content_box.aos-animate .marker_wrap .marker {animation: shakeX2 1s 0.5s}

/**/
#section14 {padding:140px 0px;}
#section14 .content_txt {margin-bottom: 65px;}
/* 롤링 */
.circle {cursor: pointer;position: relative;width: 100%;height: 100%;}
.pie {width: 480px;height: 480px;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(-90deg);}
svg {width:480px;height:480px;}
circle {fill: none;stroke: rgb(243, 243, 243);stroke-width: 64;}
circle:nth-child(2) {stroke: #2a74df;stroke-dashoffset:1120px;stroke-dasharray: 1130px;transition: stroke-dashoffset 2s;stroke-width: 90;}

.slide-img-wrap .swiper-wrapper {align-items: center;;}
.slide-img-wrap .swiper-slide {height:100%;}
.slide-img-wrap .swiper-slide.swiper-slide-duplicate-active .circle_1 circle:nth-child(2) {
    stroke-dashoffset:calc(1130px - 1130px * 76 / 100);
}
.slide-img-wrap .swiper-slide.swiper-slide-active .circle_1 circle:nth-child(2) {
    stroke-dashoffset:calc(1130px - 1130px * 76 / 100);
}
.slide-img-wrap .swiper-slide.swiper-slide-active .circle_2 circle:nth-child(2) {
    stroke-dashoffset:calc(1130px - 1130px * 59 / 100);
}
.slide-img-wrap .swiper-slide.swiper-slide-active .circle_3 circle:nth-child(2) {
    stroke-dashoffset:calc(1130px - 1130px * 56 / 100);
}
.slide-img-wrap .swiper-slide.swiper-slide-active .circle_4 circle:nth-child(2) {
    stroke-dashoffset:calc(1130px - 1130px * 53 / 100);
}
.slide-img-wrap .swiper-slide.swiper-slide-active .circle_5 circle:nth-child(2) {
    stroke-dashoffset:calc(1130px - 1130px * 48 / 100);
}
.slide-img-wrap .swiper-slide.swiper-slide-active .circle_6 circle:nth-child(2) {
    stroke-dashoffset:calc(1130px - 1130px * 44 / 100);
}
.wrap_txt {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.wrap_txt {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.wrap_txt p.sub_tit {font-size: 24px;font-weight: 400;line-height: 32px;letter-spacing:-0.05em}
.wrap_txt p.sub_tit b {font-size: 32px;}
.wrap_txt p.sub_num {font-size: 44px;font-weight: 400;line-height:72px;letter-spacing:-0.1em;}
.wrap_txt p.sub_num b {font-size: 67px;color:#2a66de;}
.wrap_txt p.sub_num span {position:relative;top:-4px;}

.stamp_box {position:absolute;right:45px;top:52px;transition:scale 0.5s;opacity: 0;}
.swiper-slide.swiper-slide-duplicate-active .stamp_box {animation: stamp_cm 1s 1s forwards}
.swiper-slide.swiper-slide-active .stamp_box {animation: stamp_cm 1s 1s forwards}
.stamp_box img {width:150px;}

@keyframes txtAni2 {
	50% {
		opacity:0.3;
        /* color:#fff; */
	}
}

@keyframes txtAni22 {
	33% {
		/* opacity:0.3; */
        color:#f8f5ac;
	}
	66% {
		/* opacity:0.3; */
        color:#ffe537;
	}
}

@keyframes section_2_Bounce {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(10%);
    }

    100% {
        transform: translateY(0%);
    }
}

/*  1920  */
@media(max-width: 1920px){
    /* txt */
    .content_title {font-size: 4.1667vw;line-height:4.6875vw;}
    .content_title span {height:4.6875vw;padding:0 0.5208vw;}
    .content_title_desc {font-size: 1.2500vw;line-height:1.5625vw;}

    /* common */
    #container_wrap {min-height:1000px;position: relative;}
    .inner {width:62.5000vw;}
    .pc_show {display: block;}
    .mobile_show {display: none;}
    .section {}
    /* header s */
    #header {height:5.2083vw;}
    .hd_inner {max-width:91.6667vw;padding:0 2.6042vw;}
    #header .logo img {width: 9.3750vw;}
    #header .hd_tel img {width: 14.4792vw;}
    .section-wrapper {height: 5.2083vw;}
    .section-scrollNab .section-nab-wrap ul li {padding:0 1.5625vw;font-size: 0.9375vw;}
    /* header e */

    /* footer s */
    #footer {font-size: 0.8333vw;min-width: 85.4167vw;}
    #footer .inner {padding: 3.1250vw 0; max-width: 60.9375vw; }
    #footer .copyright { margin-top: 1.5625vw; }
    #footer .private li + li:before {margin: 0 0.8333vw; width: 0.1042vw; height: 0.1042vw;}
    #footer .left span {padding:0 0.5208vw;font-size: 0.8333vw;}
    /* footer e */

    /* main */
    .main_inner {padding:10.4167vw 0 5.2083vw;}
    .main_title_wrap p.main_top_title {font-size: 4.7917vw;line-height:4.7917vw;margin-bottom: 1.0417vw;}
    .main_title_wrap p.main_top_title span.dot:after {width: 0.6250vw;height: 0.6250vw;}
    .main_title_wrap p.main_bot_title {font-size: 6.7708vw;line-height: 6.7708vw;}
    .main_title_wrap p.main_bot_title img.pc_show {display:inline-block}
    .main_title_wrap p.main_sub_tit {font-size: 1.6667vw;line-height:1.6667vw;margin-top:1.5625vw;}

    /* main flash */
    .flash_wrap {width: 28.9583vw;height: 7.1354vw;margin:7.8125vw auto 0;}
    .flash_wrap.aos-animate div {width: 28.9583vw;height: 7.1354vw;padding-top:1.3021vw;}
    .flash_wrap p {font-size: 1.6667vw;line-height:1.6667vw;}
    .flash_wrap p.bold {line-height: 2.6042vw}
    .flash_wrap p.bold span {font-size: 2.5000vw;}

    /* main icon */
    .icon_box.kt {top: 2.0833vw;right:8.8542vw;}
    .icon_box.kt img {width: 12.7604vw;}
    .icon_box.kt.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.tworld {bottom: 3.6458vw;left:6.2500vw;z-index:5;}
    .icon_box.tworld img {width: 19.6875vw;}
    .icon_box.tworld.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.uplus {bottom: 11.4583vw;right:18.7500vw;z-index:5}
    .icon_box.uplus img {width: 10.6771vw;}
    .icon_box.uplus.aos-animate {animation: section_2_Bounce 3s ease-in-out 4.5s infinite;}
    .icon_box.laptop {bottom: 0.7813vw;right:9.8958vw;}
    .icon_box.laptop img {width: 16.1979vw;}
    .icon_box.laptop.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.flip {top: 13.5417vw;right:4.1667vw;}
    .icon_box.flip img {width: 7.8646vw;}
    .icon_box.flip.aos-animate {animation: section_2_Bounce 3s ease-in-out 3.5s infinite;}
    .icon_box.iphone {top: 4.1667vw;left:5.2083vw;}
    .icon_box.iphone img {width: 13.8542vw;}
    .icon_box.iphone.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.galaxy {bottom: 4.6875vw;left:4.1667vw;}
    .icon_box.galaxy img {width: 9.4792vw;}
    .icon_box.galaxy.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

    /* section01 */
    #section01 {padding-top: 7.2917vw;padding-bottom: 9.8958vw;}
    #section01 .content_box {margin-top:3.6458vw;}
    .section01_icon {position:absolute;right:-10.9375vw;top:-1.5625vw;transform: scale(1.5);}

    /* coin */
    .section01_coin {position:absolute;}
    .section01_coin01 {top:5.2083vw;left:15.6250vw;}
    .section01_coin02 {top: 16.1458vw;left:6.9271vw;}
    .section01_coin03 {bottom:10.9375vw;left:-2.6042vw;}
    .section01_coin04 {top: 16.6667vw;right:4.9479vw;}
    .section01_coin05 {bottom:18.2292vw;right:9.6354vw;}

    /* 흐르는 슬라이드 */
    #section01 .marquee {position:absolute;left:0;bottom:2.0833vw;width:100%;}
    .marquee .text_slide {width:100%;overflow: hidden;}
    .marquee .text_slide .swiper-slide {width:75.3125vw;}
    .marquee .text_slide img {width:100%;}
    
    /* 컨텐츠 */
    .content_box {}
    .content_box .content_list {width:62.5000vw;}
    .content_box .content_list li {width:19.2708vw;height:25.5208vw;border-radius:1.5625vw;padding:2.6042vw 0 0;}
    .content_box .content_list li:nth-child(2) {margin-top:2.6042vw;}
    .content_box .content_list li p {font-size: 1.6667vw;}

    /* 노트북+달러 */
    .laptop2 {position:absolute;left:2.0833vw;bottom:1.0417vw;width:12.5000vw;}
    .content_list li.aos-animate .laptop2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .dollar1 {position:absolute;right:-0.5208vw;bottom:7.2917vw;width: 10.7292vw;}
    .content_list li.aos-animate .dollar1 {animation: section_2_Bounce 3s ease-in-out 2.0s infinite;}
    .dollar2 {position:absolute;right:0.5208vw;bottom:1.5625vw;width: 8.3854vw;}
    .content_list li.aos-animate .dollar2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

    /* 로고 무한반복 */
    .cont01 {margin-top:3.1250vw;}
    .brand_slide {margin-bottom:0.5208vw;}
    .brand_slide .swiper-slide {width:100%;max-width:8.6458vw;}

    /* 휴대폰 목업 */
    .content_list li:nth-child(3) .cl_content {position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;height:19.2188vw;background: url('/images/section01_mockup.png')no-repeat center;}
    .mockup {width:18.5417vw;height:14.5313vw;margin:0 auto;position:relative;overflow: hidden;margin-top: 4.6875vw;padding-top:4.6354vw;}

    .mockup .slide_ver {position:relative;margin:0 auto 0.0000vw;height:3.3854vw;opacity: 0.5;}
    .mockup .slide_ver.swiper-slide-active {opacity: 1;}
    .mockup .slide_ver.swiper-slide-prev {opacity: 1;}
    .mockup .slide_ver img {width:100%;}
    .mockup .slide_ver.ver01 {width: 11.4583vw;margin-right: 1.8229vw;}
    .mockup .slide_ver.ver02 {width: 12.5000vw;margin-left:1.0417vw;}
    .mockup .slide_ver.ver03 {width: 11.4583vw;margin-right: 3.6458vw;}

    /* 부담없는 소자본창업 */
    #section02 {padding:7.2917vw 0;background: url('/images/section02_bg.png')no-repeat center top;}
    #section02 .inner {width:66.6667vw;}
    #section02 .content_title_desc {margin-top:2.3438vw;}
    #section02 .content_box {margin-top: 3.3854vw;}
    #section02 .content_01 {}
    #section02 .content_01 .content_div {width:32.8125vw;height:20.8333vw;border-radius: 2.6042vw;}
    #section02 .content_01 .content_div .txt_wrap {padding:5.7292vw 2.8646vw;}
    #section02 .content_div .content_tit {font-size: 2.2917vw;line-height:2.7604vw;}
    #section02 .content_div .content_desc {font-size: 1.1458vw;line-height:1.6667vw;margin-top: 1.0417vw;}
    #section02 .content_01 .content_div .img_wrap {right:2.0833vw;top:4.1667vw;}
    #section02 .content_01 .content_div:nth-child(1) .img_wrap img {width: 12.0313vw;}
    #section02 .content_01 .content_div:nth-child(2) .img_wrap img {width: 15.3125vw;}

    #section02 .content_02 {margin-top: 1.0417vw;}
    #section02 .content_02 .content_div {width: 100%;height:20.8333vw;border-radius:2.6042vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon {left:9.5833vw;top:3.0208vw;width: 11.8750vw;height: 15.8854vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon.off {left:7.0833vw;top:1.4583vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon:after {width: 4.0104vw;height: 4.1667vw;right:-1.0417vw;top:-0.7813vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon.off:after {right:2.1875vw;top:-2.8125vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon {right:0.0000vw;top:6.3542vw;width: 12.3438vw;height: 12.8125vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon.on {right:2.4479vw;top:5.7292vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon:after {width: 3.8021vw;height: 5.0000vw;left:-0.6771vw;top:-1.8750vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon.on:after {left:-0.7813vw;top:-1.1979vw;}
    #section02 .content_02 .content_div .txt_wrap {padding-left: 3.1250vw;}

    /* 통신이 처음이라 영역 */
    #section03 {padding:7.2917vw 0.0000vw 0;}
    #section03 .content_div {display:flex;justify-content: right;}
    #section03 .content_div:nth-child(1) {padding-bottom: 3.6458vw;}
    #section03 .content_div:nth-child(2) {padding: 3.6458vw 0 7.2917vw;background:#f8fafb;}

    #section03 .content_div:nth-child(1) .inner {width:31.2500vw;margin:0;margin-right:4.4271vw;}
    #section03 .content_div:nth-child(2) .inner {width:66.6667vw;margin:0 auto;}

    #section03 .content_div .content_txt {width:100%;text-align: left;padding-top: 2.0833vw;}
    /* #section03 .content_div:nth-child(1) .content_txt {padding-left: 2.8646vw;} */
    #section03 .content_div:nth-child(1) .content_txt {padding-left:0;}
    #section03 .content_div:nth-child(2) .content_txt {padding-left: 5.2083vw;}

    #section03 .content_area {display:flex;justify-content: space-between;}
    #section03 .content_area .content_img {box-shadow:0 0.3646vw 0.4688vw rgba(86,95,106,0.2);border-radius:2.6042vw;}

    #section03 .content_slogan {position:relative;margin-top: 4.1667vw;height:4.4792vw;}
    #section03 .content_slogan.num1 {width:0.0000vw;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num1 {width:23.4375vw;}
    #section03 .content_slogan.num2 {width:0.0000vw;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num2 {width:27.6042vw;}
    #section03 .content_slogan p {font-size:1.5625vw;font-weight:400;padding:0;border-radius:0.5208vw;transition:all 2.0s;line-height: 4.4792vw;position:absolute;left:0;top:0;white-space:nowrap;width: 100%;overflow: hidden;}
    #section03 .content_txt.aos-animate .content_slogan p {padding:0.0000vw 2.6042vw 0.0000vw 1.3021vw;}
    #section03 .content_slogan.num1 p {color:#0080c5;background:#dff1fa;}
    #section03 .content_slogan.num2 p {color:#1760ce;background:#d8e2f6;}
    #section03 .content_slogan img {position:absolute;right:-5.7292vw;top:50%;transform: translateY(-50%);}
    #section03 .content_slogan img.section03_01 {width:7.7083vw;}
    #section03 .content_slogan img.section03_02 {width:7.6563vw;}

    #section03 .swiper_area {width:45.5729vw;overflow: hidden;}
    #section03 .content_slide_wrap {width:100%;padding:1.0417vw 0.0000vw;}
    #section03 .content_slide_wrap .swiper-slide {width: 100%;max-width:28.9063vw;display:flex;box-shadow:0 0.3646vw 0.4688vw rgba(86,95,106,0.2);border-radius:2.6042vw;}
    #section03 .content_slide_wrap .swiper-slide:not(.swiper-slide-active) {opacity: 0.4;}
	
	/* 나만의 브랜드로 */
	.wrap img {width: 100%}
	.reactive::after {display: block}
	.reactive>.contents {top: 0;left: 0;right: 0;bottom: 0}
	.wrap .section-wrap {width: 100%;position: relative}
	.wrap .section-wrap>*[class^=section] {z-index: 2}

	.section-02 .step-card-list {
		width:100%;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;
		flex-direction: column;margin: 3.6458vw auto 0;padding-top: 10rem
	}
	.section-02 .step-card-list li {
		background: #fff;-webkit-box-shadow: 0.0000vw 0.4688vw 0.3646vw rgba(86,95,106,0.18);box-shadow: 0.0000vw 0.4688vw 0.3646vw rgba(86,95,106,0.18);border-radius: 2.6042vw;
		height:20.8333vw;transition:all 0.2s;
	}
	.section-02 .step-card-list li.reactive04 {height:20.8333vw;}
	.section-02 .step-card-list li .contents {
		top: 0;left: 0;right: 0;bottom: 0;
		-webkit-box-pack: justify;-ms-flex-pack: justify;transition:all 0.2s;
	}
	.section-02 .step-card-list li .contents.on {opacity: 1;}
	.section-02 .step-card-list li .contents .left {
		width: 50%;padding: 6.7708vw 0 6.7708vw 7.5521vw;
	}
	/* sticky step */
	.section-02 .step-card-list li .contents .left>.step_box {font-size: 1.0417vw;line-height:1;padding:0.3646vw 0.7813vw;background:#dff1fa;border-radius:0.5208vw;}
	/* sticky title */
	.section-02 .step-card-list li .contents .left>.step-msg {
		margin-top:1.0417vw;font-size: 2.2917vw;letter-spacing: -0.03em;line-height: 2.6042vw;white-space: nowrap
	}
	.section-02 .step-card-list li .contents .left>.step-msg b span {}

	.section-02 .step-card-list li .contents .right {
		width:50%;height:100%;
		-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-item-align: end;align-self: flex-end;
	}
	.section-02 .step-card-list li .contents .right .tab_wrap {
		width: 27.3958vw;height:15.0000vw;background:url('/images/section04_img01_tab.png')no-repeat center /cover;
		left:0;bottom:0;
	}
	.tab_overflow {width: 24.5833vw;height: 14.1667vw;left:0.9375vw;bottom:0;border-radius:1.0417vw 1.0417vw 0 0;}
	.phone_overflow {width: 6.8229vw;height: 14.5313vw;left:0.9375vw;top:0.8333vw;border-radius:0.5208vw;}
	.section-02 .step-card-list li .contents .right .phone_wrap {
		width: 9.6354vw;height: 17.3438vw;background: url('/images/section04_img01_phone.png')no-repeat center / cover;
		right:2.0833vw;top:2.0833vw;
	}
	.section-02 .step-card-list li .step-num {bottom: 5%;left: 3.57%;font-size: 1.0417vw;letter-spacing: -0.03em;line-height: 1;color: #858585}
	.section-02 .step-card-list li .step-num>.dot {width: 0.2083vw;height: 0.2083vw;border-radius: 100%;margin: 0 0.2604vw;vertical-align: middle}

	.section-02 .step-card-list li:nth-child(1) {bottom: 15.25rem;margin-bottom: 6.5rem;margin-top: -10rem}
	.section-02 .step-card-list li:nth-child(2) {bottom: 13rem;margin-bottom: 1.5rem;margin-top: -5rem}
	.section-02 .step-card-list li:nth-child(2) .right {padding-right: 3.5714285714%}
	.section-02 .step-card-list li:nth-child(3) {bottom: 8rem;margin-bottom: 0.0000vw}
	.section-02 .step-card-list li:nth-child(3) .right {padding-right: 5.078125%}

	.section-02 .step-card-list li::after {padding-bottom: 40.1785714286%}

	#section04 {padding:7.2917vw 0.0000vw;background:url('/images/section04_bg.png')no-repeat center / cover;}
	#section04 .inner {width:66.6667vw;margin:0 auto;}
	#section04 .content_title {margin-bottom: 1.5625vw;}

	#section04 .right .img_wrap.no01 {width: 30.2083vw;height: 16.8229vw;left:0;bottom:1.0417vw;}
	#section04 .right .img_wrap.no01 img {left:0;top:0;}
	#section04 .right .img_wrap.no01 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
	#section04 .right .img_wrap.no01 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
	#section04 .right .img_wrap.no02 {width: 29.0104vw;height: 15.4688vw;left:0;bottom:1.8229vw;}
	#section04 .right .img_wrap.no02 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
	#section04 .right .img_wrap.no02 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
	#section04 .right .img_wrap.no02 img {left:0;top:0;}
	/*
	animation: section_2_Bounce 3s ease-in-out 1.5s infinite;
	*/
	.section04_icon {right:-5.2083vw;top:6.2500vw;}

	/* 휴대폰 판매 업계 1위 */
	#section05 {padding:7.2917vw 0 6.7708vw;}
	#section05 .content_div {margin-top: 5.2083vw;}
	#section05 .content_div .content_slide_wrap ul li {width:18.0208vw;height:11.7188vw;border-radius:2.6042vw;}
	#section05 .content_div .content_slide_wrap ul li .top_txt {height:3.1250vw;padding:0 1.5625vw;}
	#section05 .content_div .content_slide_wrap ul li .top_txt p {font-size: 1.1458vw;}

	#section05 .content_div .content_slide_wrap ul li .bottom_txt {padding-top:1.3021vw;padding-bottom: 1.5625vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .subject {font-size: 1.2500vw;line-height:1.4583vw;margin-bottom: 0.7813vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data {font-size: 2.0833vw;line-height:2.0833vw;padding:0.5208vw 0.7813vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data span {font-size: 3.0208vw;}

	.section05_text_img {top:1.5625vw;}
	.section05_coin {position:absolute;}
	.section05_coin.section05_coin_01 {top:5.4688vw;right:8.8542vw;}
	.section05_coin.section05_coin_02 {top:11.4583vw;left:12.5000vw;}
	.section05_coin.section05_coin_03 {top: 3.9063vw;left:4.1667vw;}

	/* section06  */
	#section06 .section_cont_inner {
		border-radius: 2.6042vw;position: relative; display: flex; justify-content: space-between; align-items: center; 
		max-width: 91.6667vw; width: 100%;margin:0 auto;background: url('/images/section06_bg.png')no-repeat center / cover;padding:7.2917vw 0;
	}
	.section06_coin {position:absolute;}
	.section06_coin.section06_coin_01 {top:26.3021vw;right:2.0833vw;}
	.section06_coin.section06_coin_02 {top:5.7292vw;left:5.7292vw;}
	.section06_coin.section06_coin_03 {top:32.5521vw;left:-3.1250vw;}
	.slide-text-wrap  { position: relative; flex-grow: 1;width:100%;max-width:62.5000vw;margin:0 auto;}
	.slide-text-wrap .swiper-container { padding-top: 4.6875vw; height: 18.7500vw; margin-top: 2.3438vw; }
	.slide-text-focus {
		position: absolute; top: 4.6875vw; left: 0; width: 25.0000vw; height: 3.8542vw; 
		border-radius: 2.0833vw; -webkit-border-radius: 2.0833vw; margin: 0.5208vw;
	}
	.slide-text-wrap .swiper-slide { height: 4.6875vw; display: flex; justify-content: flex-start; align-items: center;opacity: 0.3; }
	.slide-text-wrap .slide-text { 
		width: 25.0000vw;font-size: 1.2500vw;font-weight: 700;border-radius: 2.0833vw;display: flex;align-items: flex-start;align-items: center;white-space: nowrap;
		justify-content: space-between;padding: 0.7813vw 1.5625vw;
	}

	.slide-text-wrap .slide-text .store {font-size: 1.2500vw;letter-spacing:-0.02em;color:#fff;padding:0.4167vw 0.8333vw;border-radius:1.5625vw;}
	.slide-text-wrap .slide-text .text {color:#fff;font-size: 1.2500vw;font-weight: 400;}
	.slide-text-wrap .slide-text .text span.color_text {margin-left: 0.5208vw;font-size: 1.5625vw;font-weight: 700;}

	.slide-text-wrap .swiper-slide-active .slide-text .text {color:#111;}
	.slide-text-wrap .swiper-slide-active .slide-text .store {background:#2aa0df;}
	.slide-text-wrap .swiper-slide-active .slide-text .text span.color_text {color:#2a66de;}
	.slide-text-wrap .swiper-slide-active { opacity: 1 !important; }

	#section06 {background: url('/images/section06_bg_2.png')no-repeat center bottom;}
	#section06 #slide-twin-text {width:50%;margin:1.0417vw 0 0;}
	#section06 .slide-img-wrap { flex-shrink: 0; position: absolute; right: 0; top: 0;width:30.2083vw;height:31.5104vw;background: #fff;border-radius:2.6042vw;overflow: hidden;}
	#section06 .slide-img-wrap .swiper-container {padding:0;margin:0 auto;height:100%;text-align: center;}
	#section06 .slide-img-wrap .swiper-slide {justify-content: center;opacity: 0;background:#fff;}
	#section06 .slide-img-wrap .swiper-slide.swiper-slide-active {justify-content: center;opacity: 1;}

	#section06 .content_txt {text-align: left;}
	#section06 .content_txt p {color:#fff;}
	#section06 .content_txt p.content_title_name {
		font-size: 1.3542vw;line-height: 1.5625vw;letter-spacing: -0.05em;color:#0e0f4c;background:#fff;font-weight: 500;padding:0.6250vw 1.4583vw;display:inline-block;border-radius:0.5208vw;
		margin-bottom: 0.5208vw;
	}

	/* section07 */
	#section07 {padding:7.2917vw 0.0000vw;background: url('/images/section07_bg.png')no-repeat center / cover;}
	#section07 .content_box {margin-top: 4.1667vw;}
	#section07 .cont_list_box {margin-bottom: 3.1250vw}
	#section07 .cont_list_box:last-child {margin-bottom: 0;}
	#section07 .cont_list_box:after {content:'';display: block;clear:both;}
	#section07 .cont_list_box .left_box {float:left;}
	#section07 .cont_list_box .right_box {float:right;}
	#section07 .cont_list_box .cont_list_img {width:31.2500vw;border-radius:2.6042vw;}
	#section07 .cont_list_box .cont_list_txt {width:31.2500vw;padding-top:6.2500vw;padding-left: 5.7292vw;}
	#section07 .cont_list_box .cont_list_txt.left_box {padding-left: 0;}
	#section07 .cont_list_box .cont_list_txt .cont_list_tit {font-size: 2.3958vw;line-height: 2.7604vw;margin-bottom: 1.5625vw;}
	#section07 .cont_list_box .cont_list_txt .cont_list_desc {font-size: 1.1458vw;line-height: 1.6667vw;}

	/* section08 */
	#section08 {padding:7.2917vw 0.0000vw;background: url('/images/section08_bg.png')no-repeat center bottom / cover;}
	#section08 .content_title {color:#fff;}
	#section08 .content_title_desc {margin-top: 1.5625vw;color:#c3c3c3;}
	#section08 .content_box {margin-top: 3.3854vw;}
	#section08 .content_box .awards_wrap {display:flex;justify-content: flex-start;align-items: center;}
	#section08 .content_box .awards_wrap .awards {margin-right:1.5625vw;}
	#section08 .content_box .awards_wrap .awards:last-child {margin-right: 0;}

	/* section09 */
	#section09 {padding:7.2917vw 0.0000vw;background: url('/images/section09_bg.png')no-repeat center / cover;}
	#section09 .content_title_desc {margin-top: 2.0833vw;}
	#section09 .content_box {padding:0 0.7813vw;margin-top: 3.3854vw;}
	#section09 .service_wrap {}
	#section09 .service {width:29.6875vw;height:11.1979vw;border-radius:2.6042vw;margin-bottom: 1.5625vw;}
	#section09 .service:nth-child(3) , #section09 .service:nth-child(4) {}
	#section09 .service:nth-child(2) , #section09 .service:nth-child(3) {}
	#section09 .service:nth-child(2) .txt_service .name , #section09 .service:nth-child(3) .txt_service .name {}
	#section09 .service::after {content:"";display:block;clear:both;}
	#section09 .service .left_box {float:left;}
	#section09 .service .right_box {float:right;}
	#section09 .service .txt_service {width:50%;text-align: left;padding-left: 2.8646vw;padding-top: 2.6042vw;}
	#section09 .service .txt_service.right_box {padding-left:1.0417vw;}
	#section09 .service .txt_service .name {font-size: 1.8750vw;line-height:1.7188vw;padding:0.5208vw 0.8333vw 0.7292vw;border-radius: 0.5208vw;margin-bottom: 0.6250vw;}
	#section09 .service .txt_service .desc {padding-left: 0.5208vw;font-size: 0.9375vw;line-height: 1.4583vw;}
	#section09 .service .txt_service .desc.color_white {}
	#section09 .service .img_service {width:50%;height:11.1979vw;position:relative}
	#section09 .service .img_service img {position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}

	/* section10 */
	#section10 {padding:7.2917vw 0.0000vw 0.0000vw;background: url('/images/section10_bg.png')no-repeat center / cover;}
	#section10 .inner {margin-bottom: 3.1250vw;}
	#section10 .content_title span {}
	#section10 .content_title span > img {margin-top: 0.7813vw;}
	#section10 .content_title_slogan {margin-bottom:0.7813vw;font-size: 1.4583vw;line-height: 1.5625vw;}

	.section_10_Swiper.swiper-container {padding-top: 5.7292vw;padding-bottom:4.6875vw;}
	.section_10_Swiper .swiper-wrapper {}
	.section_10_Swiper .swiper-slide {border-radius: 2.6042vw;padding:6.2500vw 2.6042vw 5.7292vw;}
	.section_10_Swiper .swiper-slide {width: 31.2500vw;height:20.8333vw;}
	.section_10_Swiper .swiper-slide-active {padding-top:4.1667vw;padding-bottom: 4.6875vw;transform: translateY(-5.7292vw);}

	.section_10_Swiper .swiper-slide>img {margin-right: 4.1667vw;}
	.section_10_Swiper .swiper-slide .star {margin-bottom: 1.0417vw;}
	.section_10_Swiper .swiper-slide-active .star {margin-bottom: 1.0417vw;}
	.section_10_Swiper .swiper-slide .txt_div {font-size: 1.7708vw;line-height: 2.4479vw;}
	.section_10_Swiper .swiper-slide .txt_div::before , .section_10_Swiper .swiper-slide .txt_div::after {
		width:2.2396vw;height:1.7188vw;
	}
	.section_10_Swiper .swiper-slide .txt_div::before {background:url('/images/section10_left_dot.png')no-repeat center / cover;}
	.section_10_Swiper .swiper-slide .txt_div::after {background:url('/images/section10_right_dot.png')no-repeat center / cover;}


	.section_10_Btn_Wrap {top: 10.4167vw;width: 40.1042vw;}

	.section_10_Btn_Wrap>.section_10_Swiper_Next,
	.section_10_Btn_Wrap>.section_10_Swiper_Prev {width: 3.6458vw;height: 3.6458vw;border-radius: 50%;background-size: 3.6458vw 3.6458vw;}

	.section_10_Btn_Wrap>.section_10_Swiper_Prev {left: 0.0000vw;background-image: url('/images/prev_btn.png');}
	.section_10_Btn_Wrap>.section_10_Swiper_Next {right: 0.0000vw;background-image: url('/images/next_btn.png');}

	/* section11 */
	#section11 {padding:7.2917vw 0.0000vw 2.0833vw;background: url('/images/section11_bg.png')no-repeat center / cover;}
	#section11 .inner {}
	#section11 .content_title_name {
		font-size: 1.3542vw;line-height: 1.5625vw;padding:0.6250vw 1.4583vw;border-radius:0.5208vw;
		margin-bottom: 0.5208vw;
	}
	#section11 .content_title {}
	#section11 .content_title span {padding:0 1.0417vw 0 0.5208vw}
	#section11 .content_txt {width:35.6771vw;position:absolute;left:0.7813vw;top:8.3333vw;}
	#section11 .content_box {width:29.5833vw;position:relative;}
	#section11 .content_box .map_wrap {}
	#section11 .content_box .marker_wrap {position:absolute;left:0;top:0;width:100%;height:100%;}
	#section11 .content_box .marker_wrap img {position:absolute;left:0;top:0;}
	#section11 .content_box.aos-animate .marker_wrap img {}

	/*bounceInDown*/
	#section11 .map_bg {position:absolute;left:0;top:0;z-index:5;width: 100%;height:100%;background:url('/images/section11_map_bg.png')no-repeat center / cover;}
	#section11 .marquee {width:100%;position:absolute;left:0;bottom:10.9375vw;z-index:2}

	#section11 .map_slide .swiper-slide {width: 12.2917vw;height: 12.2917vw;border-radius:50%;}
	#section11 .map_slide .swiper-slide .text_box {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
	#section11 .map_slide .swiper-slide span {font-weight: 700;}
	#section11 .map_slide .swiper-slide .name {font-size: 1.6667vw;margin-bottom: 0.5208vw;position:relative;}
	#section11 .map_slide .swiper-slide .name::before , #section11 .map_slide .swiper-slide .name::after {
	content:"";display:block;width: 0.3125vw;height: 0.3125vw;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);
	}
	#section11 .map_slide .swiper-slide .name::before {left:-0.7813vw;}
	#section11 .map_slide .swiper-slide .name::after {right:-0.7813vw;}
	#section11 .map_slide .swiper-slide .number {font-size: 4.3229vw;line-height: 4.3229vw;}

	/* section12 */
	#section12 {padding:7.2917vw 0.0000vw;}

	#section12 .content_box {margin-top: 3.3854vw;}
	#section12 .step_wrap {}
	#section12 .step_wrap .step_list {padding:2.3438vw 2.0833vw;border-radius:2.6042vw;width:19.2708vw;height:14.0625vw;margin-bottom: 1.5625vw;}
	#section12 .step_wrap .step_list:nth-child(4),#section12 .step_wrap .step_list:nth-child(5),#section12 .step_wrap .step_list:nth-child(6) {margin-bottom: 0;}

	#section12 .step_wrap .step_list:nth-child(even) {}
	#section12 .step_wrap .step_number {font-size: 1.1458vw;padding:0.5208vw 0.6250vw;border-radius:0.5208vw;margin-bottom: 1.0417vw;}
	#section12 .step_wrap .step_list:nth-child(even) .step_number {}
	#section12 .step_wrap .step_title {font-size: 2.0833vw;line-height:2.3438vw;margin-bottom: 1.0417vw;}
	#section12 .step_wrap .step_desc {padding-left: 0.6250vw;}
	#section12 .step_wrap .step_desc p {font-size: 1.1458vw;line-height: 1.4063vw;}
	#section12 .step_wrap .step_desc p.dot:after {width: 0.2604vw;height: 0.2604vw;left:-0.6250vw;}
	#section12 .step_wrap .step_img {right:1.5625vw;top:1.5625vw;}

	.marquee_wrap {position:relative;}
	.step_marquee_wrapper {width: 82.2917vw;}
	.left_step ul {animation: hSlideLoop 24s 0s infinite linear;}
	.right_step ul {animation: hSlideLoop2 24s 0s infinite linear;}

	.left_step ul li {width:auto;margin-top:2.6042vw;}
	.right_step ul li {width:auto;margin-top:2.6042vw;}
	
	/* section13 */
	#section13 {padding:7.2917vw 0.0000vw;}
	#section13 .content_title_desc {margin-top:2.0833vw;}
	#section13 .marker_wrap {background: url('/images/section13_table.png')no-repeat center;width:62.1875vw;height:42.3958vw;margin-top: 2.3438vw}
	#section13 .marker_wrap .marker {}
	#section13 .content_box.aos-animate .marker_wrap .marker {}

}

/*  1600  */
@media(max-width: 1600px){
    .inner {width:75.0000vw;}
    /* txt */
    .content_title {font-size: 5.0000vw;line-height:5.6250vw;}
    .content_title span {height:5.6250vw;padding:0 0.6250vw;}
    .content_title_desc {font-size: 1.5000vw;line-height:1.8750vw;}
    /* header s */
    #header {height:6.2500vw;}
    .hd_inner {max-width:100%;padding:0 3.1250vw;}
    #header .logo img {width: 11.2500vw;}
    #header .hd_tel img {width: 17.3750vw;}
    .section-wrapper {height: 6.2500vw;}
    .section-scrollNab .section-nab-wrap ul li {padding:0 1.8750vw;font-size: 1.1250vw;}
    /* header e */
    /* footer s */
    #footer {font-size: 1.0000vw;min-width: 100%;}
    #footer .inner {padding: 3.7500vw 0; max-width: 73.1250vw; }
    #footer .copyright { margin-top: 1.8750vw; }
    #footer .private li + li:before {margin: 0 1.0000vw; width: 0.1250vw; height: 0.1250vw;}
    #footer .left span {padding:0 0.6250vw;font-size: 1.0000vw;}
    /* footer e */

    /* main */
    .main_inner {padding:12.5000vw 0 6.2500vw;}
    .main_title_wrap p.main_top_title {font-size: 5.7500vw;line-height:5.7500vw;margin-bottom: 1.2500vw;}
    .main_title_wrap p.main_top_title span.dot:after {width: 0.7500vw;height: 0.7500vw;}
    .main_title_wrap p.main_bot_title {font-size: 8.1250vw;line-height: 8.1250vw;}
    .main_title_wrap p.main_sub_tit {font-size: 2.0000vw;line-height:2.0000vw;margin-top:1.8750vw;}
    /* main flash */
    .flash_wrap {width: 34.7500vw;height: 8.5625vw;margin:9.3750vw auto 0;}
    .flash_wrap.aos-animate div {width: 34.7500vw;height: 8.5625vw;padding-top:1.5625vw;}
    .flash_wrap p {font-size: 2.0000vw;line-height:2.0000vw;}
    .flash_wrap p.bold {line-height: 3.1250vw}
    .flash_wrap p.bold span {font-size: 3.0000vw;}
    /* main icon */
    .icon_box.kt {top: 2.5000vw;right:10.6250vw;}
    .icon_box.kt img {width: 15.3125vw;}
    .icon_box.kt.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.tworld {bottom: 4.3750vw;left:7.5000vw;z-index:5;}
    .icon_box.tworld img {width: 23.6250vw;}
    .icon_box.tworld.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.uplus {bottom: 13.7500vw;right:22.5000vw;z-index:5}
    .icon_box.uplus img {width: 12.8125vw;}
    .icon_box.uplus.aos-animate {animation: section_2_Bounce 3s ease-in-out 4.5s infinite;}
    .icon_box.laptop {bottom: 0.9375vw;right:11.8750vw;}
    .icon_box.laptop img {width: 19.4375vw;}
    .icon_box.laptop.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.flip {top: 16.2500vw;right:5.0000vw;}
    .icon_box.flip img {width: 9.4375vw;}
    .icon_box.flip.aos-animate {animation: section_2_Bounce 3s ease-in-out 3.5s infinite;}
    .icon_box.iphone {top: 5.0000vw;left:6.2500vw;}
    .icon_box.iphone img {width: 16.6250vw;}
    .icon_box.iphone.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.galaxy {bottom: 5.6250vw;left:5.0000vw;}
    .icon_box.galaxy img {width: 11.3750vw;}
    .icon_box.galaxy.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

    /* section01 */
    #section01 {padding-top: 8.7500vw;padding-bottom: 11.8750vw;}
    #section01 .content_box {margin-top:4.3750vw;}
    .section01_icon {position:absolute;right:-13.1250vw;top:-1.8750vw;transform: scale(1.5);}
    /* coin */
    .section01_coin {position:absolute;}
    .section01_coin01 {top:6.2500vw;left:18.7500vw;}
    .section01_coin02 {top: 19.3750vw;left:8.3125vw;}
    .section01_coin03 {bottom:13.1250vw;left:-3.1250vw;}
    .section01_coin04 {top: 20.0000vw;right:5.9375vw;}
    .section01_coin05 {bottom:21.8750vw;right:11.5625vw;}
    /* 흐르는 슬라이드 */
    #section01 .marquee {position:absolute;left:0;bottom:2.5000vw;width:100%;}
    .marquee .text_slide {width:100%;overflow: hidden;}
    .marquee .text_slide .swiper-slide {width:90.3750vw;}
    .marquee .text_slide img {width:100%;}
    /* 컨텐츠 */
    .content_box .content_list {width:75.0000vw;}
    .content_box .content_list li {width:23.1250vw;height:30.6250vw;border-radius:1.8750vw;padding:3.1250vw 0 0;}
    .content_box .content_list li:nth-child(2) {margin-top:3.1250vw;}
    .content_box .content_list li p {font-size: 2.0000vw;}
    /* 노트북+달러 */
    .laptop2 {position:absolute;left:2.5000vw;bottom:1.2500vw;width:15.0000vw;}
    .content_list li.aos-animate .laptop2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .dollar1 {position:absolute;right:-0.6250vw;bottom:8.7500vw;width: 12.8750vw;}
    .content_list li.aos-animate .dollar1 {animation: section_2_Bounce 3s ease-in-out 2.0s infinite;}
    .dollar2 {position:absolute;right:0.6250vw;bottom:1.8750vw;width: 10.0625vw;}
    .content_list li.aos-animate .dollar2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    /* 로고 무한반복 */
    .cont01 {margin-top:3.7500vw;}
    .brand_slide {margin-bottom:0.6250vw;}
    .brand_slide .swiper-slide {width:100%;max-width:10.3750vw;}
    /* 휴대폰 목업 */
    .content_list li:nth-child(3) .cl_content {position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;height:23.0625vw;background: url('/images/section01_mockup.png')no-repeat center;}
    .mockup {width:22.2500vw;height:17.4375vw;margin:0 auto;position:relative;overflow: hidden;margin-top: 5.6250vw;padding-top:5.5625vw;}
    .mockup .slide_ver {position:relative;margin:0 auto 0.0000vw;height:4.0625vw;opacity: 0.5;}
    .mockup .slide_ver.swiper-slide-active {opacity: 1;}
    .mockup .slide_ver.swiper-slide-prev {opacity: 1;}
    .mockup .slide_ver img {width:100%;}
    .mockup .slide_ver.ver01 {width: 13.7500vw;margin-right: 2.1875vw;}
    .mockup .slide_ver.ver02 {width: 15.0000vw;margin-left:1.2500vw;}
    .mockup .slide_ver.ver03 {width: 13.7500vw;margin-right: 4.3750vw;}

    /* 부담없는 소자본창업 */
    #section02 {padding:8.7500vw 0;background: url('/images/section02_bg.png')no-repeat center top;}
    #section02 .inner {width:80.0000vw;}
    #section02 .content_title_desc {margin-top:2.8125vw;}
    #section02 .content_box {margin-top: 4.0625vw;}
    #section02 .content_01 {}
    #section02 .content_01 .content_div {width:39.3750vw;height:25.0000vw;border-radius: 3.1250vw;}
    #section02 .content_01 .content_div .txt_wrap {padding:6.8750vw 3.4375vw;}
    #section02 .content_div .content_tit {font-size: 2.7500vw;line-height:3.3125vw;}
    #section02 .content_div .content_desc {font-size: 1.3750vw;line-height:2.0000vw;margin-top: 1.2500vw;}
    #section02 .content_01 .content_div .img_wrap {right:2.5000vw;top:5.0000vw;}
    #section02 .content_02 {margin-top: 1.2500vw;}
    #section02 .content_02 .content_div {width: 100%;height:25.0000vw;border-radius:3.1250vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon {left:11.5000vw;top:3.6250vw;width: 14.2500vw;height: 19.0625vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon.off {left:8.5000vw;top:1.7500vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon:after {width: 4.8125vw;height: 5.0000vw;right:-1.2500vw;top:-0.9375vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon.off:after {right:2.6250vw;top:-3.3750vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon {right:0.0000vw;top:7.6250vw;width: 14.8125vw;height: 15.3750vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon.on {right:2.9375vw;top:6.8750vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon:after {width: 4.5625vw;height: 6.0000vw;left:-0.8125vw;top:-2.2500vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon.on:after {left:-0.9375vw;top:-1.4375vw;}
    #section02 .content_02 .content_div .txt_wrap {padding-left: 3.7500vw;}

    /* 통신이 처음이라 영역 */
    #section03 {padding:8.7500vw 0.0000vw 0;}
    #section03 .content_div {display:flex;justify-content: right;}
    #section03 .content_div:nth-child(1) {padding-bottom: 4.3750vw;}
    #section03 .content_div:nth-child(2) {padding: 4.3750vw 0 8.7500vw;background:#f8fafb;}
    #section03 .content_div:nth-child(1) .inner {width:37.5000vw;margin:0;margin-right:5.3125vw;}
    #section03 .content_div:nth-child(2) .inner {width:80.0000vw;margin:0 auto;}
    #section03 .content_div .content_txt {width:100%;text-align: left;padding-top: 2.5000vw;}
    #section03 .content_div:nth-child(1) .content_txt {padding-left: 3.4375vw;}
    #section03 .content_div:nth-child(2) .content_txt {padding-left: 6.2500vw;}
    #section03 .content_area {display:flex;justify-content: space-between;}
    #section03 .content_area .content_img {box-shadow:0 0.4375vw 0.5625vw rgba(86,95,106,0.2);border-radius:3.1250vw;}
    #section03 .content_slogan {position:relative;margin-top: 5.0000vw;height:5.3750vw;}
    #section03 .content_slogan.num1 {width:0.0000vw;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num1 {width:28.1250vw;}
    #section03 .content_slogan.num2 {width:0.0000vw;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num2 {width:33.1250vw;}
    #section03 .content_slogan p {font-size:1.8750vw;font-weight:400;padding:0;border-radius:0.6250vw;transition:all 2.0s;line-height: 5.3750vw;position:absolute;left:0;top:0;white-space:nowrap;width: 100%;overflow: hidden;}
    #section03 .content_txt.aos-animate .content_slogan p {padding:0.0000vw 3.1250vw 0.0000vw 1.5625vw;}
    #section03 .content_slogan.num1 p {color:#0080c5;background:#dff1fa;}
    #section03 .content_slogan.num2 p {color:#1760ce;background:#d8e2f6;}
    #section03 .content_slogan img {position:absolute;right:-6.8750vw;top:50%;transform: translateY(-50%);}
    #section03 .content_slogan img.section03_01 {width:9.2500vw;}
    #section03 .content_slogan img.section03_02 {width:9.1875vw;}
    #section03 .swiper_area {width:54.6875vw;overflow: hidden;}
    #section03 .content_slide_wrap {width:100%;padding:1.2500vw 0.0000vw;}
    #section03 .content_slide_wrap .swiper-slide {width: 100%;max-width:34.6875vw;display:flex;box-shadow:0 0.4375vw 0.5625vw rgba(86,95,106,0.2);border-radius:3.1250vw;}
    #section03 .content_slide_wrap .swiper-slide:not(.swiper-slide-active) {opacity: 0.4;}

	/* 나만의 브랜드로 */
	.wrap img {width: 100%}
	.reactive::after {display: block}
	.reactive>.contents {top: 0;left: 0;right: 0;bottom: 0}
	.wrap .section-wrap {width: 100%;position: relative}
	.wrap .section-wrap>*[class^=section] {z-index: 2}

	.section-02 .step-card-list {
		width:100%;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;
		flex-direction: column;margin: 4.3750vw auto 0;padding-top: 10rem
	}

	.section-02 .step-card-list li {
		background: #fff;-webkit-box-shadow: 0.0000vw 0.5625vw 0.4375vw rgba(86,95,106,0.18);box-shadow: 0.0000vw 0.5625vw 0.4375vw rgba(86,95,106,0.18);border-radius: 3.1250vw;
		height:25.0000vw;transition:all 0.2s;
	}
	.section-02 .step-card-list li.reactive04 {height:25.0000vw;}
	.section-02 .step-card-list li .contents {
		top: 0;left: 0;right: 0;bottom: 0;
		-webkit-box-pack: justify;-ms-flex-pack: justify;justify-opacity: 0;transition:all 0.2s;
	}
	.section-02 .step-card-list li .contents.on {opacity: 1;}
	.section-02 .step-card-list li.reactive02 {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive03 {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive02.on {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive03.on {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive03.on2 {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li .contents .left {
		width: 50%;padding: 8.1250vw 0 8.1250vw 9.0625vw;
	}
	/* sticky step */
	.section-02 .step-card-list li .contents .left>.step_box {font-size: 1.2500vw;line-height:1;padding:0.4375vw 0.9375vw;background:#dff1fa;border-radius:0.6250vw;}
	/* sticky title */
	.section-02 .step-card-list li .contents .left>.step-msg {
		margin-top:1.2500vw;font-size: 2.7500vw;letter-spacing: -0.03em;line-height: 3.1250vw;white-space: nowrap
	}
	.section-02 .step-card-list li .contents .left>.step-msg b span {}

	.section-02 .step-card-list li .contents .right {
		width:50%;height:100%;
		-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-item-align: end;align-self: flex-end;
	}
	.section-02 .step-card-list li .contents .right .tab_wrap {
		width: 32.8750vw;height:18.0000vw;background:url('/images/section04_img01_tab.png')no-repeat center /cover;
		left:0;bottom:0;
	}
	.tab_overflow {width: 29.5000vw;height: 17.0000vw;left:1.1250vw;bottom:0;border-radius:1.2500vw 1.2500vw 0 0;}
	.phone_overflow {width: 8.1875vw;height: 17.4375vw;left:1.1250vw;top:1.0000vw;border-radius:0.6250vw;}
	.section-02 .step-card-list li .contents .right .phone_wrap {
		width: 11.5625vw;height: 20.8125vw;background: url('/images/section04_img01_phone.png')no-repeat center / cover;
		right:2.5000vw;top:2.5000vw;
	}
	.section-02 .step-card-list li .step-num {
		bottom: 5%;left: 3.57%;font-size: 1.2500vw;letter-spacing: -0.03em;line-height: 1;color: #858585
	}

	.section-02 .step-card-list li .step-num>.dot {
		width: 0.2500vw;height: 0.2500vw;border-radius: 100%;margin: 0 0.3125vw;vertical-align: middle
	}

	.section-02 .step-card-list li:nth-child(1) {
		
		bottom: 15.25rem;
		margin-bottom: 6.5rem;
		margin-top: -10rem
	}

	.section-02 .step-card-list li:nth-child(2) {
		
		bottom: 13rem;
		margin-bottom: 1.5rem;
		margin-top: -5rem
	}

	.section-02 .step-card-list li:nth-child(2) .right {
		padding-right: 3.5714285714%
	}

	.section-02 .step-card-list li:nth-child(3) {
		bottom: 8rem;
		margin-bottom: 0.0000vw
	}

	.section-02 .step-card-list li:nth-child(3) .right {
		padding-right: 5.078125%
	}

	.section-02 .step-card-list li:nth-child(3) .step-msg>span:first-of-type {
		color: #6b7072
	}

	.section-02 .step-card-list li:nth-child(3) .step-msg>span:last-of-type {
		color: #a3acae
	}

	.section-02 .step-card-list li::after {
		padding-bottom: 40.1785714286%
	}

	#section04 {padding:8.7500vw 0.0000vw;background:url('/images/section04_bg.png')no-repeat center / cover;}
	#section04 .inner {width:80.0000vw;margin:0 auto;}
	#section04 .content_title {margin-bottom: 1.8750vw;}
	#section04 .content_title_desc {}

	#section04 .right .img_wrap.no01 {width: 36.2500vw;height: 20.1875vw;left:0;bottom:1.2500vw;}
	#section04 .right .img_wrap.no01 img {left:0;top:0;}
	#section04 .right .img_wrap.no01 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
	#section04 .right .img_wrap.no01 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
	#section04 .right .img_wrap.no02 {width: 34.8125vw;height: 18.5625vw;left:0;bottom:2.1875vw;}
	#section04 .right .img_wrap.no02 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
	#section04 .right .img_wrap.no02 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
	#section04 .right .img_wrap.no02 img {left:0;top:0;}
	/*
	animation: section_2_Bounce 3s ease-in-out 1.5s infinite;
	*/
	.section04_icon {right:-6.2500vw;top:7.5000vw;}

	/* 휴대폰 판매 업계 1위 */
	#section05 {padding:8.7500vw 0 8.1250vw;}
	#section05 .content_div {margin-top: 6.2500vw;}
	#section05 .content_div .content_slide_wrap ul li {width:21.6250vw;height:14.0625vw;border-radius:3.1250vw;}
	#section05 .content_div .content_slide_wrap ul li .top_txt {height:3.7500vw;padding:0 1.8750vw;}
	#section05 .content_div .content_slide_wrap ul li .top_txt p {font-size: 1.3750vw;}

	#section05 .content_div .content_slide_wrap ul li .bottom_txt {padding-top:1.5625vw;padding-bottom: 1.8750vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .subject {font-size: 1.5000vw;line-height:1.7500vw;margin-bottom: 0.9375vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data {font-size: 2.5000vw;line-height:2.5000vw;padding:0.6250vw 0.9375vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data span {font-size: 3.6250vw;}

	.section05_text_img {top:1.8750vw;}
	.section05_coin {position:absolute;}
	.section05_coin.section05_coin_01 {top:6.5625vw;right:10.6250vw;}
	.section05_coin.section05_coin_02 {top:13.7500vw;left:15.0000vw;}
	.section05_coin.section05_coin_03 {top: 4.6875vw;left:5.0000vw;}

	/* section06  */
	#section06 .section_cont_inner {
		border-radius: 3.1250vw;position: relative; display: flex; justify-content: space-between; align-items: center; 
		max-width: 110.0000vw; width: 100%;margin:0 auto;background: url('/images/section06_bg.png')no-repeat center / cover;padding:8.7500vw 0;
	}
	.section06_coin {position:absolute;}
	.section06_coin.section06_coin_01 {top:31.5625vw;right:2.5000vw;}
	.section06_coin.section06_coin_02 {top:6.8750vw;left:6.8750vw;}
	.section06_coin.section06_coin_03 {top:39.0625vw;left:-3.7500vw;}
	.slide-text-wrap  { position: relative; flex-grow: 1;width:100%;max-width:75.0000vw;margin:0 auto;}
	.slide-text-wrap .swiper-container { padding-top: 5.6250vw; height: 22.5000vw; margin-top: 2.8125vw; }
	.slide-text-focus {
		position: absolute; top: 5.6250vw; left: 0; width: 30.0000vw; height: 4.5000vw; 
		border-radius: 2.5000vw; -webkit-border-radius: 2.5000vw;margin: 0.6250vw; 
	}
	.slide-text-wrap .swiper-slide { height: 5.6250vw; display: flex; justify-content: flex-start; align-items: center;opacity: 0.3; }
	.slide-text-wrap .slide-text { 
		width: 30.0000vw;font-size: 1.5000vw;font-weight: 700;border-radius: 2.5000vw;display: flex;align-items: flex-start;align-items: center;white-space: nowrap;
		justify-content: space-between;padding: 0.9375vw 1.8750vw;
	}

	.slide-text-wrap .slide-text .store {font-size: 1.5000vw;letter-spacing:-0.02em;color:#fff;padding:0.5000vw 0.6250vw;border-radius:1.2500vw;}
	.slide-text-wrap .slide-text .text {color:#fff;font-size: 1.5000vw;font-weight: 400;}
	.slide-text-wrap .slide-text .text span.color_text {margin-left: 0.6250vw;font-size: 1.8750vw;font-weight: 700;}

	.slide-text-wrap .swiper-slide-active .slide-text .text {color:#111;}
	.slide-text-wrap .swiper-slide-active .slide-text .store {background:#2aa0df;}
	.slide-text-wrap .swiper-slide-active .slide-text .text span.color_text {color:#2a66de;}
	.slide-text-wrap .swiper-slide-active { opacity: 1 !important; }

	#section06 {background: url('/images/section06_bg_2.png')no-repeat center bottom;}
	#section06 #slide-twin-text {width:50%;margin:1.2500vw 0 0;}
	#section06 .slide-img-wrap { flex-shrink: 0; position: absolute; right: 0; top: 0;width:36.2500vw;height:37.8125vw;background: #fff;border-radius:3.1250vw;overflow: hidden;}
	#section06 .slide-img-wrap .swiper-container {padding:0;margin:0 auto;height:100%;text-align: center;}
	#section06 .slide-img-wrap .swiper-slide {justify-content: center;opacity: 0;background:#fff;}
	#section06 .slide-img-wrap .swiper-slide.swiper-slide-active {justify-content: center;opacity: 1;}

	#section06 .content_txt {text-align: left;}
	#section06 .content_txt p {color:#fff;}
	#section06 .content_txt p.content_title_name {
		font-size: 1.6250vw;line-height: 1.8750vw;letter-spacing: -0.05em;color:#0e0f4c;background:#fff;font-weight: 500;padding:0.7500vw 1.7500vw;display:inline-block;border-radius:0.6250vw;
		margin-bottom: 0.6250vw;
	}

	/* section07 */
	#section07 {padding:8.7500vw 0.0000vw;background: url('/images/section07_bg.png')no-repeat center / cover;}
	#section07 .content_box {margin-top: 5.0000vw;}
	#section07 .cont_list_box {margin-bottom: 3.7500vw}
	#section07 .cont_list_box:last-child {margin-bottom: 0;}
	#section07 .cont_list_box:after {content:'';display: block;clear:both;}
	#section07 .cont_list_box .left_box {float:left;}
	#section07 .cont_list_box .right_box {float:right;}
	#section07 .cont_list_box .cont_list_img {width:37.5000vw;border-radius:3.1250vw;}
	#section07 .cont_list_box .cont_list_txt {width:37.5000vw;padding-top:7.5000vw;padding-left: 6.8750vw;}
	#section07 .cont_list_box .cont_list_txt.left_box {padding-left: 0;}
	#section07 .cont_list_box .cont_list_txt .cont_list_tit {font-size: 2.8750vw;line-height: 3.3125vw;margin-bottom: 1.8750vw;}
	#section07 .cont_list_box .cont_list_txt .cont_list_desc {font-size: 1.3750vw;line-height: 2.0000vw;}
	
	/* section08 */
	#section08 {padding:8.7500vw 0.0000vw;background: url('/images/section08_bg.png')no-repeat center bottom / cover;}
	#section08 .content_title {color:#fff;}
	#section08 .content_title_desc {margin-top: 1.8750vw;color:#c3c3c3;}
	#section08 .content_box {margin-top: 4.0625vw;}
	#section08 .content_box .awards_wrap {display:flex;justify-content: flex-start;align-items: center;}
	#section08 .content_box .awards_wrap .awards {margin-right:1.8750vw;}
	#section08 .content_box .awards_wrap .awards:last-child {margin-right: 0;}

	/* section09 */
	#section09 {padding:8.7500vw 0.0000vw;background: url('/images/section09_bg.png')no-repeat center / cover;}
	#section09 .content_title_desc {margin-top: 2.5000vw;}
	#section09 .content_box {padding:0 0.9375vw;margin-top: 4.0625vw;}
	#section09 .service_wrap {}
	#section09 .service {width:35.6250vw;height:13.4375vw;border-radius:3.1250vw;margin-bottom: 1.8750vw;}
	#section09 .service:nth-child(3) , #section09 .service:nth-child(4) {}
	#section09 .service:nth-child(2) , #section09 .service:nth-child(3) {}
	#section09 .service:nth-child(2) .txt_service .name , #section09 .service:nth-child(3) .txt_service .name {}
	#section09 .service::after {content:"";display:block;clear:both;}
	#section09 .service .left_box {float:left;}
	#section09 .service .right_box {float:right;}
	#section09 .service .txt_service {width:50%;text-align: left;padding-left: 3.4375vw;padding-top: 3.1250vw;}
	#section09 .service .txt_service.right_box {padding-left:1.2500vw;}
	#section09 .service .txt_service .name {font-size: 2.2500vw;line-height:2.0625vw;padding:0.6250vw 1.0000vw 0.8750vw;border-radius: 0.6250vw;margin-bottom: 0.7500vw;}
	#section09 .service .txt_service .desc {padding-left: 0.6250vw;font-size: 1.1250vw;line-height: 1.7500vw;}
	#section09 .service .txt_service .desc.color_white {}
	#section09 .service .img_service {width:50%;height:13.4375vw;position:relative}
	#section09 .service .img_service img {position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}

	/* section10 */
	#section10 {padding:8.7500vw 0.0000vw 0.0000vw;background: url('/images/section10_bg.png')no-repeat center / cover;}
	#section10 .inner {margin-bottom: 3.7500vw;}
	#section10 .content_title span {}
	#section10 .content_title span > img {margin-top: 0.9375vw;}
	#section10 .content_title_slogan {margin-bottom:0.9375vw;font-size: 1.7500vw;line-height: 1.8750vw;}

	.section_10_Swiper.swiper-container {padding-top: 6.8750vw;padding-bottom:5.6250vw;}
	.section_10_Swiper .swiper-wrapper {}
	.section_10_Swiper .swiper-slide {border-radius: 3.1250vw;padding:7.5000vw 3.1250vw 6.8750vw;}
	.section_10_Swiper .swiper-slide {width: 37.5000vw;height:25.0000vw;}

	.section_10_Swiper .swiper-slide-active {padding-top:5.0000vw;padding-bottom: 5.6250vw;transform: translateY(-6.8750vw);}

	.section_10_Swiper .swiper-slide>img {margin-right: 5.0000vw;}
	.section_10_Swiper .swiper-slide .star {margin-bottom: 1.2500vw;}
	.section_10_Swiper .swiper-slide-active .star {margin-bottom: 1.2500vw;}
	.section_10_Swiper .swiper-slide .txt_div {font-size: 2.1250vw;line-height: 2.9375vw;}
	.section_10_Swiper .swiper-slide .txt_div::before , .section_10_Swiper .swiper-slide .txt_div::after {
		width:2.6875vw;height:2.0625vw;
	}
	.section_10_Swiper .swiper-slide .txt_div::before {background:url('/images/section10_left_dot.png')no-repeat center / cover;}
	.section_10_Swiper .swiper-slide .txt_div::after {background:url('/images/section10_right_dot.png')no-repeat center / cover;}


	.section_10_Btn_Wrap {top: 12.5000vw;width: 48.1250vw;}

	.section_10_Btn_Wrap>.section_10_Swiper_Next,
	.section_10_Btn_Wrap>.section_10_Swiper_Prev {width: 4.3750vw;height: 4.3750vw;border-radius: 50%;background-size: 4.3750vw 4.3750vw;}

	.section_10_Btn_Wrap>.section_10_Swiper_Prev {left: 0.0000vw;background-image: url('/images/prev_btn.png');}
	.section_10_Btn_Wrap>.section_10_Swiper_Next {right: 0.0000vw;background-image: url('/images/next_btn.png');}

	/* section11 */
	#section11 {padding:8.7500vw 0.0000vw 2.5000vw;background: url('/images/section11_bg.png')no-repeat center / cover;}
	#section11 .inner {}
	#section11 .content_title_name {
		font-size: 1.6250vw;line-height: 1.8750vw;padding:0.7500vw 1.7500vw;border-radius:0.6250vw;
		margin-bottom: 0.6250vw;
	}
	#section11 .content_title {}
	#section11 .content_title span {padding:0 1.2500vw 0 0.6250vw}
	#section11 .content_txt {width:42.8125vw;position:absolute;left:0.9375vw;top:10.0000vw;}
	#section11 .content_box {width:35.5000vw;position:relative;}
	#section11 .content_box .map_wrap {}
	#section11 .content_box .marker_wrap {position:absolute;left:0;top:0;width:100%;height:100%;}
	#section11 .content_box .marker_wrap img {position:absolute;left:0;top:0;}
	#section11 .content_box.aos-animate .marker_wrap img {}

	/*bounceInDown*/
	#section11 .map_bg {position:absolute;left:0;top:0;z-index:5;width: 100%;height:100%;background:url('/images/section11_map_bg.png')no-repeat center / cover;}
	#section11 .marquee {width:100%;position:absolute;left:0;bottom:13.1250vw;z-index:2}

	#section11 .map_slide .swiper-slide {width: 14.7500vw;height: 14.7500vw;border-radius:50%;}
	#section11 .map_slide .swiper-slide .text_box {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
	#section11 .map_slide .swiper-slide span {font-weight: 700;}
	#section11 .map_slide .swiper-slide .name {font-size: 2.0000vw;margin-bottom: 0.6250vw;position:relative;}
	#section11 .map_slide .swiper-slide .name::before , #section11 .map_slide .swiper-slide .name::after {
	content:"";display:block;width: 0.3750vw;height: 0.3750vw;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);
	}
	#section11 .map_slide .swiper-slide .name::before {left:-0.9375vw;}
	#section11 .map_slide .swiper-slide .name::after {right:-0.9375vw;}
	#section11 .map_slide .swiper-slide .number {font-size: 5.1875vw;line-height: 5.1875vw;}
	
	/* section12 */
	#section12 {padding:8.7500vw 0.0000vw;}

	#section12 .content_box {margin-top: 4.0625vw;}
	#section12 .step_wrap {}
	#section12 .step_wrap .step_list {padding:2.8125vw 3.3750vw;border-radius:3.1250vw;width:23.1250vw;height:16.8750vw;margin-bottom: 1.8750vw;}
	#section12 .step_wrap .step_list:nth-child(4),#section12 .step_wrap .step_list:nth-child(5),#section12 .step_wrap .step_list:nth-child(6) {margin-bottom: 0;}

	#section12 .step_wrap .step_list:nth-child(even) {}
	#section12 .step_wrap .step_number {font-size: 1.3750vw;padding:0.6250vw 0.7500vw;border-radius:0.6250vw;margin-bottom: 1.2500vw;}
	#section12 .step_wrap .step_list:nth-child(even) .step_number {}
	#section12 .step_wrap .step_title {font-size: 2.5000vw;line-height: 2.5000vw;margin-bottom: 1.2500vw;}
	#section12 .step_wrap .step_desc {padding-left: 0.7500vw;}
	#section12 .step_wrap .step_desc p {font-size: 1.3750vw;line-height: 1.6875vw;}
	#section12 .step_wrap .step_desc p.dot:after {width: 0.3125vw;height: 0.3125vw;left:-0.7500vw;}
	#section12 .step_wrap .step_img {right:1.8750vw;top:1.8750vw;}

	.marquee_wrap {position:relative;}
	.step_marquee_wrapper {width: 98.7500vw;}
	.left_step ul {animation: hSlideLoop 24s 0s infinite linear;}
	.right_step ul {animation: hSlideLoop2 24s 0s infinite linear;}

	.left_step ul li {width:auto;margin-top:3.1250vw;}
	.right_step ul li {width:auto;margin-top:3.1250vw;}

	/* section13 */
	#section13 {padding:8.7500vw 0.0000vw;}
	#section13 .content_title_desc {margin-top:2.5000vw;}
	#section13 .marker_wrap {background: url('/images/section13_table.png')no-repeat center;width:74.6250vw;height:50.8750vw;margin-top: 2.8125vw}
	#section13 .marker_wrap .marker {}
	#section13 .content_box.aos-animate .marker_wrap .marker {}

}

/*  1024  */
@media(max-width: 1024px){
    .inner {width:100%;}
    /* txt */
    .content_title {font-size: 7.8125vw;line-height:8.7891vw;}
    .content_title span {height:8.7891vw;padding:0 0.9766vw;}
    .content_title_desc {font-size: 2.3438vw;line-height:2.9297vw;}
    /* header s */
    #header {height:9.7656vw;}
    .hd_inner {max-width:100%;padding:0 4.8828vw;}
    #header .logo img {width: 17.5781vw;}
    #header .hd_tel {display: none;}
    #header .hd_tel img {width: 27.1484vw;}
    .section-wrapper {height: 9.7656vw;}
    .section-scrollNab .section-nab-wrap ul li {padding:0 2.9297vw;font-size: 1.7578vw;}
    /* header e */
    /* footer s */
    #footer {font-size: 1.5625vw;min-width: 100%;}
    #footer .inner {padding: 5.8594vw 3.7500vw; max-width: 100%; }
    #footer .copyright { margin-top: 2.9297vw; }
    #footer .private li + li:before {margin: 0 1.5625vw; width: 0.1953vw; height: 0.1953vw;}
    #footer .left span {padding:0 0.9766vw;font-size: 1.5625vw;}
    /* footer e */
    /* main */
    .main_inner {padding:19.5313vw 0 9.7656vw;}
    .main_title_wrap p.main_top_title {font-size: 8.9844vw;line-height:8.9844vw;margin-bottom: 1.9531vw;}
    .main_title_wrap p.main_top_title span.dot:after {width: 1.1719vw;height: 1.1719vw;}
    .main_title_wrap p.main_bot_title {font-size: 12.6953vw;line-height: 12.6953vw;}
    .main_title_wrap p.main_sub_tit {font-size: 3.1250vw;line-height:3.1250vw;margin-top:2.9297vw;}

    /* main flash */
    .flash_wrap {width: 54.2969vw;height: 13.3789vw;margin:14.6484vw auto 0;}
    .flash_wrap.aos-animate div {width: 54.2969vw;height: 13.3789vw;padding-top:2.4414vw;}
    .flash_wrap p {font-size: 3.1250vw;line-height:3.1250vw;}
    .flash_wrap p.bold {line-height: 4.8828vw}
    .flash_wrap p.bold span {font-size: 4.6875vw;}

    /* main icon */
    .icon_box.kt {top: 3.9063vw;right:16.6016vw;}
    .icon_box.kt img {width: 23.9258vw;}
    .icon_box.kt.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.tworld {bottom: 6.8359vw;left:11.7188vw;z-index:5;}
    .icon_box.tworld img {width: 36.9141vw;}
    .icon_box.tworld.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.uplus {bottom: 21.4844vw;right:35.1563vw;z-index:5}
    .icon_box.uplus img {width: 20.0195vw;}
    .icon_box.uplus.aos-animate {animation: section_2_Bounce 3s ease-in-out 4.5s infinite;}
    .icon_box.laptop {bottom: 1.4648vw;right:18.5547vw;}
    .icon_box.laptop img {width: 30.3711vw;}
    .icon_box.laptop.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.flip {top: 25.3906vw;right:7.8125vw;}
    .icon_box.flip img {width: 14.7461vw;}
    .icon_box.flip.aos-animate {animation: section_2_Bounce 3s ease-in-out 3.5s infinite;}
    .icon_box.iphone {top: 7.8125vw;left:9.7656vw;}
    .icon_box.iphone img {width: 25.9766vw;}
    .icon_box.iphone.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.galaxy {bottom: 8.7891vw;left:7.8125vw;}
    .icon_box.galaxy img {width: 17.7734vw;}
    .icon_box.galaxy.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

    /* section01 */
    #section01 {padding-top: 13.6719vw;padding-bottom: 18.5547vw;}
    #section01 .content_box {margin-top:6.8359vw;}
    .section01_icon {position:absolute;right:-20.5078vw;top:-2.9297vw;transform: scale(1.5);}

    /* coin */
    .section01_coin {position:absolute;}
    .section01_coin01 {top:9.7656vw;left:29.2969vw;}
    .section01_coin02 {top: 30.2734vw;left:12.9883vw;}
    .section01_coin03 {bottom:20.5078vw;left:-4.8828vw;}
    .section01_coin04 {top: 31.2500vw;right:9.2773vw;}
    .section01_coin05 {bottom:34.1797vw;right:18.0664vw;}

    /* 흐르는 슬라이드 */
    #section01 .marquee {position:absolute;left:0;bottom:3.9063vw;width:100%;}
    .marquee .text_slide {width:100%;overflow: hidden;}
    .marquee .text_slide .swiper-slide {width:100%;}
    .marquee .text_slide img {width:100%;}

    /* 컨텐츠 */
    .content_box {}
    .content_box .content_list {width:100%;}
    .content_box .content_list li {width:36.1328vw;height:47.8516vw;border-radius:2.9297vw;padding:4.8828vw 0 0;}
    .content_box .content_list li:nth-child(2) {margin-top:4.8828vw;}
    .content_box .content_list li p {font-size: 3.1250vw;}

    /* 노트북+달러 */
    .laptop2 {position:absolute;left:3.9063vw;bottom:1.9531vw;width:23.4375vw;}
    .content_list li.aos-animate .laptop2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .dollar1 {position:absolute;right:-0.9766vw;bottom:13.6719vw;width: 20.1172vw;}
    .content_list li.aos-animate .dollar1 {animation: section_2_Bounce 3s ease-in-out 2.0s infinite;}
    .dollar2 {position:absolute;right:0.9766vw;bottom:2.9297vw;width: 15.7227vw;}
    .content_list li.aos-animate .dollar2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

    /* 로고 무한반복 */
    .cont01 {margin-top:5.8594vw;}
    .brand_slide {margin-bottom:0.9766vw;}
    .brand_slide .swiper-slide {width:100%;max-width:16.2109vw;}

    /* 휴대폰 목업 */
    .content_list li:nth-child(3) .cl_content {position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;height:36.0352vw;background: url('/images/section01_mockup.png')no-repeat center;}
    .content_list li.three .cl_content {position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:100%;height:36.0352vw;background: url('/images/section01_mockup.png')no-repeat center;}
    .mockup {width:34.7656vw;height:27.2461vw;margin:0 auto;position:relative;overflow: hidden;margin-top: 8.7891vw;padding-top:8.6914vw;}

    .mockup .slide_ver {position:relative;margin:0 auto 0.0000vw;height:6.3477vw;opacity: 0.5;}
    .mockup .slide_ver.swiper-slide-active {opacity: 1;}
    .mockup .slide_ver.swiper-slide-prev {opacity: 1;}
    .mockup .slide_ver img {width:100%;}
    .mockup .slide_ver.ver01 {width: 21.4844vw;margin-right: 3.4180vw;}
    .mockup .slide_ver.ver02 {width: 23.4375vw;margin-left:1.9531vw;}
    .mockup .slide_ver.ver03 {width: 21.4844vw;margin-right: 6.8359vw;}

    /* 부담없는 소자본창업 */
    #section02 {padding:13.6719vw 0;background: url('/images/section02_bg.png')no-repeat center top;}
    #section02 .inner {width:100%;}
    #section02 .content_title_desc {margin-top:4.3945vw;}
    #section02 .content_box {margin-top: 6.3477vw;}
    #section02 .content_01 {}
    #section02 .content_01 .content_div {width:61.5234vw;height:39.0625vw;border-radius: 4.8828vw;}
    #section02 .content_01 .content_div .txt_wrap {padding:10.7422vw 5.3711vw;}
    #section02 .content_div .content_tit {font-size: 4.2969vw;line-height:5.1758vw;}
    #section02 .content_div .content_desc {font-size: 2.1484vw;line-height:3.1250vw;margin-top: 1.9531vw;}
    #section02 .content_01 .content_div .img_wrap {right:3.9063vw;top:7.8125vw;}

    #section02 .content_02 {margin-top: 1.9531vw;}
    #section02 .content_02 .content_div {width: 100%;height:39.0625vw;border-radius:4.8828vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon {left:17.9688vw;top:5.6641vw;width: 22.2656vw;height: 29.7852vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon.off {left:13.2813vw;top:2.7344vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon:after {width: 7.5195vw;height: 7.8125vw;right:-1.9531vw;top:-1.4648vw;}
    #section02 .content_02 .content_div .img_wrap .left-icon.off:after {right:4.1016vw;top:-5.2734vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon {right:0.0000vw;top:11.9141vw;width: 23.1445vw;height: 24.0234vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon.on {right:4.5898vw;top:10.7422vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon:after {width: 7.1289vw;height: 9.3750vw;left:-1.2695vw;top:-3.5156vw;}
    #section02 .content_02 .content_div .img_wrap .right-icon.on:after {left:-1.4648vw;top:-2.2461vw;}
    #section02 .content_02 .content_div .txt_wrap {padding-left: 5.8594vw;}

    /* 통신이 처음이라 영역 */
    #section03 {padding:13.6719vw 0.0000vw 0;}
    #section03 .content_div {display:flex;justify-content: right;}
    #section03 .content_div:nth-child(1) {padding-bottom: 6.8359vw;}
    #section03 .content_div:nth-child(2) {padding: 6.8359vw 0 13.6719vw;background:#f8fafb;}

    #section03 .content_div:nth-child(1) .inner {width:58.5938vw;margin:0;margin-right:8.3008vw;}
    #section03 .content_div:nth-child(2) .inner {width:125.0000vw;margin:0 auto;}

    #section03 .content_div .content_txt {width:100%;text-align: left;padding-top: 3.9063vw;}
    #section03 .content_div:nth-child(1) .content_txt {padding-left: 5.3711vw;}
    #section03 .content_div:nth-child(2) .content_txt {padding-left: 9.7656vw;}

    #section03 .content_area {display:flex;justify-content: space-between;}
    #section03 .content_area .content_img {box-shadow:0 0.6836vw 0.8789vw rgba(86,95,106,0.2);border-radius:4.8828vw;}

    #section03 .content_slogan {position:relative;margin-top: 7.8125vw;height:8.3984vw;}
    #section03 .content_slogan.num1 {width:0.0000vw;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num1 {width:43.9453vw;}
    #section03 .content_slogan.num2 {width:0.0000vw;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num2 {width:51.7578vw;}
    #section03 .content_slogan p {font-size:2.9297vw;font-weight:400;padding:0;border-radius:0.9766vw;transition:all 2.0s;line-height: 8.3984vw;position:absolute;left:0;top:0;white-space:nowrap;width: 100%;overflow: hidden;}
    #section03 .content_txt.aos-animate .content_slogan p {padding:0.0000vw 4.8828vw 0.0000vw 2.4414vw;}
    #section03 .content_slogan.num1 p {color:#0080c5;background:#dff1fa;}
    #section03 .content_slogan.num2 p {color:#1760ce;background:#d8e2f6;}
    #section03 .content_slogan img {position:absolute;right:-10.7422vw;top:50%;transform: translateY(-50%);}
    #section03 .content_slogan img.section03_01 {width:14.4531vw;}
    #section03 .content_slogan img.section03_02 {width:14.3555vw;}

    #section03 .swiper_area {width:85.4492vw;overflow: hidden;}
    #section03 .content_slide_wrap {width:100%;padding:1.9531vw 0.0000vw;}
    #section03 .content_slide_wrap .swiper-slide {width: 100%;max-width:54.1992vw;display:flex;box-shadow:0 0.6836vw 0.8789vw rgba(86,95,106,0.2);border-radius:4.8828vw;}
    #section03 .content_slide_wrap .swiper-slide:not(.swiper-slide-active) {opacity: 0.4;}
	
	/* 나만의 브랜드로 */
	.wrap img {width: 100%}
	.reactive::after {display: block}
	.reactive>.contents {top: 0;left: 0;right: 0;bottom: 0}
	.wrap .section-wrap {width: 100%;position: relative}
	.wrap .section-wrap>*[class^=section] {z-index: 2}

	.section-02 .step-card-list {
		width:100%;
		-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;
		flex-direction: column;margin: 6.8359vw auto 0;padding-top: 10rem
	}

	.section-02 .step-card-list li {
		background: #fff;-webkit-box-shadow: 0.0000vw 0.8789vw 0.6836vw rgba(86,95,106,0.18);box-shadow: 0.0000vw 0.8789vw 0.6836vw rgba(86,95,106,0.18);border-radius: 4.8828vw;
		height:39.0625vw;transition:all 0.2s;
	}
	.section-02 .step-card-list li.reactive04 {height:39.0625vw;}
	.section-02 .step-card-list li .contents {
		top: 0;left: 0;right: 0;bottom: 0;
		-webkit-box-pack: justify;-ms-flex-pack: justify;justify-opacity: 0;transition:all 0.2s;
	}
	.section-02 .step-card-list li .contents.on {opacity: 1;}
	.section-02 .step-card-list li.reactive02 {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive03 {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive02.on {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive03.on {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li.reactive03.on2 {background: rgba(255,255,255,1);}
	.section-02 .step-card-list li .contents .left {
		width: 50%;padding: 12.6953vw 0 12.6953vw 14.1602vw;
	}
	/* sticky step */
	.section-02 .step-card-list li .contents .left>.step_box {font-size: 1.9531vw;line-height:1;padding:0.6836vw 1.4648vw;background:#dff1fa;border-radius:0.9766vw;}
	/* sticky title */
	.section-02 .step-card-list li .contents .left>.step-msg {
		margin-top:1.9531vw;font-size: 4.2969vw;letter-spacing: -0.03em;line-height: 4.8828vw;white-space: nowrap
	}
	.section-02 .step-card-list li .contents .left>.step-msg b span {}

	.section-02 .step-card-list li .contents .right {
		width:50%;height:100%;
		-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-item-align: end;align-self: flex-end;
	}
	.section-02 .step-card-list li .contents .right .tab_wrap {
		width: 51.3672vw;height:28.1250vw;background:url('/images/section04_img01_tab.png')no-repeat center /cover;
		left:0;bottom:0;
	}
	.tab_overflow {width: 46.0938vw;height: 26.5625vw;left:1.7578vw;bottom:0;border-radius:1.9531vw 1.9531vw 0 0;}
	.phone_overflow {width: 12.7930vw;height: 27.2461vw;left:1.7578vw;top:1.5625vw;border-radius:0.9766vw;}
	.section-02 .step-card-list li .contents .right .phone_wrap {
		width: 18.0664vw;height: 32.5195vw;background: url('/images/section04_img01_phone.png')no-repeat center / cover;
		right:3.9063vw;top:3.9063vw;
	}
	.section-02 .step-card-list li .step-num {
		bottom: 5%;left: 3.57%;font-size: 1.9531vw;letter-spacing: -0.03em;line-height: 1;color: #858585
	}

	.section-02 .step-card-list li .step-num>.dot {
		width: 0.3906vw;height: 0.3906vw;border-radius: 100%;margin: 0 0.4883vw;vertical-align: middle
	}

	.section-02 .step-card-list li:nth-child(1) {
		
		bottom: 15.25rem;
		margin-bottom: 6.5rem;
		margin-top: -10rem
	}

	.section-02 .step-card-list li:nth-child(2) {
		
		bottom: 13rem;
		margin-bottom: 1.5rem;
		margin-top: -5rem
	}

	.section-02 .step-card-list li:nth-child(2) .right {
		padding-right: 3.5714285714%
	}

	.section-02 .step-card-list li:nth-child(3) {
		bottom: 8rem;
		margin-bottom: 0.0000vw
	}

	.section-02 .step-card-list li:nth-child(3) .right {
		padding-right: 5.078125%
	}

	.section-02 .step-card-list li:nth-child(3) .step-msg>span:first-of-type {
		color: #6b7072
	}

	.section-02 .step-card-list li:nth-child(3) .step-msg>span:last-of-type {
		color: #a3acae
	}

	.section-02 .step-card-list li::after {
		padding-bottom: 40.1785714286%
	}

	#section04 {padding:13.6719vw 0.0000vw;background:url('/images/section04_bg.png')no-repeat center / cover;}
	#section04 .inner {width:100%;margin:0 auto;padding:0 5.8594vw}
	#section04 .content_title {margin-bottom: 2.9297vw;}
	#section04 .content_title_desc {}

	#section04 .right .img_wrap.no01 {width: 56.6406vw;height: 31.5430vw;left:0;bottom:1.9531vw;}
	#section04 .right .img_wrap.no01 img {left:0;top:0;}
	#section04 .right .img_wrap.no01 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
	#section04 .right .img_wrap.no01 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
	#section04 .right .img_wrap.no02 {width: 54.3945vw;height: 29.0039vw;left:0;bottom:3.4180vw;}
	#section04 .right .img_wrap.no02 img.set04_icon1 {animation: section_2_Bounce 2s ease-in-out 1.0s infinite;}
	#section04 .right .img_wrap.no02 img.set04_icon2 {animation: section_2_Bounce 2s ease-in-out 1.5s infinite;}
	#section04 .right .img_wrap.no02 img {left:0;top:0;}
	/*
	animation: section_2_Bounce 3s ease-in-out 1.5s infinite;
	*/
	.section04_icon {right:-9.7656vw;top:11.7188vw;width: 11.9792vw;}

	/* 휴대폰 판매 업계 1위 */
	#section05 {padding:13.6719vw 0 12.6953vw;}
	#section05 .content_div {margin-top: 9.7656vw;}
	#section05 .content_div .content_slide_wrap ul li {width:33.7891vw;height:21.9727vw;border-radius:4.8828vw;}
	#section05 .content_div .content_slide_wrap ul li .top_txt {height:5.8594vw;padding:0 2.9297vw;}
	#section05 .content_div .content_slide_wrap ul li .top_txt p {font-size: 2.1484vw;}

	#section05 .content_div .content_slide_wrap ul li .bottom_txt {padding-top:2.4414vw;padding-bottom: 2.9297vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .subject {font-size: 2.3438vw;line-height:2.7344vw;margin-bottom: 1.4648vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data {font-size: 3.9063vw;line-height:3.9063vw;padding:0.9766vw 1.4648vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data span {font-size: 5.6641vw;}

	.section05_text_img {top:2.9297vw;}
	.section05_coin {position:absolute;}
	.section05_coin.section05_coin_01 {top:10.2539vw;right:16.6016vw;}
	.section05_coin.section05_coin_02 {top:21.4844vw;left:23.4375vw;}
	.section05_coin.section05_coin_03 {top: 7.3242vw;left:7.8125vw;}

	/* section06  */
	#section06 .section_cont_inner {
		border-radius: 4.8828vw;position: relative; display: flex; justify-content: space-between; align-items: center; 
		max-width: 171.8750vw; width: 100%;margin:0 auto;background: url('/images/section06_bg.png')no-repeat center / cover;padding:13.6719vw 0;
	}
	.section06_coin {position:absolute;}
	.section06_coin.section06_coin_01 {top:49.3164vw;right:3.9063vw;}
	.section06_coin.section06_coin_02 {top:10.7422vw;left:10.7422vw;}
	.section06_coin.section06_coin_03 {top:61.0352vw;left:-5.8594vw;}
	.slide-text-wrap  { position: relative; flex-grow: 1;width:100%;max-width:117.1875vw;margin:0 auto;}
	.slide-text-wrap .swiper-container { padding-top: 8.7891vw; height: 35.1563vw; margin-top: 4.3945vw; }
	.slide-text-focus {
		position: absolute; top: 8.7891vw; left: 0; width: 46.8750vw; height: 7.0313vw;
		border-radius: 3.9063vw; -webkit-border-radius: 3.9063vw; margin: 0.9766vw;
	}
	.slide-text-wrap .swiper-slide { height: 8.7891vw; display: flex; justify-content: flex-start; align-items: center;opacity: 0.3; }
	.slide-text-wrap .slide-text { 
		width: 46.8750vw;font-size: 2.3438vw;font-weight: 700;border-radius: 3.9063vw;display: flex;align-items: flex-start;align-items: center;white-space: nowrap;
		justify-content: space-between;padding: 1.4648vw 2.9297vw;
	}

	.slide-text-wrap .slide-text .store {font-size: 2.3438vw;letter-spacing:-0.02em;color:#fff;padding:0.7813vw 0.9766vw;border-radius:1.9531vw;}
	.slide-text-wrap .slide-text .text {color:#fff;font-size: 2.3438vw;font-weight: 400;}
	.slide-text-wrap .slide-text .text span.color_text {margin-left: 0.9766vw;font-size: 2.9297vw;font-weight: 700;}

	.slide-text-wrap .swiper-slide-active .slide-text .text {color:#111;}
	.slide-text-wrap .swiper-slide-active .slide-text .store {background:#2aa0df;}
	.slide-text-wrap .swiper-slide-active .slide-text .text span.color_text {color:#2a66de;}
	.slide-text-wrap .swiper-slide-active { opacity: 1 !important; }

	#section06 {background: url('/images/section06_bg_2.png')no-repeat center bottom;}
	#section06 #slide-twin-text {width:50%;margin:1.9531vw 0 0;}
	#section06 .slide-img-wrap { flex-shrink: 0; position: absolute; right: 0; top: 0;width:56.6406vw;height:59.0820vw;background: #fff;border-radius:4.8828vw;overflow: hidden;}
	#section06 .slide-img-wrap .swiper-container {padding:0;margin:0 auto;height:100%;text-align: center;}
	#section06 .slide-img-wrap .swiper-slide {justify-content: center;opacity: 0;background:#fff;}
	#section06 .slide-img-wrap .swiper-slide.swiper-slide-active {justify-content: center;opacity: 1;}

	#section06 .content_txt {text-align: left;}
	#section06 .content_txt p {color:#fff;}
	#section06 .content_txt p.content_title_name {
		font-size: 2.5391vw;line-height: 2.9297vw;letter-spacing: -0.05em;color:#0e0f4c;background:#fff;font-weight: 500;padding:1.1719vw 2.7344vw;display:inline-block;border-radius:0.9766vw;
		margin-bottom: 0.9766vw;
	}
	
	/* section07 */
	#section07 {padding:13.6719vw 0.0000vw;background: url('/images/section07_bg.png')no-repeat center / cover;}
	#section07 .content_box {margin-top: 7.8125vw;}
	#section07 .cont_list_box {margin-bottom: 5.8594vw}
	#section07 .cont_list_box:last-child {margin-bottom: 0;}
	#section07 .cont_list_box:after {content:'';display: block;clear:both;}
	#section07 .cont_list_box .left_box {float:left;}
	#section07 .cont_list_box .right_box {float:right;}
	#section07 .cont_list_box .cont_list_img {width:58.5938vw;border-radius:4.8828vw;}
	#section07 .cont_list_box .cont_list_txt {width:58.5938vw;text-align: left;padding-top:11.7188vw;padding-left: 10.7422vw;}
	#section07 .cont_list_box .cont_list_txt.left_box {padding-left: 0;}
	#section07 .cont_list_box .cont_list_txt .cont_list_tit {font-size: 4.4922vw;line-height: 5.1758vw;margin-bottom: 2.9297vw;}
	#section07 .cont_list_box .cont_list_txt .cont_list_desc {font-size: 2.1484vw;line-height: 3.1250vw;}

	/* section08 */
	#section08 {padding:13.6719vw 0.0000vw;background: url('/images/section08_bg.png')no-repeat center bottom / cover;}
	#section08 .content_title {color:#fff;}
	#section08 .content_title_desc {margin-top: 2.9297vw;color:#c3c3c3;}
	#section08 .content_box {margin-top: 6.3477vw;}
	#section08 .content_box .awards_wrap {display:flex;justify-content: flex-start;align-items: center;}
	#section08 .content_box .awards_wrap .awards {margin-right:2.9297vw;}
	#section08 .content_box .awards_wrap .awards:last-child {margin-right: 0;}

	/* section09 */
	#section09 {padding:13.6719vw 0.0000vw;background: url('/images/section09_bg.png')no-repeat center / cover;}
	#section09 .content_title_desc {margin-top: 3.9063vw;}
	#section09 .content_box {padding:0 1.4648vw;margin-top: 6.3477vw;}
	#section09 .service_wrap {}
	#section09 .service {width:55.6641vw;height:20.9961vw;border-radius:4.8828vw;margin-bottom: 2.9297vw;}
	#section09 .service:nth-child(3) , #section09 .service:nth-child(4) {}
	#section09 .service:nth-child(2) , #section09 .service:nth-child(3) {}
	#section09 .service:nth-child(2) .txt_service .name , #section09 .service:nth-child(3) .txt_service .name {}
	#section09 .service::after {content:"";display:block;clear:both;}
	#section09 .service .left_box {float:left;}
	#section09 .service .right_box {float:right;}
	#section09 .service .txt_service {width:50%;text-align: left;padding-left: 5.3711vw;padding-top: 4.8828vw;}
	#section09 .service .txt_service.right_box {padding-left:1.9531vw;}
	#section09 .service .txt_service .name {font-size: 3.5156vw;line-height:3.2227vw;padding:0.9766vw 1.5625vw 1.3672vw;border-radius: 0.9766vw;margin-bottom: 1.1719vw;}
	#section09 .service .txt_service .desc {padding-left: 0.9766vw;font-size: 1.7578vw;line-height: 2.7344vw;}
	#section09 .service .txt_service .desc.color_white {}
	#section09 .service .img_service {width:50%;height:20.9961vw;position:relative}
	#section09 .service .img_service img {position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}

	/* section10 */
	#section10 {padding:13.6719vw 0.0000vw 0.0000vw;background: url('/images/section10_bg.png')no-repeat center / cover;}
	#section10 .inner {margin-bottom: 5.8594vw;}
	#section10 .content_title span {}
	#section10 .content_title span > img {margin-top: 1.4648vw;}
	#section10 .content_title_slogan {margin-bottom:1.4648vw;font-size: 2.7344vw;line-height: 2.9297vw;}

	.section_10_Swiper.swiper-container {padding-top: 10.7422vw;padding-bottom:8.7891vw;}
	.section_10_Swiper .swiper-wrapper {}
	.section_10_Swiper .swiper-slide {border-radius: 4.8828vw;padding:11.7188vw 4.8828vw 10.7422vw;}

	.section_10_Swiper .swiper-slide {width: 58.5938vw;height:39.0625vw;}

	.section_10_Swiper .swiper-slide-active {padding-top:7.8125vw;padding-bottom: 8.7891vw;transform: translateY(-10.7422vw);}

	.section_10_Swiper .swiper-slide>img {margin-right: 7.8125vw;}
	.section_10_Swiper .swiper-slide .star {margin-bottom: 1.9531vw;}
	.section_10_Swiper .swiper-slide-active .star {margin-bottom: 1.9531vw;}
	.section_10_Swiper .swiper-slide .txt_div {font-size: 3.3203vw;line-height: 4.5898vw;}
	.section_10_Swiper .swiper-slide .txt_div::before , .section_10_Swiper .swiper-slide .txt_div::after {
		width:4.1992vw;height:3.2227vw;
	}
	.section_10_Swiper .swiper-slide .txt_div::before {background:url('/images/section10_left_dot.png')no-repeat center / cover;}
	.section_10_Swiper .swiper-slide .txt_div::after {background:url('/images/section10_right_dot.png')no-repeat center / cover;}


	.section_10_Btn_Wrap {top: 19.5313vw;width: 75.1953vw;}

	.section_10_Btn_Wrap>.section_10_Swiper_Next,
	.section_10_Btn_Wrap>.section_10_Swiper_Prev {width: 6.8359vw;height: 6.8359vw;border-radius: 50%;background-size: 6.8359vw 6.8359vw;}

	.section_10_Btn_Wrap>.section_10_Swiper_Prev {left: 0.0000vw;background-image: url('/images/prev_btn.png');}
	.section_10_Btn_Wrap>.section_10_Swiper_Next {right: 0.0000vw;background-image: url('/images/next_btn.png');}

	/* section11 */
	#section11 {padding:13.6719vw 0.0000vw 3.9063vw;background: url('/images/section11_bg.png')no-repeat center / cover;}
	#section11 .inner {}
	#section11 .content_title_name {
		font-size: 2.5391vw;line-height: 2.9297vw;padding:1.1719vw 2.7344vw;border-radius:0.9766vw;
		margin-bottom: 0.9766vw;
	}
	#section11 .content_title {}
	#section11 .content_title span {padding:0 1.9531vw 0 0.9766vw}
	#section11 .content_txt {width:66.8945vw;position:absolute;left:1.4648vw;top:15.6250vw;}
	#section11 .content_box {width:55.4688vw;position:relative;}
	#section11 .content_box .map_wrap {}
	#section11 .content_box .marker_wrap {position:absolute;left:0;top:0;width:100%;height:100%;}
	#section11 .content_box .marker_wrap img {position:absolute;left:0;top:0;}
	#section11 .content_box.aos-animate .marker_wrap img {}

	/*bounceInDown*/
	#section11 .map_bg {position:absolute;left:0;top:0;z-index:5;width: 100%;height:100%;background:url('/images/section11_map_bg.png')no-repeat center / cover;}
	#section11 .marquee {width:100%;position:absolute;left:0;bottom:20.5078vw;z-index:2}

	#section11 .map_slide .swiper-slide {width: 23.0469vw;height: 23.0469vw;border-radius:50%;}
	#section11 .map_slide .swiper-slide .text_box {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
	#section11 .map_slide .swiper-slide span {font-weight: 700;}
	#section11 .map_slide .swiper-slide .name {font-size: 3.1250vw;margin-bottom: 0.9766vw;position:relative;}
	#section11 .map_slide .swiper-slide .name::before , #section11 .map_slide .swiper-slide .name::after {
	content:"";display:block;width: 0.5859vw;height: 0.5859vw;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);
	}
	#section11 .map_slide .swiper-slide .name::before {left:-1.4648vw;}
	#section11 .map_slide .swiper-slide .name::after {right:-1.4648vw;}
	#section11 .map_slide .swiper-slide .number {font-size: 8.1055vw;line-height: 8.1055vw;}
	
	/* section12 */
	#section12 {padding:13.6719vw 0.0000vw;}

	#section12 .content_box {margin-top: 6.3477vw;}
	#section12 .step_wrap {}
	#section12 .step_wrap .step_list {padding:4.3945vw 5.2734vw;border-radius:4.8828vw;width:36.1328vw;height:26.3672vw;margin-bottom: 2.9297vw;}
	#section12 .step_wrap .step_list:nth-child(4),#section12 .step_wrap .step_list:nth-child(5),#section12 .step_wrap .step_list:nth-child(6) {margin-bottom: 0;}

	#section12 .step_wrap .step_list:nth-child(even) {}
	#section12 .step_wrap .step_number {font-size: 2.1484vw;padding:0.9766vw 1.1719vw;border-radius:0.9766vw;margin-bottom: 1.9531vw;}
	#section12 .step_wrap .step_list:nth-child(even) .step_number {}
	#section12 .step_wrap .step_title {font-size: 3.9063vw;line-height: 3.9063vw;margin-bottom: 1.9531vw;}
	#section12 .step_wrap .step_desc {padding-left: 1.1719vw;}
	#section12 .step_wrap .step_desc p {font-size: 2.1484vw;line-height: 2.6367vw;}
	#section12 .step_wrap .step_desc p.dot:after {width: 0.4883vw;height: 0.4883vw;left:-1.1719vw;}
	#section12 .step_wrap .step_img {right:2.9297vw;top:2.9297vw;}

	.marquee_wrap {position:relative;}
	.step_marquee_wrapper {width: 154.2969vw;}
	.left_step ul {animation: hSlideLoop 24s 0s infinite linear;}
	.right_step ul {animation: hSlideLoop2 24s 0s infinite linear;}

	.left_step ul li {width:auto;margin-top:4.8828vw;}
	.right_step ul li {width:auto;margin-top:4.8828vw;}

	/* section13 */
	#section13 {padding:13.6719vw 0.0000vw;}
	#section13 .content_title_desc {margin-top:3.9063vw;}
	#section13 .marker_wrap {background: url('/images/section13_table.png')no-repeat center;width:116.6016vw;height:79.4922vw;margin-top: 4.3945vw}
	#section13 .marker_wrap .marker {}
	#section13 .content_box.aos-animate .marker_wrap .marker {}
}

/*  768  */
@media(max-width: 768px){
    /* txt */
    .content_title {font-size: 10.1563vw;line-height:12.7604vw;}
    .content_title span {height:12.7604vw;padding:0 1.3021vw;}
    /* .content_title_desc {font-size: 3.6458vw;line-height:4.4271vw;} */
    .content_title_desc {font-size: 3.9063vw;line-height:4.6875vw;}

    /* common */
    #container_wrap {min-height:auto;}
    .inner {width:92.1875vw;}
    .section {overflow: hidden;}
    #section00 {overflow: visible;}
    #section04 {overflow: visible;}
    #section06 {overflow: visible;}
    #container_wrap .pc_show , #footer .pc_show {display: none;}
    #container_wrap .mobile_show , #footer .mobile_show {display: block;}
    .bg {padding-top: 13.0208vw;}

    [data-aos="highlight"]:before {
        content: "";position: absolute;left: 0;top: 0.6510vw;width: 0;height: 100%;background: linear-gradient(90deg,#2aa0df, #2a66de);
        transition-delay: .4s;-webkit-transition-delay: .4s;transition-duration: .4s;-webkit-transition-duration: .4s;z-index: -1;
    }

    /* header s */
    #hd, #wrapper, #ft {min-width: 100%;}
    #header {height:13.0208vw;width:100%;position:absolute;}
    #header.on {background:transparent;box-shadow: 0;}
    .hd_inner {max-width:100%;padding:0 3.9063vw;}
    #header .logo {padding-left: 2.6042vw;}
    #header .logo img {width: 25.0000vw;}
    #header .hd_tel {display: none;}

    .section-wrapper {width:100%;}
	.section-scrollNab {position:relative;left:auto;top:auto;transform:none;width:auto;}
    .section-scrollNab { position: relative; height: 0; overflow: hidden; }
    .section-scrollNab .section-nab-wrap { position: absolute; left: 0; top: 0; width: 100%;  height:11.7188vw; transition: all 0.5s; -webkit-transition: all 0.5s; opacity: 0; z-index: 9000; }
    .section-scrollNab .section-nab-wrap { display: flex; justify-content: center; align-items: center; width: 100%; height:11.7188vw; background: #fff; }
    .section-scrollNab .section-nab-wrap ul { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; height: 100%; }
    .section-scrollNab .section-nab-wrap ul li { width: auto; font-size:3.6458vw; font-weight: 500; color: #222; }
    .section-scrollNab .section-nab-wrap ul li.on { color: #2aa0df; font-weight: 700;}
    .section-scrollNab .section-nab-wrap ul li a { display: flex; justify-content: center; align-items: center; height:11.7188vw; padding: 0 2.6042vw; }
    .section-scrollNab.scrollUp .section-nab-wrap { position: fixed; top: -11.7188vw; opacity: 0; }
    .section-scrollNab.scrollDown .section-nab-wrap { position: fixed; opacity: 1; }
    /* header e */

    /* footer s */
    #footer {font-size:3.3854vw; min-width: 100%;text-align: center;}
    #footer .inner { display: block; padding:9.1146vw 3.9063vw; max-width: 100%; }
    #footer .inner .left {margin-top: 5.2083vw;}
    #footer .copyright { margin-top:5.8594vw; }
    #footer .private {justify-content: center;}
    #footer .private li { display: flex; justify-content: flex-start; align-items: center; }
    #footer .private li + li:before {margin: 0 2.0833vw; width: 0.2604vw; height: 0.2604vw}
    #footer .left span {padding:0 1.3021vw;font-size:3.3854vw;}
    /* footer e */

    /* main */
    #section00 {width:calc(100% - 5.2083vw);max-width:100%;border-radius:13.0208vw;background: url('/images/main_bg_m.png') no-repeat center / cover;}
    .main_inner {padding:24.0885vw 0 11.7188vw}
    .main_title_wrap p.main_top_title {font-size:8.0729vw;line-height:8.0729vw;margin-bottom: 2.6042vw;}
    .main_title_wrap p.main_top_title span.dot:after {width: 1.1719vw;height: 1.1719vw;}
    .main_title_wrap p.main_bot_title {font-size: 12.6953vw;line-height: 12.6953vw;text-align: center;}
    .main_title_wrap p.main_bot_title img.mobile_show {width:61.1979vw;margin:0 auto;}
    .main_title_wrap p.main_bot_title .mobile_show img {width:61.1979vw}
    .main_title_wrap p.main_sub_tit {font-size: 4.1667vw;line-height:4.1667vw;margin-top:3.9063vw;text-shadow:0px 4px 4px rgba(0,0,0,0.3)}

    /* main flash */
    .flash_wrap {width: 72.3958vw;height: 17.8385vw;margin:10.4167vw auto 0;z-index:99;position:relative;}
    .flash_wrap.aos-animate div {width: 72.3958vw;height: 17.8385vw;padding-top:3.2552vw;}
    .flash_wrap p {font-size: 4.1667vw;line-height:4.1667vw;}
    .flash_wrap p.bold {line-height: 6.5104vw}
    .flash_wrap p.bold span {font-size: 6.2500vw;}

    /* main icon */
    .icon_box.kt {top: 3.9063vw;right:14.3229vw;}
    .icon_box.kt img {width: 20.1823vw;}
    .icon_box.kt.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.tworld {bottom: 24.7396vw;left:-11.7188vw;z-index:0;}
    .icon_box.tworld img {width:33.0729vw;}
    .icon_box.tworld.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.uplus {bottom: 22.1354vw;right:-1.3021vw;z-index:5}
    .icon_box.uplus img {width: 23.8281vw;}
    .icon_box.uplus.aos-animate {animation: section_2_Bounce 3s ease-in-out 4.5s infinite;}
    .icon_box.laptop {display: none;}
    .icon_box.laptop.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.flip {top: auto;right:auto;left:6.5104vw;bottom:5.2083vw;}
    .icon_box.flip img {width: 14.9740vw;}
    .icon_box.flip.aos-animate {animation: section_2_Bounce 3s ease-in-out 2.5s infinite;}
    .icon_box.iphone {top: 6.5104vw;left:5.2083vw;}
    .icon_box.iphone img {width:20.1823vw}
    .icon_box.iphone.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .icon_box.galaxy {bottom:auto;top:39.0625vw;left:auto;right:-2.6042vw;}
    .icon_box.galaxy img {width: 16.2760vw;}
    .icon_box.galaxy.aos-animate {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

    /* section01 */
    #section01 {padding-top: 18.2292vw;padding-bottom:23.4375vw;overflow: hidden;}
    #section01 .content_box {margin-top:8.4635vw;}
    .section01_icon {display: none;}
    
    /* coin */
    .section01_coin {display: none;}

    /* 흐르는 슬라이드 */
    #section01 .marquee {bottom:3.9063vw;}
    .marquee .text_slide .swiper-slide {width:188.2813vw;}

    /* 컨텐츠 */
    .content_box {}
    .content_box .content_list {width:100%;}
    .content_box .content_list li {width:48.1771vw;height:63.8021vw;border-radius:3.9063vw;padding:6.5104vw 0 0;margin:0 2.6042vw;opacity: 0.4;border: 0.3906vw solid #e3e7eb;}
    .content_box .content_list li:nth-child(2) {margin-top:0;}
    .content_box .content_list li.swiper-slide-active {margin-top:6.5104vw;opacity: 1;}
    /* .content_box .content_list li.swiper-slide-active {margin-top:0;opacity: 1;} */
    .content_box .content_list li p {font-size: 3.9063vw;}

    /* 노트북+달러 */
    .laptop2 {position:absolute;left:5.2083vw;bottom:2.6042vw;width:31.2500vw;}
    .content_list li .laptop2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}
    .dollar1 {position:absolute;right:-1.3021vw;bottom:18.2292vw;width: 26.8229vw;}
    .content_list li .dollar1 {animation: section_2_Bounce 3s ease-in-out 2.0s infinite;}
    .dollar2 {position:absolute;right:1.3021vw;bottom:3.9063vw;width: 20.9635vw;}
    .content_list li .dollar2 {animation: section_2_Bounce 3s ease-in-out 1.5s infinite;}

    /* 로고 무한반복 */
    .cont01 {margin-top:7.8125vw;}
    .brand_slide {margin-bottom:1.3021vw;}
    .brand_slide .swiper-slide {width:100%;max-width:21.6146vw;}
    .brand_slide .swiper-slide img {width:21.6146vw;}

    /* 휴대폰 목업 */
    .content_box .content_list li:nth-child(3) .cl_content {height:48.0469vw;background: url('/images/section01_mockup.png')no-repeat center / cover;}
    .content_box .content_list li.three .cl_content {height:48.0469vw;background: url('/images/section01_mockup.png')no-repeat center / cover;}
    .mockup {width:46.3542vw;height:36.3281vw;margin-top: 11.7188vw;padding-top:11.5885vw;}
    /* .mockup {width:46.3542vw;height:36.3281vw;margin-top:0;padding-top:11.5885vw;} */

    .mockup .slide_ver {height:8.4635vw;margin-bottom: 3.125vw;}
    .mockup .slide_ver.ver01 {width: 28.6458vw;margin-right: 4.5573vw;}
    .mockup .slide_ver.ver02 {width: 31.2500vw;margin-left:2.6042vw;}
    .mockup .slide_ver.ver03 {width: 28.6458vw;margin-right: 9.1146vw;}

    #section01 .swiper-pagination {bottom:-7.1615vw;}
    #section01 .swiper-pagination .swiper-pagination-bullet {width: 1.9531vw;height: 1.9531vw;opacity: 1;background:transparent;border:0.1302vw solid #a6a6a6;}
    #section01 .swiper-pagination .swiper-pagination-bullet-active {background: #a6a6a6;}
    /* 부담없는 소자본창업 */
    #section02 {padding:18.2292vw 0;background: url('/images/section02_bg_m.png')no-repeat center / cover;}
    #section02 .content_title span.color_gradient {display:inline}
    #section02 .inner {width:100%;padding:0 7.8125vw;}
    #section02 .content_title_desc {margin-top:5.8594vw;}
    #section02 .content_box {margin-top: 8.4635vw;}
    #section02 .content_01 {display:block;}
    #section02 .content_01 .content_div {width:82.0313vw;height:52.0833vw;border-radius: 6.5104vw;margin-bottom: 2.6042vw;}
    #section02 .content_01 .content_div:nth-child(1) {background:#cfecff;}
    #section02 .content_01 .content_div:nth-child(2) {background:#e6f4fd;}
    #section02 .content_01 .content_div:nth-child(3) {margin-bottom: 0;background: #fff;}
    /* #section02 .content_01 .content_div .txt_wrap {padding:14.3229vw 7.1615vw;} */
    #section02 .content_01 .content_div .txt_wrap {position:absolute;left:7.1615vw;top:50%;transform: translateY(-50%);padding: 0;}
    #section02 .content_div .content_tit {font-size: 5.7292vw;line-height:6.9010vw;}
    #section02 .content_div .content_desc {font-size: 3.6458vw;line-height:4.9479vw;margin-top: 2.6042vw;}
    #section02 .content_01 .content_div .img_wrap {right:3.9063vw;top:50%;transform: translateY(-50%);}
    #section02 .content_01 .content_div:nth-child(1) .img_wrap img {width: 30.0781vw;}
    #section02 .content_01 .content_div:nth-child(2) .img_wrap img {width: 38.2813vw;}
    #section02 .content_01 .content_div:nth-child(3) .img_wrap img {width: 28.9063vw;}

    #section02 .content_02 {display: none;}

    /* 통신이 처음이라 영역 */
    #section03 {padding:18.2292vw 0px 0;}
    #section03 .content_div {display:block;}
    #section03 .content_div .inner {padding:0 7.8125vw 0 13.6719vw;}
    #section03 .content_div:nth-child(1) {padding-bottom: 6.5104vw;}
    #section03 .content_div:nth-child(2) {padding: 7.8125vw 0 18.2292vw;}
    #section03 .content_div:nth-child(1) .inner {width:100%;margin:0;margin-right:0;}
    #section03 .content_div:nth-child(2) .inner {width:100%;margin:0 auto;}

    #section03 .content_div .content_txt {padding-top:0;}
    #section03 .content_div:nth-child(1) .content_txt {padding-left:0;}
    #section03 .content_div:nth-child(2) .content_txt {padding-left:0;}

    #section03 .content_area {display:block;}
    #section03 .content_area .content_img {border-radius:6.5104vw;width: 72.2656vw;margin:9.7656vw auto 0;}
    #section03 .content_area .content_img img {width: 100%;}

    #section03 .content_slogan {position:relative;margin-top: 9.7656vw;height:9.6354vw;}
    #section03 .content_slogan.num1 {width:0px;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num1 {width:58.5938vw;}
    #section03 .content_slogan.num2 {width:0px;transition: width 1.0s;}
    #section03 .content_txt.aos-animate .content_slogan.num2 {width:69.0104vw;}
    #section03 .content_slogan p {font-size:3.9063vw;border-radius:1.3021vw;line-height:9.6354vw;letter-spacing: -0.05em;}
    #section03 .content_txt.aos-animate .content_slogan p {padding:0px 7.1615vw 0px 3.9063vw;}
    #section03 .content_slogan.num1 p {color:#0080c5;background:#dff1fa;}
    #section03 .content_slogan.num2 p {color:#1760ce;background:#d8e2f6;}
    #section03 .content_slogan img {position:absolute;right:-14.3229vw;top:50%;transform: translateY(-50%);}
    #section03 .content_slogan img.section03_01 {width:19.2708vw;}
    #section03 .content_slogan img.section03_02 {width:19.1406vw;}

    #section03 .swiper_area {width:100%;overflow: hidden;margin-top:9.7656vw;}
    #section03 .content_slide_wrap {width:100%;padding:20px 0px;}
    #section03 .content_slide_wrap .swiper-slide {width: 72.2656vw;max-width:100%;border-radius:6.5104vw;margin:0 4.5573vw}
    #section03 .content_slide_wrap .swiper-slide img {width:100%;}
    #section03 .content_slide_wrap .swiper-slide:not(.swiper-slide-active) {opacity: 0.4;}

    /* 나만의 브랜드로 */
    .wrap img {display: block;width: 100%}
    .reactive::after {content: "";display: block}
    .reactive>.contents {position: absolute;top: 0;left: 0;right: 0;bottom: 0}
    .wrap .section-wrap {width: 100%;position: relative}
    .wrap .section-wrap>*[class^=section] {position: relative;z-index: 2}

    .section-02 .step-card-list {
        width:100%;display: -webkit-box;display: -ms-flexbox;display: flex;
        -webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;
        flex-direction: column;margin: 9.1146vw auto 0;padding-top: 10rem
    }

    .section-02 .step-card-list li {
        position: sticky;background: #fff;border-radius: 6.5104vw;
        height:71.6146vw;transition:all 0.2s;overflow: hidden;
    }
    .section-02 .step-card-list li .contents {
        position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: -webkit-box;display: -ms-flexbox;display: block;
		opacity: 1 !important;
    }

    .section-02 .step-card-list li .contents .left {
        width: 100%;padding: 6.5104vw 0;text-align: center;
    }
    /* sticky step */
    .section-02 .step-card-list li .contents .left>.step_box {font-size: 3.3854vw;padding:1.3021vw 2.3438vw;background:#dff1fa;border-radius:1.3021vw;letter-spacing: -0.05em;}
    /* sticky title */
    .section-02 .step-card-list li .contents .left>.step-msg {
        margin-top:2.6042vw;font-size: 5.7292vw;line-height: 6.5104vw;
    }
    .section-02 .step-card-list li .contents .left>.step-msg b span {color:#2aa0df;}

    .section-02 .step-card-list li .contents .right {
        width:100%;height:45.5729vw;
        -webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-ms-flex-item-align: end;align-self: flex-end;position:absolute;left:0;bottom:0;
    }
    .section-02 .step-card-list li .contents .right .tab_wrap {
        width: 68.4896vw;height:37.5000vw;background:url('/images/section04_img01_tab.png')no-repeat center /cover;
        position:absolute;left:11.7188vw;bottom:0;
    }
    .tab_overflow {width: 61.4583vw;height: 35.4167vw;left:2.3438vw;bottom:0;border-radius:2.6042vw 2.6042vw 0 0;}
    .phone_overflow {width: 17.0573vw;height: 36.3281vw;left:2.3438vw;top:2.0833vw;border-radius:1.3021vw;}
    .section-02 .step-card-list li .contents .right .phone_wrap {
        width: 24.0885vw;height: 43.3594vw;background: url('/images/section04_img01_phone.png')no-repeat center / cover;
        right:3.9063vw;top:0.2083vw;
    }
    .section-02 .step-card-list li .step-num {display: none;}
    .section-02 .step-card-list li:nth-child(1) {
        z-index: 2;
        bottom: 15.25rem;
        margin-bottom: 2.6042vw;
        margin-top: 0;
    }

    .section-02 .step-card-list li:nth-child(2) {
        z-index: 1;
        bottom: 0;
        margin-bottom: 2.6042vw;
        margin-top: -0;
    }

    .section-02 .step-card-list li:nth-child(2) .right {
        padding-right: 3.5714285714%
    }

    .section-02 .step-card-list li:nth-child(3) {
        bottom: 0;
        margin-bottom: 0px
    }

    .section-02 .step-card-list li:nth-child(3) .right {
        padding-right: 5.078125%
    }

    .section-02 .step-card-list li:nth-child(3) .step-msg>span:first-of-type {
        color: #6b7072
    }

    .section-02 .step-card-list li:nth-child(3) .step-msg>span:last-of-type {
        color: #a3acae
    }

    .section-02 .step-card-list li::after {
        padding-bottom: 40.1785714286%
    }
        
    #section04 {padding:18.2292vw 0px;background:url('/images/m_section04_bg.png')no-repeat center / cover;}
    #section04 .inner {width:100%;margin:0 auto;padding:0 3.9063vw;}
    #section04 .content_title {margin-bottom: 3.9063vw;}
    #section04 .right .img_wrap.no01 {width: 75.5208vw;height: 42.0573vw;left:50%;bottom:2.6042vw;transform:translateX(-50%)}
    #section04 .right .img_wrap.no02 {width: 72.5260vw;height: 38.6719vw;left:50%;bottom:4.5573vw;transform:translateX(-50%)}
	

	#section04 .right .img_wrap.no01 img.set04_icon1 {width:73.4375vw;}
	#section04 .right .img_wrap.no01 img.set04_icon2 {width: 73.4375vw;}

	#section04 .right .img_wrap.no02 img.set04_icon1 {width: 70.5729vw;}
	#section04 .right .img_wrap.no02 img.set04_icon2 {width: 70.5729vw;}
	
	.section04_icon {display: none;}

	/* 롤링 */
	.circle {cursor: pointer;position: relative;width: 100%;height: 100%;}
	.pie {width: 62.5000vw;height: 62.5000vw;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%) rotate(-90deg);}
	svg {width:62.5000vw;height:62.5000vw;}
	circle {fill: none;stroke: rgb(243, 243, 243);stroke-width: 64;}
	.slide-img-wrap .swiper-wrapper {align-items: center;;}
	.slide-img-wrap .swiper-slide {height:100%;}
	.slide-img-wrap .swiper-slide .circle_1 {overflow:hidden;}

	.wrap_txt {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
	.wrap_txt {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
	.wrap_txt p.sub_tit {font-size: 3.1250vw;font-weight: 400;line-height: 4.1667vw;letter-spacing:-0.05em}
	.wrap_txt p.sub_tit b {font-size: 4.1667vw;}
	.wrap_txt p.sub_num {font-size: 5.7292vw;font-weight: 400;line-height:9.3750vw;letter-spacing:-0.1em;}
	.wrap_txt p.sub_num b {font-size: 8.7240vw;color:#2a66de;}
	.wrap_txt p.sub_num span {position:relative;top:-0.5208vw;}

	.stamp_box {position:absolute;right:5.8594vw;top:6.7708vw;transition:scale 0.5s;opacity: 0;}
	.swiper-slide.swiper-slide-duplicate-active .stamp_box {animation: stamp_cm 1s 1s forwards}
	.swiper-slide.swiper-slide-active .stamp_box {animation: stamp_cm 1s 1s forwards}
	.stamp_box img {width:19.5313vw;}

	/* 휴대폰 판매 업계 1위 */
	#section05 {padding:18.2292vw 0 16.9271vw;padding-bottom: 9.1146vw;}
	#section05 .content_div {margin-top: 13.0208vw;}
	#section05 .content_div .content_slide_wrap ul li {width:45.0521vw;height:29.2969vw;border-radius:6.5104vw;border: 0.3906vw solid #d7d7d7;}
	#section05 .content_div .content_slide_wrap ul li .top_txt {height:7.8125vw;padding:0 3.9063vw;}
	#section05 .content_div .content_slide_wrap ul li .top_txt p {font-size: 2.8646vw;line-height:1;padding-top:0.2604vw;}

	#section05 .content_div .content_slide_wrap ul li .bottom_txt {padding-top:3.2552vw;padding-bottom: 3.9063vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .subject {font-size: 3.1250vw;line-height:3.6458vw;margin-bottom: 1.9531vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data {font-size: 5.2083vw;line-height:5.2083vw;padding:1.3021vw 1.9531vw;}
	#section05 .content_div .content_slide_wrap ul li .bottom_txt .main_data span {font-size: 7.5521vw;}

	.section05_text_img {top:9.1146vw;width:75.2604vw;}
	.section05_coin {position:absolute;}
	.section05_coin.section05_coin_01 {display: none;}
	.section05_coin.section05_coin_02 {top:35.8073vw;left:auto;right:-3.9063vw;width:25.3906vw;}
	.section05_coin.section05_coin_03 {top: 1.9531vw;left:5.2083vw;width: 15.8854vw;}

	/* section06  */
	#section06 .section_cont_inner {
		border-radius: 6.5104vw;max-width:100%; background: url('/images/section06_bg.png')no-repeat center / cover;padding:18.2292vw 0 3.9063vw;overflow: hidden;
	}
	/* .section06_coin.section06_coin_01 {top:auto;right:auto;bottom:-8.8542vw;left:-7.1615vw;width: 23.4375vw;z-index:10;} */
	.section06_coin.section06_coin_01 {top:auto;right:auto;bottom:8.8542vw;left:-7.1615vw;width: 23.4375vw;z-index:10;}
	/* .section06_coin.section06_coin_02 {top:-10.4167vw;left:10.6771vw;width: 17.5781vw;} */
	.section06_coin.section06_coin_02 {top:2.6042vw;left:10.6771vw;width: 17.5781vw;}
	.section06_coin.section06_coin_03 {top:31.2500vw;left:auto;right:-16.2760vw;width: 31.1198vw;}
	.slide-text-wrap  {max-width:100%;text-align: center;}
	.slide-text-wrap .swiper-container {padding-top: 11.7188vw; height: 46.8750vw; margin-top: 5.8594vw; }
	.slide-text-focus {top: 11.7188vw;width: 62.5000vw; height:9.6354vw;border-radius: 5.2083vw; -webkit-border-radius: 5.2083vw;margin: 1.3021vw;border: 0.5208vw solid transparent;}
	.slide-text-wrap .swiper-slide { height: 11.7188vw;}
	.slide-text-wrap .slide-text { 
		width: 62.5000vw;font-size: 3.1250vw;border-radius: 5.2083vw;padding: 1.9531vw 3.9063vw 1.5625vw;
	}

	.slide-text-wrap .slide-text .store {font-size: 3.3854vw;padding:1.3021vw 1.9531vw;border-radius:3.6042vw;}
	.slide-text-wrap .slide-text .text {font-size: 3.1250vw;}
	.slide-text-wrap .slide-text .text span.color_text {margin-left: 1.3021vw;font-size: 3.9063vw;}

	#section06 {background: url('/images/section06_bg_2.png')no-repeat center bottom;padding:0}
    .overflow_hidden {padding:9.1146vw 3.9063vw 18.2292vw ;overflow: hidden;position: relative;;}
	#section06 #slide-twin-text {width:67.9688vw;margin:2.6042vw auto 0;}
	#section06 .slide-img-wrap {position: relative; right: auto; top:auto ;width:75.5208vw;height:78.7760vw;border-radius:6.5104vw;margin:0 auto;}
	#section06 .slide-img-wrap .swiper-container {padding:0;margin:0 auto;height:100%;text-align: center;}
	#section06 .slide-img-wrap .swiper-slide {justify-content: center;opacity: 0;background:transparent;height:78.7760vw;}
	#section06 .slide-img-wrap .swiper-slide.swiper-slide-active {justify-content: center;opacity: 1;}

	#section06 .content_txt {text-align: center;margin-bottom:7.8125vw;}
	#section06 .content_txt p.content_title_name {
		font-size:4.1667vw;line-height: 4.1667vw;font-weight: 500;padding:1.5625vw 3.6458vw;border-radius:1.3021vw;
		margin-bottom: 1.3021vw;
	}
	.stamp_box img {width:19.5313vw}

	/* section07 */
	#section07 {padding:18.2292vw 0.0000vw;background: url('/images/m_section07_bg.png')no-repeat center / cover;padding-top: 0;}
	#section07 .content_box {margin-top: 10.4167vw;}
	#section07 .cont_list_box {margin-bottom: 7.8125vw}
	#section07 .cont_list_box .left_box {float:none;}
	#section07 .cont_list_box .right_box {float:none;}
	#section07 .cont_list_box .cont_list_img {width:78.1250vw;border-radius:6.5104vw;margin:0 auto;border: 0.5208vw solid transparent;}
	#section07 .cont_list_box .cont_list_txt {width:78.1250vw;padding-top:6.5104vw;padding-left: 2.6042vw;margin:0 auto;}
	#section07 .cont_list_box .cont_list_txt.left_box {padding-left: 2.6042vw;}
	#section07 .cont_list_box .cont_list_txt .cont_list_tit {font-size: 6.2500vw;line-height: 6.9010vw;margin-bottom: 3.9063vw;}
	#section07 .cont_list_box .cont_list_txt .cont_list_desc {font-size: 3.9063vw;line-height: 5.4688vw;}

	/* section08 */
	#section08 {padding:18.2292vw 0.0000vw;background: url('/images/m_section08_bg.png')no-repeat center bottom / cover;}
	#section08 .content_title {color:#fff;}
	#section08 .content_title_desc {margin-top: 3.9063vw;color:#c3c3c3;}
	#section08 .content_box {margin:0 auto;margin-top: 8.4635vw;width:74.2188vw;}
	#section08 .content_box .awards_wrap {display:flex;justify-content: flex-start;align-items: center;flex-wrap:wrap}
	#section08 .content_box .awards_wrap .awards {margin-right:3.9063vw;margin-bottom:3.9063vw;border-radius:6.5104vw;}
	#section08 .content_box .awards_wrap .awards img {width:35.1563vw;}
	#section08 .content_box .awards_wrap .awards:nth-child(2) {margin-right: 0;}
	#section08 .content_box .awards_wrap .awards:last-child {margin-right: 0;margin-bottom: 0;}

	/* section09 */
	#section09 {padding:18.2292vw 0.0000vw;background: url('/images/m_section09_bg.png')no-repeat center / cover;}
	#section09 .content_title_desc {margin-top: 5.2083vw;}
	#section09 .content_box {padding:0 1.9531vw;margin-top: 8.4635vw;}
	#section09 .service_wrap {justify-content: center;}
	#section09 .service {width:74.2188vw;height:27.9948vw;border-radius:6.5104vw;margin-bottom: 3.9063vw;}
	#section09 .service:nth-child(3) , #section09 .service:nth-child(4) {margin-bottom: 3.9063vw;}
	#section09 .service:nth-child(2) .txt_service .name , #section09 .service:nth-child(3) .txt_service .name {}

	#section09 .service:nth-child(1) {}
	#section09 .service:nth-child(2) {}
	#section09 .service:nth-child(3) {background: #addcf5}
	#section09 .service:nth-child(4) {margin-bottom: 0;background: #0067c6;}

	#section09 .service::after {content:"";display:block;clear:both;}
	#section09 .service .left_box {float:left;}
	#section09 .service .right_box {float:right;}
	#section09 .service .txt_service {
        width:50%;text-align: left;padding-left: 7.1615vw;padding-top: 6.5104vw;
        position:absolute;left:7.1615vw;top:50%;transform: translateY(-50%);padding-left: 0;padding-top: 0;
    }
	#section09 .service .txt_service.right_box {
        padding-left:2.6042vw;
        left:auto;right:0;
    }
	#section09 .service .txt_service .name {font-size: 4.6875vw;line-height:4.2969vw;padding:1.3021vw 2.0833vw 1.8229vw;border-radius: 1.3021vw;margin-bottom: 1.5625vw;}

	#section09 .service:nth-child(3) .txt_service .name {background:#2392cf;}
	#section09 .service:nth-child(4) .txt_service .name {background:#003388;}

	#section09 .service .txt_service .desc {padding-left: 1.3021vw;font-size: 3.3854vw;line-height: 4.4271vw;}
	#section09 .service .txt_service .desc.color_white {}

	#section09 .service:nth-child(3) .txt_service .desc {color:#333;}
	#section09 .service:nth-child(4) .txt_service .desc {color:#fff;}

	#section09 .service .img_service {width:50%;height:27.9948vw;position:relative}
	#section09 .service .img_service img {position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
	#section09 .service:nth-child(1) .img_service img {width: 28.9063vw;}
	#section09 .service:nth-child(2) .img_service img {width: 28.6458vw;}
	#section09 .service:nth-child(3) .img_service img {width: 25.3906vw;}
	#section09 .service:nth-child(4) .img_service img {width: 27.6042vw;}
	
	/* section10 */
	#section10 {padding:18.2292vw 0.0000vw 0.0000vw;background: url('/images/m_section10_bg.png')no-repeat center / cover;}
	#section10 .inner {margin-bottom: 7.8125vw;}
	#section10 .content_title span {}
	#section10 .content_title span > img {margin-top: 1.9531vw;width:49.3490vw;}
	#section10 .content_title_slogan {margin-bottom:1.9531vw;font-size: 4.1667vw;line-height: 4.1667vw;}

	.section_10_Swiper.swiper-container {padding-top: 14.3229vw;padding-bottom:11.7188vw;}
	.section_10_Swiper .swiper-wrapper {}
	.section_10_Swiper .swiper-slide {border-radius: 6.5104vw;padding:15.6250vw 6.5104vw 14.3229vw;}

	.section_10_Swiper .swiper-slide {width: 78.1250vw;height:52.0833vw;border: 0.5208vw solid #d6d6d6;}

	.section_10_Swiper .swiper-slide-active {padding-top:10.4167vw;padding-bottom: 11.7188vw;transform: translateY(-14.3229vw);border: 0.5208vw solid #2aa0df;}
    .section_10_Swiper .swiper-slide .center {width:calc(100% - 13.0208vw);}
	.section_10_Swiper .swiper-slide>img {margin-right: 10.4167vw;}
	.section_10_Swiper .swiper-slide .star {margin-bottom: 2.6042vw;}
	.section_10_Swiper .swiper-slide .star img {width:27.3438vw;}
	.section_10_Swiper .swiper-slide-active .star {margin-bottom: 2.6042vw;}
	.section_10_Swiper .swiper-slide .txt_div {font-size: 4.4271vw;line-height: 6.1198vw;}
	.section_10_Swiper .swiper-slide .txt_div::before , .section_10_Swiper .swiper-slide .txt_div::after {
		width:5.5990vw;height:4.2969vw;
	}
	.section_10_Swiper .swiper-slide .txt_div::before {background:url('/images/section10_left_dot.png')no-repeat center / cover;}
	.section_10_Swiper .swiper-slide .txt_div::after {background:url('/images/section10_right_dot.png')no-repeat center / cover;}

	.section_10_Swiper .swiper-pagination {bottom:16.6667vw;}
	#section10 .swiper-pagination-bullet {opacity: 1;width: 1.9531vw;height: 1.9531vw;border:1px solid #00a0e9;background:transparent;}
	#section10 .swiper-pagination-bullet-active {background:#00a0e9;}
	.section_10_Btn_Wrap {display: none;}

	/* section11 */
	#section11 {padding:18.2292vw 0.0000vw 5.2083vw;background: url('/images/section11_bg.png')no-repeat center / cover;}
	#section11 .inner {display:block;}
	#section11 .content_title_name {
		font-size: 4.1667vw;line-height:4.1667vw;padding:1.5625vw 3.6458vw;border-radius:1.3021vw;
		margin-bottom: 1.3021vw;
	}
	#section11 .content_title {}
	#section11 .content_title span {padding:0 2.6042vw 0 1.3021vw}
	#section11 .content_txt {width:89.1927vw;position:relative;left:auto;top:auto;text-align: center;margin-bottom:7.8125vw;}
	#section11 .content_box {width:100%;position:relative;}
	#section11 .content_box .map_wrap {}
	#section11 .content_box .map_wrap img {width:73.9583vw;}
	#section11 .content_box .marker_wrap {position:absolute;left:0;top:0;width:100%;height:100%;}
	#section11 .content_box .marker_wrap img {position:absolute;left:50%;top:0;width:73.9583vw;margin-left:-36.9792vw}
	#section11 .content_box.aos-animate .marker_wrap img {}

	/*bounceInDown*/
	#section11 .map_bg {position:absolute;left:0;top:0;z-index:5;width: 100%;height:100%;background:url('/images/m_section11_map_bg.png')no-repeat center / cover;}
	#section11 .marquee {width:100%;position:relative;left:0;bottom:10.4167vw;z-index:2}

	#section11 .map_slide .swiper-slide {width: 30.7292vw;height: 30.7292vw;border-radius:50%;border: 0.5208vw solid #fff;}
	#section11 .map_slide .swiper-slide .text_box {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
    #section11 .map_slide .swiper-slide .text_box img {width:18.6198vw}
	#section11 .map_slide .swiper-slide span {font-weight: 700;}
	#section11 .map_slide .swiper-slide .name {font-size: 4.1667vw;margin-bottom: 1.3021vw;position:relative;}
	#section11 .map_slide .swiper-slide .name::before , #section11 .map_slide .swiper-slide .name::after {
		content:"";display:block;width: 0.7813vw;height: 0.7813vw;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);
	}
	#section11 .map_slide .swiper-slide .name::before {left:-1.9531vw;}
	#section11 .map_slide .swiper-slide .name::after {right:-1.9531vw;}
	#section11 .map_slide .swiper-slide .number {font-size: 10.8073vw;line-height: 10.8073vw;}
	
	/* section12 */
	#section12 {padding:18.2292vw 0.0000vw;}
	#section12 .inner {width: 100%;}
	#section12 .content_box {margin-top: 8.4635vw;}
	#section12 .step_wrap {justify-content: space-between;width:100%;margin:0 auto;flex-wrap: nowrap;padding-bottom:6.5104vw;}
	#section12 .step_wrap .step_list {padding:5.8594vw 3.9063vw;border-radius:6.5104vw;width:61.1979vw;height:44.5313vw;margin-bottom: 0;padding-left:6.5104vw;opacity: 0.3;}
	#section12 .step_wrap .step_list.swiper-slide-active {opacity: 1;}
	#section12 .step_wrap .step_list:nth-child(4),#section12 .step_wrap .step_list:nth-child(5),#section12 .step_wrap .step_list:nth-child(6) {margin-bottom: 0;}

	#section12 .step_wrap .step_list:nth-child(even) {background:#cfecff;}
	#section12 .step_wrap .step_number {font-size:3.6458vw;padding:1.6927vw 1.9531vw;border-radius:1.6927vw;margin-bottom: 2.6042vw;}
	#section12 .step_wrap .step_list:nth-child(even) .step_number {color:#0080c5;background: #fff;}
	#section12 .step_wrap .step_title {font-size: 6.5104vw;line-height: 6.5104vw;margin-bottom: 2.6042vw;}
	#section12 .step_wrap .step_desc {padding-left: 1.5625vw;}
	#section12 .step_wrap .step_desc p {font-size:3.9063vw;line-height: 4.4271vw;letter-spacing: -0.05em;}
	#section12 .step_wrap .step_desc p.dot:after {width: 0.6510vw;height: 0.6510vw;left:-1.5625vw;}
	#section12 .step_wrap .step_img {right:5.2083vw;top:5.2083vw;}
	#section12 .step_wrap .step_img.step_img01 {width: 17.0573vw;;}
	#section12 .step_wrap .step_img.step_img02 {width: 13.6719vw;}
	#section12 .step_wrap .step_img.step_img03 {width: 13.6719vw;}
	#section12 .step_wrap .step_img.step_img04 {width: 14.1927vw;}
	#section12 .step_wrap .step_img.step_img05 {width: 13.6719vw;}
	#section12 .step_wrap .step_img.step_img06 {width:15.7552vw;}
	
	/* #section12 .step_wrap .step_list:nth-child(1) img {width: 17.0573vw;}
	#section12 .step_wrap .step_list:nth-child(2) img {width: 13.6719vw;}
	#section12 .step_wrap .step_list:nth-child(3) img {width: 13.6719vw;}
	#section12 .step_wrap .step_list:nth-child(4) img {width: 14.1927vw;}
	#section12 .step_wrap .step_list:nth-child(5) img {width: 13.6719vw;}
	#section12 .step_wrap .step_list:nth-child(6) img {width:15.7552vw;} */

    #section12 .step_wrap .step_list:nth-child(1) {}
	#section12 .step_wrap .step_list:nth-child(2) {}
	#section12 .step_wrap .step_list:nth-child(3) {background: #cfecff;}
	#section12 .step_wrap .step_list:nth-child(4) {background: #cfecff;}
	#section12 .step_wrap .step_list:nth-child(3) .step_number {color: #0080c5;background: #fff;}
	#section12 .step_wrap .step_list:nth-child(4) .step_number {color: #0080c5;background: #fff;}
	#section12 .step_wrap .step_list:nth-child(5) {}
	#section12 .step_wrap .step_list:nth-child(6) {}
	.marquee_wrap {position:relative;display: none;}
	/* 흐르는 슬라이드 */
	#section12 .marquee {position:absolute;left:0;bottom:3.1250vw;width:100%;}
	.marquee .text_slide2 {width:100%;overflow: hidden;}
	.marquee .text_slide2 .swiper-slide {width:137.8906vw;}
	.marquee .text_slide2 img {width:100%;}
	
	/* section13 */
	#section13 {padding:18.2292vw 0.0000vw;}
	#section13 .content_title_desc {margin-top:5.2083vw;}
	#section13 .marker_wrap {background: url('/images/m_section13_table.png')no-repeat center / cover;width:95.9635vw;height:80.5990vw;margin-top: 5.8594vw}
	#section13 .marker_wrap .marker {width: 85.6771vw;}
	#section13 .content_box.aos-animate .marker_wrap .marker {animation: none;}

}

/*  480  */
@media(max-width: 480px){

}