<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* s : 로딩 화면 */

/* #saveLoading { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 2500; background-color: rgba(0, 0, 0, 0.5); } 
#saveLoading .more-btn { width: 102px; height: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; } 
#saveLoading .more-btn img { width: 100%; }  */

#saveLoading {position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.5); z-index: 2500;}

.loading_line {position: absolute; top: 50%; left: 50%; width: 120px; height: 120px; border-radius: 100%; border: 4px solid transparent; border-color: transparent #fff; -moz-animation: rotate-loading 1.5s linear 0s infinite normal; -moz-transform-origin: 50% 50%; -o-animation: rotate-loading 1.5s linear 0s infinite normal; -o-transform-origin: 50% 50%; -webkit-animation: rotate-loading 1.5s linear 0s infinite normal; -webkit-transform-origin: 50% 50%; animation: rotate-loading 1.5s linear 0s infinite normal; transform-origin: 50% 50%;}

#saveLoading .more-btn {position: absolute; top: 50%; left: 50%; width: 72px; height: 70px; background-repeat: no-repeat; background-position: center; background-size: contain; transform: translate(-50%, -50%);}

.more-btn.relaket {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='레이어_1' x='0px' y='0px' viewBox='0 0 31 31' style='enable-background:new 0 0 31 31;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234abdff;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M2.36,22.14l-1.35,1.35c-0.47,0.47-0.49,1.2-0.02,1.67c0.47,0.47,1.2,0.44,1.67-0.02l1.35-1.35 c0.47-0.47,0.49-1.2,0.02-1.67C3.56,21.65,2.83,21.67,2.36,22.14z'/%3E%3Cpath class='st0' d='M7.29,27.07l-1.35,1.35c-0.47,0.47-0.49,1.2-0.02,1.67c0.47,0.47,1.2,0.44,1.67-0.02l1.35-1.35 c0.47-0.47,0.49-1.2,0.02-1.67C8.49,26.58,7.76,26.61,7.29,27.07z'/%3E%3Cpath class='st0' d='M30.84,1.08l-0.16-0.76l-0.76-0.16c-0.21-0.04-5.17-1.03-11.52,2.41c-2.05,1.11-4.04,2.58-5.91,4.36 l-0.02,0.03l-0.02,0.03c-1.17,1.22-2.2,2.53-3.08,3.84l-1.58-0.17H7.7c-0.47,0-0.91,0.13-1.24,0.46l-5.95,5.9 c-0.68,0.68-0.68,1.8,0,2.48l0,0c0.24,0.24,0.55,0.41,0.88,0.48l4.22,0.59c-0.25,2.3,0.05,3.76,0.06,3.83l0.16,0.76l0.76,0.16 c0.07,0.01,1.53,0.31,3.83,0.07L11,29.49l0.02,0.12c0.07,0.34,0.23,0.68,0.48,0.89h0c0.33,0.21,0.77,0.51,1.24,0.51 c0.47,0,0.92-0.19,1.25-0.52l5.96-5.95c0.33-0.33,0.54-0.77,0.54-1.24v-0.08l-0.24-1.58c1.31-0.88,2.56-1.92,3.79-3.08l0.02-0.02 l0.02-0.02c1.78-1.87,3.25-3.86,4.36-5.91C31.87,6.25,30.88,1.29,30.84,1.08z'/%3E%3C/g%3E%3C/svg%3E");}

@keyframes rotate-loading {0% {transform: translate(-50%, -50%) rotate(0deg);-ms-transform: translate(-50%, -50%) rotate(0deg);-webkit-transform: translate(-50%, -50%) rotate(0deg);-o-transform: translate(-50%, -50%) rotate(0deg);-moz-transform: translate(-50%, -50%) rotate(0deg); } 
100% {transform: translate(-50%, -50%) rotate(360deg);-ms-transform: translate(-50%, -50%) rotate(360deg);-webkit-transform: translate(-50%, -50%) rotate(360deg);-o-transform: translate(-50%, -50%) rotate(360deg);-moz-transform: translate(-50%, -50%) rotate(360deg); } 
 }

@-moz-keyframes rotate-loading {0% {transform: translate(-50%, -50%) rotate(0deg);-ms-transform: translate(-50%, -50%) rotate(0deg);-webkit-transform: translate(-50%, -50%) rotate(0deg);-o-transform: translate(-50%, -50%) rotate(0deg);-moz-transform: translate(-50%, -50%) rotate(0deg); } 
100% {transform: translate(-50%, -50%) rotate(360deg);-ms-transform: translate(-50%, -50%) rotate(360deg);-webkit-transform: translate(-50%, -50%) rotate(360deg);-o-transform: translate(-50%, -50%) rotate(360deg);-moz-transform: translate(-50%, -50%) rotate(360deg); } 
 }

@-webkit-keyframes rotate-loading {0% {transform: translate(-50%, -50%) rotate(0deg);-ms-transform: translate(-50%, -50%) rotate(0deg);-webkit-transform: translate(-50%, -50%) rotate(0deg);-o-transform: translate(-50%, -50%) rotate(0deg);-moz-transform: translate(-50%, -50%) rotate(0deg); } 
100% {transform: translate(-50%, -50%) rotate(360deg);-ms-transform: translate(-50%, -50%) rotate(360deg);-webkit-transform: translate(-50%, -50%) rotate(360deg);-o-transform: translate(-50%, -50%) rotate(360deg);-moz-transform: translate(-50%, -50%) rotate(360deg); } 
 }

@-o-keyframes rotate-loading {0% {transform: translate(-50%, -50%) rotate(0deg);-ms-transform: translate(-50%, -50%) rotate(0deg);-webkit-transform: translate(-50%, -50%) rotate(0deg);-o-transform: translate(-50%, -50%) rotate(0deg);-moz-transform: translate(-50%, -50%) rotate(0deg); } 
100% {transform: translate(-50%, -50%) rotate(360deg);-ms-transform: translate(-50%, -50%) rotate(360deg);-webkit-transform: translate(-50%, -50%) rotate(360deg);-o-transform: translate(-50%, -50%) rotate(360deg);-moz-transform: translate(-50%, -50%) rotate(360deg); } 
 }

#loading { position: fixed; display: block; width: 100%; height: 100%; top: 0; left: 0; text-align: center; background-color: #fff; opacity: 0; z-index: 1000; }
/* e : 로딩 화면 */

/* s: 개발에만 노출표시 */
.incomplete { position: relative; } 
.incomplete:after { content: '개발에만 노출중'; display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #f00; text-align: center; background-color: #222; white-space: nowrap; } 
.incomplete:hover:after { display: flex; align-items: center; justify-content: center; color: #f00; } 
/* e: 개발에만 노출표시 */
.main-fix { position: fixed; right: 100px; bottom: 0px; font-size: 0; z-index: 10; } 
.main-fix .fix-store { display: inline-block; width: 224px; height: 292px; background: url('../images/bizhome/biz_main_fix_ico.png') no-repeat 0 0; } 
.main-fix .fix-store i { position: absolute; top: 100px; left: 0px; width: 173px; font-size: 20px; color: #fffd43; letter-spacing: -1px; line-height: 1.5; font-weight: 600; text-align: center; } 

.contTop { visibility: visible; -webkit-transform: translateY(30px) scale(1); transform: translateY(30px) scale(1); opacity: 0; } 
.contTop.on { visibility: visible; -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); opacity: 1; -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; } 

.contLeft { visibility: visible; -webkit-transform: translateX(-30px) scale(1); transform: translateX(-30px) scale(1); opacity: 0; } 
.contLeft.on { visibility: visible; -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); opacity: 1; -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; } 



.ft-title { position: relative; font-size: 48px; line-height: 1.25; letter-spacing: -2.4px; text-align: center; color: #1b4584; z-index: 2; } 
.ft-title span { display: block; font-weight: 800; } 
.ft-title em { display: inline-block; position: relative; color: #0e346e; font-weight: 800; } 
.ft-title em:before { content: ''; position: absolute; bottom: 0; left: -11px; display: inline-block; width: calc(100% + 22px); height: 34px; background: #ffff00; z-index: -1; } 
.ft-desc { margin-top: 25px; font-size: 21px; line-height: 1.48; letter-spacing: -1.1px; text-align: center; color: #0e346e; } 
.ft-title.v2 { font-size: 42px; line-height: 1.25; letter-spacing: -2.4px; text-align: center; color: #fff; } 
.ft-title.v2 em { color: #fffd43; font-weight: 800; } 
.ft-title.v2 em:before { display: none; } 
.ft-desc.v2 { margin-top: 30px; font-size: 21px; line-height: 1.48; letter-spacing: -1.1px; text-align: center; color: #d5e6ff; } 

/*****************************************************
MAIN
******************************************************/
[class^='main-section'] .ft-title { font-weight: 400; } 
[class^='main-section'] .ft-title em { font-size: 48px; letter-spacing: -2.4px; } 
[class^='main-section'] .btn-round { min-width: 160px; height: 50px; font-size: 16px; line-height: 50px; letter-spacing: -0.8px; } 

/*****************************************************
 FEATURES
******************************************************/
.feature-contents { overflow: hidden; } 

.detail-contents { position: relative; top: -9px; left: 6px; margin: 0 auto; width: 1346px; } 
.detail-contents h2 { font-size: 34px; line-height: 1; letter-spacing: -1.7px; color: #333; text-align: center; font-weight: 400; } 
.detail-contents .tbl-type3 { margin-top: 40px; } 
.detail-contents .detail-bg-top { display: block; margin: 0 auto; width: 1346px; height: 80px; background: url('../images/bizhome/@contents_bg_top.png') no-repeat; } 
.detail-contents .detail-bg-body { display: block; margin: 0 auto; width: 1346px; padding: 0 91px 0 115px; background: url('../images/bizhome/@contents_bg_body.png') repeat-y; } 
.detail-contents .detail-bg-bottom { display: block; margin: 0 auto; width: 1346px; height: 116px; background: url('../images/bizhome/@contents_bg_bottom.png') no-repeat; } 

/* relaket_intro */
.skrollable { /*
 * First-level skrollables are positioned relative to window
 */
position: relative; /*
 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
 */
z-index: 100; } 

.skrollr-mobile .skrollable { /*
 May cause issues on Android default browser (see #331 on GitHub).
 */
position: absolute; } 

.skrollable .skrollable { /*
 * Second-level skrollables are positioned relative their parent skrollable
 */
position: absolute; } 

.skrollable .skrollable .skrollable { /*
 * Third-level (and below) skrollables are positioned static
 */
position: static; } 
/* .relaket-section1 { position:relative; height:100vh; background:#255090; } */
/*.relaket-section1 .sec1-cont { position: absolute; width: 100%; left: 0; top: 0; } */

.relaket-section1 .relaket-info { margin-top: 60px; font-size: 0; text-align: center; } 
.relaket-section1 .relaket-info li { width: 270px; display: inline-block; text-align: center; } 
.relaket-section1 .relaket-info li span { font-size: 18px; line-height: 1.2; letter-spacing: -0.8px; color: #fff; } 
.relaket-section1 .relaket-info li em { display: block; font-size: 26px; line-height: 1.5; letter-spacing: -1px; color: #fffd43; font-weight: 600; } 
.relaket-section1 .relaket-info li:before { content: ''; display: block; width: 270px; height: 270px; margin: 0 auto 16px; background: url('../images/bizhome/relaket_intro_img1.png') no-repeat; } 
.relaket-section1 .relaket-info li + li { margin-left: 66px; } 

.relaket-section1 .relaket-info li.intro2:before { background-position: -336px 0; } 
.relaket-section1 .relaket-info li.intro3:before { background-position: -671px 0; } 
.relaket-section1 .relaket-info li.intro4:before { background-position: -1007px 0; } 

.relaket-section2 { padding-bottom: 700px; background-color: #f5f9fe; } 
.relaket-section2 #action1 { position: absolute; width: 100%; left: 0; } 
.relaket-section2 .panel { position: relative; padding-top: 70px; width: 1280px; margin: 0 auto; } 
.relaket-section2 .stage { position: relative; } 
.relaket-section2 #sec1 { position: absolute; left: 0; width: 100%; } 
.relaket-section2 #sec2 { position: absolute; left: 0; width: 100%; opacity: 0; } 
.relaket-section2 #sec3 { position: absolute; left: 0; width: 100%; } 
.relaket-section2 #action1 { position: relative; width: 100%; left: 0; } 
.relaket-section2 #action5 { opacity: 0; } 
.relaket-section2 #action6 { opacity: 0; } 
.relaket-section2 .intro-sec-1 { position: relative; padding-top: 70px; text-align: center; } 
.relaket-section2 .intro-sec-1 .logo { display: block; text-align: center; opacity: 0; } 
.relaket-section2 .intro-sec-1 [class^='intro-img'] { position: absolute; width: 214px; height: 214px; } 
.relaket-section2 .intro-sec-1 .intro-img1 { top: 40px; left: 185px; } 
.relaket-section2 .intro-sec-1 .intro-img2 { top: 80px; right: 130px; } 
.relaket-section2 .intro-sec-1 .intro-img3 { top: 428px; right: 190px; } 
.relaket-section2 .intro-sec-1 .intro-img4 { top: 442px; left: 230px; } 
.relaket-section2 .intro-sec-1 .intro-img5 { top: 257px; left: 15px; } 

.relaket-section2 .intro-img { display: block; margin-top: 50px; text-align: center; } 
.relaket-section2 .intro-img-2 { position: relative; display: block; width: 957px; height: 609px; margin: 50px auto 0; text-align: center; } 
.relaket-section2 .intro-img-2 &gt; span { display: inline-block; position: absolute; width: 140px; height: 140px; background: url(../images/bizhome/relaket_intro_img2.png) no-repeat; } 
.relaket-section2 .intro-img-2 .logo-loop { display: inline-block; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 577px; height: 269px; background-position: -190px -170px; } 
.relaket-section2 .intro-img-2 .seller { top: 0; left: 221px; background-position: -221px 0; } 
.relaket-section2 .intro-img-2 .influencer { top: 0; right: 242px; background-position: -575px 0; } 
.relaket-section2 .intro-img-2 .manufacturer { top: 235px; right: 0; background-position: -817px -235px; } 
.relaket-section2 .intro-img-2 .consumer { right: 242px; bottom: 0; background-position: -574px -469px; } 
.relaket-section2 .intro-img-2 .distribution { bottom: 0; left: 221px; background-position: -221px -469px; } 
.relaket-section2 .intro-img-2 .supplier { top: 235px; left: 0; background-position: 0 -235px; } 

.scroll_down { position: absolute; bottom: 30px; left: 50%; z-index: 2; display: inline-block; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); color: #fff; font: normal 400 20px/1 'Josefin Sans', sans-serif; letter-spacing: 0.1em; text-decoration: none; transition: opacity 0.3s; } 
.scroll_down span { position: absolute; bottom: 40px; left: 50%; width: 46px; height: 46px; margin-left: -23px; border: 1px solid #fff; border-radius: 100%; box-sizing: border-box; } 
.scroll_down span::after { position: absolute; top: 50%; left: 50%; content: ''; width: 16px; height: 16px; margin: -12px 0 0 -8px; border-left: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); box-sizing: border-box; } 
.scroll_down span::before { position: absolute; top: 0; left: 0; z-index: -1; content: ''; width: 44px; height: 44px; box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1); border-radius: 100%; opacity: 0; -webkit-animation: sdb03 3s infinite; animation: sdb03 3s infinite; box-sizing: border-box; } 
@-webkit-keyframes sdb03 { 
 0% { opacity: 0; } 
30% { opacity: 1; } 
60% { box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1); opacity: 0; } 
100% { opacity: 0; } 
 }
@keyframes sdb03 { 
 0% { opacity: 0; } 
30% { opacity: 1; } 
60% { box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1); opacity: 0; } 
100% { opacity: 0; } 
 }
/* //relaket_intro */

/* store_service */

.store-section1 { position: relative; height: 970px; background: #255090; z-index: -1; } 
/*.store-section1 .container { position:fixed; left:50%; padding-top:220px; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); z-index: -1; } */
.store-section1 .container { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: -1; } 
.store-section2:before { content: ''; display: inline-block; position: absolute; left: 50%; top: -2px; width: 80px; height: 22px; margin-left: -40px; background: url('../images/bizhome/main_bg_arrow.png') no-repeat 0 0; background-size: 80px 22px; z-index: 2; } 

.store-section1 .store-info { margin-top: 60px; font-size: 0; text-align: center; } 
.store-section1 .store-info li { display: inline-block; text-align: center; } 
.store-section1 .store-info li span { font-size: 15px; opacity: 0.6; line-height: 1.88; letter-spacing: -0.8px; color: #fff; } 
.store-section1 .store-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #fffd43; font-weight: 600; } 
.store-section1 .store-info li:before { content: ''; display: block; width: 220px; height: 220px; margin: 0 auto 16px; background: url('../images/bizhome/spr_main_img1.png') no-repeat; } 
.store-section1 .store-info li + li { margin-left: 50px; } 
.store-section1 .store-info li.store2:before { background-position: -270px 0; } 
.store-section1 .store-info li.store3:before { background-position: -540px 0; } 
.store-section1 .store-info li.store4:before { background-position: -810px 0; } 

.store-section2 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.store-section2 .gb-service { margin-top: 60px; font-size: 0; text-align: center; } 
.store-section2 .gb-service li { display: inline-block; text-align: center; } 
.store-section2 .gb-service li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
.store-section2 .gb-service li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.store-section2 .gb-service li:before { content: ''; display: block; width: 370px; height: 370px; margin: 0 auto 16px; background: url('../images/bizhome/spr_main_img2.png') no-repeat; } 
.store-section2 .gb-service li + li { margin-left: 50px; } 
.store-section2 .gb-service li.service2:before { background-position: -440px 0; } 
.store-section2 .gb-service li.service3:before { background-position: -880px 0; } 

.store-section3 { position: relative; padding: 100px 0; background: #f5f9fe; z-index: 1; } 
.store-section3 .container { position: relative; height: 901px; } 
.store-section3 .main-bg-img1 { position: absolute; left: 50%; bottom: 0; display: block; margin-left: -537.5px; width: 1075px; height: 469px; background: url('../images/bizhome/main_bg_img1.png') no-repeat; text-align: center; } 
.store-section3 .main-bg-img1 strong { position: absolute; bottom: 120px; right: 30px; font-size: 20px; letter-spacing: -1px; color: #255090; font-weight: 600; line-height: 1.2; } 

.store-section4 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.store-section4 .main-bg-img2 { position: relative; display: block; margin: 60px auto 0; width: 1192px; height: 868px; background: url('../images/bizhome/main_bg_img2.png') no-repeat; text-align: center; } 
.store-section4 .main-bg-img2 .naver-info { position: absolute; top: 500px; left: 0; font-size: 0; } 
.store-section4 .main-bg-img2 .naver-info li { display: inline-block; width: 240px; font-size: 22px; font-weight: 600; line-height: 1.36; letter-spacing: -1.1px; text-align: center; color: #255090; vertical-align: top; } 
html[lang='en'] .store-section4 .main-bg-img2 .naver-info li { line-height: 1.1; } 
.store-section4 .main-bg-img2 .naver-info li &gt; em { position: relative; display: inline-block; font-size: 16px; letter-spacing: -0.8px; color: #24415f; font-weight: 400; } 
.store-section4 .main-bg-img2 .naver-info li &gt; em:before { content: ''; position: absolute; bottom: 0; left: -10px; display: inline-block; width: calc(100% + 20px); height: 13px; background: #ffff00; z-index: -1; } 
.store-section4 .main-bg-img2 .naver-info li:nth-child(2) { margin-left: 120px; } 
.store-section4 .main-bg-img2 .naver-info li:nth-child(3) { margin-left: 30px; } 
.store-section4 .main-bg-img2 .naver-info li:nth-child(4) { margin-left: 30px; } 
.store-section4 .main-bg-img2 .naver-info2 { position: absolute; left: 500px; bottom: -70px; font-size: 16px; letter-spacing: -0.8px; color: #24415f; font-weight: 400; text-align: center; } 
.store-section4 .main-bg-img2 .naver-info2 strong { display: block; font-size: 22px; font-weight: 600; line-height: 1.36; letter-spacing: -1.1px; color: #255090; } 

.graph.sale-graph em:last-child:before { margin-top: 2px; background: #ff0036 !important; } 
.graph.order-graph em:first-child:before { background: #3399ff !important; } 
.graph.order-graph em:last-child:before { margin-top: 2px; background: #ff74c9 !important; } 

.store-section5 { position: relative; padding: 100px 0; background: #f5f9fe; z-index: 1; } 
.store-section5 .main-bg-img3 { position: relative; display: block; margin: 60px auto 0; width: 1263px; height: 400px; background: url('../images/bizhome/main_bg_img3.png') no-repeat; text-align: center; } 
.store-section5 .sns-info { display: block; margin-top: 30px; font-size: 16px; letter-spacing: -0.8px; color: #24415f; font-weight: 400; text-align: center; } 
.store-section5 .sns-info strong { display: block; font-size: 22px; font-weight: 600; line-height: 1.36; letter-spacing: -1.1px; color: #255090; } 

.store-section6 { position: relative; height: 1210px; padding-top: 100px; background: #fff; z-index: 1; } 
.store-section6 .main-bg-img4 { position: relative; display: block; margin: 58px auto 0; width: 961px; height: 526px; background: url('../images/bizhome/main_bg_img4.png') no-repeat; text-align: center; } 
.store-section6 .main-bg-img4 .online-info { position: absolute; left: 0; bottom: -48px; font-size: 0; } 
.store-section6 .main-bg-img4 .online-info li { display: inline-block; width: 160px; font-size: 20px; font-weight: 600; line-height: 1.5; letter-spacing: -1px; color: #255090; text-align: center; } 
.store-section6 .main-bg-img4 .online-info li + li { margin-left: 40px; } 

.store-section7 { position: relative; padding : 100px 0; background: #edeff2; z-index: 1; } 
.store-section7 .detail-contents .global { margin-bottom: 30px; font-size: 0; } 
.store-section7 .detail-contents .global li { display: inline-block; font-size: 15px; letter-spacing: -0.4px; color: #333; } 
.store-section7 .detail-contents .global li + li { margin-left: 40px; } 
.store-section7 .detail-contents .global li &gt; i { display: inline-block; width: 36px; height: 36px; margin-top: -2px; margin-right: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; vertical-align: middle; } 
.store-section7 .detail-contents .global li &gt; i.en { background-position: 0 0; } 
.store-section7 .detail-contents .global li &gt; i.ch { background-position: -100px 0; } 
.store-section7 .detail-contents .global li &gt; i.jp { background-position: -200px 0; } 
.store-section7 .detail-contents .pg-area:fist-child { height: 70px; } 
.store-section7 .detail-contents .pg-area + .pg-area { margin-top: 29px; margin-bottom: 10px; } 
.store-section7 .detail-contents .store-info { font-size: 0; } 
.store-section7 .detail-contents .store-info li { display: inline-block; width: 144px; height: 130px; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; line-height: 1; vertical-align: top; } 
.store-section7 .detail-contents .store-info li &gt; i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/store_spr.png') no-repeat; } 
.store-section7 .detail-contents .store-info li:nth-child(12) ~ li { height: auto; } 
.store-section7 .detail-contents .store-info li &gt; i.ico1 { background-position: 0 -100px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico2 { background-position: -150px -100px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico3 { background-position: -300px -100px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico4 { background-position: -450px -100px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico5 { background-position: -600px -100px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico6 { background-position: -750px -100px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico7 { background-position: 0 -250px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico8 { background-position: -150px -250px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico9 { background-position: -300px -250px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico10 { background-position: -450px -250px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico11 { background-position: -600px -250px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico12 { background-position: -750px -250px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico13 { background-position: 0 -400px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico14 { background-position: -150px -400px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico15 { background-position: -300px -400px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico16 { background-position: -450px -400px; } 
.store-section7 .detail-contents .store-info li &gt; i.ico17 { background-position: -600px -400px; } 

.store-section7 .detail-contents .store-service { font-size: 0; } 
.store-section7 .detail-contents .store-service li { display: inline-block; width: 25%; padding-right: 10px; vertical-align: top; } 
.store-section7 .detail-contents .store-service li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
.store-section7 .detail-contents .store-service li i.ico1 { background-position: 0 -600px; } 
.store-section7 .detail-contents .store-service li i.ico2 { background-position: -200px -600px; } 
.store-section7 .detail-contents .store-service li i.ico3 { background-position: -400px -600px; } 
.store-section7 .detail-contents .store-service li i.ico4 { background-position: -600px -600px; } 
.store-section7 .detail-contents .store-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
.store-section7 .detail-contents .store-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; letter-spacing: -0.7px; color: #666; } 

.store-section7 .detail-contents .naver-service { font-size: 0; } 
.store-section7 .detail-contents .naver-service li { display: inline-block; width: 25%; vertical-align: top; } 
.store-section7 .detail-contents .naver-service li i { display: inline-block; width: 50px; height: 50px; margin-bottom: 15px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
.store-section7 .detail-contents .naver-service li i.ico1 { background-position: 0 -700px; } 
.store-section7 .detail-contents .naver-service li i.ico2 { background-position: -200px -700px; } 
.store-section7 .detail-contents .naver-service li i.ico3 { background-position: -400px -700px; } 
.store-section7 .detail-contents .naver-service li i.ico4 { background-position: -600px -700px; } 
.store-section7 .detail-contents .naver-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
.store-section7 .detail-contents .naver-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; letter-spacing: -0.7px; color: #666; } 
/* //store_service */

/* drop_shipping */
.drop-section2 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.drop-section2 .drop-service { margin-top: 60px; font-size: 0; text-align: center; } 
.drop-section2 .drop-service li { display: inline-block; text-align: center; } 
.drop-section2 .drop-service li span { font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.drop-section2 .drop-service li em { position: relative; display: inline-block; margin-left: 10px; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.drop-section2 .drop-service li em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 10px); height: 16px; background: #ffff00; z-index: -1; } 
.drop-section2 .drop-service li:before { content: ''; display: block; width: 370px; height: 370px; margin: 0 auto 16px; background: url('../images/bizhome/spr_drop_img2.png') no-repeat; } 
.drop-section2 .drop-service li + li { margin-left: 50px; } 

.drop-section2 .drop-service li.service2:before { background-position: -440px 0; } 
.drop-section2 .drop-service li.service3:before { background-position: -880px 0; } 

.drop-section3 { position: relative; padding: 100px 0; background: #f5f9fe; z-index: 1; } 
.drop-section3 .container { position: relative; } 
.drop-section3 .drop-bg-img1 { position: relative; display: block; margin: 60px auto 0; width: 1232px; height: 854px; background: url('../images/bizhome/drop_bg_img1.png') no-repeat; text-align: center; } 
.drop-section3 .drop-bg-img1 ul { position: absolute; top: 438px; display: block; font-size: 0; } 
.drop-section3 .drop-bg-img1 ul li { display: inline-block; width: 580px; text-align: center; } 
.drop-section3 .drop-bg-img1 ul li:nth-child(2) { width: 590px; margin-left: 62px; } 
.drop-section3 .drop-bg-img1 ul li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
.drop-section3 .drop-bg-img1 ul li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.drop-section3 .drop-bg-img1 strong { position: absolute; bottom: 0; display: block; width: 100%; text-align: center; font-size: 28px; line-height: 1; letter-spacing: -1.4px; color: #1b4584; font-weight: 400; } 
.drop-section3 .drop-bg-img1 strong &gt; em { position: relative; margin: 0 15px; font-weight: 800; color: #0e346e; font-style: italic; } 
.drop-section3 .drop-bg-img1 strong &gt; em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 10px); height: 18px; background: #ffff00; z-index: -1; } 

.drop-section4 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.drop-section4 .drop-bg-img2 { position: relative; display: block; margin: 60px auto 0; width: 1244px; height: 739px; background: url('../images/bizhome/drop_bg_img2.png') no-repeat; text-align: center; } 

.drop-section4 .drop-bg-img2 .drop-txt1 { position: absolute; top: 114px; left: 332px; } 
.drop-section4 .drop-bg-img2 .drop-txt1 li { display: block; padding: 30px; font-size: 17px; color: #0e346e; letter-spacing: -0.9px; line-height: 1.53; text-align: left; } 
html[lang='en'] .drop-section4 .drop-bg-img2 .drop-txt1 li { padding: 15px 30px; line-height: 1.2; } 
.drop-section4 .drop-bg-img2 .drop-txt1 li:nth-child(1) { width: 210px; height: 127px; } 
.drop-section4 .drop-bg-img2 .drop-txt1 li:nth-child(2) { margin-top: 73px; width: 235px; height: 129px; } 
.drop-section4 .drop-bg-img2 .drop-txt1 li:nth-child(3) { margin-top: 42px; width: 232px; height: 156px; } 

.drop-section4 .drop-bg-img2 .drop-txt2 li { position: absolute; display: block; font-size: 20px; color: #255090; letter-spacing: -1px; line-height: 1.5; text-align: left; font-weight: 600; } 
.drop-section4 .drop-bg-img2 .drop-txt2 li:nth-child(1) { width: 100px; top: 270px; right: 445px; } 
.drop-section4 .drop-bg-img2 .drop-txt2 li:nth-child(2) { min-width: 100px; top: 270px; left: 1182px; } 
.drop-section4 .drop-bg-img2 .drop-txt2 li:nth-child(3) { top: 535px; left: 950px; } 

.drop-section4 .drop-bg-img2 .drop-txt3 li { position: absolute; display: block; width: 200px; font-size: 17px; color: #255090; letter-spacing: -0.9px; line-height: 1.76; text-align: center; } 
.drop-section4 .drop-bg-img2 .drop-txt3 li:nth-child(1) { top: 303px; left: 890px; } 
.drop-section4 .drop-bg-img2 .drop-txt3 li:nth-child(2) { top: 560px; right: 310px; } 
.drop-section4 .drop-bg-img2 .drop-txt3 li:nth-child(3) { top: 560px; right: 0px; } 

.drop-section4 .drop-bg-img2 .drop-txt4 { position: absolute; bottom: 35px; right: 0; display: block; width: 510px; text-align: center; font-size: 21px; letter-spacing: -1.1px; color: #0e346e; } 
.drop-section4 .drop-bg-img2 .drop-txt4 span { display: block; } 
.drop-section4 .drop-bg-img2 .drop-txt4 em { position: relative; display: inline-block; font-size: 28px; letter-spacing: -1.4px; color: #1b4584; font-weight: 600; } 
.drop-section4 .drop-bg-img2 .drop-txt4 em:before { content: ''; position: absolute; bottom: 0; left: -10px; display: inline-block; width: calc(100% + 20px); height: 26px; background: #ffff00; z-index: -1; } 

.drop-section5 { position: relative; padding: 100px 0; background: #f5f9fe; z-index: 1; } 
.drop-section5 .drop-bg-img3 { position: relative; display: block; margin: 60px auto 0; width: 1232px; height: 860px; background: url('../images/bizhome/drop_bg_img3.png') no-repeat; text-align: center; } 
.drop-section5 .drop-bg-img3 ul { position: absolute; top: 438px; display: block; font-size: 0; } 
.drop-section5 .drop-bg-img3 ul li { display: inline-block; width: 580px; text-align: center; } 
.drop-section5 .drop-bg-img3 ul li:nth-child(2) { width: 590px; margin-left: 62px; } 
.drop-section5 .drop-bg-img3 ul li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
.drop-section5 .drop-bg-img3 ul li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.drop-section5 .drop-bg-img3 strong { position: absolute; bottom: 0; display: block; width: 100%; text-align: center; font-size: 28px; line-height: 1; letter-spacing: -1.4px; color: #1b4584; font-weight: 400; } 
.drop-section5 .drop-bg-img3 strong &gt; em { position: relative; margin: 0 15px; font-weight: 800; color: #0e346e; font-style: italic; } 
.drop-section5 .drop-bg-img3 strong &gt; em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 10px); height: 18px; background: #ffff00; z-index: -1; } 

.drop-section6 { position: relative; padding: 100px 0; background: #edeff2; z-index: 1; } 
.drop-section6 .detail-contents .tbl-type3 td { padding: 29px 0; line-height: 1.4; } 
.drop-section6 .detail-contents .price-info { font-size: 0; } 
.drop-section6 .detail-contents .price-info li { display: inline-block; width: calc(100% / 3); } 
.drop-section6 .detail-contents .price-info li strong { font-size: 20px; } 
.drop-section6 .detail-contents .price-info li b { font-size: 15px; } 
.drop-section6 .detail-contents .price-desc { margin-top: 17px; font-size: 12px; line-height: 1.5; letter-spacing: -0.3px; color: #666; } 

.drop-section6 .detail-contents .drop-area strong { display: block; margin-bottom: 20px; font-size: 17px; letter-spacing: -0.4px; color: #333; } 
.drop-section6 .detail-contents .drop-area ul { font-size: 0; } 
.drop-section6 .detail-contents .drop-area ul li { display: inline-block; width: 120px; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; } 
.drop-section6 .detail-contents .drop-area ul li + li { margin-left: 10px; } 
.drop-section6 .detail-contents .drop-area + .drop-area { margin-top: 40px; } 

.drop-section6 .detail-contents .drop-area ul.market-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/drop_spr.png') no-repeat; } 
.drop-section6 .detail-contents .drop-area ul.market-list li i.ico1 { background-position: 0 0; } 
.drop-section6 .detail-contents .drop-area ul.market-list li i.ico2 { background-position: -100px 0; } 
.drop-section6 .detail-contents .drop-area ul.market-list li i.ico3 { background-position: -200px 0; } 
.drop-section6 .detail-contents .drop-area ul.market-list li i.ico4 { background-position: -300px 0; } 
.drop-section6 .detail-contents .drop-area ul.market-list li i.ico5 { background-position: -400px 0; } 
.drop-section6 .detail-contents .drop-area ul.market-list li i.ico6 { background-position: -500px 0; } 
.drop-section6 .detail-contents .drop-area ul.market-list li i.ico7 { background-position: -600px 0; } 

.drop-section6 .detail-contents .drop-area ul.office-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/drop_spr.png') no-repeat; } 
.drop-section6 .detail-contents .drop-area ul.office-list li i.ico1 { background-position: 0 0; } 
.drop-section6 .detail-contents .drop-area ul.office-list li i.ico2 { background-position: -100px -100px; } 
.drop-section6 .detail-contents .drop-area ul.office-list li i.ico3 { background-position: -200px -100px; } 
.drop-section6 .detail-contents .drop-area ul.office-list li i.ico4 { background-position: -300px -100px; } 
.drop-section6 .detail-contents .drop-area ul.office-list li i.ico5 { background-position: -400px -100px; } 

.drop-section6 .detail-contents .store-service { font-size: 0; } 
.drop-section6 .detail-contents .store-service li { display: inline-block; width: 25%; vertical-align: top; } 
.drop-section6 .detail-contents .store-service li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
.drop-section6 .detail-contents .store-service li i.ico1 { background-position: -800px -600px; } 
.drop-section6 .detail-contents .store-service li i.ico2 { background-position: -200px -600px; } 
.drop-section6 .detail-contents .store-service li i.ico3 { background-position: -400px -600px; } 
.drop-section6 .detail-contents .store-service li i.ico4 { background-position: -600px -600px; } 
.drop-section6 .detail-contents .store-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
.drop-section6 .detail-contents .store-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; letter-spacing: -0.7px; color: #666; } 
/* //drop_shipping */

/* global_market */

.global-section2 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.global-section2 .gb-service { display: block; margin: 60px auto 0; width: 1104px; height: 420px; font-size: 0; text-align: center; background: url('../images/bizhome/spr_global_img2.png') no-repeat; } 
.global-section2 .gb-service li { display: inline-block; position: absolute; bottom: -7px; width: 280px; text-align: center; } 
.global-section2 .gb-service li span { display: block; font-size: 20px; line-height: 1.7; letter-spacing: -1.2px; color: #1b4584; } 
.global-section2 .gb-service li em { position: relative; display: inline-block; font-size: 24px; letter-spacing: -1.2px; color: #1b4584; font-weight: 800; } 
.global-section2 .gb-service li em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 18px); height: 16px; background: #ffff00; z-index: -1; } 
.global-section2 .gb-service li em &gt; i { color: #0e346e; font-style: italic; } 

.global-section2 .gb-service li.service1 { left: 0; } 
.global-section2 .gb-service li.service2 { right: 0; } 

.global-section3 { position: relative; padding: 100px 0; background: #f5f9fe; z-index: 1; } 
.global-section3 .container { position: relative; } 
.global-section3 .global-bg-img1 { position: relative; display: block; margin: 60px auto 0; width: 1077px; height: 460px; background: url('../images/bizhome/global_bg_img1.png') no-repeat; text-align: center; } 
.global-section3 .global-bg-img1 .txt1 { position: absolute; top: 112px; left: 389px; font-size: 15px; line-height: 2; letter-spacing: -0.8px; color: #255090; font-weight: 800; } 
.global-section3 .global-bg-img1 .txt2 { position: absolute; top: 190px; left: 433px; font-size: 15px; line-height: 2; letter-spacing: -0.8px; color: #10a3f6; font-weight: 800; } 
.global-section3 .global-bg-img1 .txt3 { position: absolute; bottom: 0; left: 0; width: 416px; font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; text-align: center; } 
.global-section3 .global-bg-img1 .txt3 strong { display: block; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #255090; font-weight: 800; } 
.global-section3 .global-bg-img1 .txt4 { position: absolute; bottom: 0; right: 0; width: 564px; font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; text-align: center; } 
.global-section3 .global-bg-img1 .txt4 strong { display: block; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #10a3f6; font-weight: 800; } 

.global-section4 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.global-section4 .global-bg-img2 { position: relative; display: block; margin: 60px auto 0; width: 1275px; height: 463px; background: url('../images/bizhome/global_bg_img2.png') no-repeat; text-align: center; } 
.global-section4 .global-bg-img2 ul li { position: absolute; width: 215px; height: 127px; padding: 24px 0; font-size: 17px; color: #0e346e; letter-spacing: -0.9px; line-height: 1.53; } 
html[lang='en'] .global-section4 .global-bg-img2 ul li { padding: 15px 10px; } 
.global-section4 .global-bg-img2 ul li.txt1 { top: 50px; left: 40px; } 
.global-section4 .global-bg-img2 ul li.txt2 { top: 50px; left: 370px; } 
.global-section4 .global-bg-img2 ul li.txt3 { top: 136px; right: 388px; height: 97px; } 
html[lang='en'] .global-section4 .global-bg-img2 ul li.txt3 { line-height: 1.1; } 
.global-section4 .global-bg-img2 ul li.txt4 { top: 136px; right: 45px; } 

.global-section5 { position: relative; padding: 100px 0; background: #f5f9fe; z-index: 1; } 
.global-section5 .container { position: relative; } 
.global-section5 .gb-service2 { margin-top: 60px; text-align: center; font-size: 0; } 
.global-section5 .gb-service2:after { content: ''; display: block; clear: both; } 
.global-section5 .gb-service2 li { float: left; } 
.global-section5 .gb-service2 li + li { margin-left: 50px; } 
.global-section5 .gb-service2 li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
.global-section5 .gb-service2 li em { display: block; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #255090; font-weight: 800; } 
.global-section5 .gb-service2 li:before { content: ''; display: block; margin: 0 auto 20px; width: 370px; height: 370px; background: url('../images/bizhome/spr_global_img3.png') no-repeat 0 0; } 

.global-section5 .gb-service2 li.service2:before { background-position: -440px 0; } 
.global-section5 .gb-service2 li.service3:before { background-position: -880px 0; } 

.global-section6 { position: relative; padding: 100px 0; background: #edeff2; z-index: 1; } 
.global-section6 .list-type1 { margin-top: 20px; } 
.global-section6 .list-type1 li { font-size: 15px; letter-spacing: -0.4px; color: #333; } 
.global-section6 .list-type1 li + li { margin-top: 20px; } 

.global-section6 .detail-contents .gb-area strong { display: block; margin-bottom: 20px; font-size: 17px; letter-spacing: -0.4px; color: #333; } 
.global-section6 .detail-contents .gb-area ul { font-size: 0; } 
.global-section6 .detail-contents .gb-area ul li { display: inline-block; width: 74px; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; } 
.global-section6 .detail-contents .gb-area ul li + li { margin-left: 57px; } 
.global-section6 .detail-contents .gb-area + .gb-area { margin-top: 40px; } 

.global-section6 .detail-contents .gb-area ul.menu-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
.global-section6 .detail-contents .gb-area ul.menu-list li i.ico1 { background-position: 0 0; } 
.global-section6 .detail-contents .gb-area ul.menu-list li i.ico2 { background-position: -150px 0; } 
.global-section6 .detail-contents .gb-area ul.menu-list li i.ico3 { background-position: -300px 0; } 
.global-section6 .detail-contents .gb-area ul.menu-list li i.ico4 { background-position: -450px 0; } 
.global-section6 .detail-contents .gb-area ul.menu-list li i.ico5 { background-position: -600px 0; } 
.global-section6 .detail-contents .gb-area ul.menu-list li i.ico6 { background-position: -750px 0; } 

.global-section6 .detail-contents .gb-area ul.set-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
.global-section6 .detail-contents .gb-area ul.set-list li i.ico1 { background-position: 0 -150px; } 
.global-section6 .detail-contents .gb-area ul.set-list li i.ico2 { background-position: -150px -150px; } 
.global-section6 .detail-contents .gb-area ul.set-list li i.ico3 { background-position: -300px -150px; } 
.global-section6 .detail-contents .gb-area ul.set-list li i.ico4 { background-position: -450px -150px; } 

.global-section6 .detail-contents .store-service { font-size: 0; } 
.global-section6 .detail-contents .store-service li { display: inline-block; width: 25%; vertical-align: top; } 
.global-section6 .detail-contents .store-service li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
.global-section6 .detail-contents .store-service li i.ico1 { background-position: -800px -600px; } 
.global-section6 .detail-contents .store-service li i.ico2 { background-position: 0px -600px; } 
.global-section6 .detail-contents .store-service li i.ico3 { background-position: -400px -600px; } 
.global-section6 .detail-contents .store-service li i.ico4 { background-position: -600px -600px; } 
.global-section6 .detail-contents .store-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
.global-section6 .detail-contents .store-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; letter-spacing: -0.7px; color: #666; } 

.global-section6 .detail-contents .ch-area strong { display: block; margin-bottom: 20px; font-size: 17px; letter-spacing: -0.4px; color: #333; } 
.global-section6 .detail-contents .ch-area ul { font-size: 0; } 
.global-section6 .detail-contents .ch-area ul li { display: inline-block; width: 74px; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; } 
.global-section6 .detail-contents .ch-area ul li + li { margin-left: 57px; } 
.global-section6 .detail-contents .ch-area ul li:nth-child(8),
.global-section6 .detail-contents .ch-area ul li:nth-child(15) { margin-left: 0; } 
.global-section6 .detail-contents .ch-area ul li:nth-child(7) ~ li { margin-top: 26px; } 
.global-section6 .detail-contents .ch-area + .ch-area { margin-top: 40px; } 

.global-section6 .detail-contents .ch-area ul.ch-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico1 { background-position: 0 -300px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico2 { background-position: -150px -300px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico3 { background-position: -300px -300px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico4 { background-position: -450px -300px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico5 { background-position: -600px -300px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico6 { background-position: -750px -300px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico7 { background-position: 0 -450px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico8 { background-position: -150px -450px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico9 { background-position: -300px -450px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico10 { background-position: -450px -450px; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.ico11 { background-position: -600px -450px; } 

.global-section6 .detail-contents .ch-area ul.ch-list li i.kakao { background: url('../images/bizhome/icon_kakao.png') no-repeat; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.wemake { background: url('../images/bizhome/icon_wemake.png') no-repeat; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.halfclub { background: url('../images/bizhome/icon_half.png') no-repeat; } 
.global-section6 .detail-contents .ch-area ul.ch-list li i.mapssi { background: url('../images/bizhome/icon_biz.png') no-repeat; } 

.global-section6 .detail-contents .ch-area ul.ch-list2 li i { display: block; width: 78px; height: 83px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico1 { background-position: 0 -600px; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico2 { background-position: -150px -600px; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico3 { background-position: -300px -600px; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico4 { background-position: -450px -600px; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico5 { background-position: -600px -600px; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico6 { background-position: -750px -600px; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico7 { background-position: 0 -750px; } 
.global-section6 .detail-contents .ch-area ul.ch-list2 li i.ico8 { background-position: -150px -750px; } 
/* //global_market */

/* affiliates */

.affiliates-section2 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.affiliates-section2 .affiliates-service { margin-top: 60px; font-size: 0; text-align: center; } 
.affiliates-section2 .affiliates-service li { display: inline-block; position: relative; width: 424px; height: 482px; background: url('../images/bizhome/spr_affiliates_img2.png') no-repeat 0 0; text-align: center; } 
.affiliates-section2 .affiliates-service li + li { margin-left: 102px; background-position: -526px 0; } 
.affiliates-section2 .affiliates-service li p { display: inline-block; position: absolute; top: 186px; left: 0; width: 100%; font-size: 18px; line-height: 1.56; letter-spacing: -0.9px; color: #0e346e; text-align: center; } 
html[lang='en'] .affiliates-section2 .affiliates-service li p { padding: 0 30px; } 
.affiliates-section2 .affiliates-service li p &gt; strong { display: block; margin-bottom: 14px; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #0e346e; font-weight: 600; } 

.affiliates-section3 { position: relative; padding: 100px 0; background: #f5f9fe; z-index: 1; } 
.affiliates-section3 .container { position: relative; height: 650px; } 
.affiliates-section3 .affiliates-msg { position: absolute; bottom: 0; width: 100%; font-size: 0; text-align: center; } 
.affiliates-section3 .affiliates-msg li { display: inline-block; width: 345px; height: 341px; padding-top: 260px; background: url('../images/bizhome/spr_affiliates_img3.png') no-repeat; font-size: 17px; line-height: 1.53; letter-spacing: -0.9px; color: #fff; } 
html[lang='en'] .affiliates-section3 .affiliates-msg li span { display: inline-block; padding: 0 10px; } 
.affiliates-section3 .affiliates-msg li + li { margin-left: 74px; } 
.affiliates-section3 .affiliates-msg li.affiliates2 { background-position: -393px 0; } 
.affiliates-section3 .affiliates-msg li.affiliates3 { background-position: -783px 0; } 

.affiliates-section4 { position: relative; padding: 100px 0; background: #fff; z-index: 1; } 
.affiliates-section4 .affiliates-bg-img1 { position: relative; display: block; margin: 60px auto 0; width: 1244px; height: 739px; background: url('../images/bizhome/affiliates_bg_img1.png') no-repeat top center; text-align: center; } 
.affiliates-section4 .affiliates-bg-img1 .affiliates-txt { display: table; position: absolute; left: 120px; bottom: 12px; width: 975px; height: 135px; padding: 0 49px 0 150px; font-size: 20px; line-height: 1.6; letter-spacing: -1px; color: #fff; text-align: left; } 
.affiliates-section4 .affiliates-bg-img1 .affiliates-txt p { display: table-cell; vertical-align: middle; } 
/* //affiliates */

/* 플랜 선택 안내 */
.plan-info { display: block; position: relative; width: 1000px; margin: 0 auto; padding: 80px 0 200px; } 
.plan-info .plan-info-top { padding-bottom: 30px; border-bottom: 1px solid #9e9e9e; text-align: center; } 
.plan-info .plan-info-top h2 { display: block; margin-bottom: 15px; font-size: 38px; color: #333; line-height: 1; } 
.plan-info .plan-info-top p { font-size: 20px; color: #666; line-height: 1.2; } 
.plan-info .plan-info-content:before { content: ''; display: block; width: 350px; height: 140px; margin: 110px auto 75px; background: url('../images/bizhome/join_complete_img.png') no-repeat 0 0; } 
.plan-info .plan-info-content .btn-area .biz-btn { width: 300px; } 
/* //플랜 선택 안내 */

/* 예치금 설정 안내 */
.deposit-info { display: block; position: relative; width: 1000px; margin: 0 auto; padding: 80px 0 200px; } 
.deposit-info .deposit-info-top { padding-bottom: 30px; border-bottom: 1px solid #9e9e9e; text-align: center; } 
.deposit-info .deposit-info-top h2 { display: block; margin-bottom: 15px; font-size: 38px; color: #333; line-height: 1; } 
.deposit-info .deposit-info-top p { font-size: 20px; color: #666; line-height: 1.2; } 
.deposit-info .deposit-info-content h3 { margin-top: 75px; font-size: 24px; color: #333; font-weight: 400; text-align: center; } 
.deposit-info .deposit-info-content .plan-summary { margin: 30px 0 0; text-align: center; } 
.deposit-info .deposit-info-content .btn-area { margin-top: 120px; } 
.deposit-info .deposit-info-content .btn-area .biz-btn { width: 300px; } 
/* //예치금 설정 안내 */

/*****************************************************
STORIES
******************************************************/
.story-section01 { width: 100%; height: 311px; padding-top: 130px; background: url('../images/bizhome/stories_top_bg.png') no-repeat center center; background-size: cover; } 
.story-section01 .main-title { position: relative; font-size: 38px; letter-spacing: -2.9px; line-height: 1.13; text-align: center; color: #fffd43; z-index: 2; font-weight: 600; } 
.story-section01 .main-title &gt; span { display: block; line-height: 1; } 
.story-section01 .main-title .rk:before { content: ''; display: inline-block; width: 33px; height: 33px; margin: -2px 12px 0 0; background: url('../images/bizhome/s_rocket_ico.png') no-repeat 0 0; vertical-align: middle; } 
.story-section01 .main-title .logo { margin-top: 26px; padding-left: 56px; } 
.story-section01 .main-desc { margin-top: 15px; font-size: 55.5px; line-height: 0.98; text-align: center; color: #fff; font-weight: 800; } 

.story-section02 { padding: 100px 0; } 
.story-section02 h2 { padding-bottom: 40px; font-size: 34px; color: #333; line-height: 1; letter-spacing: -0.9px; text-align: center; } 
.story-section02 h2 .line { display: block; width: 50px; height: 3px; margin: 0 auto 20px; background: #333; } 

.wrap-interview .interview-vd { display: block; float: left; width: 1280px; height: 720px; } 
/* //스토리 리뉴얼로 주석처리 (추후 안쓰면 삭제 예정) 2019-03-14
.wrap-interview .brand-intro { display:block; float:left; width:463px; height:460px; padding:40px; background:#35373d; } 
.wrap-interview .brand-intro .brand { overflow:hidden; display:inline-block; width:90px; height:90px; border-radius:50%; vertical-align:middle; } 
.wrap-interview .brand-intro .brand img { width:100%; } 
.wrap-interview .brand-intro .brand-name { display:inline-block; margin-left:20px; vertical-align:middle; } 
.wrap-interview .brand-intro .brand-name h3 { display:block; margin-bottom:15px; font-size:28px; color:#fff; font-weight:800; line-height:1; } 
.wrap-interview .brand-intro .visit { display:block; font-size:13px; color:#fff; opacity:.8; font-weight:800; line-height:1; } 

.relaket-people li.bg1 .photo { background:url('../images/bizhome/thumb_bg_type1.png') no-repeat bottom right; } 
.relaket-people li.bg2 .photo { background:url('../images/bizhome/thumb_bg_type2.png') no-repeat bottom right; } 
.relaket-people li.bg3 .photo { background:url('../images/bizhome/thumb_bg_type3.png') no-repeat bottom right; } 
*/

.wrap-interview .brand-intro dd { padding-top: 40px; } 
.wrap-interview .brand-intro dd p { overflow: hidden; display: block; font-size: 18px; color: #fff; opacity: 0.8; } 

.story-section03 { padding: 100px 0; height: 850px; background-color: #f5f9fe; } 
.story-section03 h2 { padding-bottom: 40px; font-size: 34px; color: #333; line-height: 1; letter-spacing: -0.9px; text-align: center; } 
.story-section03 h2 .line { display: block; width: 50px; height: 3px; margin: 0 auto 20px; background: #333; } 

.relaket-people { font-size: 0; } 
.relaket-people li { display: inline-block; width: 400px; height: 560px; padding: 20px; text-align: left; border-radius: 10px; box-shadow: 4.2px 4.2px 0 0 rgba(222, 231, 242, 0.66); background-color: #fff; } 
.relaket-people li + li { margin-left: 40px; } 
.relaket-people li .photo { display: inline-block; width: 360px; height: 260px; margin-bottom: 20px; text-align: center; } 
.relaket-people li .photo img { width: 360px; height: 260px; } 
.relaket-people li .name { display: inline-block; font-size: 21.5px; line-height: 1.23; letter-spacing: -1.6px; text-align: left; color: #333; font-weight: 600; vertical-align: middle; } 
.relaket-people li .job { display: inline-block; margin-left: 10px; font-size: 14px; line-height: 1.89; letter-spacing: -1.1px; text-align: left; color: #4fb7f3; font-weight: 600; vertical-align: middle; } 
.relaket-people li .desc { display: block; overflow: hidden; height: 136px; margin-top: 24px; font-size: 16.5px; line-height: 1.45; letter-spacing: -0.8px; text-align: left; color: #555; word-break: keep-all; } 
.relaket-people li .visit { display: block; margin-top: 36px; font-size: 12.5px; letter-spacing: -0.3px; color: #999; line-height: 1; text-align: right; } 

.story-section04 { padding: 100px 0; } 
.story-section04 h2 { padding-bottom: 40px; font-size: 34px; color: #333; line-height: 1; letter-spacing: -0.9px; text-align: center; } 
.story-section04 h2 .line { display: block; width: 50px; height: 3px; margin: 0 auto 20px; background: #333; } 

.wrap-relaket-news { position: relative; font-size: 0; } 
.wrap-relaket-news .relaket-news &gt; li { position: relative; display: inline-block; width: 300px; height: 300px; } 
.wrap-relaket-news .flex-direction-nav &gt; li { width: 0; height: 0; } 
.wrap-relaket-news .flex-direction-nav &gt; li a { width: 17px; height: 31px; } 
.wrap-relaket-news .flex-direction-nav a { margin: -15.5px 0 0; opacity: 1; z-index: 1; } 
.wrap-relaket-news .flex-direction-nav a:before { background: url('../images/relaket_pay/sl_right.png') no-repeat 0 0; display: inline-block; content: ''; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); width: 17px; height: 31px; } 
.wrap-relaket-news .flex-direction-nav .flex-prev { left: -50px; transform: rotate(180deg); -ms-transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); } 
.wrap-relaket-news .flex-direction-nav .flex-next { right: -50px; transform: rotate(0); -ms-transform: rotate(0); -moz-transform: rotate(0); -webkit-transform: rotate(0); } 
.wrap-relaket-news .flex-direction-nav a.flex-next:before { transform: rotate(0); -ms-transform: rotate(0); -moz-transform: rotate(0); -webkit-transform: rotate(0); } 
.wrap-relaket-news .flexslider:hover .flex-direction-nav .flex-prev { opacity: 1; left: 0px; } 
.wrap-relaket-news .flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; } 
.wrap-relaket-news .flexslider:hover .flex-direction-nav .flex-next { opacity: 1; right: 0px; } 
.wrap-relaket-news .flex-direction-nav .flex-disabled { opacity: 0.4 !important; } 

/*****************************************************
SUPPORT
******************************************************/

.sup-section01 { display: table; width: 100%; height: 331px; padding: 70px 0 0 0; background: url('../images/bizhome/support_top_bg.png') no-repeat center center; background-size: cover; } 
.sup-section01 .container { display: table-cell; vertical-align: middle; } 
.sup-section01 h1 { font-size: 46px; color: #fff; line-height: 1; text-align: center; } 
.sup-section01 p { margin-top: 24px; font-size: 24px; color: #fff; line-height: 1; letter-spacing: -1.2px; text-align: center; } 

/* .faq-search { position: relative; display: block; width: 700px; height: 80px; margin: 40px auto 0; font-size: 0; } 
.faq-search legend { font-size: 0; display: none; } 
.faq-search input[type='text'] { display: inline-block; width: 700px; height: 80px; padding: 0 140px 0 30px; border: 0; background: #fff; border-radius: 10px; font-size: 26.5px; letter-spacing: 0.7px; color: #1f4583; } 
.faq-search input[type='submit'] { display: inline-block; position: absolute; top: 50%; right: 20px; width: 38px; height: 38px; margin-top: -19px; background: url('../images/bizhome/biz_sprite.png') no-repeat 0 -85px; font-size: 0; vertical-align: top; cursor: pointer; } 
.faq-search .btn-txt-del { position: absolute; top: 50%; right: 95px; display: inline-block; width: 36px; height: 36px; margin-top: -18px; background: url('../images/bizhome/biz_sprite.png') no-repeat -390px 0; font-size: 0; vertical-align: top; } 
.faq-search ::-webkit-input-placeholder { color: #1f4583; } 
.faq-search ::-moz-placeholder { color: #1f4583; } 
.faq-search :-ms-input-placeholder { color: #1f4583; } 
.faq-search :-moz-placeholder { color: #1f4583; }  */

.sup-section03 { padding-top: 90px; padding-bottom: 150px; } 
.sup-section03 h2 { font-size: 30px; color: #333; line-height: 1; text-align: center; font-weight: 800; } 
.sup-section03 h2 .line { display: block; width: 50px; height: 3px; margin: 0 auto 20px; background: #333; } 

.faq-nav { margin-top: 77px; } 
.faq-list &gt; li { position: relative; display: block; float: left; width: 602px; height: 168px; padding: 30px; border: 1px solid transparent; } 
.faq-div { display: inline-block; width: 440px; margin-left: 20px; vertical-align: top; } 
.faq-div h3 { margin-top: 10px; font-size: 24px; letter-spacing: -1.2px; line-height: 1; } 
.faq-div h3 a { color: #333; } 
.faq-div ol { margin-top: 20px; } 
.faq-div ol &gt; li { display: block; overflow: hidden; line-height: 1; white-space: nowrap; text-overflow: ellipsis; } 
.faq-div ol &gt; li + li { margin-top: 13px; } 
.faq-div ol &gt; li &gt; a { font-size: 16.5px; color: #666; letter-spacing: 0.8px; } 
.faq-div ol &gt; li &gt; a:hover { font-weight: 800; color: #4fb7f3; } 

.faq-ico { display: inline-block; width: 74px; height: 74px; background-size: 74px 74px; vertical-align: top; } 
.faq-ico.ico1 { background-image: url('../images/bizhome/faq_ico1.png'); } 
.faq-ico.ico2 { background-image: url('../images/bizhome/faq_ico2.png'); } 
.faq-ico.ico3 { background-image: url('../images/bizhome/faq_ico3.png'); } 
.faq-ico.ico4 { background-image: url('../images/bizhome/faq_ico4.png'); } 
.faq-ico.ico5 { background-image: url('../images/bizhome/faq_ico5.png'); } 
.faq-ico.ico6 { background-image: url('../images/bizhome/faq_ico6.png'); } 
.faq-ico.ico7 { background-image: url('../images/bizhome/faq_ico7.png'); } 
.faq-ico.ico8 { background-image: url('../images/bizhome/faq_ico8.png'); } 
.faq-ico.ico9 { background-image: url('../images/bizhome/faq_ico9.png'); } 
.faq-ico.ico10 { background-image: url('../images/bizhome/faq_ico10.png'); } 

.faq-list &gt; li.on { width: 602px; height: 168px; border: 1px solid #ddd; border-radius: 15px 15px; -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05); box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05); } 
.faq-list &gt; li.on h3 { font-weight: 600; } 

.sup-section04 { padding-top: 90px; padding-bottom: 150px; background-color: #f7f8fa; } 
.sup-section04 h2 { font-size: 30px; color: #333; line-height: 1; text-align: center; font-weight: 800; } 
.sup-section04 h2 .line { display: block; width: 50px; height: 3px; margin: 0 auto 20px; background: #333; } 

.sup-section04 .online-center { margin-top: 40px; } 
.sup-section04 .online-center li { display: block; float: left; width: 400px; } 
.sup-section04 .online-center li + li { margin-left: 39px; } 
.sup-section04 .online-center li .thumb { display: block; overflow: hidden; width: 400px; height: 280px; border: 1px solid #eff0f2; border-radius: 20px; box-shadow: 4.243px 4.243px 0px 0px rgba(222, 231, 242, 0.66); -webkit-box-shadow: 4.243px 4.243px 0px 0px rgba(222, 231, 242, 0.66); -moz-box-shadow: 4.243px 4.243px 0px 0px rgba(222, 231, 242, 0.66); background-color: #fff; } 
.sup-section04 .online-center li .thumb img { width: 100%; } 

.sup-section04 .online-center li strong { display: block; margin-top: 33px; font-size: 21.5px; letter-spacing: -1.1px; color: #333; font-weight: 400; line-height: 1; } 
.sup-section04 .online-center li p { margin-top: 18px; font-size: 16.5px; line-height: 1.45; letter-spacing: -0.8px; text-align: left; color: #333; } 

/* 검색결과 */
.search-section { padding-top: 90px; padding-bottom: 150px; } 
.search-section h3 { display: block; padding-bottom: 20px; margin-bottom: 40px; border-bottom: 1px solid #ddd; font-size: 22px; color: #222; line-height: 1; } 
.search-faq li { font-size: 22px; line-height: 1; } 
.search-faq li + li { margin-top: 40px; } 
.search-faq li a:hover { color: #4fb7f3; font-weight: 800; } 

/* 검색결과 없을때 */
.no-search { font-size: 34px; color: #333; text-align: center; } 

/* 게시판 */
.wrap-biz-bbs { height: 100%; } 
.wrap-biz-bbs .container { display: table; table-layout: fixed; } 
.wrap-bbs-left { display: table-cell; width: 230px; height: 100%; padding: 60px 0; border-right: 1px solid #ddd; } 
.wrap-bbs-left .bbs-btn { margin-top: 50px; } 

.bbs-nav a { position: relative; display: block; font-size: 20px; color: #555; line-height: 28px; } 
.bbs-nav a.active:after { content: ''; display: inline-block; position: absolute; top: 0; right: -2px; width: 3px; height: 28px; background: #4fb7f3; } 
.bbs-nav a.active,
.bbs-nav a:hover { color: #4fb7f3; font-weight: 800; } 
.bbs-nav a + a { margin-top: 30px; } 

.biz-bbs-list { padding-bottom: 80px; } 
.biz-bbs-cont { display: table-cell; padding: 60px 0 0 70px; } 
.biz-bbs-cont h2 { padding-bottom: 50px; font-size: 34px; color: #222; line-height: 1; } 
.biz-faq-list li { font-size: 22px; line-height: 1; } 
.biz-faq-list li + li { margin-top: 40px; } 
.biz-faq-list li a:hover { color: #4fb7f3; font-weight: 800; } 

.biz-bbs-read { padding-bottom: 80px; } 
.other h3 { display: block; border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-top: 80px; margin-bottom: 40px; font-size: 22px; color: #222; line-height: 1; } 

.other li { font-size: 18px; line-height: 1; } 
.other li.disabled { color: #999; } 
.other li + li { margin-top: 23px; } 
.other li a { color: #222; } 
.other li a:hover { color: #4fb7f3; font-weight: 800; } 

/*****************************************************
SERVICE
******************************************************/
/* Produce V commerce*/

.produce #section0 { background: url('../images/bizhome/bg_video01.jpg') no-repeat center top; background-size: cover; text-align: center; } 
.produce #section0 h2 {font-size: 60px; letter-spacing: 0; color: #fff; } 
.produce #section0 .txt {  font-size: 34px; color: #fff; } 
.produce #section0 .btn_proposal { display: block; width: 365px; height: 66px; margin: 42px auto 0; border: 2px solid rgba(255, 255, 255, 0.4); font-size: 26px; line-height: 66px; color: #fff; } 
.produce #section0 .btn_proposal:hover { border: 2px solid rgba(255, 255, 255, 1); } 

.produce #section1 { text-align: center; } 
.produce #section1 h2 { font-size: 56px; color: #333; } 
.produce #section1 .tit_txt { margin-top: 20px; font-size: 24px; text-align: center; line-height: 30px; color: #777; } 
.produce #section1 ul { overflow: hidden; width: 1280px; margin: 80px auto 0; text-align: center; } 
.produce #section1 ul li { float: left; } 
.produce #section1 ul li + li { margin-left: 84px; } 
.produce #section1 ul li .circle { display: block; width: 350px; height: 350px; border: 1px solid #f5f5f5; border-radius: 350px; } 
.produce #section1 ul li .circle01 { background: url('../images/bizhome/ico_video02_01.png') no-repeat center center; } 
.produce #section1 ul li .circle02 { background: url('../images/bizhome/ico_video02_02.png') no-repeat center center; } 
.produce #section1 ul li .circle03 { background: url('../images/bizhome/ico_video02_03.png') no-repeat center center; } 
.produce #section1 ul li h3 { margin: 40px 0 18px; font-size: 28px; color: #555; } 
.produce #section1 ul li p {  font-size: 22px; line-height: 24px; color: #777; } 

.produce #section2 h2 {font-size: 56px; color: #fff; text-align: center; } 
.produce #section2 .tit_txt { margin: 16px 0 74px; font-size: 24px; text-align: center; line-height: 30px; color: #fff; } 
.produce #section2 .flexslider { position: relative; width: 1280px; margin: 0 auto; } 
.produce #section2 .flex-viewport { width: 1280px; margin: 0 auto; } 
.produce #section2 .flex-viewport .slides { overflow: hidden; height: 675px; } 
.produce #section2 .flex-viewport .slides li { position: relative; height: 676px; } 
.produce #section2 .flex-viewport .slides li .bg { position: absolute; top: 0; left: 298px; z-index: 1; } 
.produce #section2 .flex-viewport .slides li .txt { position: absolute; top: 123px; left: 845px; } 
.produce #section2 .flex-viewport .slides li .txt h3,
.produce #section2 .flex-viewport .slides li .txt p { color: #fff; } 
.produce #section2 .flex-viewport .slides li .txt h3 { margin-bottom: 14px; font-size: 36px; } 
.produce #section2 .flex-viewport .slides li .txt p { font-size: 20px; line-height: 26px; } 
.produce #section2 .flex-viewport .slides li .txt .btn_watch_video { display: block; width: 236px; height: 46px; margin-top: 50px; border: 2px solid rgba(255, 255, 255, 0.4); font-size: 20px; text-align: center; line-height: 46px; color: #fff; } 
.produce #section2 .flex-viewport .slides li .txt .btn_watch_video:hover { border: 2px solid rgba(255, 255, 255, 1); } 
.produce #section2 .flex-viewport .slides li .info { position: absolute; display: block; top: 532px; left: 845px;  font-size: 16px; line-height: 26px; color: #aaa; } 
.produce #section2 .flex-direction-nav .flex-prev,
.produce #section2 .flex-direction-nav .flex-next { position: absolute; top: 50%; display: block; width: 47px; height: 91px; font-size: 0; margin-top: -45.5px; background: url('../images/btns/btn_flexslider01.png') no-repeat 0 0; z-index: 100; } 
.produce #section2 .flex-direction-nav .flex-prev { left: 0; background-position: left top; } 
.produce #section2 .flex-direction-nav .flex-next { right: 0; background-position: right top; } 

.produce #section3 h2 { margin: 0 0 43px; font-size: 56px; color: #333; text-align: center; } 
.produce #section3 .con { position: relative; width: 1500px; height: 586px; margin: 0 auto; } 
.produce #section3 .con &gt; * { position: absolute; left: 1130px; font-size: 18px; color: #555; } 
.produce #section3 .con img { top: 0; left: 0; } 
.produce #section3 .con .addr { top: 149px; left: 1130px; line-height: 21px; } 
.produce #section3 .con .addr span { display: block; } 
.produce #section3 .con .link01,
.produce #section3 .con .link02 { letter-spacing: 0; } 
.produce #section3 .con .link01 { top: 217px; } 
.produce #section3 .con .link02 { top: 238px; } 
.produce #section3 .con .line { display: block; top: 278px; width: 1px; height: 75px; background: #ccc; } 
.produce #section3 .con .name { top: 367px; font-size: 18px; } 
.produce #section3 .con .call_number { top: 399px;} 

/*****************************************************
MEMBER
******************************************************/
.plan-container { position: relative; display: block; width: 1000px; margin: 0 auto; } 
.biz-desc { font-size: 14px; color: #4abdff; font-weight: 600; } 
.btn-area { margin: 50px 0 0 0; } 

/* 로그인 */
.wrap-login { padding: 80px 0; } 
.page-title { font-size: 38px; color: #333; line-height: 1; text-align: center; } 
.page-sub-title { font-size: 28px; color: #333; line-height: 1; text-align: center; } 
.page-desc { margin-top: 15px; font-size: 20px; color: #333; line-height: 1.2; text-align: center; } 

.login-field { margin: 40px auto 0 auto; width: 440px; } 
.login-field input[type='password'],
.login-field input[type='text'] { display: inline-block; width: 440px; height: 50px; padding: 0 20px; margin-bottom: 10px; border: 1px solid #ddd; } 
.login-field .wrap-chkS { display: block; margin-bottom: 30px; color: #3e3e3e; font-size: 14px; } 

.btn-login { display: inline-block; position: relative; width: 440px; height: 54px; margin: 0 0 20px; } 
.btn-login span { position: absolute; top: 0; left: 0; width: 100%; height: 54px; line-height: 54px; background: #4abdff; color: #fff; border-radius: 5px; font-size: 18px; z-index: 2; } 

.link-login { font-size: 14px; color: #6e6e6e; text-align: center; } 

.login-notice { display: block; margin: 80px auto 0; width: 440px; font-size: 13px; color: #666; } 
.login-notice strong { display: block; width: 100%; padding: 13px 19px; background-color: #f8f8f8; font-size: 15px; color: #333; line-height: 1.33; text-align: left; font-weight: 600; } 
.login-notice .area { display: block; position: relative; padding: 20px 173px 20px 15px; letter-spacing: -0.4px; font-size: 14px; color: #444; } 
.login-notice .area + .area { border-top: 1px solid #e5e5e5; } 
.login-notice .area em { display: block; font-weight: 600; font-size: 15px; } 
.login-notice .join-btn { display: inline-block; position: absolute; top: 50%; right: 20px; min-width: 150px; height: 48px; line-height: 48px; background-color: #fff; border: solid 1px #4abdff; color: #29b1ff; border-radius: 5px; font-size: 14px; letter-spacing: -0.4px; text-align: center; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); } 

/* 로그인 &gt; 펀앤 셀러큐 */
html.sellerq .wrap-login {display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: nowrap; gap: 170px; min-height: calc(100vh - 186px);}
html.sellerq .wrap-login .login_desc_wrap {display: flex; flex-direction: column; justify-content: center; align-items: center; align-self: center; flex-wrap: nowrap; gap: 15px;}
html.sellerq .wrap-login .login_desc_wrap .login_main_desc,
html.sellerq .wrap-login .login_desc_wrap .login_sub_desc {text-align: center;}
html.sellerq .wrap-login .login_desc_wrap .login_main_desc {font-size: 38px; font-weight: 700; color: #333;}
html.sellerq .wrap-login .login_desc_wrap .login_sub_desc {font-size: 16px; color: #333;}
html.sellerq .wrap-login .login_desc_wrap .login_btn_wrap {width: 440px; margin: 30px 0 0;}
html.sellerq .wrap-login .login_desc_wrap .join-btn {display: block; height: 54px; line-height: 54px; background: #4abdff; color: #fff; border-radius: 5px; font-size: 18px; text-align: center;}
html.sellerq .wrap-login .login_form_wrap {}

/* id/pw 찾기 */
.wrap-idpw-search { width: 520px; margin: 80px auto 200px; padding: 80px 0; background: #fff; } 
.wrap-idpw-search .page-title { margin-bottom: 40px; } 

.wrap-idpw-search .navi-tab { height: auto; } 
.wrap-idpw-search .navi-tab a { position: relative; background: #fff; color: #888; font-size: 16px; line-height: 60px; } 
.wrap-idpw-search .navi-tab a.active { color: #3e3e3e; font-weight: 400; } 
.wrap-idpw-search .navi-tab a.active:after { content: ''; display: block; position: absolute; top: -1px; left: -1px; width: 100%; padding: 0 1px; height: 3px; background: #4abdff; } 

.wrap-idpw-search .wrap-tab-cont { padding: 40px; border: 1px solid #ddd; border-top: 0; } 

.wrap-idpw-search .wrap-type-select { display: block; margin-bottom: 20px; font-size: 0; } 
.wrap-idpw-search .wrap-type-select:after { content: ''; display: block; clear: both; } 
.wrap-idpw-search .type-select { display: inline-block; position: relative; width: 214px; height: 50px; margin-left: 10px; color: #3e3e3e; font-size: 16px; vertical-align: top; } 
.wrap-idpw-search .type-select:nth-child(1) { margin-left: 0; } 

.wrap-idpw-search .type-select input[type='radio'] { position: absolute; width: 100%; height: 100%; opacity: 0; } 
.wrap-idpw-search .type-select label { display: table-cell; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; width: 214px; height: 50px; border: 1px solid #ddd; border-radius: 5px; color: #3e3e3e; font-size: 16px; font-weight: 600; vertical-align: middle; text-align: center; } 
.wrap-idpw-search .type-select input[type='radio']:checked + label { border: 2px solid #4abdff; color: #4abdff; font-weight: bold; } 

.wrap-idpw-search .field.m-type2 { display: none; } 

.wrap-idpw-search .field + .field { margin-top: 10px; } 
.wrap-idpw-search .field input[type='text'] { border: 1px solid #ddd; width: 100%; } 
.wrap-idpw-search .field input[type='text'] { height: 50px; border: 1px solid #ddd; padding-left: 20px; font-size: 14px; vertical-align: top; } 
.wrap-idpw-search ::-webkit-input-placeholder { color: #9e9e9e; } 
.wrap-idpw-search ::-moz-placeholder { color: #9e9e9e; } 
.wrap-idpw-search :-ms-input-placeholder { color: #9e9e9e; } 
.wrap-idpw-search :-moz-placeholder { color: #9e9e9e; } 
.wrap-idpw-search .btn-area { margin-top: 20px; margin-bottom: 0; padding: 0; } 
.wrap-idpw-search .btn-area input[type='submit'] { display: block; position: relative; width: 100%; height: 54px; background: #4abdff; color: #fff; border-radius: 4px; font-size: 18px; z-index: 2; } 
.wrap-idpw-search .search-desc { margin-bottom: 30px; color: #3e3e3e; font-size: 16px; line-height: 1.4; text-align: center; } 

.wrap-idpw-search .result-area { padding: 20px; background: #f6f6f6; line-height: 1; text-align: left; } 
.wrap-idpw-search .result-area li { color: #3e3e3e; font-size: 14px; font-weight: 600; } 
.wrap-idpw-search .result-area li + li { margin-top: 15px; } 
.wrap-idpw-search .result-area li i { display: inline-block; width: 82px; color: #666; font-weight: 400; } 
.wrap-idpw-search .result-area .no-result { padding: 15px 0; text-align: center; } 
.wrap-idpw-search .desc-result { margin-top: 15px; color: #888; font-size: 14px; line-height: 1; letter-spacing: -0.025em; } 

/* 약관동의 */
.wrap-member { padding: 110px 0; } 
.wrap-member .info {margin-top: 30px; text-align: center;}
.status { display: block; margin-top: 30px; margin-bottom: 60px; font-size: 0; text-align: center; } 
.status li { display: inline-block; font-size: 18px; color: #888; } 
.status li .ico { display: inline-block; width: 54px; height: 54px; background: url('../images/bizhome/status_spr.png') no-repeat; vertical-align: middle; } 
.status li &gt; span { display: inline-block; margin-left: 15px; vertical-align: middle; line-height: 1; text-align: left; font-weight: 600; } 
.status li &gt; span &gt; em { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; } 
.status li.on { color: #222; } 
.status li + li:before { content: ''; display: inline-block; width: 18px; height: 33px; margin: 0 30px; background: url('../images/bizhome/biz_sprite.png') no-repeat -49px -85px; vertical-align: middle; } 

.status li.step02 .ico { background-position: -74px 0; } 
.status li.step03 .ico { background-position: -148px 0; } 
.status li.step01.on .ico { background-position: 0 -60px; } 
.status li.step02.on .ico { background-position: -74px -60px; } 
.status li.step03.on .ico { background-position: -148px 0; } 

.agreement { margin: 0px auto 60px; width: 600px; } 
.agreement .agreement-box { background: #fff; text-align: left; } 
.agree-txt { position: relative; padding: 20px; border-bottom: 1px solid #ddd; } 
.agreement-box &gt; .agree-txt { padding: 20px; border: 1px solid #e5e5e5; background: #f6f6f6; } 
.agree-txt label { font-size: 16px; color: #3e3e3e; font-weight: 600; } 
.agree-txt label strong { font-size: 13px; color: #4abdff; font-weight: normal; } 
.agree-txt .txt { display: block; margin: 10px 0 0 33px; font-size: 13px; color: #656565; font-weight: 600; } 
.agree-txt .btn-type1 { position: absolute; top: 50%; right: 0; min-width: 86px; height: 32px; margin-top: -16px; padding: 0 20px; border-color: #e5e5e5; border-radius: 0; background: #f6f6f6; font-size: 12px; border: 1px solid #ddd; color: #656565; } 

.wrap-member .btn-area { margin-top: 40px; } 

/* 회원가입 정보입력 */
.join-section { display: block; width: 600px; margin: 0 auto; } 
.join-section + .join-section { margin-top: 70px; } 
.join-section.last { padding-bottom: 30px; border-bottom: 1px solid #ddd; } 
.join-section h2 { padding-bottom: 10px; font-size: 20px; font-weight: 600; color: #333; border-bottom: 1px solid #9e9e9e; } 
.join-section .basic_component_area{margin-top: 20px;}
.join-section .component { margin-top: 20px; } 
.join-section .component:after { content: ''; display: block; clear: both; } 
.join-section .component:first-child { margin: 0; } 
.join-section .component dt { float: left; position: relative; width: 170px; color: #3e3e3e; font-size: 14px; font-weight: bold; line-height: 60px; } 
.join-section .component dt i { color: #4abdff; } 
.join-section .component dt .tip { position: absolute; top: 2px; right: 0; color: #4abdff; font-size: 12px; font-weight: normal; } 
.join-section .component dd { position: relative; float: left; width: 430px; } 

.join-section .component dd input[type='text'],
.join-section .component dd input[type='password'],
.join-section .component dd input[type='email'],
.join-section .component dd input[type='number'],
.join-section .component dd select { width: 100%; height: 50px; border: 1px solid #ddd; padding-left: 20px; font-size: 14px; vertical-align: top; } 
.join-section .component dd textarea { width: 100%; border: 1px solid #ddd; padding: 20px; font-size: 14px; vertical-align: top; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } 
.join-section ::-webkit-input-placeholder { color: #9e9e9e; } 
.join-section ::-moz-placeholder { color: #9e9e9e; } 
.join-section :-ms-input-placeholder { color: #9e9e9e; } 
.join-section :-moz-placeholder { color: #9e9e9e; } 

.join-section .component .certify { display: inline-block; position: relative; width: 365px; margin-left: 1px; vertical-align: top; } 
.join-section .component .certify.full-type { width: 100%; margin-left: 0; } 
.join-section .component .certify input[type='text'] { padding-right: 95px; } 
.join-section .component .certify input[type='button'] { display: inline-block; position: absolute; top: 50%; right: 11px; min-width: 60px; height: 38px; margin-top: -19px; padding: 0 10px; color: #fff; background: #4abdff; text-align: center; } 
.join-section .component .certify input[type='button'][disabled='disabled'] { background: #888; color: #9e9e9e; }
.join-section .component .certify .btn_certify { display: inline-block; position: absolute; top: 50%; right: 11px; min-width: 60px; height: 38px; margin-top: -19px; padding: 0 10px; color: #fff; background: #4abdff; text-align: center; } 
.join-section .component .msg { margin-top: 10px; color: #ff5a00; line-height: 1.2; } 
.join-section .component .sect { display: block; margin-top: 20px; } 
.join-section .component .nation-code { display: block; position: absolute; top: 10px; left: 0; width: 44px; padding: 9px 0 9px 20px; border-right: 1px solid #ddd; font-size: 14px; line-height: 1; } 
.join-section .component .nation-code + input[name='pcs1'] { padding-left: 75px; } 

.join-section .list-type3 { margin-top: 30px; } 

.join-section.margin_top_70 { margin-top: 70px; } 
.join-section .sub-section h3 { display: block; margin: 30px 0 15px; font-size: 16px; color: #333; font-weight: 600; } 
.join-section.marketing { margin-bottom: 70px; } 
/* 회원가입 완료 */
.join-complete { display: block; width: 600px; margin: 0 auto; padding: 70px 0; border-width: 1px 0; } 

.join-complete .complete-msg { color: #3e3e3e; font-size: 16px; font-weight: 600; line-height: 1.25; letter-spacing: -0.025em; text-align: center; } 
.join-complete .complete-msg:before { content: ''; display: block; width: 350px; height: 140px; margin: 0 auto 30px; background: url('../images/bizhome/join_complete_img.png') no-repeat 0 0; }
.join-complete .complete-msg strong { display: block; margin-bottom: 15px; font-size: 26px; line-height: 1; } 

.company-info { display: block; width: 600px; margin: 0 auto; padding-top: 70px; } 

/* 사업 유형 선택 */
.wrap-biz-plan { padding: 80px 0; } 
.biz-plan-select { display: block; width: 1160px; margin: 60px auto 0; font-size: 0; } 
.biz-radio { display: inline-block; margin-right: 40px; line-height: 1.2; vertical-align: top; } 
.biz-radio:nth-child(4n) { margin-right: 0; } 
.biz-radio:nth-child(4) ~ .biz-radio { margin-top: 40px; } 
.biz-radio label { display: block; width: 260px; height: 230px; border-radius: 30px; padding: 32px 15px 0; border: 1px solid #d3dae1; text-align: center; transition: all 0.3s ease; cursor: pointer; background-size: 258px 140px !important; background-position: center bottom !important; background-repeat: no-repeat; } 
.biz-radio label &gt; span { display: block; font-size: 20px; line-height: 1.2; letter-spacing: -1px; color: #1f4583; font-weight: 600; text-align: center; } 

.biz-radio.shop label { background-image: url('../images/bizhome/@main_plan_01.png'); } 
.biz-radio.global label { background-image: url('../images/bizhome/@main_plan_02.png'); } 
.biz-radio.domestic label { background-image: url('../images/bizhome/@main_plan_03.png'); } 
.biz-radio.overseas label { background-image: url('../images/bizhome/@main_plan_04.png'); } 
.biz-radio.fashion label { background-image: url('../images/bizhome/@main_plan_05.png'); } 
.biz-radio.franchise label { background-image: url('../images/bizhome/@main_plan_06.png'); } 
.biz-radio.marketing label { background-image: url('../images/bizhome/@main_plan_07.png'); } 
.biz-radio.wholesaler label { background-image: url('../images/bizhome/@main_plan_08.png'); } 

.biz-radio.shop input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_01.png'); } 
.biz-radio.global input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_02.png'); } 
.biz-radio.domestic input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_03.png'); } 
.biz-radio.overseas input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_04.png'); } 
.biz-radio.fashion input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_05.png'); } 
.biz-radio.franchise input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_06.png'); } 
.biz-radio.marketing input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_07.png'); } 
.biz-radio.wholesaler input[type='radio']:checked + label { background-image: url('../images/bizhome/@main_plan_ov_08.png'); } 

.biz-radio input[type='radio']:checked + label { border-color: #3e6db3; background-color: #3e6db3 !important; } 
.biz-radio input[type='radio']:checked + label &gt; span { color: #fffd43; } 

.biz-plan-msg { width: 740px; padding: 60px 0 70px; margin: 80px auto 0; border-top: 1px solid #ddd; text-align: center; } 
.biz-plan-msg .plan-msg { font-size: 22px; color: #333; line-height: 1.2; } 
.biz-plan-msg .plan-msg strong { display: block; margin-top: 15px; font-size: 28px; color: #333; } 
.biz-plan-msg .btn-area { margin-top: 30px; } 

.biz-info-box { width: 790px; margin: 0 auto; padding: 20px; border: 1px solid #e0e9ee; background: #f5fbff; border-radius: 5px 5px; font-size: 14px; color: #333; text-align: center; } 
.biz-info-box &gt; a { text-decoration: underline; } 

/* Plan 구성하기 */
/* .wrap-biz-plan { padding-bottom:300px; } */
.wrap-plan-section { width: 1000px; margin: 60px auto 80px; } 
.wrap-plan-section .right { margin-top: 20px; font-size: 16px; font-weight: 600; } 
.plan-section { display: block; float: left; width: 300px; height: 457px; border: 1px solid #ddd; border-radius: 15px; } 
.plan-section + .plan-section { margin-left: 50px; padding: 0 !important; } 
.plan-section h2 { position: relative; top: -1px; left: -1px; display: block; width: calc(100% + 2px); height: 60px; font-size: 22px; color: #fff; background: #4fb7f3; border-radius: 15px 15px 0 0; text-align: center; line-height: 60px; } 
.plan-section.dropshipping h2 { background: #6298f9; } 
.plan-section.market h2 { background: #b9bdc0; } 

.plan-section .flexslider { position: relative; padding: 30px; height: 395px; } 
.plan-section .flexslider .slides &gt; li { text-align: center; } 
.plan-section .flexslider .slides &gt; li .plan-level { display: block; margin-top: 10px; font-size: 22px; color: #666; line-height: 1; } 
.plan-section .flexslider .slides &gt; li .wrap-plan-price { margin-top: 30px; height: 70px; border-bottom: 1px solid #ddd; } 
.plan-section .flexslider .slides &gt; li .wrap-plan-price .strike { display: block; font-size: 24px; color: #999; font-weight: 600; line-height: 1; } 
.plan-section .flexslider .slides &gt; li .wrap-plan-price .strike em { font-size: 16px; } 
.plan-section .flexslider .slides &gt; li .wrap-plan-price .price { display: block; margin-top: 10px; line-height: 1; font-size: 42px; color: #4fb7f3; } 
.plan-section .flexslider .slides &gt; li .wrap-plan-price .price em { font-size: 21px; } 
.plan-section .flexslider .slides &gt; li .wrap-info { display: block; margin-top: 30px; font-size: 16px; color: #333; } 
.plan-section .flexslider .slides &gt; li .wrap-info p + p { margin-top: 18px; } 
.plan-section .flex-direction-nav .flex-prev,
.plan-section .flex-direction-nav .flex-next { position: absolute; top: 30px; display: block; width: 40px; height: 40px; margin: 0; background: url('../images/bizhome/biz_sprite.png') no-repeat; font-size: 0; z-index: 100; } 
.plan-section .flex-direction-nav .flex-prev { left: 30px; background-position: 0 -170px; } 
.plan-section .flex-direction-nav .flex-next { right: 30px; background-position: 0 -220px; } 
.plan-section .flex-direction-nav .flex-prev:hover { background-position: -50px -170px; } 
.plan-section .flex-direction-nav .flex-next:hover { background-position: -50px -220px; } 
.plan-section .flex-direction-nav .flex-prev.flex-disabled { background-position: -100px -170px; } 
.plan-section .flex-direction-nav .flex-next.flex-disabled { background-position: -100px -220px; } 

.wrap-plan-option { width: 1000px; margin: 40px auto 0; border-top: 1px solid #ddd; } 
.wrap-plan-option .txt-color2 { font-size: 12px; font-weight: 600; text-decoration: underline; } 
.wrap-plan-option .agree-txt .price { position: absolute; top: 50%; right: 0; font-size: 30px; color: #4fb7f3; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); letter-spacing: -1px; } 
.wrap-plan-option .agree-txt .price em { display: inline-block; margin-left: -3px; margin-top: -4px; font-size: 15px; font-weight: 600; } 

.plan-fixed { position: fixed; bottom: 0; display: block; width: 100%; padding: 30px 0; border: 1px solid #ddd; background: #fff; box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.05); z-index: 10; } 
.plan-cont { position: relative; display: block; width: 1060px; margin: 0 auto; } 
.plan-total { display: table; table-layout: fixed; width: 856px; border: 1px solid #ccc; border-radius: 5px; color: #333; } 
.plan-total .sec { display: table-cell; border-left: 1px solid #ddd; } 
.plan-total .sec:first-child { width: 180px; border-left: 0; } 
.plan-total .sec:nth-child(2) { width: 180px; } 
.plan-total .sec:nth-child(3) { width: 150px; } 
.plan-total .sec:nth-child(4) { width: 150px; } 
.plan-total .sec h3 { padding: 20px; background: #f7f7f7; color: #333; font-size: 15px; font-weight: 600; } 
.plan-total .sec:first-child h3 { border-radius: 5px 0 0 0; } 
.plan-total .sec:last-child h3 { border-radius: 0 5px 0 0; } 
.plan-total .info { padding: 20px; font-size: 14px; line-height: 1.2; } 
.plan-total .info em { font-weight: 600; font-size: 20px; } 
.plan-total .info s { margin-right: 5px; font-size: 16px; color: #888; font-weight: 600; } 
.plan-total .info .pg { font-size: 30px; } 
.plan-total .info .pg &gt; em { font-size: 20px; font-weight: 400; } 
.plan-total .info .imp { font-size: 28px; } 

.plan-cont .btn-next { position: absolute; top: 0; right: 0; display: block; width: 182px; height: 182px; background: #4cbfff; border: 1px solid #36b7ff; border-radius: 5px; color: #fff; font-size: 18px; text-align: center; } 
.plan-cont .btn-next:before { content: ''; display: block; margin: 57px auto 18px; width: 60px; height: 40px; background: url('../images/bizhome/biz_sprite.png') no-repeat 0 -270px; } 

/* plan 살펴보기 팝업 */
.plan-tbl + .plan-tbl { margin-top: 40px; } 
.plan-tbl h3 { display: block; margin-bottom: 18px; font-size: 20px; color: #222; font-weight: 600; line-height: 1; } 
.plan-tbl .tbl-type { width: 100%; } 
.plan-tbl .tbl-type s { display: block; color: #888; font-weight: 600; } 

/* PLAN요약, 결제하기 */
.wrap-plan-payment { padding: 80px 0; } 

.plan-summary { font-size: 0; } 
.plan-summary li { position: relative; display: inline-block; width: 150px; height: 120px; padding: 16px 14px; background: #b9bdc0; border-radius: 15px; vertical-align: top; } 
.plan-summary li + li { margin-left: 20px; } 
.plan-summary li strong { font-size: 19px; color: #fff; font-weight: 600; line-height: 1.2; } 
.plan-summary li .lv { position: absolute; right: 14px; bottom: 10px; color: #fff; font-size: 30px; font-weight: 600; line-height: 1; } 
.plan-summary li .add { position: absolute; left: 14px; bottom: 15px; color: #fff; font-size: 16px; font-weight: 600; line-height: 1; } 
.plan-summary li .add.blue { color: #4fb7f3; } 
.plan-summary li .prev_lv { font-size: 16px; } 
.plan-summary li .prev_lv:after { content: '&gt;'; margin: 0 0 0 5px; } 

.plan-summary .addition { border: 2px solid #4fb7f3; background: #fff; } 
.plan-summary .addition strong { color: #4fb7f3; } 
.plan-summary .addition .lv { color: #4fb7f3; } 

.plan-summary .store.lv1 { background: #4fb7f3; } 
.plan-summary .store.lv2 { background: #747aff; } 

.plan-summary .dropshipping.lv1 { background: #4fb7f3; } 
.plan-summary .dropshipping.lv2 { background: #6298f9; } 
.plan-summary .dropshipping.lv3 { background: #747aff; } 

.plan-summary .market.lv1 { background: #4fb7f3; } 
.plan-summary .market.lv2 { background: #54aff5; } 
.plan-summary .market.lv3 { background: #5ba4f7; } 
.plan-summary .market.lv4 { background: #6298f9; } 
.plan-summary .market.lv5 { background: #688dfb; } 
.plan-summary .market.lv6 { background: #6f82fd; } 
.plan-summary .market.lv7 { background: #747aff; } 

.wrap-plan-payment .plan-total { width: 1000px; margin-top: 30px; } 
.wrap-plan-payment .plan-total .sec:first-child { width: 190px; } 
.wrap-plan-payment .plan-total .sec:nth-child(2) { width: 190px; } 
.wrap-plan-payment .plan-total .sec:nth-child(3) { width: 160px; } 
.wrap-plan-payment .plan-total .sec:nth-child(4) { width: 160px; } 
.wrap-plan-payment .plan-total .sec s { margin-right: 10px; color: #888; } 
.wrap-plan-payment .plan-total .sec .price { font-size: 24px; font-weight: 600; } 
.wrap-plan-payment .page-sub-title { margin-top: 80px; margin-bottom: 35px; } 

.plan-detail-tbl + .plan-detail-tbl { margin-top: 65px; } 
.plan-detail-tbl .detail-title { position: relative; margin-bottom: 10px; } 
.plan-detail-tbl .detail-title h3 { font-size: 20px; font-weight: 600; color: #333; } 
.plan-detail-tbl .detail-title .btn-medium { position: absolute; top: 0; right: 0; } 

.wrap-payment-info { margin-top: 60px; } 
.wrap-payment-info .payment-area:first-child { width: 630px; } 
.wrap-payment-info .payment-area:nth-child(2) { width: 340px; } 
.payment-area .list-type3 { margin: 10px 0 0; } 
.payment-area .list-type3 ul { margin-bottom: 10px; } 
.payment-area .bsRadio-area.type2 .bsRadio label { width: 203px; } 
.payment-area h3 { margin: 30px 0 10px; font-size: 20px; font-weight: 600; color: #333; } 
.payment-area .wrap-pay-method.relaket-pay { margin-top: 10px; /* padding:10px 0 20px; */ } 
.payment-area .wrap-pay-method.relaket-pay .flexslider { margin: 20px 0 0; } 
.payment-area .wrap-pay-method.relaket-pay .flexslider.off { margin: 0; height: 0; overflow: hidden; } 
.payment-area .wrap-pay-method.general-pay { border-top: none; } 
.payment-area .pay_card_manage { position: absolute; top: 20px; right: 0; font-size: 13px; color: #666; font-weight: 600; text-decoration: underline; } 

.wrap-pay-method { width: 630px; border: 1px solid #ccc; border-width: 1px 0; } 
.pay-method { display: table; table-layout: fixed; width: 100%; } 
.pay-method + .pay-method { border-top: 1px solid #eee; } 
.pay-method dt,
.pay-method dd { display: table-cell; padding: 20px; vertical-align: top; } 
.pay-method dt,
.pay-method dd .radioS { width: 130px; } 
.pay-method dt,
.pay-method dd .radioS:nth-child(even) { margin-left: 100px; } 
.pay-method dt,
.pay-method dd .radioS:nth-child(n + 3) { margin-top: 15px; } 
.pay-method dt { width: 170px; background: #f7f7f7; font-size: 14px; color: #656565; font-weight: 600; text-align: left; } 

.voucher-info { padding: 30px 0; border-bottom: 1px solid #ddd; text-align: center; } 
.voucher-info ul { margin-bottom: 20px; } 
.voucher-info ul li:first-child { font-size: 17px; color: #333; font-weight: 600; } 
.voucher-info ul li + li { font-size: 14px; color: #333; font-weight: 400; } 

.total-payment-info { border: 1px solid #ddd; width: 340px; } 
.pay-info-sec { padding: 20px; } 
.pay-info-sec dl { display: table; table-layout: fixed; width: 100%; line-height: 1; } 
.pay-info-sec dl + dl { margin-top: 20px; } 
.pay-info-sec dl dt,
.pay-info-sec dl dd { display: table-cell; vertical-align: middle; } 
.pay-info-sec dl dt { width: 100px; font-size: 16px; font-weight: 600; color: #333; } 
.pay-info-sec dl dd { text-align: right; font-size: 20px; font-weight: 600; color: #333; } 
.pay-info-sec dl.total { margin-top: 15px; padding-top: 30px; border-top: 1px solid #eee; } 
.pay-info-sec dl.total .price { font-size: 30px; color: #4bbeff; } 

.pay-agree-sec { padding: 20px; border-top: 1px solid #ddd; } 
.pay-agree-sec .all-agree span { font-size: 13px; font-size: 14px; color: #333; font-weight: 600; } 
.wrap-term-box { margin-top: 15px; padding-top: 15px; border-top: 1px dotted #eee; } 
.wrap-term-box .chkList { position: relative; display: block; } 
.wrap-term-box .chkList + .chkList { margin-top: 10px; } 
.wrap-term-box .chkList .view { position: absolute; top: 2px; right: 0; font-size: 12px; color: #666; text-decoration: underline; } 
.wrap-term-box .chkList span { font-size: 13px; } 

.total-payment-info .btn-wrap { margin-top: 20px; } 
.total-payment-info .biz-btn { width: 100%; } 
.total-payment-info .desc { margin-top: 10px; font-size: 13px; color: #888; } 

/* Plan 상세설정 */
.wrap-plan-detail-setting { padding: 80px 0; } 
.wrap-plan-detail-setting .page-desc { margin-bottom: 60px; } 

.wrap-plan-detail-setting .wrap-plan-total { margin-top: 50px; } 
.wrap-plan-detail-setting .wrap-plan-total .plan-total { margin-top: 30px; width: 1000px; } 

.wrap-plan-detail-setting .biz-btn { min-width: 240px; } 

/* Plan 신청 및 결제완료 */
.wrap-plan-completed { padding: 80px 0; } 
.plan-completed { margin-top: 60px; padding: 70px 0 80px; border-top: 1px solid #9e9e9e; text-align: center; } 
.plan-completed h2 { font-size: 26px; font-weight: 600; color: #333; line-height: 1; } 
.plan-completed h2:before { content: ''; display: block; width: 350px; height: 140px; margin: 0 auto 30px; background: url('../images/bizhome/join_complete_img.png') no-repeat 0 0; } 
.plan-completed p { margin-top: 15px; font-size: 16px; font-weight: 600; color: #666; line-height: 1; } 

.plan-comp-sec { padding: 40px; border: 1px solid #ddd; border-radius: 5px; text-align: center; } 
.plan-comp-sec + .plan-comp-sec { margin-top: 20px; } 
.plan-comp-sec h3 { font-size: 24px; font-weight: 600; color: #4abdff; line-height: 1; } 
.plan-comp-sec p { margin-top: 20px; font-size: 14px; color: #666; letter-spacing: -1px; } 
.plan-comp-sec .btn-area { margin-top: 30px; } 
.plan-comp-sec .biz-btn { min-width: 300px; } 

/* Plan 추가 */
/* .supplement .wrap-plan-total { margin:0; } */
.supplement .page-sub-title { margin-top: 80px; margin-bottom: 35px; } 

/*****************************************************
PRICING
******************************************************/
.wrap-pricing { padding: 70px 0 0 0; background: #f5f9fe; } 
.wrap-pricing .container { padding: 100px 0 150px; } 
.pricing-contents { text-align: center; } 
.pricing-contents .pricing-bg { display: inline-block; margin-top: 55px; margin-left: 6px; padding: 83px 106px 89px 100px; width: 1206px; height: 1793px; background: url('../images/bizhome/@pricing_bg.png') no-repeat; text-align: left; } 
.pricing-contents .info { margin-top: 20px; font-size: 14px; line-height: 1.71; letter-spacing: -0.4px; } 

.pricing-contents .plan-detail-tbl + .plan-detail-tbl { margin-top: 50px; } 

.pricing-contents .ft-title { font-size: 34px; line-height: 1.29; letter-spacing: -1.7px; } 
.pricing-contents .ft-title em:before { height: 27px; } 
.pricing-contents .btn-area { margin-top: 30px; } 

.pricing-contents .list-type4 li { line-height: 1.4; font-weight: 400; } 

/*****************************************************
TARGET
******************************************************/
/* target layout */
#target-content { overflow: hidden; } 
#target-content .container { width: 1100px; margin: 0 auto; } 
.target-contents { position: relative; top: -30px; left: 6px; margin: 0 auto; width: 1106px; } 
.target-contents .target-bg-top { display: block; margin: 0 auto; width: 1106px; height: 85px; background: url('../images/bizhome/@target_bg_top.png') no-repeat; } 
.target-contents .target-bg-body { display: block; margin: 0 auto; width: 1106px; padding: 0 80px 0 86px; background: url('../images/bizhome/@target_bg_body.png') repeat-y; } 
.target-contents .target-bg-bottom { display: block; margin: 0 auto; width: 1106px; height: 100px; background: url('../images/bizhome/@target_bg_bottom.png') no-repeat; } 

#target-content.together .ft-desc.v2 { margin-top: 20px; } 

#target-content .target-section1 { position: relative; padding-top: 170px; height: 729px; background: #255090; } 
#target-content.together .target-section1 { height: 822px; } 
#target-content .target-section1 .container { height: 100%; } 
#target-content .target-section2 { position: relative; padding-bottom: 100px; background: #f5f9fe; } 
#target-content .target-section3 { position: relative; padding: 100px 0 150px; text-align: center; } 

#target-content .target-main-info { position: absolute; bottom: 9px; left: 50%; width: 1106px; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); font-size: 0; text-align: center; z-index: 10; } 
#target-content .target-main-info li { display: inline-block; width: 324px; height: 374px; background: url('../images/bizhome/spr_target_img.png') no-repeat -2px -2px; font-size: 18px; line-height: 1.5; letter-spacing: -1px; color: #fff; } 
#target-content .target-main-info li + li { margin-left: 67px; } 
#target-content .target-main-info li.user2 { background-position: -393px -1px; } 
#target-content .target-main-info li.user3 { background-position: -783px -2px; } 
#target-content .target-main-info li &gt; span { display: table-cell; width: 324px; height: 124px; padding: 0 15px; vertical-align: middle; } 

#target-content .target-main-info.global li { width: 324px; height: 374px; background: url('../images/bizhome/spr_target_img2.png') no-repeat 0px 0px; } 
#target-content .target-main-info.global li.user2 { background-position: -391px 0px; } 
#target-content .target-main-info.global li.user3 { background-position: -781px 0px; } 

#target-content .target-main-info.local li { width: 324px; height: 374px; background: url('../images/bizhome/spr_target_img3.png') no-repeat 0px 0px; } 
#target-content .target-main-info.local li.user2 { background-position: -391px 0px; } 
#target-content .target-main-info.local li.user3 { background-position: -781px 0px; } 

#target-content .target-main-info.inter li { width: 344px; height: 374px; background: url('../images/bizhome/spr_target_img4.png') no-repeat 0px 0px; } 
#target-content .target-main-info.inter li.user2 { background-position: -404px 0px; } 
#target-content .target-main-info.inter li &gt; span { display: table-cell; width: 344px; height: 124px; vertical-align: middle; } 

#target-content .target-main-info.fashion li { width: 344px; height: 374px; background: url('../images/bizhome/spr_target_img5.png') no-repeat 0px 0px; } 
#target-content .target-main-info.fashion li.user2 { background-position: -402px 0px; } 
#target-content .target-main-info.fashion li &gt; span { display: table-cell; width: 344px; height: 124px; vertical-align: middle; } 

#target-content .target-main-info.franchise li { width: 344px; height: 374px; background: url('../images/bizhome/spr_target_img6.png') no-repeat 0px 0px; } 
#target-content .target-main-info.franchise li.user2 { background-position: -402px 0px; } 
#target-content .target-main-info.franchise li &gt; span { display: table-cell; width: 344px; height: 124px; vertical-align: middle; } 

#target-content .target-main-info.wholesaler li { width: 324px; height: 374px; background: url('../images/bizhome/spr_target_img7.png') no-repeat -2px -2px; } 
#target-content .target-main-info.wholesaler li.user2 { background-position: -393px -2px; } 
#target-content .target-main-info.wholesaler li.user3 { background-position: -783px -2px; } 

#target-content .target-main-info.marketing li { width: 324px; height: 374px; background: url('../images/bizhome/spr_target_img8.png') no-repeat 0px 0px; } 
#target-content .target-main-info.marketing li.user2 { background-position: -391px 0px; } 
#target-content .target-main-info.marketing li.user3 { background-position: -781px 0px; } 

#target-content .target-main-info.supplier li { width: 324px; height: 374px; background: url('../images/bizhome/spr_target_img.png') no-repeat -2px -2px; } 
#target-content .target-main-info.supplier li.user2 { background-position: -783px -2px; } 
#target-content .target-main-info.supplier li.user3 { background: url('../images/bizhome/spr_target_img2.png') no-repeat -391px 0px; } 

#target-content .target-main-info.together li + li { margin-left: 35px; } 
#target-content .target-main-info.together li { width: 324px; height: 374px; background: url('../images/bizhome/spr_together_img.png') no-repeat 0px 0px; } 
#target-content .target-main-info.together li.user2 { width: 364px; height: 373px; background-position: -359px 0; } 
#target-content .target-main-info.together li.user2 &gt; span { width: 364px; } 
#target-content .target-main-info.together li.user3 { background-position: -756px 0; } 

.tg-tbl { display: table; table-layout: fixed; width: 100%; padding: 40px 0; border-top: 1px solid #ddd; text-align: left; } 
.tg-tbl:first-child { border-top: 0; } 
.tg-tbl dt { display: table-cell; width: 225px; padding-right: 20px; font-size: 22px; letter-spacing: -0.6px; color: #333; font-weight: 600; vertical-align: top; } 
.tg-tbl dd { display: table-cell; text-align: left; } 
.tg-tbl dd &gt; strong { display: inline-block; margin-bottom: 5px; font-size: 20px; line-height: 1.75; letter-spacing: -0.5px; color: #0e346e; font-weight: 600; } 
.tg-tbl dd &gt; p { font-size: 16px; line-height: 1.38; letter-spacing: -0.4px; text-align: left; color: #333; } 
.tg-tbl dd i { font-style: italic; } 
.tg-tbl dd .more-btn { display: inline-block; margin-top: 20px; font-size: 14px; line-height: 1.57; letter-spacing: -0.4px; text-align: left; color: #888; } 
.tg-tbl dd .more-btn:after { content: ''; display: inline-block; margin: -2px 0 0 7px; width: 6px; height: 11px; background: url('../images/bizhome/biz_sprite.png') no-repeat -340px -100px; vertical-align: middle; } 
.tg-tbl dd .img-box { display: block; margin: 20px 0; } 
.tg-tbl dd .supplier-desc { font-size: 14px; } 
.tg-tbl dd .supplier-desc &gt; em { display: block; font-weight: 600; } 

.target-option { font-size: 0; } 
.target-option li { display: inline-block; width: 25%; vertical-align: top; } 
.target-option li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 5px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
.target-option li i.ico1 { background-position: -800px -600px; } 
.target-option li i.ico2 { background-position: 0 -600px; } 
.target-option li i.ico3 { background-position: -200px -600px; } 
.target-option li i.ico4 { background-position: -400px -600px; } 
.target-option li i.ico5 { background-position: -600px -600px; } 
.target-option li strong { display: block; margin-bottom: 5px; font-size: 16px; line-height: 1.5; letter-spacing: -0.8px; font-weight: 400; color: #333; } 
.target-option li p { font-size: 14px; letter-spacing: -0.7px; color: #666; } 

#target-content .list-type1 li { font-size: 16px; line-height: 1.69; letter-spacing: -0.8px; text-align: left; color: #333; } 
#target-content .list-type1 li + li { margin-top: 0; } 

.target-tit { display: inline-block; font-size: 24px; line-height: 1; letter-spacing: -1.2px; text-align: center; color: #255090; } 
.target-tit:after,
.target-tit:before { content: ''; display: inline-block; width: 23px; height: 22px; margin: -3px 6px 0; background: url('../images/bizhome/biz_sprite.png') no-repeat -440px -60px; vertical-align: middle; } 
.target-desc { display: block; margin-top: 5px; margin-bottom: 29px; font-size: 18px; line-height: 1.22; letter-spacing: -0.9px; text-align: center; color: #24415f; } 
.tg-info-txt { margin-top: 79px; font-size: 38px; line-height: 1.18; letter-spacing: -1.9px; text-align: center; color: #000; } 
.tg-info-txt em { color: #255090; font-weight: 600; } 
#target-content .btn-area { margin-top: 29px; } 
#target-content [class^='btn-round'] { padding: 0 74px; height: 80px; line-height: 80px; font-weight: 400; letter-spacing: -1.4px; font-size: 28px; } 

/* //target layout */

/* relaket_togher */
#target-content.together .ft-title { font-weight: 400; } 
#target-content.together .ft-desc { margin-top: 10px; } 
#target-content.together .container { width: 1280px; } 
#target-content.together .target-section2 { padding-bottom: 0; background-color: #fff; } 
#target-content.together .target-section3 { padding: 170px 0 150px; } 
#target-content.together .target-section4 { padding: 150px 0 150px; background-color: #f5f9fe; } 
#target-content.together .target-section5 { padding: 150px 0 150px; } 
#target-content.together .target-section6 { padding: 150px 0 150px; background-color: #f5f9fe; } 
#target-content.together .together-box { display: block; width: 1100px; padding: 95px 90px 75px; background-color: #f9fbfe; border: 1px solid #ddd; border-radius: 12px; box-shadow: 6.428px 7.66px 0px 0px rgba(87, 95, 126, 0.04); } 
#target-content.together .together-box h2 { display: block; position: relative; text-align: center; font-size: 36px; line-height: 1.3; z-index: 1; } 
#target-content.together .together-box h2 em { display: inline-block; position: relative; font-weight: 600; color: #0e346e; } 
#target-content.together .together-box h2 em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 10px); height: 17px; background: #ffff00; z-index: -1; } 
#target-content.together .list-type1 { margin-top: 50px; } 
#target-content.together .list-type1 li { padding: 0 0 0 16px; color: #0e346e; font-size: 20px; } 
#target-content.together .list-type1 li + li { margin-top: 8px; } 
#target-content.together .list-type1 li:before { content: ''; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; background: #244669; border-radius: 50%; } 

#target-content.together [class^='together-info'] { margin-top: 60px; text-align: center; font-size: 0; } 
#target-content.together [class^='together-info'] li { display: inline-block; } 
#target-content.together [class^='together-info'] li + li { margin-left: 65px; } 
#target-content.together [class^='together-info'] li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
#target-content.together [class^='together-info'] li em { display: block; font-size: 20px; line-height: 1.36; letter-spacing: -1.1px; color: #255090; font-weight: 800; } 
#target-content.together [class^='together-info'] li:before { content: ''; display: block; margin: 0 auto 20px; width: 360px; height: 360px; } 
#target-content.together [class^='together-info'] li.info2:before { background-position: -430px 0; } 
#target-content.together [class^='together-info'] li.info3:before { background-position: -860px 0; } 

#target-content.together .together-info1 li:before { background: url('../images/bizhome/spr_together_img2.png') no-repeat 0 0; } 
#target-content.together .together-info1 li.info2:before { background: url('../images/bizhome/spr_together_img2_03.png') no-repeat 0 0; } 
#target-content.together .together-info2 li:before { background: url('../images/bizhome/spr_together_img3.png') no-repeat 0 0; } 
#target-content.together .together-info2 li:first-child:before { width: 379px; } 
#target-content.together .together-info2 li.info2:before { background-position: -449px 0; } 
#target-content.together .together-info2 li.info3:before { background-position: -879px 0; } 
#target-content.together .together-info3 li:before { background: url('../images/bizhome/spr_together_img4.png') no-repeat 0 0; } 

#target-content.together .wrap-sample-info { display: block; width: 940px; margin: 60px auto 0; } 
#target-content.together .together-sample { font-size: 0; text-align: center; } 
#target-content.together .together-sample li { display: inline-block; overflow: hidden; position: relative; width: 455px; height: 294px; border-radius: 20px; } 
#target-content.together .together-sample li + li { margin-left: 30px; } 
#target-content.together .together-sample li .over { display: table; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); } 
#target-content.together .together-sample li .over span { display: table-cell; width: 100%; height: 100%; color: #fff; font-size: 24px; vertical-align: middle; } 
#target-content.together .together-sample li .over span &gt; em { display: block; font-weight: 800; } 
#target-content.together .wrap-sample-info .desc { position: relative; padding-left: 32px; margin-top: 30px; font-size: 16px; color: #0e346e; } 
#target-content.together .wrap-sample-info .desc:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 26px; height: 26px; background: url('../images/bizhome/biz_sprite.png') no-repeat -80px -270px; } 

#target-content.together .target-section6 .btn-area { margin-top: 125px; } 
#target-content.together .target-section6 .btn-area a { font-weight: 600; } 

/* //relaket_togher */

/* main */
.target-main { width: 100%; height: 1024px; padding-top: 170px; background: #255090; } 
/* .target-main .container { display:table-cell; vertical-align:middle; } */

.target-main .biz-plan { width: 1160px; margin: 60px auto 0; } 
.target-main .biz-plan ul:after { content: ''; display: block; clear: both; } 
.target-main .biz-plan li { float: left; margin: 0 40px 40px 0; width: 260px; height: 230px; border-radius: 30px; background-color: #3e6db3; border: 1px solid #3e6db3; text-align: center; transition: all 0.3s ease; } 
.target-main .biz-plan li a { display: block; width: 260px; height: 230px; padding: 32px 15px 0; } 
.target-main .biz-plan li:nth-child(4n) { margin-right: 0; } 
.target-main .biz-plan li h2 { display: block; font-size: 20px; line-height: 1.2; letter-spacing: -1px; color: #fffd43; font-weight: 600; } 
.target-main .biz-plan li .exp { display: block; margin-top: 3px; font-size: 15px; line-height: 1.47; letter-spacing: -0.8px; color: #444b59; opacity: 0.9; } 
.target-main .biz-plan li .plan-view { display: none; padding: 13px 26px; border: 1px solid #8ba7d1; border-radius: 20px; color: rgba(255, 255, 255, 0.9); line-height: 1; letter-spacing: -0.8px; font-size: 15px; } 
.target-main .biz-plan li { background-image: url('../images/bizhome/@main_plan_01.png'); background-size: 258px 140px !important; background-position: center bottom !important; background-repeat: no-repeat; } 
.target-main .biz-plan li.plan2 { background-image: url('../images/bizhome/@main_plan_02.png'); } 
.target-main .biz-plan li.plan3 { background-image: url('../images/bizhome/@main_plan_03.png'); } 
.target-main .biz-plan li.plan4 { background-image: url('../images/bizhome/@main_plan_04.png'); } 
.target-main .biz-plan li.plan5 { background-image: url('../images/bizhome/@main_plan_05.png'); } 
.target-main .biz-plan li.plan6 { background-image: url('../images/bizhome/@main_plan_06.png'); } 
.target-main .biz-plan li.plan7 { background-image: url('../images/bizhome/@main_plan_07.png'); } 
.target-main .biz-plan li.plan8 { background-image: url('../images/bizhome/@main_plan_08.png'); } 

.target-main .biz-plan li:hover { background-image: url('../images/bizhome/@main_plan_ov_01.png'); } 
.target-main .biz-plan li.plan2:hover { background-image: url('../images/bizhome/@main_plan_ov_02.png'); } 
.target-main .biz-plan li.plan3:hover { background-image: url('../images/bizhome/@main_plan_ov_03.png'); } 
.target-main .biz-plan li.plan4:hover { background-image: url('../images/bizhome/@main_plan_ov_04.png'); } 
.target-main .biz-plan li.plan5:hover { background-image: url('../images/bizhome/@main_plan_ov_05.png'); } 
.target-main .biz-plan li.plan6:hover { background-image: url('../images/bizhome/@main_plan_ov_06.png'); } 
.target-main .biz-plan li.plan7:hover { background-image: url('../images/bizhome/@main_plan_ov_07.png'); } 
.target-main .biz-plan li.plan8:hover { background-image: url('../images/bizhome/@main_plan_ov_08.png'); } 
/* //main */

/*****************************************************
온라인 교육 센터
******************************************************/
.training-video li { display: block; float: left; width: calc(50% - 15px); } 
.training-video li:nth-child(2n) { margin-left: 30px; } 
.training-video li:nth-child(2) ~ li { margin-top: 30px; } 
.training-video li .video { position: relative; font-size: 0; } 
.training-video li .video iframe { width: 475px; height: 280px; } 
.training-video li .video .video-info { display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 60px; padding: 12px 0 12px 70px; background-color: rgba(37, 80, 144, 0.8); color: #fff; font-size: 12px; letter-spacing: -0.6px; } 
.training-video li .video .video-info:before { content: ''; display: block; position: absolute; top: 50%; left: 15px; width: 42px; height: 42px; margin-top: -21px; background: url('../images/bizhome/relaket_logo_white2.png') no-repeat 0 0; background-size: 42px 42px; } 
.training-video li .video .video-info em { display: block; font-size: 17px; font-weight: 600; letter-spacing: -0.9px; } 

.training-video li &gt; p { overflow: hidden; margin-top: 20px; font-size: 16.5px; letter-spacing: -0.8px; color: #333; line-height: 1.2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 

/*****************************************************
영문버전
******************************************************/

/*main*/
html[lang='en'] .main-section3 .drop-info li { display: inline-block; text-align: center; width: 33.33%; box-sizing: border-box; } 
html[lang='en'] .main-section3 .drop-info li + li { margin-left: 0; padding-left: 20px; } 

/* store_service */
html[lang='en'] .store-section1 .store-info li { display: inline-block; text-align: center; width: 25%; box-sizing: border-box; } 
html[lang='en'] .store-section1 .store-info li + li { margin-left: 0; padding-left: 20px; } 

html[lang='en'] .store-section2 .gb-service .service2 { margin-left: 0; padding-left: 20px; width: 33.33%; } 
html[lang='en'] .store-section2 .gb-service .service3 { margin-left: 0; padding-left: 20px; width: 33.33%; } 

/* drop_shipping */
html[lang='en'] .drop-section1 .drop-info li { display: inline-block; text-align: center; width: 33.33%; box-sizing: border-box; } 
html[lang='en'] .drop-section1 .drop-info li + li { margin-left: 0; padding-left: 20px; } 

/************************relaketpremium**********************/
.premium-wrap { width: 100%; overflow-x: hidden; } 
.premium-wrap .container .ft-title span { display: block; } 
.relaketPremium .main-desc { font-size: 20px; font-weight: 300; } 
.relaketPremium .middle_img { width: 600px; margin: 20px auto 0 auto; } 
.relaketPremium .middle_img img { width: 100%; } 
.relaketPremium .btn { display: block; width: 200px; border: 1px solid #fff; border-radius: 50px; margin: 125px auto 0 auto; padding: 10px 20px; color: #fff; text-align: center; font-size: 16px; } 
/************************premium-section1**********************/
#premium-section1 { position: relative; height: 100vh; background: #255090; z-index: -1; } 
#premium-section1 .ft-title span { display: block; } 
#premium-section1 .store-info li:before { width: 230px; height: 230px; } 
#premium-section1 .store-info li.store1:before { background: url('../images/bizhome/premium_main1.png') no-repeat; } 
#premium-section1 .store-info li.store2:before { background: url('../images/bizhome/premium_main2.png') no-repeat; } 
#premium-section1 .store-info li.store3:before { background: url('../images/bizhome/premium_main3.png') no-repeat; } 
#premium-section1 .store-info li.store4:before { background: url('../images/bizhome/premium_main4.png') no-repeat; } 

/************************premium-section2**********************/
#premium-section2 .ft-title { font-weight: 400; color: #255090; } 
#premium-section2 .store-info { margin: 60px 0; background: url('../images/bizhome/premium_section2.png') no-repeat center center; } 
#premium-section2 .store-info:after { content: ''; display: block; clear: both; } 
#premium-section2 .store-info li { float: left; position: relative; width: 265px; margin-right: 35px; padding: 35px 30px; border-radius: 50px; border: 2px solid #4fb7f3; background-color: #fff; min-height: 102px; } 
#premium-section2 .store-info li span { display: inline-block; font-size: 16px; color: #255090; font-weight: 800; padding-left: 65px; } 
#premium-section2 .store-info li:first-child { padding: 25px 30px; } 

#premium-section2 .store-info li:after { content: ''; display: block; width: 13px; height: 24px; background: url('../images/bizhome/premium_arrow.png') no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: -25px; } 
#premium-section2 .store-info .store4:after { display: none; } 
#premium-section2 .store-info li span:before { content: ''; display: inline-block; position: absolute; top: 25px; left: 35px; width: 45px; height: 50px; background-size: 100%; } 
#premium-section2 .store-info li span:after { content: ''; display: block; width: 50px; height: 48px; position: absolute; right: 0; bottom: -3px; background: url('../images/bizhome/premium_icon0.png') no-repeat center bottom; } 
#premium-section2 .store-info li.store1 span:before { top: 30px; background: url('../images/bizhome/premium_icon1.png') no-repeat; background-size: 100%; } 
#premium-section2 .store-info li.store2 span:before { top: 30px; background: url('../images/bizhome/premium_icon2.png') no-repeat; background-size: 100%; } 
#premium-section2 .store-info li.store3 span:before { background: url('../images/bizhome/premium_icon3.png') no-repeat; background-size: 100%; } 
#premium-section2 .store-info li.store4 span:before { background: url('../images/bizhome/premium_icon4.png') no-repeat; background-size: 100%; } 
#premium-section2 .inner-txt { margin-bottom: 50px; } 
#premium-section2 .business { margin-bottom: 20px; } 
#premium-section2 .arrow { display: inline-block; width: 500px; padding: 85px 0; font-size: 20px; text-align: center; font-weight: 600; } 
#premium-section2 .business .arrow { background: url('../images/bizhome/premium_bigarrow.png') no-repeat; color: #4bbeff; } 
#premium-section2 .technique .arrow { background: url('../images/bizhome/premium_bigarrow2.png') no-repeat; color: #7d99da; } 
#premium-section2 .list { display: inline-block; width: 345px; margin: 0 90px; vertical-align: middle; } 
#premium-section2 .list li { position: relative; width: 100%; padding: 10px 30px; border: 2px solid #4bbeff; border-radius: 50px; margin-bottom: 10px; text-align: center; color: #4bbeff; font-weight: 600; font-size: 16px; } 
#premium-section2 .list li:before { content: ''; display: block; width: 50px; height: 40px; position: absolute; top: 50%; left: -75px; transform: translateY(-50%); background: url('../images/bizhome/premium_dotarrow.png') no-repeat center center; } 
#premium-section2 .technique .list li { border: 2px solid #7d99da; color: #7d99da; } 
#premium-section2 .technique .list li:before { background: url('../images/bizhome/premium_dotarrow2.png') no-repeat center center; } 
#premium-section2 .list li:after { content: ''; display: block; width: 50px; height: 40px; position: absolute; top: 50%; right: -75px; transform: translateY(-50%); background: url('../images/bizhome/premium_dotarrow.png') no-repeat center center; } 
#premium-section2 .technique .list li:after { background: url('../images/bizhome/premium_dotarrow2.png') no-repeat center center; } 
#premium-section2 .circle { display: inline-block; width: 185px; height: 185px; padding: 60px 0; border-radius: 100%; background-color: #4bbeff; text-align: center; vertical-align: top; color: #fff; font-weight: 600; font-size: 20px; } 
#premium-section2 .technique .circle { background-color: #7d99da; } 

/************************premium-section3**********************/
#premium-section3 { padding-bottom: 195px; } 
#premium-section3 .gb-service2 { margin: 80px 0; } 
#premium-section3 .gb-service2:after { content: ''; display: block; clear: both; } 
#premium-section3 .gb-service2 li { position: relative; float: left; width: 342px; height: 450px; border: 1px solid #ddd; border-radius: 20px; margin-right: 100px; background-color: #fff; color: #3e6db3; text-align: center; z-index: -2; } 
#premium-section3 .gb-service2 li h2 { color: #0e346e; padding: 20px 0; } 
#premium-section3 .gb-service2 li h2 span { display: block; font-size: 16px; font-weight: 400; } 
#premium-section3 .gb-service2 li .txt { padding: 240px 55px 0 55px; color: #fff; font-size: 16px; word-wrap: break-word; word-break: keep-all; } 
#premium-section3 .gb-service2 li:last-child { margin-right: 0; } 
#premium-section3 .gb-service2 .txt:after { content: ''; display: block; width: 340px; height: 450px; position: absolute; left: 0; bottom: 0; z-index: -1; } 
#premium-section3 .service1 .txt:after { background: url('../images/bizhome/premium_c1.png') no-repeat; } 
#premium-section3 .service2 .txt:after { background: url('../images/bizhome/premium_c2.png') no-repeat; } 
#premium-section3 .service3 .txt:after { background: url('../images/bizhome/premium_c3.png') no-repeat; } 
#premium-section3 .ft-desc { font-weight: 600; } 
#premium-section3 .ft-desc em { display: inline-block; position: relative; } 
#premium-section3 .ft-desc em:before { content: ''; position: absolute; bottom: 0; left: 0; display: inline-block; width: 100%; height: 13px; background: #ffff00; z-index: -1; } 

/************************premium-section4**********************/
#premium-section4 { height: auto; padding-bottom: 150px; } 
#premium-section4 .store-info { margin-top: 60px; } 
#premium-section4 .store-info:after { content: ''; display: block; clear: both; } 
#premium-section4 .store-info li { float: left; width: 260px; margin-right: 60px; text-align: center; font-size: 16px; color: #0e346e; padding-top: 290px; } 
#premium-section4 .store-info li span { display: block; font-weight: 600; margin-top: 15px; } 
#premium-section4 .store-info .store1 { background: url('../images/bizhome/premium_g1.png') no-repeat; } 
#premium-section4 .store-info .store2 { background: url('../images/bizhome/premium_g2.png') no-repeat; } 
#premium-section4 .store-info .store3 { background: url('../images/bizhome/premium_g3.png') no-repeat; } 
#premium-section4 .store-info .store4 { background: url('../images/bizhome/premium_g4.png') no-repeat; } 

/************************premium-section5**********************/
#premium-section5 .container .inner { position: relative; height: 630px; margin-top: 20px; background: url('../images/bizhome/premium_section5.png') no-repeat; } 
#premium-section5 .container .inner p { position: absolute; font-size: 16px; text-align: center; } 
#premium-section5 .container .inner .positionA { top: 41%; transform: translateY(-50%); left: 230px; } 
#premium-section5 .container .inner .positionB { bottom: 222px; left: 420px; } 
#premium-section5 .container .inner .positionC { top: 10px; left: 63%; transform: translateX(-50%); background: #f5f9fe; color: #4bbeff; font-weight: 600; width: 130px; } 
#premium-section5 .container .inner .positionD { bottom: 40px; right: 360px; font-size: 22px; color: #fff; } 

#premium-section5 .container .inner .tree .tree-depth { position: absolute; width: 130px; top: 140px; left: 56%; color: #fff; text-align: center; } 
#premium-section5 .container .inner .tree .tree-depth:nth-child(2) { top: 285px; } 
#premium-section5 .container .inner .tree .tree-depth:nth-child(3) { top: 440px; } 
#premium-section5 .container .inner .tree .depth { position: absolute; top: -83px; right: -370px; color: #4bbeff; } 
#premium-section5 .container .inner .tree .depth2 { top: -50px; } 
#premium-section5 .container .inner .tree .depth li { background: #fff; border: 2px solid #4bbeff; border-radius: 25px; padding: 10px 20px; margin-bottom: 5px; min-width: 170px; } 

/************************premium-section5- slide slide**********************/
.premiumSideWrap { position: fixed; top: 0; right: -100%; width: 85%; height: 100vh; transition: right 0.5s; z-index: 1000; } 
.premiumSideWrap.show { position: fixed; right: -85%; } 
.premiumSideWrap.on { right: 0; box-shadow: 0px 0px 27px 3px #e4e4e4; } 
.premiumSideWrap .btn-wrap .more { position: absolute; top: 50%; transform: translateY(-50%); left: -85px; background-color: #4bbeff; width: 180px; height: 115px; border-radius: 65px; background-image: url('../images/bizhome/premium_more.png'); background-repeat: no-repeat; background-position: left 15% center; text-indent: -9999px; cursor: pointer; } 
.premiumSideWrap .btn-wrap .close { display: none; position: absolute; top: 50%; transform: translateY(-50%); left: -85px; background-color: #4bbeff; width: 180px; height: 115px; border-radius: 65px; background-image: url('../images/bizhome/premium_close.png'); background-repeat: no-repeat; background-position: left 15% center; text-indent: -9999px; cursor: pointer; box-shadow: 2px 5px 11px 6px #e4e4e4; } 
/* .slideContainer { position: fixed; top: 0; right: -100%; background-color: #fff; width: 85%; height: 100vh; z-index: 1000; overflow-y: auto; overflow-x: hidden; transition: right 0.5s; } 
.slideContainer.on { display: block; right: 0; } 
.slick-slider .slick-arrow { width: 52px; height: 52px; position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; font-size: 0; } 

.slick-slider .slick-prev { left: 45px; } 
.slick-slider .slick-next { right: 45px; } 
.slick-slider .slick-arrow:before,
.slick-slider .slick-arrow:after { content: ''; position: absolute; width: 3px; height: 30px; background-color: rgba(14, 52, 110, 1); border-radius: 10px; } 
.slick-slider .slick-prev:before { top: 0; left: 13px; transform: rotate(45deg); } 
.slick-slider .slick-prev:after { bottom: 2px; left: 13px; transform: rotate(-45deg); } 
.slick-slider .slick-next:before { top: 0px; right: 13px; transform: rotate(-45deg); } 
.slick-slider .slick-next:after { bottom: 2px; right: 13px; transform: rotate(45deg); } 

.slick-slider a:focus,
.slick-slider button:focus { outline: none; } 

.slick-slider .slick-dots { position: absolute; bottom: 75px; left: 0; right: 0; text-align: center; } 
.slick-slider .slick-dots li { display: inline-block; margin: 0 5px; font-size: 0; } 
.slick-slider .slick-dots li button { display: block; width: 20px; height: 4px; background-color: rgba(14, 52, 110, 0.4); font-size: 0; } 
.slick-slider .slick-dots li.slick-active button { background-color: rgba(14, 52, 110, 1); } 

.slick-disabled { display: none !important; }  */

/************************side page1**********************/
.slideContainer .container { position: relative; display: block; width: 100%; /*height: 100vh; */
padding: 100px 10px; background-color: #fff; } 
.slideContainer .center { width: 1280px; margin: 50px auto 0 auto; } 
.slideContainer .list ul:after { content: ''; display: block; clear: both; } 
.slideContainer .list li { float: left; width: 375px; margin-right: 65px; padding-top: 400px; text-align: center; color: #0e346e; } 
.slideContainer .list span { display: block; } 
.slideContainer .list span em { position: relative; font-size: 20px; font-weight: 600; } 
.slideContainer .list span em:before { content: ''; position: absolute; bottom: 0; left: 0; display: inline-block; width: 100%; height: 13px; background: #ffff00; z-index: -1; } 
.slideContainer .list .store1 { background: url('../images/bizhome/premium_s1.png') no-repeat; } 
.slideContainer .list .store2 { background: url('../images/bizhome/premium_s2.png') no-repeat; } 
.slideContainer .list .store3 { background: url('../images/bizhome/premium_s3.png') no-repeat; } 
.slideContainer .list li:last-child { margin-right: 0; } 

/************************side page2**********************/
.slideContainer .container.blue { background-color: #f5f9fe; } 
.slideContainer .global { margin-top: 50px; } 
.slideContainer .global ul { background: url('../images/bizhome/globalmarket.png') no-repeat; width: 800px; margin: 0 auto; } 
.slideContainer .global ul:after { content: ''; display: block; clear: both; } 
.slideContainer .global li { float: left; width: 50%; padding-top: 450px; text-align: center; color: #0e346e; font-size: 20px; font-weight: 600; } 

/************************side page3**********************/

.slideContainer .share ul:after { content: ''; display: block; clear: both; } 
.slideContainer .share li { float: left; width: 33.33%; padding-right: 50px; padding-top: 400px; text-align: center; box-sizing: border-box; } 
.slideContainer .share span { display: block; color: #0e346e; } 
.slideContainer .share span em { position: relative; font-size: 20px; font-weight: 600; } 
.slideContainer .share span em:before { content: ''; position: absolute; bottom: 0; left: 0; display: inline-block; width: 100%; height: 13px; background: #ffff00; z-index: -1; } 
.slideContainer .share .share1 { background: url('../images/bizhome/premium_sh2.png') no-repeat; } 
.slideContainer .share .share2 { background: url('../images/bizhome/premium_sh3.png') no-repeat; } 
.slideContainer .share .share3 { background: url('../images/bizhome/premium_sh1.png') no-repeat; } 
.slideContainer .share li:last-child { padding-right: 0; } 
/************************side page4**********************/
.slideContainer .partner { background: url('../images/bizhome/premium_line.png') no-repeat; } 
.slideContainer .partner ul { padding-left: 125px; } 
.slideContainer .partner ul:after { content: ''; display: block; clear: both; } 
.slideContainer .partner li { position: relative; float: left; width: 220px; padding-top: 250px; text-align: left; box-sizing: border-box; margin: 0 15px; } 
.slideContainer .partner h3 { position: absolute; width: 100%; top: 160px; left: 0; text-align: center; color: #fff; } 
.slideContainer .partner span { display: block; color: #0e346e; font-weight: 600; font-size: 20px; margin-bottom: 10px; } 
.slideContainer .partner .depth { padding: 0; } 
.slideContainer .partner .depth li { float: none; width: auto; padding: 0; margin: 0; color: #0e346e; } 
.slideContainer .partner .partner1 { background: url('../images/bizhome/premium_pa1.png') no-repeat; } 
.slideContainer .partner .partner2 { background: url('../images/bizhome/premium_pa2.png') no-repeat; } 
.slideContainer .partner .partner3 { background: url('../images/bizhome/premium_pa3.png') no-repeat; } 
.slideContainer .partner .partner4 { background: url('../images/bizhome/premium_pa4.png') no-repeat; } 
.slideContainer .partner li:last-child { padding-right: 0; } 
.slideContainer .partner p { background: url('../images/bizhome/premium_txt.png') no-repeat center center; margin-top: 20px; height: 90px; font-size: 20px; color: #fff; text-align: center; line-height: 100px; } 
/************************side page5**********************/

.slideContainer .team ul:after { content: ''; display: block; clear: both; } 
.slideContainer .team li { position: relative; float: left; width: 30%; border-radius: 50px; padding: 20px 0; text-align: center; margin-right: 60px; font-size: 20px; font-weight: 600; } 
.slideContainer .team li:last-child { margin-right: 0; } 
.slideContainer .team span { display: block; font-size: 15px; font-weight: nomal; } 
.slideContainer .team .team1 { background: #dcf2ff; color: #30a9ef; } 
.slideContainer .team .team1:after { content: ''; display: block; width: 40px; height: 30px; background: url('../images/bizhome/premium_dotarrow.png') no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: -40px; } 
.slideContainer .team .team2 { background: #e2edfd; color: #457aca; } 
.slideContainer .team .team2:after { content: ''; display: block; width: 40px; height: 30px; background: url('../images/bizhome/premium_dotarrow2.png') no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: -40px; } 
.slideContainer .team .team3 { background: #dee3fc; color: #255090; } 

/************************premium-section6**********************/
#premium-section6 { height: auto; padding-bottom: 150px; } 
#premium-section6 .inner { margin-top: 55px; } 
#premium-section6 .inner:after { content: ''; display: block; clear: both; } 
#premium-section6 .inner span { float: left; display: block; width: 70%; } 
#premium-section6 .naning9 span { padding-right: 60px; } 
#premium-section6 .julllog span { padding-left: 60px; } 
#premium-section6 .inner span img { width: 100%; } 
#premium-section6 .inner .text-wrap { float: left; width: 30%; } 
#premium-section6 .inner .txt { position: relative; padding: 30px 50px; color: #0e346e; text-align: center; line-height: 1.5; word-wrap: break-word; word-break: keep-all; } 
#premium-section6 .inner .txt:after { position: absolute; top: 0; left: 0; content: ''; display: block; width: 100%; height: 220px; background: url('../images/bizhome/txtwrap.png') no-repeat; background-size: 100%; z-index: -1; } 
#premium-section6 .inner .txt h3 { position: relative; display: block; font-size: 20px; margin-bottom: 20px; z-index: 1; color: #0e346e; } 
#premium-section6 .inner .txt h3:after { content: ''; position: absolute; bottom: 0; left: 45px; display: inline-block; width: calc(100% - 90px); height: 13px; background: rgba(208, 226, 253, 0.8); z-index: -1; } 
#premium-section6 .julllog .txt:after { transform: rotateY(180deg); } 
#premium-section6 .julllog .txt2 { top: 60px; } 

/************************ premium-section7 서비스 상담 문의 **********************/
.store-bbs { padding-top: 150px; padding-bottom: 150px; background-color: #f5f9fe; } 
.request_wrap { text-align: left; } 
.request_wrap .insert_field ul:after { content: ''; display: block; clear: both; } 
.request_wrap .insert_field { margin-top: 50px; } 
.request_wrap .insert_field h2 { margin-bottom: 20px; padding-left: 35px; color: #0e346e; font-weight: 600; background: url('../images/bizhome/biz_bbs_logo.png') no-repeat left center; } 
.request_wrap .insert_field ul li { float: left; width: 47%; margin-right: 75px; border-bottom: 1px solid #cccccc; min-height: 44px; line-height: 44px; margin-bottom: 40px; position: relative; } 
.request_wrap .insert_field ul li:nth-child(2n) { margin-right: 0; } 
.request_wrap .insert_field ul li .text_input { width: 100%; height: 100%; z-index: 10; position: relative; font-size: 18px; background: none; line-height: 44px; padding: 10px 5px; color: #0e346e; } 
.request_wrap .insert_field ul li.fz__contact { width: 100%; margin-right: 0; margin-bottom: 36px; } 
.request_wrap .insert_field ul li .textarea_box { width: 100%; height: auto; z-index: 10; font-size: 18px; padding: 0 5px; position: relative; resize: none; box-sizing: border-box; max-height: 155px; line-height: 32px; background: none; } 
.request_wrap .insert_field select { width: 100%; padding: 0 5px; font-size: 18px; background: url('../images/bizhome/premium_narrow.png') no-repeat right 10px center; outline: none; border: 0; } 
.request_wrap .insert_field select option { font-size: 14px; } 
.request_wrap .insert_field textarea::placeholder { color: #0e346e; } 
.terms_info { border-bottom: 1px solid #cccccc; margin-bottom: 55px; } 
.terms_info .filebox { padding-bottom: 10px; position: relative; } 
.terms_info .filebox:after { content: ''; display: block; clear: both; } 
.terms_info .filebox .file-find { padding: 8px 20px; background-color: #0e346e; border: 1px solid #0e346e; color: #fff; border-radius: 25px; position: absolute; top: -10px; right: 105px; font-size: 14px; line-height: 1; cursor: pointer; } 
.terms_info .filebox button { position: absolute; top: -10px; right: 0; padding: 8px 20px; border: 1px solid #0e346e; color: #0e346e; border-radius: 25px; width: 100px; font-size: 14px; line-height: 1; } 
.terms_info .filebox #upload-company { display: none; } 
.request_wrap .terms_info .upload-company { width: 50%; padding-left: 5px; background: none; color: #0e346e; font-size: 18px; } 

.terms_info { position: relative; } 
.terms_info .info_title { font-size: 20px; font-weight: 800; line-height: 45px; color: #0e346e; cursor: pointer; } 
.terms_info .open { position: absolute; top: 5px; right: 0; width: 45px; height: 40px; background: url('../images/bizhome/premium_narrow.png') no-repeat center center; font-size: 0; } 
.terms_info .open.on { transform: rotate(180deg); background: url('../images/bizhome/premium_narrow.png') no-repeat center center; } 
.terms_info .txt { display: none; margin-top: 13px; padding-bottom: 40px; } 
.terms_info .txt.on { display: block; } 
.terms_info .txt &gt; p { font-size: 16px; letter-spacing: -0.5px; font-weight: 400; color: #0e346e; } 
.terms_info .txt .title { font-size: 20px; margin-top: 25px; font-weight: 600; } 
.terms_desc { position: relative; min-height: 60px; margin-bottom: 83px; } 
.agreement_wrap { margin-top: 18px; } 
.terms_desc .submit_wrap { position: absolute; bottom: 15px; right: 0; } 
.submit_wrap .submit_btn { width: 155px; height: 45px; line-height: 45px; font-size: 20px; font-weight: 500; display: inline-block; cursor: pointer; color: #ffffff; background: #4bbeff; border-radius: 25px; } 
.agreement_wrap span { position: relative; display: inline-block; height: 22px; } 
.agreement_wrap input { width: 22px; height: 22px; border-radius: 3px; background-color: #4bbeff; visibility: visible; margin-right: 5px; } 
.agreement_wrap label { display: inline-block; color: #0e346e; font-size: 16px; vertical-align: top; cursor: pointer; } 

.agreement_wrap input[type='checkbox']:checked + label:after { content: ''; display: block; position: absolute; top: 3px; left: 3px; width: 17px; height: 14px; background: url('../images/sprite.png') no-repeat -653px -59px; } 

.temp_delete { cursor: pointer; text-align: center; position: absolute; top: -10px; right: 0; padding: 8px 20px; border: 1px solid #0e346e; color: #0e346e; border-radius: 25px; width: 100px; font-size: 14px; line-height: 1; } 
/******************************비대면 서비스 이용문의 파일첨부********************************/
.request_wrap .insert_field ul li.terms_info { float: right; border-bottom: 0; margin-right: 0; } 
.request_wrap .insert_field ul li.terms_info .filebox { padding-bottom: 0; border-bottom: 1px solid #ccc; } 
.request_wrap .insert_field ul li.terms_info .filebox .file-find,
.request_wrap .insert_field ul li.terms_info .filebox .temp_delete { top: 50%; transform: translateY(-50%); } 
.request_wrap .insert_field ul li.terms_info p { color: #7d99da; font-size: 15px; } 
/****************************** stanadard page 공통********************************/
.section1 { position: relative; height: 100vh; background: #255090; z-index: -1; } 
.standardPage { position: relative; height: auto; padding-top: 150px; padding-bottom: 150px; box-sizing: border-box; background: #fff; z-index: 1; } 
.standardPage.blue { background: #f5f9fe; } 
.standardPage .container { height: 100%; /*position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); */
box-sizing: border-box; } 
#standard-section2:before { content: ''; display: inline-block; position: absolute; left: 50%; top: -2px; width: 80px; height: 22px; margin-left: -40px; background: url('../images/bizhome/main_bg_arrow.png') no-repeat 0 0; background-size: 80px 22px; z-index: 2; } 

/***********************standard1 - standard 소개 *********************/
#standard-main .container { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: -1; } 

#standard-main .store-info { margin-top: 60px; font-size: 0; text-align: center; } 
#standard-main .store-info li { display: inline-block; text-align: center; color: #fff; } 
#standard-main .store-info li span { font-size: 15px; opacity: 0.6; line-height: 1.88; letter-spacing: -0.8px; color: #fff; } 
#standard-main .store-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #fffd43; font-weight: 600; } 
#standard-main .store-info li:before { content: ''; display: block; width: 220px; height: 220px; margin: 0 auto 16px; } 
#standard-main .store-info li + li { margin-left: 50px; } 
#standard-main .store-info li.store1:before { background: url('../images/bizhome/standard_main1.png') no-repeat; } 
#standard-main .store-info li.store2:before { background: url('../images/bizhome/standard_main2.png') no-repeat; } 
#standard-main .store-info li.store3:before { background: url('../images/bizhome/standard_main3.png') no-repeat; } 
#standard-main .store-info li.store4:before { background: url('../images/bizhome/standard_main4.png') no-repeat; } 

/***********************standard2 - target 고객유형*********************/
.target_pop .biz-layer-header { border-bottom: 1px solid #444; } 
.target_pop .target-contents { position: unset; width: auto; height: 100%; overflow-y: auto; margin-bottom: 20px; } 
.target_pop .target-contents .target-bg-top { width: auto; height: auto; background: none; } 
.target_pop .target-contents .target-bg-body { width: auto; height: auto; padding: 0 20px; background: none; } 
.target_pop .target-contents .target-bg-bottom { width: auto; height: auto; background: none; } 

/***********************standard3 - onestop 서비스구현*********************/
#standard-section3 h2 span { display: block; } 
#standard-section3 .store-info { width: 1180px; margin: 0 auto; font-size: 25px; color: #222; } 
#standard-section3 .ft-desc { margin-bottom: 100px; } 
#standard-section3 .store-info li { position: relative; margin-bottom: 60px; padding-top: 28px; padding-left: 130px; line-height: 1.2; color: #0e346e; font-weight: 700; } 
#standard-section3 .store-info li:before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 100px; height: 100px; border-radius: 100%; background-color: #beccec; background-repeat: no-repeat; background-position: center; } 
#standard-section3 .store-info li span { display: block; font-size: 20px; font-weight: 500; } 
#standard-section3 .store-info li.store1:before { background-image: url('../images/bizhome/bizhome_one1.png'); } 
#standard-section3 .store-info li.store2:before { background-image: url('../images/bizhome/bizhome_one2.png'); } 
#standard-section3 .store-info li.store3:before { background-image: url('../images/bizhome/bizhome_one3.png'); } 
#standard-section3 .store-info li.store4:before { background-image: url('../images/bizhome/bizhome_one4.png'); } 

/***********************standard4 - store 스토어*********************/
#standard-section4 .store-info { margin-top: 100px; font-size: 0; text-align: center; } 
#standard-section4 .store-info li { display: inline-block; text-align: center; } 
#standard-section4 .store-info li span { font-size: 15px; opacity: 0.6; line-height: 1.88; letter-spacing: -0.8px; color: #0e346e; } 
#standard-section4 .store-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #0e346e; font-weight: 600; } 
#standard-section4 .store-info li:before { content: ''; display: block; width: 220px; height: 220px; margin: 0 auto 16px; background: url('../images/bizhome/spr_main_img1.png') no-repeat; } 
#standard-section4 .store-info li + li { margin-left: 50px; } 
#standard-section4 .store-info li.store2:before { background-position: -270px 0; } 
#standard-section4 .store-info li.store3:before { background-position: -540px 0; } 
#standard-section4 .store-info li.store4:before { background-position: -810px 0; } 
/***********************standard4 - store 스토어 side1****************************/
#standard-section4 .gb-service { margin-top: 60px; font-size: 0; text-align: center; } 
#standard-section4 .gb-service li { display: inline-block; text-align: center; } 
#standard-section4 .gb-service li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
#standard-section4 .gb-service li span strong { display: block; } 
#standard-section4 .gb-service li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
#standard-section4 .gb-service li:before { content: ''; display: block; width: 370px; height: 370px; margin: 0 auto 16px; background: url('../images/bizhome/spr_main_img2.png') no-repeat; } 
#standard-section4 .gb-service li + li { margin-left: 20px; } 
#standard-section4 .gb-service li.service2:before { background-position: -440px 0; } 
#standard-section4 .gb-service li.service3:before { background-position: -880px 0; } 

/***********************standard4 - store 스토어 side2****************************/

#standard-section4 .main-bg-img1 { position: relative; /* position:absolute; left:50%; bottom:0; display:block; margin-left:-537.5px; */
width: 1075px; height: 469px; margin: 0 auto; background: url('../images/bizhome/main_bg_img1.png') no-repeat; text-align: center; } 
#standard-section4 .main-bg-img1 span { position: absolute; bottom: 120px; right: 0; font-size: 20px; letter-spacing: -1px; color: #255090; font-weight: 600; line-height: 1.2; } 

/***********************standard4 - store 스토어 side3****************************/
#standard-section4 .main-bg-img2 { display: block; height: 520px; margin-top: 20px; background: url('../images/bizhome/main_bg_img2.png') no-repeat center center; background-size: 35%; text-align: center; } 
#standard-section4 .main-bg-img2 .naver-info { padding-top: 250px; font-size: 0; } 
/*.standardStore .main-bg-img2 .naver-info li { display:inline-block; width:148px; font-size:15px; font-weight:600; line-height:1.36; letter-spacing:-1.1px; text-align:center; color:#255090; vertical-align: top; } 

.standardStore .main-bg-img2 .naver-info li &gt; em { position:relative; display:inline-block; font-size:12px; letter-spacing:-0.8px; color:#24415f; font-weight:400; } 
.standardStore .main-bg-img2 .naver-info li &gt; em:before { content:''; position:absolute; bottom:0; left:-10px; display:inline-block; width:calc(100% + 20px); height:13px; background:#ffff00; z-index:-1; } 
.standardStore .main-bg-img2 .naver-info li:nth-child(2) { margin-left:15px; } 
.standardStore .main-bg-img2 .naver-info li:nth-child(3) { margin-left:0; } 
.standardStore .main-bg-img2 .naver-info li:nth-child(4) { margin-left:0; } 
.standardStore .main-bg-img2 .naver-info2 { display: block; padding-top: 465px; font-size:16px; letter-spacing:-0.8px; color:#24415f; font-weight:400; text-align:center; } 
.standardStore .main-bg-img2 .naver-info2 strong { display:block; font-size:22px; font-weight:600; line-height:1.36; letter-spacing:-1.1px; color:#255090; } */
/***********************standard4 - store 스토어 side4****************************/
#standard-section4 .main-bg-img3 { position: relative; display: block; margin: 60px auto 0; height: 400px; background: url('../images/bizhome/main_bg_img3.png') no-repeat center; background-size: 60%; text-align: center; } 
#standard-section4 .sns-info { display: block; margin-top: 30px; font-size: 16px; letter-spacing: -0.8px; color: #24415f; font-weight: 400; text-align: center; } 
#standard-section4 .sns-info strong { display: block; font-size: 22px; font-weight: 600; line-height: 1.36; letter-spacing: -1.1px; color: #255090; } 
/***********************standard4 - store 스토어 side5****************************/
#standard-section4 .main-bg-img4 { position: relative; display: block; width: 815px; margin: 40px auto 60px auto; /*background:url('../images/bizhome/main_bg_img4.png') no-repeat center; */

text-align: center; } 
#standard-section4 .main-bg-img4 img { width: 100%; } 
#standard-section4 .main-bg-img4 .store { position: absolute; bottom: -30px; } 
/***********************standard4 - store 스토어 pop****************************/
#store-service .detail-contents .pg-area { margin-bottom: 10px; } 

#store-service .detail-contents .global { margin-top: 0; margin-bottom: 30px; font-size: 0; } 
#store-service .detail-contents .global li { display: inline-block; width: 20%; font-size: 15px; letter-spacing: -0.4px; color: #333; float: none; padding-top: 0; } 
#store-service .detail-contents .global li &gt; i { display: inline-block; width: 36px; height: 36px; margin-top: -2px; margin-right: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; vertical-align: middle; } 
#store-service .detail-contents .global li &gt; i.en { background-position: 0 0; } 
#store-service .detail-contents .global li &gt; i.ch { background-position: -100px 0; } 
#store-service .detail-contents .global li &gt; i.jp { background-position: -200px 0; } 
#store-service .detail-contents .global li &gt; i.ru { background: url('../images/bizhome/RU_m.png') no-repeat; background-size: 100%; } 
#store-service .detail-contents .global li &gt; i.vn { background: url('../images/bizhome/VN_m.png') no-repeat; background-size: 100%; } 
#store-service .detail-contents .store-info { font-size: 0; } 
#store-service .detail-contents .store-info li { display: inline-block; width: 105px; height: 115px; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; line-height: 1; vertical-align: top; } 
#store-service .detail-contents .store-info li &gt; i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/store_spr.png') no-repeat; } 
#store-service .detail-contents .store-info li:nth-child(12) ~ li { height: auto; } 
#store-service .detail-contents .store-info li &gt; i.ico1 { background-position: 0 -100px; } 
#store-service .detail-contents .store-info li &gt; i.ico2 { background-position: -150px -100px; } 
#store-service .detail-contents .store-info li &gt; i.ico3 { background-position: -300px -100px; } 
#store-service .detail-contents .store-info li &gt; i.ico4 { background-position: -450px -100px; } 
#store-service .detail-contents .store-info li &gt; i.ico5 { background-position: -600px -100px; } 
#store-service .detail-contents .store-info li &gt; i.ico6 { background-position: -750px -100px; } 
#store-service .detail-contents .store-info li &gt; i.ico7 { background-position: 0 -250px; } 
#store-service .detail-contents .store-info li &gt; i.ico8 { background-position: -150px -250px; } 
#store-service .detail-contents .store-info li &gt; i.ico9 { background-position: -300px -250px; } 
#store-service .detail-contents .store-info li &gt; i.ico10 { background-position: -450px -250px; } 
#store-service .detail-contents .store-info li &gt; i.ico11 { background-position: -600px -250px; } 
#store-service .detail-contents .store-info li &gt; i.ico12 { background-position: -750px -250px; } 
#store-service .detail-contents .store-info li &gt; i.ico13 { background-position: 0 -400px; } 
#store-service .detail-contents .store-info li &gt; i.ico14 { background-position: -150px -400px; } 
#store-service .detail-contents .store-info li &gt; i.ico15 { background-position: -300px -400px; } 
#store-service .detail-contents .store-info li &gt; i.ico16 { background-position: -450px -400px; } 
#store-service .detail-contents .store-info li &gt; i.ico17 { background-position: -600px -400px; } 

#store-service .detail-contents .store-service { box-sizing: border-box; } 
#store-service .detail-contents .store-service:after { content: ''; display: block; clear: both; } 
#store-service .detail-contents .store-service li { float: left; width: 25%; padding-right: 10px; vertical-align: top; box-sizing: border-box; } 
#store-service .detail-contents .store-service li:last-child { padding-right: 0; } 
#store-service .detail-contents .store-service li a { display: block; } 
#store-service .detail-contents .store-service li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
#store-service .detail-contents .store-service li i.ico1 { background-position: 0 -600px; } 
#store-service .detail-contents .store-service li i.ico2 { background-position: -200px -600px; } 
#store-service .detail-contents .store-service li i.ico3 { background-position: -400px -600px; } 
#store-service .detail-contents .store-service li i.ico4 { background-position: -600px -600px; } 
#store-service .detail-contents .store-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
#store-service .detail-contents .store-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; color: #666; } 
#store-service .detail-contents .naver-service { font-size: 0; } 
#store-service .detail-contents .naver-service li { display: inline-block; width: 25%; vertical-align: top; } 
#store-service .detail-contents .naver-service li a { display: block; } 
#store-service .detail-contents .naver-service li i { display: inline-block; width: 50px; height: 50px; margin-bottom: 15px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
#store-service .detail-contents .naver-service li i.ico1 { background-position: 0 -700px; } 
#store-service .detail-contents .naver-service li i.ico2 { background-position: -200px -700px; } 
#store-service .detail-contents .naver-service li i.ico3 { background-position: -400px -700px; } 
#store-service .detail-contents .naver-service li i.ico4 { background-position: -600px -700px; } 
#store-service .detail-contents .naver-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
#store-service .detail-contents .naver-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; color: #666; } 
.biz-layer-pop .service-btn { width: 170px; margin: 0 auto; background-color: #0e346e; border: 1px solid #0e346e; border-radius: 25px; } 
.biz-layer-pop .service-btn a { display: block; padding: 15px 20px; text-align: center; color: #fff; font-size: 14px; line-height: 1; } 
/***********************standard5 - drop 드롭쉬핑*********************/
#standard-section5 .container { transform: unset; } 
#standard-section5 .drop-info { margin-top: 60px; font-size: 0; text-align: center; } 
#standard-section5 .drop-info li { display: inline-block; text-align: center; } 
#standard-section5 .drop-info li span { font-size: 16px; opacity: 0.6; line-height: 1.88; letter-spacing: -0.8px; color: #0e346e; } 
#standard-section5 .drop-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #0e346e; font-weight: 600; } 
#standard-section5 .drop-info li:before { content: ''; display: block; width: 360px; height: 360px; margin: 0 auto 16px; background: url('../images/bizhome/spr_drop_img1.png') no-repeat; } 
#standard-section5 .drop-info li + li { margin-left: 70px; } 
#standard-section5 .drop-info li.drop1:before { background-position: -430px 0; } 
#standard-section5 .drop-info li.drop2:before { background-position: -860px 0; } 
/***********************standard5 - drop 드롭쉬핑 slide****************************/
#standard-section5 .drop-service { margin-top: 60px; font-size: 0; text-align: center; } 
#standard-section5 .drop-service li { display: inline-block; text-align: center; } 
#standard-section5 .drop-service li span { font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
#standard-section5 .drop-service li em { position: relative; display: inline-block; margin-left: 10px; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
#standard-section5 .drop-service li em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 10px); height: 16px; background: #ffff00; z-index: -1; } 
#standard-section5 .drop-service li:before { content: ''; display: block; width: 370px; height: 370px; margin: 0 auto 16px; background: url('../images/bizhome/spr_drop_img2.png') no-repeat; } 
#standard-section5 .drop-service li + li { margin-left: 50px; } 
#standard-section5 .drop-service li.service2:before { background-position: -440px 0; } 
#standard-section5 .drop-service li.service3:before { background-position: -880px 0; } 

/***********************standard5 - drop 드롭쉬핑 slide2****************************/
#standard-section5 .drop-bg-img1 { position: relative; display: block; margin: 30px auto 0; width: 1232px; height: 400px; background: url('../images/bizhome/drop_bg_img1.png') no-repeat center; background-size: 50%; text-align: center; } 
#standard-section5 .drop-bg-img1 ul { display: block; padding-top: 210px; font-size: 0; } 
#standard-section5 .drop-bg-img1 ul li { display: inline-block; width: 248px; text-align: center; } 
#standard-section5 .drop-bg-img1 ul li:nth-child(2) { width: 280px; margin-left: 45px; } 
#standard-section5 .drop-bg-img1 ul li span { font-size: 13px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
#standard-section5 .drop-bg-img1 ul li em { display: block; font-size: 16px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
#standard-section5 .drop-bg-img1 strong { position: absolute; bottom: -60px; display: block; width: 100%; text-align: center; font-size: 24px; line-height: 1; letter-spacing: -1.4px; color: #1b4584; font-weight: 400; } 
#standard-section5 .drop-bg-img1 strong &gt; em { position: relative; margin: 0 15px; font-weight: 800; color: #0e346e; font-style: italic; } 
#standard-section5 .drop-bg-img1 strong &gt; em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 10px); height: 18px; background: #ffff00; z-index: -1; } 
/***********************standard5 - drop 드롭쉬핑 slide3****************************/

#standard-section5 .drop-bg-img2 { position: relative; display: block; margin: 20px auto 0; width: 1244px; height: 580px; background: url('../images/bizhome/drop_bg_img2-new_003.png') no-repeat center; text-align: center; } 
/*

#standard-section5 .drop-bg-img2 .drop-txt1 { position:absolute; top:114px; left:332px; } 
#standard-section5 .drop-bg-img2 .drop-txt1 li { } 
*/
#standard-section5 .drop-bg-img2 .drop-txt1 li { position: absolute; display: block; padding: 30px; font-size: 17px; color: #0e346e; letter-spacing: -0.9px; line-height: 1.53; text-align: left; left: 300px; } 
#standard-section5 .drop-bg-img2 .drop-txt1 li:nth-child(1) { width: 210px; height: 127px; top: 30px; } 
#standard-section5 .drop-bg-img2 .drop-txt1 li:nth-child(2) { width: 235px; height: 129px; top: 234px; } 
#standard-section5 .drop-bg-img2 .drop-txt1 li:nth-child(3) { width: 232px; height: 156px; bottom: 20px; } 
#standard-section5 .drop-bg-img2 .drop-txt2 li { position: absolute; display: block; font-size: 20px; color: #255090; letter-spacing: -1px; line-height: 1.5; text-align: left; font-weight: 600; } 
#standard-section5 .drop-bg-img2 .drop-txt2 li:nth-child(1) { width: 100px; top: 235px; right: 455px; } 
#standard-section5 .drop-bg-img2 .drop-txt2 li:nth-child(2) { min-width: 100px; top: 235px; right: 0; } 
#standard-section5 .drop-bg-img2 .drop-txt2 li:nth-child(3) { bottom: 50px; right: 255px; } 

#standard-section5 .drop-bg-img2 .drop-txt3 li { position: absolute; display: block; width: 200px; font-size: 17px; color: #255090; letter-spacing: -0.9px; line-height: 1.76; text-align: center; } 
#standard-section5 .drop-bg-img2 .drop-txt3 li:nth-child(1) { top: 76px; right: 190px; } 
#standard-section5 .drop-bg-img2 .drop-txt3 li:nth-child(2) { bottom: 30px; right: 35px; } 
#standard-section5 .drop-bg-img2 .drop-txt3 li:nth-child(3) { bottom: 30px; right: 347px; } 
/*
#standard-section5 .drop-bg-img2 .drop-txt4 { position:absolute; bottom:35px; right:0; display:block; width:510px; text-align:center; font-size:21px; letter-spacing:-1.1px; color:#0e346e; } 
#standard-section5 .drop-bg-img2 .drop-txt4 span { display:block; } 
#standard-section5 .drop-bg-img2 .drop-txt4 em { position:relative; display:inline-block; font-size:28px; letter-spacing:-1.4px; color:#1b4584; font-weight:600; } 
#standard-section5 .drop-bg-img2 .drop-txt4 em:before { content:''; position:absolute; bottom:0; left:-10px; display:inline-block; width:calc(100% + 20px); height:26px; background:#ffff00; z-index:-1; } */

/***********************standard5 - drop 드롭쉬핑 slide4****************************/
#standard-section5 .drop-bg-img3 { position: relative; display: block; margin: 60px auto 30px auto; width: 1232px; height: 400px; background: url('../images/bizhome/drop_bg_img3.png') no-repeat center; background-size: 50%; text-align: center; } 
#standard-section5 .drop-bg-img3 ul { display: block; padding-top: 206px; font-size: 0; } 
#standard-section5 .drop-bg-img3 ul li { display: inline-block; width: 298px; text-align: center; } 
#standard-section5 .drop-bg-img3 ul li:nth-child(2) { width: 300px; margin-left: 12px; } 
#standard-section5 .drop-bg-img3 ul li span { font-size: 13px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
#standard-section5 .drop-bg-img3 ul li em { display: block; font-size: 16px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
#standard-section5 .drop-bg-img3 strong { position: absolute; bottom: -60px; display: block; width: 100%; text-align: center; font-size: 28px; line-height: 1; letter-spacing: -1.4px; color: #1b4584; font-weight: 400; } 
#standard-section5 .drop-bg-img3 strong &gt; em { position: relative; margin: 0 15px; font-weight: 800; color: #0e346e; font-style: italic; } 
#standard-section5 .drop-bg-img3 strong &gt; em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 10px); height: 18px; background: #ffff00; z-index: -1; } 

/***********************standard5 - drop 드롭쉬핑 slide 팝업****************************/

.planinfo { width: 220px; margin: 0 auto; border-radius: 30px; text-align: center; background: #0e346e; } 
.planinfo a { display: block; padding: 10px 20px; color: #fff; } 

#drop-service .detail-contents .drop-area ul { margin-top: 10px; } 
#drop-service .detail-contents .drop-area ul li { display: inline-block; width: auto; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; } 
#drop-service .detail-contents .drop-area ul li + li { margin-left: 10px; } 
#drop-service .detail-contents .drop-area + .drop-area { margin-top: 40px; } 
#drop-service .detail-contents .drop-area ul.market-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/drop_spr.png') no-repeat; } 
#drop-service .detail-contents .drop-area ul.market-list li i.ico1 { background-position: 0 0; } 
#drop-service .detail-contents .drop-area ul.market-list li i.ico2 { background-position: -100px 0; } 
#drop-service .detail-contents .drop-area ul.market-list li i.ico3 { background-position: -200px 0; } 
#drop-service .detail-contents .drop-area ul.market-list li i.ico4 { background-position: -300px 0; } 
#drop-service .detail-contents .drop-area ul.market-list li i.ico5 { background-position: -400px 0; } 
#drop-service .detail-contents .drop-area ul.market-list li i.ico6 { background-position: -500px 0; } 
#drop-service .detail-contents .drop-area ul.market-list li i.ico7 { background-position: -600px 0; } 

#drop-service .detail-contents .drop-area ul.office-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/drop_spr.png') no-repeat; } 
#drop-service .detail-contents .drop-area ul.office-list li i.ico1 { background-position: 0 0; } 
#drop-service .detail-contents .drop-area ul.office-list li i.ico2 { background-position: -100px -100px; } 
#drop-service .detail-contents .drop-area ul.office-list li i.ico3 { background-position: -200px -100px; } 
#drop-service .detail-contents .drop-area ul.office-list li i.ico4 { background-position: -300px -100px; } 
#drop-service .detail-contents .drop-area ul.office-list li i.ico5 { background-position: -400px -100px; } 

#drop-service .detail-contents .store-service { font-size: 0; } 
#drop-service .detail-contents .store-service li { display: inline-block; width: 25%; vertical-align: top; } 
#drop-service .detail-contents .store-service li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
#drop-service .detail-contents .store-service li i.ico1 { background-position: -800px -600px; } 
#drop-service .detail-contents .store-service li i.ico2 { background-position: -200px -600px; } 
#drop-service .detail-contents .store-service li i.ico3 { background-position: -400px -600px; } 
#drop-service .detail-contents .store-service li i.ico4 { background-position: -600px -600px; } 
#drop-service .detail-contents .store-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
#drop-service .detail-contents .store-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; color: #666; } 
/***********************standard6 - market 마켓통합관리*********************/
#standard-section6 .container { transform: unset; } 
#standard-section6 .global-info { width: 1200px; margin: 60px auto 0 auto; text-align: center; } 
#standard-section6 .global-info:after { content: ''; display: block; clear: both; } 
#standard-section6 .global-info li { float: left; width: 340px; height: 410px; padding-top: 275px; background: url('../images/bizhome/@spr_main_market.png') no-repeat; font-size: 17px; line-height: 1.53; letter-spacing: -0.9px; color: #fff; } 
#standard-section6 .global-info li + li { margin-left: 74px; } 
#standard-section6 .global-info li.global1 { margin-left: 0; } 
#standard-section6 .global-info li.global2 { background-position: -440px 0; } 
#standard-section6 .global-info li.global3 { background-position: -880px 0; } 

/******************** standard6 - market 마켓통합관리 slide1 *************************/
#standard-section6 .gb-service { display: block; margin: 30px auto; width: 1104px; height: 420px; font-size: 0; text-align: center; background: url('../images/bizhome/spr_global_img2.png') no-repeat center; background-size: 70%; } 
#standard-section6 .gb-service li { position: absolute; bottom: 0; display: inline-block; width: 480px; text-align: center; } 
#standard-section6 .gb-service li.service1 { left: 420px; } 
#standard-section6 .gb-service li.service2 { right: 420px; } 
#standard-section6 .gb-service li span { display: block; font-size: 20px; line-height: 1.7; letter-spacing: -1.2px; color: #1b4584; } 
#standard-section6 .gb-service li em { position: relative; display: inline-block; font-size: 24px; letter-spacing: -1.2px; color: #1b4584; font-weight: 800; } 
#standard-section6 .gb-service li em:before { content: ''; position: absolute; bottom: 0; left: -5px; display: inline-block; width: calc(100% + 18px); height: 16px; background: #ffff00; z-index: -1; } 
#standard-section6 .gb-service li em &gt; i { color: #0e346e; font-style: italic; } 
/******************** standard6 - market 마켓통합관리 slide2 *************************/
#standard-section6 .global-bg-img1 { position: relative; display: block; margin: 60px auto 0; width: 1077px; height: 460px; background: url('../images/bizhome/global_bg_img1.png') no-repeat; text-align: center; } 
#standard-section6 .global-bg-img1 .txt1 { position: absolute; top: 112px; left: 389px; font-size: 15px; line-height: 2; letter-spacing: -0.8px; color: #255090; font-weight: 800; } 
#standard-section6 .global-bg-img1 .txt2 { position: absolute; top: 190px; left: 433px; font-size: 15px; line-height: 2; letter-spacing: -0.8px; color: #10a3f6; font-weight: 800; } 
#standard-section6 .global-bg-img1 .txt3 { position: absolute; bottom: 0; left: 0; width: 416px; font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; text-align: center; } 
#standard-section6 .global-bg-img1 .txt3 strong { display: block; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #255090; font-weight: 800; } 
#standard-section6 .global-bg-img1 .txt4 { position: absolute; bottom: 0; right: 0; width: 564px; font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; text-align: center; } 
#standard-section6 .global-bg-img1 .txt4 strong { display: block; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #10a3f6; font-weight: 800; } 
/******************** standard6 - market 마켓통합관리 slide3 *************************/
#standard-section6 .global-bg-img2 { position: relative; display: block; margin: 60px auto 0; width: 1275px; height: 463px; background: url('../images/bizhome/global_bg_img2.png') no-repeat; text-align: center; } 
#standard-section6 .global-bg-img2 ul li { position: absolute; width: 215px; height: 127px; padding: 24px 0; font-size: 17px; color: #0e346e; letter-spacing: -0.9px; line-height: 1.53; } 
#standard-section6 .global-bg-img2 ul li.txt1 { top: 50px; left: 40px; } 
#standard-section6 .global-bg-img2 ul li.txt2 { top: 50px; left: 370px; } 
#standard-section6 .global-bg-img2 ul li.txt3 { top: 136px; right: 388px; height: 97px; } 
#standard-section6 .global-bg-img2 ul li.txt4 { top: 136px; right: 45px; } 
/******************** standard6 - market 마켓통합관리 slide5 *************************/
#standard-section6 .gb-service2 { width: 1300px; margin: 30px auto 60px auto; text-align: center; font-size: 0; box-sizing: border-box; } 
#standard-section6 .gb-service2:after { content: ''; display: block; clear: both; } 
#standard-section6 .gb-service2 li { float: left; width: 33.33%; } 
#standard-section6 .gb-service2 li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
#standard-section6 .gb-service2 li em { display: block; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #255090; font-weight: 800; } 
#standard-section6 .gb-service2 li:before { content: ''; display: block; margin: 0 auto 20px; width: 370px; height: 370px; background: url('../images/bizhome/spr_global_img3.png') no-repeat 0 0; } 
#standard-section6 .gb-service2 li.service2:before { background-position: -440px 0; } 
#standard-section6 .gb-service2 li.service3:before { background-position: -880px 0; } 

/******************** standard6 - market 마켓통합관리 globalMarket 팝업 *************************/

#globalMarket .detail-contents { position: unset; width: auto; margin: 20px 0 10px 0; } 
#globalMarket .list-type1 { margin-top: 20px; } 
#globalMarket .list-type1 li { font-size: 15px; letter-spacing: -0.4px; color: #333; } 
#globalMarket .list-type1 li + li { margin-top: 20px; } 
#globalMarket .detail-contents .gb-area strong { display: block; margin-bottom: 20px; font-size: 17px; letter-spacing: -0.4px; color: #333; } 
#globalMarket .detail-contents .gb-area ul { font-size: 0; } 
#globalMarket .detail-contents .gb-area ul li { display: inline-block; width: 74px; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; overflow: hidden; text-overflow: ellipsis; } 
html[lang='en'] #globalMarket .detail-contents .gb-area ul li { max-height: 114px; } 
#globalMarket .detail-contents .gb-area ul li + li { margin-left: 20px; } 
#globalMarket .detail-contents .gb-area + .gb-area { margin-top: 40px; } 
#globalMarket .detail-contents .gb-area ul.menu-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
#globalMarket .detail-contents .gb-area ul.menu-list li i.ico1 { background-position: 0 0; } 
#globalMarket .detail-contents .gb-area ul.menu-list li i.ico2 { background-position: -150px 0; } 
#globalMarket .detail-contents .gb-area ul.menu-list li i.ico3 { background-position: -300px 0; } 
#globalMarket .detail-contents .gb-area ul.menu-list li i.ico4 { background-position: -450px 0; } 
#globalMarket .detail-contents .gb-area ul.menu-list li i.ico5 { background-position: -600px 0; } 
#globalMarket .detail-contents .gb-area ul.menu-list li i.ico6 { background-position: -750px 0; } 
#globalMarket .detail-contents .gb-area ul.set-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
#globalMarket .detail-contents .gb-area ul.set-list li i.ico1 { background-position: 0 -150px; } 
#globalMarket .detail-contents .gb-area ul.set-list li i.ico2 { background-position: -150px -150px; } 
#globalMarket .detail-contents .gb-area ul.set-list li i.ico3 { background-position: -300px -150px; } 
#globalMarket .detail-contents .gb-area ul.set-list li i.ico4 { background-position: -450px -150px; } 
#globalMarket .detail-contents .store-service { font-size: 0; } 
#globalMarket .detail-contents .store-service li { display: inline-block; width: 25%; vertical-align: top; } 
#globalMarket .detail-contents .store-service li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 10px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
#globalMarket .detail-contents .store-service li i.ico1 { background-position: -800px -600px; } 
#globalMarket .detail-contents .store-service li i.ico2 { background-position: 0px -600px; } 
#globalMarket .detail-contents .store-service li i.ico3 { background-position: -400px -600px; } 
#globalMarket .detail-contents .store-service li i.ico4 { background-position: -600px -600px; } 
#globalMarket .detail-contents .store-service li strong { display: block; margin-bottom: 10px; font-size: 16px; letter-spacing: -0.8px; color: #333; } 
#globalMarket .detail-contents .store-service li p { font-size: 13px; letter-spacing: -0.8px; line-height: 1.54; color: #666; } 
#globalMarket .detail-contents .ch-area strong { display: block; margin-bottom: 20px; font-size: 17px; letter-spacing: -0.4px; color: #333; } 
#globalMarket .detail-contents .ch-area ul { font-size: 0; } 
#globalMarket .detail-contents .ch-area ul li { display: inline-block; width: 74px; font-size: 12px; letter-spacing: -0.3px; text-align: center; color: #666; } 
#globalMarket .detail-contents .ch-area ul li + li { margin-left: 30px; } 
#globalMarket .detail-contents .ch-area ul li:nth-child(8),
#globalMarket .detail-contents .ch-area ul li:nth-child(15) { margin-left: 0; } 
#globalMarket .detail-contents .ch-area ul li:nth-child(8) ~ li { margin-top: 26px; } 
#globalMarket .detail-contents .ch-area + .ch-area { margin-top: 40px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i { display: block; width: 74px; height: 74px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico1 { background-position: 0 -300px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico2 { background-position: -150px -300px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico3 { background-position: -300px -300px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico4 { background-position: -450px -300px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico5 { background-position: -600px -300px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico6 { background-position: -750px -300px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico7 { background-position: 0 -450px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico8 { background-position: -150px -450px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico9 { background-position: -300px -450px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico10 { background-position: -450px -450px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.ico11 { background-position: -600px -450px; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.kakao { background: url('../images/bizhome/icon_kakao.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.wemake { background: url('../images/bizhome/icon_wemake.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.halfclub { background: url('../images/bizhome/icon_half.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list li i.mapssi { background: url('../images/bizhome/icon_biz.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i { display: block; width: 78px; height: 83px; margin: 0 auto 10px; background: url('../images/bizhome/global_spr.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico1 { background-position: 0 -600px; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico2 { background: url('../images/bizhome/lazada_SG.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico3 { background: url('../images/bizhome/lazada_TH.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico4 { background: url('../images/bizhome/lazada_PH.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico5 { background: url('../images/bizhome/lazada_ID.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico6 { background-position: -150px -600px; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico7 { background: url('../images/bizhome/Q_JP.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico8 { background: url('../images/bizhome/sp_ID.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico9 { background: url('../images/bizhome/sp_SG.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico10 { background: url('../images/bizhome/sp_MY.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico11 { background: url('../images/bizhome/sp_TW.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico12 { background: url('../images/bizhome/sp_TH.png') no-repeat; } 
#globalMarket .detail-contents .ch-area ul.ch-list2 li i.ico13 { background: url('../images/bizhome/Zilingo_SG.png') no-repeat; } 

/***********************standard7 - affiliates 마케팅 *********************/
#standard-section7 .container { transform: unset; } 
#standard-section7 .affiliates-info { width: 1240px; margin: 60px auto 0 auto; background: url('../images/bizhome/@spr_main_affiliates.png') no-repeat; font-size: 0; } 
#standard-section7 .affiliates-info li { display: inline-block; padding-top: 380px; width: 360px; text-align: center; } 
#standard-section7 .affiliates-info li span { font-size: 16px; opacity: 0.6; line-height: 1.88; letter-spacing: -0.8px; color: #0e346e; } 
#standard-section7 .affiliates-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #0e346e; font-weight: 600; } 
#standard-section7 .affiliates-info li + li { margin-left: 65px; } 
/***********************standard7 - affiliates 마케팅 slide1*********************/
#standard-section7 .affiliates-service { width: 955px; margin: 0 auto; } 
#standard-section7 .affiliates-service li { display: inline-block; position: relative; width: 424px; height: 482px; background: url('../images/bizhome/spr_affiliates_img2.png') no-repeat 0 0; text-align: center; } 
#standard-section7 .affiliates-service li + li { margin-left: 102px; background-position: -526px 0; } 
#standard-section7 .affiliates-service li p { display: inline-block; position: absolute; top: 186px; left: 0; width: 100%; font-size: 18px; line-height: 1.56; letter-spacing: -0.9px; color: #0e346e; text-align: center; word-wrap: break-word; word-break: keep-all; } 
#standard-section7 .affiliates-service li p &gt; strong { display: block; margin-bottom: 14px; font-size: 22px; line-height: 1.36; letter-spacing: -1.1px; color: #0e346e; font-weight: 600; } 
/***********************standard7 - affiliates 마케팅 slide2*********************/
#standard-section7 .affiliates-msg { width: 100%; font-size: 0; text-align: center; } 
#standard-section7 .ft-desc { margin-bottom: 50px; } 
#standard-section7 .affiliates-msg li { display: inline-block; width: 345px; height: 341px; padding-top: 260px; background: url('../images/bizhome/spr_affiliates_img3.png') no-repeat; font-size: 17px; line-height: 1.53; letter-spacing: -0.9px; color: #fff; } 
#standard-section7 .affiliates-msg li + li { margin-left: 74px; } 
#standard-section7 .affiliates-msg li.affiliates2 { background-position: -393px 0; } 
#standard-section7 .affiliates-msg li.affiliates3 { background-position: -783px 0; } 
/***********************standard7 - affiliates 마케팅 slide3*********************/
#standard-section7 .affiliates-bg-img1 { position: relative; display: block; margin: 60px auto 0; width: 1244px; height: 400px; background: url('../images/bizhome/affiliates_bg_img1.png') no-repeat center; background-size: 50%; text-align: center; } 
#standard-section7 .affiliates-bg-img1 .affiliates-txt { position: absolute; left: 435px; bottom: 14px; font-size: 14px; line-height: 1.6; letter-spacing: -1px; color: #fff; text-align: left; } 
#standard-section7 .affiliates-bg-img1 .affiliates-txt p { display: table-cell; vertical-align: middle; } 
/***********************standard-request*********************/
#storeServicebbs { padding: 150px 0; background: #fff; } 

/************************영어버전**************************/
html[lang='en'] #premium-section2 .store-info li:first-child { padding: 10px 20px; } 
html[lang='en'] #premium-section2 .store-info li { padding: 25px 20px; } 
html[lang='en'] #premium-section2 .store-info li:nth-child(2) span { height: 48px; line-height: 48px; } 
html[lang='en'] #premium-section2 .store-info li:nth-child(3) span { height: 48px; line-height: 48px; } 
html[lang='en'] #premium-section2 .business .circle { padding: 45px 0; } 
html[lang='en'] #premium-section5 .container .inner .positionB { left: 400px; } 
html[lang='en'] #premium-section5 .container .inner .positionD { right: 220px; } 
html[lang='en'] #premium-section5 .container .inner .tree .tree-depth { font-size: 12px; } 
html[lang='en'] #premium-section5 .container .inner .tree .depth { right: -428px; } 
html[lang='en'] #premium-section5 .container .inner .tree .depth li { width: 250px; } 
html[lang='en'] #premium-section6 .inner .txt { padding: 10px 50px; font-size: 12px; } 
html[lang='en'] .standardStore .main-bg-img2 .naver-info li { line-height: 1.1; } 
html[lang='en'] #standard-section5 .drop-bg-img2 .drop-txt1 li { padding: 15px 30px; line-height: 1.2; } 
html[lang='en'] #standard-section6 .global-bg-img2 ul li { padding: 15px 10px; } 
html[lang='en'] #standard-section6 .global-bg-img2 ul li.txt3 { line-height: 1.1; } 
html[lang='en'] #standard-section7 .affiliates-service li p { padding: 0 30px; } 
html[lang='en'] #standard-section7 .affiliates-msg li span { display: inline-block; padding: 0 10px; } 

/**************************join-input htm*************************/
.btn-small { display: inline-block; min-width: 200px; padding: 5px 20px; margin-top: 10px; background: #4abfff; font-size: 14px; text-align: center; line-height: 1.5; color: #fff; } 
.join-section .list-type3.second { margin-top: 10px; } 
.business-infomation .list-type3 li:first-child:before { content: ''; display: block; position: absolute; top: 5px; left: 0; width: 3px; height: 3px; border-radius: 50%; background: #3e3e3e; } 
.business-infomation .list-type3 li:before { display: none; } 
.document-infomation .list-type3 li:before { content: ''; display: block; position: absolute; top: 5px; left: 0; width: 3px; height: 3px; border-radius: 50%; background: #3e3e3e; } 
.join-section .fileUpload dt { line-height: 30px; } 
.join-section .file-find { display: inline-block; padding: 7px 10px; color: #fff; font-size: inherit; line-height: normal; vertical-align: middle; background-color: #4abfff; cursor: pointer; } 
.join-section .fileName { display: inline-block; } 
.fileUpload .upload-name { display: none; max-width: 150px; margin-left: 10px; background-color: transparent; line-height: 30px; cursor: pointer; } 
.fileUpload .upload-name.on { display: inline-block; } 
.fileUpload .fileNameDelete { display: none; width: 15px; height: 30px; background: url('../images/bizhome/EX.png') no-repeat center; background-size: 100%; font-size: 0; } 
.fileUpload .fileNameDelete.on { display: inline-block; vertical-align: top; } 

/*************************레이어팝업 해외구매대행 신고*******************/
#overseas_purchase_info .biz-layer-wrap { padding: 0; } 
#overseas_purchase_info .biz-layer-header { padding: 32px 0 10px 32px; } 
#overseas_purchase_info .biz-layer-content { margin-bottom: 0; height: calc(100% - 76px); } 
#overseas_purchase_info .popCheck { margin: 30px 0; padding: 30px 30px 30px 30px; } 
#overseas_purchase_info .popCheck li { padding-left: 45px; height: 40px; margin-bottom: 30px; background: url('../images/bizhome/pop_check.png') no-repeat; line-height: 40px; font-weight: 600; color: #222; font-size: 18px; } 
#overseas_purchase_info .popCheck li:last-child { margin: 0; } 
#overseas_purchase_info .stepbg { background-color: #4bbeff; background-image: url('../images/bizhome/sellingbot_logo_pop_pc.png'); background-repeat: no-repeat; background-position: center bottom 105px; padding: 60px 30px 250px 30px; box-shadow: 0px 7px 5px 3px rgba(0, 0, 0, 0.05) inset; } 
#overseas_purchase_info .stepbg h2 { width: 460px; padding: 10px 0; margin: 0 auto 35px auto; background: #fff; border-radius: 25px; color: #4bbeff; font-size: 26px; text-align: center; box-shadow: 3px 4px 9px 3px rgba(0, 0, 0, 0.05); } 
#overseas_purchase_info .stepbg h3 { color: #fff; text-align: center; font-size: 20px; font-weight: 500; } 
#overseas_purchase_info .stepbg .code { display: block; margin-bottom: 25px; text-align: center; color: #fff; font-size: 50px; font-weight: 600; } 
#overseas_purchase_info .stepbg .stepWrap { padding: 60px 50px; background: #fff; border-radius: 20px; box-shadow: 3px 4px 12px 3px rgba(0, 0, 0, 0.15); } 
#overseas_purchase_info .stepbg .stepWrap .step { margin-bottom: 100px; } 
#overseas_purchase_info .stepbg .stepWrap .step:last-child { margin-bottom: 45px; } 
#overseas_purchase_info .stepbg .stepWrap .step2 .text:after { content: ''; display: block; clear: both; } 
#overseas_purchase_info .stepbg .stepWrap .step2 ul { float: right; width: 65%; font-weight: 500; font-size: 16px; } 
#overseas_purchase_info .stepbg .stepWrap .step2 ul li { margin-bottom: 10px; } 
#overseas_purchase_info .stepbg .stepWrap .step3 .text:after { content: ''; display: block; clear: both; } 
#overseas_purchase_info .stepbg .stepWrap .step3 ul { float: right; width: 65%; font-weight: 500; font-size: 16px; } 
#overseas_purchase_info .stepbg .stepWrap .step3 ul li { margin-bottom: 10px; } 
#overseas_purchase_info .stepbg .stepWrap .text { margin-bottom: 35px; font-size: 18px; color: #363636; font-weight: 600; } 
#overseas_purchase_info .stepbg .stepWrap .text span { display: block; margin-bottom: 5px; font-size: 24px; color: #4bbeff; } 
#overseas_purchase_info .stepbg .stepWrap .img { width: 100%; border-radius: 20px; } 
#overseas_purchase_info .stepbg .stepWrap .step1 .img { height: 540px; background: url('../images/bizhome/pop_step1.png') no-repeat center; background-size: 100%; } 
#overseas_purchase_info .stepbg .stepWrap .step2 .img { height: 550px; background: url('../images/bizhome/pop_step2.png') no-repeat center; background-size: 100%; } 
#overseas_purchase_info .stepbg .stepWrap .step3 .img { height: 525px; background: url('../images/bizhome/pop_step3.png') no-repeat center; background-size: 100%; } 
#overseas_purchase_info .stepbg .stepWrap .step4 .img { height: 150px; background: url('../images/bizhome/pop_step4.png') no-repeat center; background-size: 100%; } 
#overseas_purchase_info .stepbg .stepWrap .step5 .img { height: 320px; background: url('../images/bizhome/pop_step5.png') no-repeat center; background-size: 100%; } 
#overseas_purchase_info .stepbg .stepWrap .step6 .img { height: 395px; background: url('../images/bizhome/pop_step6.png') no-repeat center; background-size: 100%; } 
#overseas_purchase_info .stepbg .stepWrap .step7 .img { height: 315px; background: url('../images/bizhome/pop_step7.png') no-repeat center; background-size: 100%; } 
#overseas_purchase_info .stepbg .stepWrap .step8 .img { height: 575px; background: url('../images/bizhome/pop_step8.png') no-repeat center; background-size: 100%; } 

/************************마켓통합관리 소개1*********************/
.dropshipping { position: relative; height: auto; padding: 120px 0; box-sizing: border-box; background: #fff; z-index: 1; } 
.dropshipping .ft-title { font-weight: 500; } 
.section1 .container { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index: -1; } 
.section1 .container .store-info { margin-top: 60px; text-align: center; } 
.section1 .container .store-info li { display: inline-block; color: #fff; } 
.section1 .container .store-info li + li { margin-left: 50px; } 
.section1 .container .store-info li em { display: block; margin-bottom: 10px; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #fffd43; font-weight: 600; } 
.section1 .container .store-info li:before { content: ''; display: block; width: 221px; height: 221px; margin: 0 auto 16px; } 
.section1 .container .store-info li.store1:before { background: url('../images/dropshipping/dropshipping1_img1.png') no-repeat; } 
.section1 .container .store-info li.store2:before { background: url('../images/dropshipping/dropshipping1_img2.png') no-repeat; } 
.section1 .container .store-info li.store3:before { background: url('../images/dropshipping/dropshipping1_img3.png') no-repeat; } 
.section1 .container .store-info li.store4:before { background: url('../images/dropshipping/dropshipping1_img4.png') no-repeat; } 
/************************마켓통합관리 소개2*********************/
.section2:before { content: ''; display: inline-block; position: absolute; left: 50%; top: -2px; width: 80px; height: 22px; margin-left: -40px; background: url('../images/bizhome/main_bg_arrow.png') no-repeat 0 0; background-size: 80px 22px; z-index: 2; } 
#dropshipping2 .inner { position: relative; height: 520px; margin: 90px auto 0 auto; background: url('../images/dropshipping/dropshipping2.png') no-repeat center; } 
#dropshipping2 .inner .title { position: absolute; top: 0; left: 50%; transform: translateX(-50%); padding: 15px 0; text-align: center; color: #fff; font-size: 22px; line-height: 1.4; } 
#dropshipping2 .inner .title span { display: block; font-size: 18px; } 
#dropshipping2 .inner .sub_1,
#dropshipping2 .inner .sub_2 { position: absolute; bottom: 40px; width: 450px; height: 330px; } 
#dropshipping2 .inner .sub_1 { left: 180px; } 
#dropshipping2 .inner .sub_2 { right: 180px; } 
#dropshipping2 .inner .sub_1 h2,
#dropshipping2 .inner .sub_2 h2 { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); color: #4bbeff; font-size: 24px; } 
#dropshipping2 .inner .sub_2 h2 { color: #fa7575; } 
#dropshipping2 .inner .sub_1 p,
#dropshipping2 .inner .sub_2 p { position: absolute; bottom: 100px; width: 180px; text-align: center; color: #fff; font-size: 18px; } 
#dropshipping2 .inner .sub_1 p { left: 60px; } 
#dropshipping2 .inner .sub_2 p { right: 60px; } 
#dropshipping2 .inner .sub_1 ul,
#dropshipping2 .inner .sub_2 ul { position: absolute; bottom: 110px; width: 130px; text-align: center; color: #4bbeff; font-size: 20px; line-height: 3.5; font-weight: 600; } 
#dropshipping2 .inner .sub_1 ul { right: 80px; } 
#dropshipping2 .inner .sub_2 ul { left: 80px; } 
#dropshipping2 .inner .center { position: absolute; bottom: 140px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 18px; } 
#dropshipping2 .inner .sub_3 { position: absolute; left: 0; bottom: 0; width: 100%; font-size: 20px; font-weight: 600; color: #426ca9; } 
#dropshipping2 .inner .sub_3:after { content: ''; display: block; clear: both; } 
#dropshipping2 .inner .sub_3 .left { float: left; padding-left: 65px; } 
#dropshipping2 .inner .sub_3 .right { float: right; padding-right: 47px; } 
/************************마켓통합관리 소개3*********************/
#dropshipping3 { background-color: #f5f9fe; } 
#dropshipping3 .inner { margin-top: 90px; } 
#dropshipping3 .inner .store-list { display: inline-block; width: 260px; vertical-align: top; text-align: center; } 
#dropshipping3 .inner .store-list + .store-list { margin-left: 50px; } 
#dropshipping3 .inner .store-list em { display: block; margin-bottom: 10px; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
#dropshipping3 .inner .store-list:before { content: ''; display: block; width: 261px; height: 261px; margin: 0 auto 30px; } 
#dropshipping3 .inner .store-list.store1:before { background: url('../images/dropshipping/dropshipping3_img1.png') no-repeat; } 
#dropshipping3 .inner .store-list.store2:before { background: url('../images/dropshipping/dropshipping3_img2.png') no-repeat; } 
#dropshipping3 .inner .store-list.store3:before { background: url('../images/dropshipping/dropshipping3_img3.png') no-repeat; } 
#dropshipping3 .inner .store-list.store4:before { background: url('../images/dropshipping/dropshipping3_img4.png') no-repeat; } 
#dropshipping3 .inner .store-list .list { font-size: 15px; color: #24415f; } 
#dropshipping3 .inner .store-list .list li { margin-bottom: 8px; } 
#dropshipping3 .inner .txt { position: relative; width: 1200px; margin: 110px auto 0 auto; padding: 27px 70px; background-color: #244669; border-radius: 50px; color: #fff; font-size: 25px; text-align: center; } 
#dropshipping3 .inner .txt:before { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); content: ''; display: block; width: 61px; height: 45px; margin: 0 auto; background: url('../images/dropshipping/dropshipping3_img5.png') no-repeat; } 
/************************마켓통합관리 소개4*********************/
#dropshipping4 .ft-title { margin-bottom: 70px; } 
#dropshipping4 .inner1 { position: relative; width: 1220px; height: 460px; margin: 0 auto; background: url('../images/dropshipping/dropshipping4_img1.png') no-repeat; } 
#dropshipping4 .inner1 .list { position: absolute; bottom: 140px; width: 240px; font-size: 25px; font-weight: 600; color: #255090; text-align: center; } 
#dropshipping4 .inner1 .list1 { bottom: 163px; } 
#dropshipping4 .inner1 .list2 { left: 278px; } 
#dropshipping4 .inner1 .list3 { left: 565px; } 
#dropshipping4 .inner1 .list2 span,
#dropshipping4 .inner1 .list3 span { display: block; font-size: 14px; font-weight: 500; } 
#dropshipping4 .inner1 .more-list { position: absolute; top: 30px; right: -15px; font-size: 15px; color: #255090; } 
#dropshipping4 .inner1 .more-list li { margin-bottom: 73px; } 
#dropshipping4 .inner1 .list4 p { position: absolute; right: 35px; bottom: 20px; font-size: 25px; font-weight: 600; color: #255090; } 
#dropshipping4 .inner1 .txt { position: absolute; top: 120px; left: 520px; font-weight: 600; color: #1cacff; font-size: 18px; } 
#dropshipping4 .inner1 .txt2 { left: 800px; } 
/************마켓통합관리 소개4 슬라이드2************/
#dropshipping4 .inner2 { position: relative; width: 1220px; height: 460px; margin: 0 auto; background: url('../images/dropshipping/dropshipping4_img2.png') no-repeat; } 
#dropshipping4 .inner2 p { position: absolute; top: 44%; color: #244669; } 
#dropshipping4 .inner2 .txt1 { left: 245px; } 
#dropshipping4 .inner2 .txt2 { right: 265px; } 
/************마켓통합관리 소개4 슬라이드3************/
#dropshipping4 .inner3 { position: relative; width: 1220px; height: 400px; margin: 0 auto; background: url('../images/dropshipping/dropshipping4_img3.png') no-repeat center center; } 
#dropshipping4 .inner3 .txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #30a9ef; font-weight: 600; font-size: 22px; text-align: center; } 
#dropshipping4 .inner3 h2 { width: 165px; margin: 0 auto 30px auto; padding: 10px 0; border-radius: 40px; background-color: #426ca9; text-align: center; color: #fff; } 
#dropshipping4 .inner3 .sub1,
#dropshipping4 .inner3 .sub2 { position: absolute; width: 455px; } 
#dropshipping4 .inner3 .sub1 { left: 0; } 
#dropshipping4 .inner3 .sub2 { right: 0; } 
#dropshipping4 .inner3 dl { display: flex; border-radius: 10px; border: 1px solid #ddd; overflow: hidden; } 
#dropshipping4 .inner3 dl + dl { margin-top: 20px; } 
#dropshipping4 .inner3 dl dt { display: flex; align-items: center; justify-content: center; width: 135px; padding: 30px; background-color: #426ca9; color: #fff; box-sizing: border-box; font-size: 18px; } 
#dropshipping4 .inner3 dl dd { padding: 30px; font-size: 16px; } 
#dropshipping4 .inner3 .list li + li { margin-top: 20px; } 
#dropshipping4 .inner3 li:before { content: ''; display: inline-block; width: 3px; height: 3px; margin: 3px 5px; border-radius: 50%; background-color: #426ca9; } 
#dropshipping4 .inner3 .sub2 h2 { background-color: #244669; } 
#dropshipping4 .inner3 .sub2 dl { border: 1px solid #244669; color: #244669; text-align: center; font-weight: 600; } 
#dropshipping4 .inner3 .sub2 dl dd { padding: 20px 90px; } 
#dropshipping4 .inner3 .sub2 dl.dl2 { display: flex; align-items: center; justify-content: center; min-height: 175px; } 
/************마켓통합관리 소개4 슬라이드4************/
#dropshipping4 .inner4 { width: 1080px; height: 565px; margin: 0 auto; background: url('../images/dropshipping/dropshipping4_img4.png') no-repeat center center; text-indent: -9999px; } 

/************마켓통합관리 소개4 슬라이드5************/
#dropshipping4 .inner5 { position: relative; width: 1140px; height: 380px; margin: 0 auto; background: url('../images/dropshipping/dropshipping4_img5.png') no-repeat center center; } 
#dropshipping4 .inner5 p { position: absolute; width: 175px; font-size: 20px; font-weight: 600; text-align: center; } 
#dropshipping4 .inner5 .blue { color: #1cacff; } 
#dropshipping4 .inner5 .blue2 { color: #426ca9; } 
#dropshipping4 .inner5 .blue3 { color: #244669; } 
#dropshipping4 .inner5 .first-line { top: 135px; } 
#dropshipping4 .inner5 .line1 { left: 230px; } 
#dropshipping4 .inner5 .line2 { right: 315px; } 
#dropshipping4 .inner5 .second-line { bottom: 125px; } 
#dropshipping4 .inner5 .txt { top: 215px; left: 440px; color: #fff; font-weight: 500; font-size: 16px; } 

/************마켓통합관리 소개4 슬라이드6************/
#dropshipping4 .inner6 { position: relative; width: 1209px; height: 633px; margin: 0 auto; background: url('../images/dropshipping/dropshipping4_img6.png') no-repeat; } 
#dropshipping4 .inner6 h2 { display: inline-block; width: 170px; padding: 10px; border-radius: 45px; text-align: center; background-color: #426ca9; color: #fff; margin-left: 67px; } 
#dropshipping4 .inner6 .first { margin-right: 210px; } 
#dropshipping4 .inner6 .check { position: absolute; top: 0; right: 0; text-align: center; } 
#dropshipping4 .inner6 .check h2 { background-color: #1cacff; margin: 0 0 30px 0; } 
#dropshipping4 .inner6 .check ul { width: 410px; padding: 40px 50px 20px 70px; border: 2px solid #1cacff; border-radius: 40px; background-color: #ecf8ff; text-align: left; font-weight: 600; font-size: 18px; color: #0e346e; } 
#dropshipping4 .inner6 .check ul li { position: relative; margin-bottom: 20px; } 
#dropshipping4 .inner6 .check ul li:before { content: ''; display: block; width: 24px; height: 19px; position: absolute; top: 3px; left: -35px; background: url('../images/dropshipping/dropshipping4_img7.png') no-repeat; } 
/************마켓통합관리 소개5 슬라이드1************/
#dropshipping5 { background-color: #f5f9fe; } 
#dropshipping5 .ft-title { margin-bottom: 50px; } 
#dropshipping5 .inner1 { position: relative; width: 1157px; height: 440px; margin: 0 auto; background: url('../images/dropshipping/dropshipping5_img1.png') no-repeat center; } 
#dropshipping5 .inner1 ul { position: absolute; bottom: 66px; right: 0; } 
#dropshipping5 .inner1 ul li { margin-bottom: 10px; color: #0e346e; font-size: 17px; font-weight: 600; } 
#dropshipping5 .txt { text-align: center; font-size: 32px; color: #30a9ef; font-weight: 600; } 

#dropshipping5 .inner2 { position: relative; width: 1250px; height: 540px; margin: 0 auto; background: url('../images/dropshipping/dropshipping5_img2.png') no-repeat; text-indent: -9999px; } 
#dropshipping5 .inner3 { position: relative; width: 1001px; height: 700px; margin: 0 auto; background: url('../images/dropshipping/dropshipping5_img3.png') no-repeat top center; text-indent: -9999px; } 
/************마켓통합관리 소개6 슬라이드1************/
#dropshipping6 .ft-title { margin-bottom: 50px; } 

#dropshipping6 .inner1 { position: relative; width: 1200px; height: 550px; margin: 0 auto; background: url('../images/dropshipping/dropshipping6_img1.png') no-repeat; } 
#dropshipping6 .inner1 .first { position: absolute; top: 0; left: 165px; text-align: center; font-size: 16px; color: #7d99da; font-weight: 600; } 
#dropshipping6 .inner1 .first li { padding-top: 130px; } 
#dropshipping6 .inner1 .first li:first-child { padding-top: 145px; margin-bottom: 10px; color: #255090; } 
#dropshipping6 .inner1 .first span { display: block; font-size: 14px; } 
#dropshipping6 .inner1 .second { position: absolute; top: 50px; left: 290px; } 
#dropshipping6 .inner1 .second li { margin-bottom: 145px; font-size: 16px; font-weight: 600; } 
#dropshipping6 .inner1 p { position: absolute; top: 212px; left: 400px; color: #30a9ef; font-size: 20px; font-weight: 600; } 
#dropshipping6 .inner1 p.txt2 { left: 733px; } 

/************마켓통합관리 소개6 슬라이드2************/
#dropshipping6 .inner2 { position: relative; width: 1109px; height: 507px; margin: 0 auto; background: url('../images/dropshipping/dropshipping6_img3.png') no-repeat; } 
#dropshipping6 .inner2 p { position: absolute; top: 50px; left: 100px; font-size: 20px; font-weight: 600; } 
#dropshipping6 .inner2 p.txt1 { top: 333px; left: 45px; color: #255090; } 
#dropshipping6 .inner2 p.txt2 { top: 200px; left: 195px; } 
#dropshipping6 .inner2 p.txt3 { top: 200px; left: 505px; } 
#dropshipping6 .inner2 .list_1 { position: absolute; top: 0; right: 380px; font-size: 16px; } 
#dropshipping6 .inner2 .list_1 li { margin-bottom: 80px; } 
#dropshipping6 .inner2 .list_1 li.plus { margin-bottom: 140px; } 
#dropshipping6 .inner2 .list_2 { position: absolute; top: 0; right: 230px; } 
#dropshipping6 .inner2 .list_2 li { display: flex; align-items: center; justify-content: center; width: 65px; height: 65px; padding: 10px; background-color: #4abdff; border-radius: 100%; color: #fff; font-size: 16px; margin-bottom: 35px; text-align: center; } 
#dropshipping6 .inner2 .list_2 li.plus { margin-bottom: 100px; } 
#dropshipping6 .inner2 .list_1 li.minus { margin-bottom: 45px; } 
#dropshipping6 .inner2 .list_2 li.plus { margin-bottom: 85px; } 
#dropshipping6 .inner2 .list_2 li.minus { margin-bottom: 10px; } 
#dropshipping6 .inner2 .list_2 li.off { background-color: #eeeeee; color: #999999; font-weight: 600; } 
#dropshipping6 .inner2 .list_3 { position: absolute; top: 0; right: 0; } 
#dropshipping6 .inner2 .list_3 li { width: 180px; margin: 0 auto 35px auto; padding: 15px 0; border: 1px solid #4abdff; background-color: #dcf2ff; border-radius: 10px; text-align: center; color: #4abdff; font-weight: 600; font-size: 18px; } 
#dropshipping6 .inner2 .list_3 li.gray { border: 1px solid #dddddd; background-color: #eeeeee; color: #999999; } 
#dropshipping6 .inner2 .list_3 li.border { width: 200px; padding: 0; border: 1px dashed #dddddd; background-color: #fff; } 
#dropshipping6 .inner2 .list_3 li.border li { margin: 10px; } 
#dropshipping6 .inner2 .list_3 li.border li:nth-child(2) { background-color: #fff; font-weight: 500; font-size: 16px; } 
#dropshipping6 .inner2 .list_3 li.border li:nth-child(3) { border: 1px solid #dddddd; background-color: #fff; font-weight: 500; color: #999999; font-size: 16px; } 

/************마켓통합관리 소개6 슬라이드3************/
#dropshipping6 .inner3 { position: relative; width: 1200px; height: 460px; margin: 0 auto; background: url('../images/dropshipping/dropshipping6_img4.png') no-repeat center top; } 
#dropshipping6 .inner3 p { position: absolute; left: 457px; bottom: 150px; font-size: 20px; font-weight: 600; color: #999999; } 
#dropshipping6 .inner3 p.on { position: absolute; top: 48px; color: #4ec0fc; } 
#dropshipping6 .inner3 ul { width: 400px; position: absolute; top: 0px; right: 0; padding: 40px 30px 50px 30px; box-sizing: border-box; border: 2px solid #4ec0fc; border-radius: 20px; background-color: #ecf8ff; } 
#dropshipping6 .inner3 ul h2 { width: 200px; padding: 10px; margin: 0 auto 30px auto; background-color: #4ec0fc; border-radius: 40px; text-align: center; color: #fff; } 
#dropshipping6 .inner3 ul li { position: relative; padding-left: 50px; color: #0e346e; font-size: 16px; font-weight: 700; } 
#dropshipping6 .inner3 ul li + li { margin-top: 35px; } 
#dropshipping6 .inner3 ul li:before { content: ''; display: block; width: 24px; height: 19px; position: absolute; top: 6px; left: 0; background: url('../images/dropshipping/dropshipping4_img7.png') no-repeat; } 
/************마켓통합관리 소개7************/
#dropshipping7 { background-color: #f5f9fe; } 
#dropshipping7 .ft-title { margin-bottom: 50px; } 
#dropshipping7 .inner { position: relative; width: 1217px; height: 528px; margin: 0 auto; background: url('../images/dropshipping/dropshipping7.png') no-repeat center; } 
#dropshipping7 .inner .top { position: absolute; top: 0; left: 500px; font-size: 30px; font-weight: 600; color: #30a9ef; } 
#dropshipping7 .inner .list { position: absolute; top: 70px; left: 495px; text-align: center; width: 210px; color: #30a9ef; font-size: 16px; } 
#dropshipping7 .inner .list li { padding: 10px 0; border-bottom: 1px dashed #30a9ef; } 
#dropshipping7 .inner .list li:last-child { border-bottom: 0; } 
#dropshipping7 .inner p { position: absolute; top: 50px; color: #467cc7; font-size: 23px; font-weight: 600; } 
#dropshipping7 .inner p.left { left: 130px; } 
#dropshipping7 .inner p.right { right: 130px; } 

/* s: 비즈홈 교육센터 페이지 */
.training_wrap .training_top {margin: 70px 0 0 0;  text-align: center; color: #fff;}
.training_wrap .training_top .inner {display: flex; min-height: 400px; background: #9caabb url('../images/bizhome/training_view_bg.png') no-repeat center; color: #fff; flex-direction: column; justify-content: center;}
.training_wrap .training_top .inner .title {font-size: 50px; font-weight: 800; }
.training_wrap .training_top .inner .sub_title {font-size: 20px;} 

.training_wrap .training_top .training_list {width: 100%;}
.training_wrap .training_top .training_list ul { display: flex; height: 112px; border-bottom: 1px solid #e5ebf2; text-align: center; align-items: center; justify-content: center; background: #f5f9fe; } 
.training_wrap .training_top .training_list ul li { width: 120px; height: 100%;  background-position: top 30px center; background-repeat: no-repeat;}
.training_wrap .training_top .training_list ul li:nth-of-type(1) { background-image: url('../images/bizhome/biz_training_menu1.png'); } 
.training_wrap .training_top .training_list ul li:nth-of-type(2) { background-image: url('../images/bizhome/biz_training_menu2.png'); } 
.training_wrap .training_top .training_list ul li:nth-of-type(3) { background-image: url('../images/bizhome/biz_training_menu3.png'); } 
.training_wrap .training_top .training_list ul li:nth-of-type(4) { background-image: url('../images/bizhome/biz_training_menu4.png'); } 
.training_wrap .training_top .training_list ul li + li {margin-left: 25px;}
.training_wrap .training_top .training_list ul li a {position:relative; display: block; height: 100%; padding-top: 70px; color: #0e346e; text-align: center; font-size: 16px; font-weight: 600; } 
.training_wrap .training_top .training_list ul li a.active:after {content: ''; position: absolute; left:0; bottom: 0; display: block; width: 100%; height: 4px; background: #0e346e;}
.training_wrap .training_top .training_list.fixed {position: fixed; top: 70px; left: 0;}

.training_wrap .content {margin: 100px 0 0 0;}
.training_wrap .content .inner {width: 1280px; margin: 0 auto;}
.training_wrap .content .title {font-size: 40px; color: #333; font-weight: 800;}
.training_wrap .content .sub_title {margin: 20px 0 0 0; font-size: 20px; color: #666; }
.training_wrap .content .video_wrap {display: flex; margin-top: 40px; flex-wrap: wrap;}
.training_wrap .content .video_wrap li {width: 410px; margin: 0 25px 0 0;}
.training_wrap .content .video_wrap li:nth-child(3n) {margin: 0;}
.training_wrap .content .video_wrap li a { display: block; width: 100%; height: 100%;} 
.training_wrap .content .video_wrap li a img {width: 100%;}
.training_wrap .content .video_wrap li p {margin: 10px 0 30px 0; text-align: center; color: #000; font-size: 18px; }
.training_wrap .content .training_video_list { margin-top: 50px; padding: 40px 50px; border: 1px solid #ddd; border-radius: 10px; text-align: left; } 
.training_wrap .content .training_video_list li { display: inline-block; } 
.training_wrap .content .training_video_list li + li {margin: 0 0 0 40px;}
.training_wrap .content .training_video_list li a::before { content: ''; display: inline-block; width: 3px; height: 3px; margin: 0 3px; background-color: #ddd; border-radius: 100%; vertical-align: middle; } 
.training_wrap .content .training_video_list li .on { color: #58c8f6; } 
.training_wrap .content .training_video_list li .on::before { background-color: #58c8f6; } 

.training_wrap .content .detail_video_wrap { margin-top: 60px; text-align: left; } 
.training_wrap .content .detail_video_wrap .video_title { font-size: 24px; font-weight: 600; color: #222; } 
.training_wrap .content .detail_video_wrap .video_info { margin-top: 10px; font-size: 16px; color: #666; } 
.training_wrap .content .detail_video_wrap iframe { width: 100%; height: 720px; margin-top: 40px; background-color: #ddd; } 
.training_wrap .content .detail_video_wrap .video_txt { margin-top: 100px; font-size: 18px; color: #666666; } 
.training_wrap .content .detail_video_wrap .video_txt h5 { margin-bottom: 30px; font-size: 18px; } 
.training_wrap .content .detail_video_wrap .video_txt p + p { margin-top: 10px; } 
.training_wrap .content .detail_video_wrap .video_txt p::before { content: ''; display: inline-block; width: 2px; height: 2px; margin: 0 5px 0 0; background-color: #666; vertical-align: middle; } 
.training_wrap .content .detail_video_list { margin: 70px 0 0 0; padding: 30px 0 120px 0; border-top: 1px solid #ddd; } 
.training_wrap .content .detail_video_list .video_relation {margin: 20px 0 0 0;}
.training_wrap .content .detail_video_list .video_relation .slides { display: inline-block; width: 245px; margin-left: 15px; } 
.training_wrap .content .detail_video_list .video_relation .slides a {display: block;}
.training_wrap .content .detail_video_list .video_relation .slides a img {width: 100%;}
.training_wrap .content .detail_video_list .video_relation .slides:first-child { margin-left: 0; } 
.training_wrap .content .detail_video_list .video_relation .slides iframe { height: 136px; } 
.training_wrap .content .detail_video_list .video_relation .slides p { margin-top: 16px; color: #222; } 
.training_wrap .content .detail_video_list .video_relation .slick-prev {left: -50px;}
.training_wrap .content .detail_video_list .video_relation .slick-next {right: -50px;}

/* e: 비즈홈 교육센터 페이지 */

/**********************************************************************************************************************************************/

/*** 2020.10 개편 ***/

/* 비즈홈 공통 */
/* .main-section_new { position: relative; display: flex; align-items: center; height: 100vh; background-color: #ffffff; box-sizing: border-box; z-index: 1; } */
.main-section_new { position: relative; display: flex; align-items: center; padding: 100px 0; background-color: #ffffff; box-sizing: border-box; z-index: 1; } 
.main-section_new.bg_color { background-color: #f5f9fe; } 
.main-section_new .biz_mg { margin: 90px auto 0 auto; text-align: center; } 
.main-section_new .btn-area { margin-top: 40px; } 
/* 소개페이지 공통 */
.detail_contents_wrap { overflow: hidden; } 
.detail_contents_wrap .first_section { position: relative; background-color: #255090; z-index: -1; } 
.detail_contents_wrap .first_section .container { position: fixed; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%); } 
.detail_contents_wrap .service_inquiry_wrap { padding: 80px 0; background-color: #255090; text-align: center; font-size: 40px; color: #fff; line-height: 1.3; font-weight: 600; } 
.detail_contents_wrap .service_inquiry_wrap .detail { margin-top: 50px; background-color: #fff; font-size: 25px; color: #255090; border-radius: 55px; } 

/* 메인 스토어 */
.main-section_new .store-info li { display: inline-block; width: 260px; text-align: center; vertical-align: top; } 
.main-section_new .store-info li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
.main-section_new .store-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.main-section_new .store-info li:before { content: ''; display: block; width: 260px; height: 260px; margin: 0 auto 16px; background: url('../images/bizhome/@spr_main_store.png') no-repeat; } 
.main-section_new .store-info li + li { margin-left: 60px; } 
.main-section_new .store-info li.store2:before { background-position: -320px 0; } 
.main-section_new .store-info li.store3:before { background-position: -640px 0; } 
.main-section_new .store-info li.store4:before { background-position: -960px 0; } 

/* 메인 마켓통합관리 */
.main-section_new .global-info { margin-top: 20px; text-align: center; } 
.main-section_new .global-info li { display: inline-block; width: 340px; height: 410px; padding-top: 300px; background: url('../images/bizhome/@spr_main_market.png') no-repeat; font-size: 18px; line-height: 1.44; letter-spacing: -0.9px; color: #fff; } 
.main-section_new .global-info li + li { margin-left: 100px; } 
.main-section_new .global-info li.global2 { background-position: -440px 0; } 
.main-section_new .global-info li.global3 { background-position: -880px 0; } 

/* 메인 드롭쉬핑 */
.main-section_new .drop-info { margin-top: 40px; text-align: center; } 
.main-section_new .drop-info li { display: inline-block; text-align: center; } 
.main-section_new .drop-info li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
.main-section_new .drop-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.main-section_new .drop-info li:before { content: ''; display: block; width: 360px; height: 360px; margin: 0 auto 16px; background: url('../images/bizhome/spr_drop_img1.png') no-repeat; } 
.main-section_new .drop-info li + li { margin-left: 70px; } 
.main-section_new .drop-info li.drop1:before { background-position: -430px 0; } 
.main-section_new .drop-info li.drop2:before { background-position: -860px 0; } 

/* 메인 글로벌서비스 */
#main_global { height: 100vh; } 
.main-section_new .main-bg-img1 { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 1075px; height: 469px; } 
.main-section_new .main-bg-img1 span { display: block; width: 1075px; height: 469px; background: url('../images/bizhome/main_bg_img1.png') no-repeat; text-align: center; } 
.main-section_new .main-bg-img1 strong { position: absolute; bottom: 120px; right: 30px; font-size: 20px; letter-spacing: -1px; color: #255090; font-weight: 600; line-height: 1.2; } 

/* 메인 어필리에이트 마케팅 */
.main-section6 { position: relative; background: #f5f9fe; height: 980px; padding-top: 120px; z-index: 1; } 
.main-section_new .affiliates-info { width: 1220px; height: 443px; margin-top: 60px; background: url('../images/bizhome/@spr_main_affiliates.png') no-repeat; font-size: 0; } 
.main-section_new .affiliates-info li { display: inline-block; padding-top: 380px; width: 360px; text-align: center; } 
.main-section_new .affiliates-info li span { font-size: 16px; line-height: 1.88; letter-spacing: -0.8px; color: #24415f; } 
.main-section_new .affiliates-info li em { display: block; font-size: 20px; line-height: 1.5; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.main-section_new .affiliates-info li + li { margin-left: 65px; } 

/* 메인 프랜차이즈 */
.main-section_new .biz_franchise { display: block; width: 950px; height: 300px; margin: 90px auto 0 auto; padding-top: 255px; background: url('../images/bizhome/biz_franchise.png') no-repeat; text-align: center; font-size: 23px; font-weight: 600; color: #1b4584; } 

/* 메인 글로벌마케팅 */
.main-section_new .biz_globalmarket { position: relative; display: block; width: 1100px; height: 400px; margin: 90px auto 0 auto; background: url('../images/bizhome/biz_globalmarket.png') no-repeat center center; text-align: center; font-size: 23px; font-weight: 600; color: #1b4584; } 
.main-section_new .biz_globalmarket li { position: absolute; min-width: 160px; padding: 10px 20px; border: 2px solid #1b4584; border-radius: 10px; font-size: 18px; font-weight: 600; line-height: 1; } 
.main-section_new .biz_globalmarket li:nth-child(odd) { background-color: #fff; } 
.main-section_new .biz_globalmarket li.g1 { top: 80px; left: 95px; } 
.main-section_new .biz_globalmarket li.g2 { top: 210px; left: 0px; } 
.main-section_new .biz_globalmarket li.g3 { top: 310px; left: 145px; } 
.main-section_new .biz_globalmarket li.g4 { top: 40px; right: 130px; } 
.main-section_new .biz_globalmarket li.g5 { top: 145px; right: 0px; } 
.main-section_new .biz_globalmarket li.g6 { top: 250px; right: 85px; } 

/* 메인 릴라켓 기능 */
.main-section_new .biz_service ul { display: flex; flex-wrap: wrap; width: 1030px; margin: 90px auto 0 auto; } 
.main-section_new .biz_service li { width: 155px; height: 155px; margin: 0 20px 20px 0; padding: 30px 0 0 0; background-color: #f5f9fe; text-align: center; border-radius: 50%; } 
.main-section_new .biz_service li:before { content: ''; display: block; height: 36px; margin: 0 auto 10px auto; background: url('../images/bizhome/biz_service_icon.png') no-repeat; } 
.main-section_new .biz_service li:nth-child(n + 13):nth-child(-n + 18) { margin-bottom: 0; } 
.main-section_new .biz_service li:nth-child(6n) { margin-right: 0; } 
.main-section_new .biz_service li span { display: block; font-weight: 600; } 
.main-section_new .biz_service li span:nth-of-type(1) { font-size: 17px; color: #4bbeff; } 
.main-section_new .biz_service li span:nth-of-type(2) { padding: 0 10px; font-size: 12px; color: #244669; } 
.main-section_new .biz_service li:nth-of-type(1):before { width: 34px; } 
.main-section_new .biz_service li:nth-of-type(2):before { width: 32px; background-position: -38px 0; } 
.main-section_new .biz_service li:nth-of-type(3):before { width: 35px; background-position: -74px 0; } 
.main-section_new .biz_service li:nth-of-type(4):before { width: 50px; background-position: -113px 0; } 
.main-section_new .biz_service li:nth-of-type(5):before { width: 50px; background-position: -164px 0; } 
.main-section_new .biz_service li:nth-of-type(6):before { width: 38px; background-position: -218px 0; } 
.main-section_new .biz_service li:nth-of-type(7):before { width: 35px; background-position: 0 -36px; } 
.main-section_new .biz_service li:nth-of-type(8):before { width: 36px; background-position: -40px -36px; } 
.main-section_new .biz_service li:nth-of-type(9):before { width: 36px; background-position: -77px -36px; } 
.main-section_new .biz_service li:nth-of-type(10):before { width: 38px; background-position: -118px -36px; } 
.main-section_new .biz_service li:nth-of-type(11):before { width: 38px; background-position: -158px -36px; } 
.main-section_new .biz_service li:nth-of-type(12):before { width: 32px; background-position: -199px -36px; } 
.main-section_new .biz_service li:nth-of-type(13):before { width: 36px; background-position: 0px -74px; } 
.main-section_new .biz_service li:nth-of-type(14):before { width: 48px; background-position: -39px -74px; } 
.main-section_new .biz_service li:nth-of-type(15):before { width: 37px; background-position: -90px -74px; } 
.main-section_new .biz_service li:nth-of-type(16):before { width: 36px; background-position: -132px -74px; } 
.main-section_new .biz_service li:nth-of-type(17):before { width: 38px; background-position: -173px -74px; } 
.main-section_new .biz_service li:nth-of-type(18):before { width: 43px; background-position: -216px -74px; } 

/* 푸터 floating */
.float_service { position: fixed; bottom: 0; display: flex; align-items: center; justify-content: center; width: 100%; height: 70px; background-color: rgba(0, 0, 0, 0.7); text-align: center; z-index: 100; } 
.float_service a { display: block; min-width: 150px; height: 40px; border: 1px solid #fff; border-radius: 20px; line-height: 40px; font-size: 16px; font-weight: 600; color: #ffffff; } 
.float_service a:nth-of-type(2) { margin-left: 10px; } 
.float_service a:nth-of-type(3) { margin-left: 57px; border: 0; font-size: 0; background: url('../images/bizhome/relaket_logo.png') no-repeat center center; } 
.float_service a:nth-of-type(4) { margin-left: 17px; background-color: #4fbfff; border: 1px solid #4fbfff; } 

/* GNB 개선 - 로그인 전 */
/* .gnb_utill { position: absolute; top: 50%; right: 30px; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 0; } 
.gnb_utill .biz_gnb_btn { display: inline-block; height: 38px; padding: 0 30px; margin-left: 10px; border: 1px solid #7d7f81; border-radius: 50px 50px; line-height: 38px; font-size: 16px; color: #222; vertical-align: middle; } 
#header.active .gnb_utill .biz_gnb_btn,
#header.on .gnb_utill .biz_gnb_btn { color: #222; border: 1px solid #7d7f81; } 
.fbg #header .biz_gnb_btn { color: #fff; border: 1px solid #fff; } 

.fbg #header .biz_gnb_btn.create-btn,
.gnb_utill .biz_gnb_btn.create-btn { border: 1px solid #4fb7f3; background: #4fb7f3; color: #fff; } 
#header.active .gnb_utill .biz_gnb_btn.create-btn,
#header.on .gnb_utill .biz_gnb_btn.create-btn { color: #fff; border: 1px solid #4fb7f3; }  */

/* GNB 개선 - 패밀리사이트 */
/* .gnb_utill .biz_site { display: inline-block; position: relative; } 
.fbg .gnb_utill .biz_site .biz_site_btn { background: url('../images/bizhome/biz_gnb_white.png') no-repeat; } 
.gnb_utill .biz_site .biz_site_btn { display: inline-block; width: 30px; height: 32px; background: url('../images/bizhome/biz_gnb_hover.png') no-repeat; vertical-align: middle; border-radius: 50%; } 
#header.active .gnb_utill .biz_site .biz_site_btn,
#header.on .gnb_utill .biz_site .biz_site_btn { background: url('../images/bizhome/biz_gnb_hover.png') no-repeat; } 
.gnb_utill .biz_site.active .biz_site_btn { background: url('../images/bizhome/biz_gnb_gray.png') no-repeat !important; } 

.gnb_utill .biz_site.active ul { display: block; } 
.gnb_utill .biz_site ul { display: none; position: absolute; top: 50px; right: 0; width: 210px; padding: 25px; border-radius: 5px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); background: #fff; text-align: left; z-index: 100; } 
.gnb_utill .biz_site ul li a { display: block; margin-bottom: 10px; font-size: 16px; color: #666; } 
.gnb_utill .biz_site ul li:nth-of-type(4) a { margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd; } 
.gnb_utill .biz_site ul li:last-child a { margin: 0; }  */

/* GNB 개선 - 로그인 후 */
/* .gnb_utill .name { display: inline-block; margin: 0 10px; font-size: 14px; color: #666; font-weight: 600; vertical-align: middle; } 
.fbg .gnb_utill .name { color: #fff; } 
#header.active .gnb_utill .name,
#header.on .gnb_utill .name { color: #666; } 

.fbg .gnb_utill .util-btn { background: url('../images/bizhome/biz_login_off.png') no-repeat center; border: 1px solid #fff; } 
.gnb_utill .util-btn { display: inline-block; width: 30px; height: 30px; background: url('../images/bizhome/biz_login_hover.png') no-repeat center; vertical-align: middle; border: 1px solid #ddd; border-radius: 50%; } 
#header.active .gnb_utill .util-btn,
#header.on .gnb_utill .util-btn { background: url('../images/bizhome/biz_login_hover.png') no-repeat center; border: 1px solid #ddd; } 
.gnb_utill .util-btn.active { background: url('../images/bizhome/biz_login_on.png') no-repeat center !important; border: 1px solid #ddd; } 

.gnb_utill .util-info { display: none; position: absolute; top: 50px; right: 0; width: 210px; padding: 25px; border-radius: 5px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); background: #fff; text-align: right; z-index: 100; } 
.gnb_utill .util-info a { display: block; margin-bottom: 10px; font-size: 16px; color: #666; } 
.gnb_utill .util-info .logout { margin: 20px 0 0 0; padding-top: 20px; border-top: 1px solid #ddd; }  */

/* GNB 개선 - 국가선택 */
/* .gnb_utill .biz_lang_on .biz_nation i { display: block; position: relative; width: 32px; height: 22px; background: url('../images/sprite.png') no-repeat; }  
 .gnb_utill .biz_lang_on .biz_nation i:after { content: ""; display: block; position: absolute; top: 7px; right: -16px; width: 9px; height: 6px; background: url('../images/sprite.png') -200px -69px no-repeat; } 
.gnb_utill .biz_lang_on .biz_nation i:after { content: ''; display: block; position: absolute; top: 7px; right: -16px; width: 9px; height: 6px; background: url('../images/bizhome/biz_sprite.png') no-repeat -100px 0; } 
.gnb_utill .biz_lang_on.active .biz_nation i:after { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); } 
.fbg #header .gnb_utill .biz_lang_on .biz_nation i:after { background: url('../images/bizhome/biz_sprite.png') no-repeat -100px -20px; } 
#header.active .gnb_utill .biz_lang_on .biz_nation i:after,
#header.on .gnb_utill .biz_lang_on .biz_nation i:after { background: url('../images/bizhome/biz_sprite.png') no-repeat -100px 0; } 

.gnb_utill .biz_lang_on .korean i { background-position: -747px -408px; } 
.gnb_utill .biz_lang_on .english i { background-position: -782px -408px; } 
.gnb_utill .biz_lang_on .chinese i { background-position: -815px -408px; } 
.gnb_utill .biz_lang_on .japanese i { background-position: -850px -408px; } 

.gnb_utill .biz_lang_on { display: inline-block; position: relative; margin-left: 10px; } 
.gnb_utill .biz_lang_on .biz_nation { display: inline-block; width: 66px; padding: 3px; vertical-align: middle; border: 1px solid transparent; cursor: pointer; } 
.gnb_utill .biz_lang_on.active .biz_nation { border: 1px solid #ddd; background-color: #fff; } 

.gnb_utill .biz_lang_list { display: none; position: absolute; top: 30px; left: 0; z-index: 1100; width: 66px; border: 1px solid #ddd; border-top: 0; background: #fff; text-align: left; } 
.gnb_utill .biz_lang_on.active .biz_lang_list { display: block; } 

.gnb_utill .biz_lang_list span { overflow: hidden; display: block; position: relative; padding: 3px; font-size: 12px; line-height: 22px; } 
.gnb_utill .biz_lang_list span:hover { background-color: #eee; } 
.gnb_utill .biz_lang_list span input { position: absolute; top: 0; left: 0; opacity: 0.01; } 
.gnb_utill .biz_lang_list span label { display: inline-block; cursor: pointer; font-size: 10px; text-transform: uppercase; } 
.gnb_utill .biz_lang_list span label:before { content: ''; display: inline-block; width: 32px; height: 22px; margin: 0 3px 0 0; background: url('../images/sprite.png') -747px -408px no-repeat; vertical-align: top; } 
.gnb_utill .biz_lang_list span.lang2 label:before { background-position: -782px -408px; } 
.gnb_utill .biz_lang_list span.lang3 label:before { background-position: -815px -408px; } 
.gnb_utill .biz_lang_list span.lang4 label:before { background-position: -850px -408px; } 
*/



/* 릴라켓 소개 */
.wrap-interview.new .interview-vd { display: block; width: 1138px; height: 640px; margin: 0 auto; } 

@media screen and (max-width: 1500px){
 .wrap-interview.new .interview-vd { display: block; width: 1100px; height: 540px; margin: 0 auto; } 
 }

/* s : 프랜차이즈 상세 소개 페이지 */
.biz_franchise.v2 { color: #fffd43; font-weight: 800; } 
.franchise_service { width: 1000px; margin: 50px auto 0 auto; padding: 30px 0; background-color: #edf8ff; border-radius: 150px; text-align: center; color: #4bbeff; } 
.franchise_service h3 { font-size: 32px; font-weight: 600; color: #30a9ef; } 

.franchise_service ul { display: flex; flex-wrap: wrap; justify-content: center; } 
.franchise_service:nth-of-type(2) { height: 240px; background-color: #fff; border: 2px dashed #e2edfd; } 
.franchise_service:nth-of-type(2) h3 { position: relative; top: -52px; display: inline-block; width: 180px; background-color: #fff; color: #457aca; } 
.franchise_service ul li { flex-grow: 1; text-align: center; font-size: 22px; font-weight: 600; } 
.franchise_service .fran_main li:before { content: ''; display: block; width: 80px; height: 85px; margin: 0 auto 15px auto; background-image: url('../images/bizhome/franchise_icon_wrap.png'); background-repeat: no-repeat; } 
.franchise_service .fran_main { margin-top: 20px; } 
.franchise_service .fran_main li + li { border-left: 3px dotted #9ed7f9; } 
.franchise_service .fran_main li:nth-of-type(1):before { background-position: -116px 0; } 
.franchise_service .fran_main li:nth-of-type(2):before { width: 109px; background-position: -226px 0; } 
.franchise_service .fran_main li:nth-of-type(3):before { width: 87px; background-position: 0 0; } 
.franchise_service .fran_main li:nth-of-type(4):before { width: 66px; background-position: -354px 0; } 

.franchise_service .fran_add li { flex-grow: unset; width: 120px; height: 120px; padding: 30px 0 0 0; font-size: 16px; color: #457aca; background-color: #e2edfd; border-radius: 100%; line-height: 1; } 
.franchise_service .fran_add li + li { margin-left: 30px; } 
.franchise_service .fran_add li:before { content: ''; display: block; height: 36px; margin: 0 auto 10px auto; background: url('../images/bizhome/franchise_icon_wrap.png') no-repeat; } 
.franchise_service .fran_add li:nth-of-type(1):before { width: 48px; background-position: 0 -96px; } 
.franchise_service .fran_add li:nth-of-type(2):before { width: 40px; background-position: -60px -93px; } 
.franchise_service .fran_add li:nth-of-type(3):before { width: 35px; background-position: -118px -92px; } 
.franchise_service .fran_add li:nth-of-type(4):before { width: 36px; background-position: -174px -92px; } 
.franchise_service .fran_add li:nth-of-type(5):before { width: 36px; background-position: -229px -92px; } 
.franchise_service .fran_add li:nth-of-type(6):before { width: 40px; background-position: -284px -92px; } 

.fran_off { display: flex; flex-wrap: wrap; margin-top: 75px; } 
.fran_off li { width: 285px; text-align: center; font-size: 16px; font-weight: 600; color: #24415f; } 
.fran_off li + li { margin-left: 45px; } 
.fran_off li span { display: block; margin-bottom: 10px; font-size: 20px; color: #255090; } 
.fran_off li:before { content: ''; display: block; height: 285px; margin: 0 auto 20px auto; } 
.fran_off li:nth-of-type(1):before { background: url('../images/bizhome/fran_off1.png') no-repeat; } 
.fran_off li:nth-of-type(2):before { background: url('../images/bizhome/fran_off2.png') no-repeat; } 
.fran_off li:nth-of-type(3):before { background: url('../images/bizhome/fran_off3.png') no-repeat; } 
.fran_off li:nth-of-type(4):before { background: url('../images/bizhome/fran_off4.png') no-repeat; } 

.fran_img1 { position: relative; display: flex; justify-content: center; flex-direction: column; height: 520px; padding-left: 50%; font-size: 22px; font-weight: 600; color: #1b4584; } 
.fran_img1:before,
.fran_img1:after { content: ''; display: block; position: absolute; } 
.fran_img1:before { top: 50px; left: 0; width: 587px; height: 465px; background: url('../images/bizhome/fran_img1.png') no-repeat; } 
.fran_img1:after { width: 541px; height: 341px; background: url('../images/bizhome/fran_txt1.png') no-repeat; z-index: -1; } 
.fran_img1 li { position: relative; margin-left: 65px; padding-left: 20px; } 
.fran_img1 li:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; width: 5px; height: 5px; background-color: #1b4584; border-radius: 100%; } 

.fran_img2 { position: relative; display: flex; justify-content: center; flex-direction: column; height: 520px; margin-top: 40px; padding-right: 50%; font-size: 22px; font-weight: 600; color: #1b4584; } 
.fran_img2:before,
.fran_img2:after { content: ''; display: block; position: absolute; } 
.fran_img2:before { top: 50px; right: 0; width: 587px; height: 465px; background: url('../images/bizhome/fran_img2.png') no-repeat; } 
.fran_img2:after { width: 541px; height: 341px; background: url('../images/bizhome/fran_txt2.png') no-repeat; z-index: -1; } 
.fran_img2 li { position: relative; margin-left: 85px; padding-left: 20px; } 
.fran_img2 li:before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: block; width: 5px; height: 5px; background-color: #1b4584; border-radius: 100%; } 

.fran_on { display: flex; flex-wrap: wrap; margin-top: 75px; } 
.fran_on li { width: 285px; text-align: center; font-size: 16px; font-weight: 600; color: #24415f; } 
.fran_on li + li { margin-left: 45px; } 
.fran_on li span { display: block; margin-bottom: 10px; font-size: 20px; color: #255090; } 
.fran_on li:before { content: ''; display: block; height: 285px; margin: 0 auto 20px auto; } 
.fran_on li:nth-of-type(1):before { background: url('../images/bizhome/fran_on1.png') no-repeat; } 
.fran_on li:nth-of-type(2):before { background: url('../images/bizhome/fran_on2.png') no-repeat; } 
.fran_on li:nth-of-type(3):before { background: url('../images/bizhome/fran_on3.png') no-repeat; } 
.fran_on li:nth-of-type(4):before { background: url('../images/bizhome/fran_on4.png') no-repeat; } 
/* e : 프랜차이즈 상세 소개 페이지 */

/* s : 글로벌서비스 상세 소개 페이지 */
.detail_contents_wrap .biz_globalmarket li { background-color: #fff; } 
.detail_contents_wrap .global { position: relative; width: 860px; margin: 50px auto 0 auto; text-align: center; color: #0e346e; } 
.detail_contents_wrap .global h3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 32px; font-weight: 700; color: #0e346e; } 

.global_brand li { position: absolute; width: 50%; font-size: 22px; font-weight: 600; line-height: 80px; } 
.global_brand li:nth-of-type(1) { top: 0; left: 0; } 
.global_brand li:nth-of-type(2) { top: 0; right: 0; } 
.global_brand li:nth-of-type(3) { bottom: 0; left: 0; } 
.global_brand li:nth-of-type(4) { bottom: 0; right: 0; } 
.global_brand::before { content: ''; display: block; width: 860px; height: 600px; margin: 0 auto; background: url('../images/bizhome/global_service1.png') no-repeat; } 

.global_service2 { height: 455px; background: url('../images/bizhome/global_service2.png') no-repeat center; } 

.global_service3 { margin-top: 50px; } 
.global_service3::after { content: ''; display: block; clear: both; } 
.global_service3 li { float: left; width: 370px; margin-left: 70px; text-align: center; font-size: 17px; color: #24415f; } 
.global_service3 li:nth-of-type(1) { margin-left: 0; } 
.global_service3 li::before { content: ''; display: block; width: 370px; height: 370px; } 
.global_service3 li:nth-of-type(1):before { background: url('../images/bizhome/global_service3_1.png') no-repeat; } 
.global_service3 li:nth-of-type(2):before { background: url('../images/bizhome/global_service3_2.png') no-repeat; } 
.global_service3 li:nth-of-type(3):before { background: url('../images/bizhome/global_service3_3.png') no-repeat; } 
.global_service3 li span { display: block; margin-top: 20px; font-size: 22px; font-weight: 600; color: #0e346e; } 

.global_service4 { position: relative; height: 443px; margin-top: 50px; background: url('../images/bizhome/global_service4.png') no-repeat center; } 
.global_service4 li { position: absolute; display: flex; align-items: center; justify-content: center; width: 340px; height: 130px; background-color: #e7f8ff; border-radius: 90px; color: #255090; font-size: 26px; font-weight: 600; text-align: center; box-sizing: border-box; } 
.global_service4 li:nth-of-type(1) { top: 0; left: 0; padding-left: 130px; } 
.global_service4 li:nth-of-type(2) { top: 0; right: 0; padding-right: 130px; } 
.global_service4 li:nth-of-type(3) { bottom: 0; left: 0; padding-left: 130px; } 
.global_service4 li:nth-of-type(4) { bottom: 0; right: 0; padding-right: 130px; } 
.global_service4 li::before { content: ''; position: absolute; top: 0; display: block; width: 130px; height: 130px; background-color: #ace7fe; border-radius: 100%; background-repeat: no-repeat; background-position: center; } 
.global_service4 li:nth-of-type(2):before,
.global_service4 li:nth-of-type(4):before { right: 0; } 
.global_service4 li:nth-of-type(1):before,
.global_service4 li:nth-of-type(3):before { left: 0; } 
.global_service4 li:nth-of-type(1):before { background-image: url('../images/bizhome/global_service4_1.png'); } 
.global_service4 li:nth-of-type(2):before { background-image: url('../images/bizhome/global_service4_2.png'); } 
.global_service4 li:nth-of-type(3):before { background-image: url('../images/bizhome/global_service4_3.png'); } 
.global_service4 li:nth-of-type(4):before { background-image: url('../images/bizhome/global_service4_4.png'); } 

.global_service5 { height: 503px; margin-top: 50px; background: url('../images/bizhome/global_service5.png') no-repeat center; } 
/* e : 글로벌서비스 상세 소개 페이지 */

/* s: 2021.02.04 이효준 : 비즈홈 개편 추가 */
.float_fixed { position: fixed; left: 50%; bottom: 0; width: 1000px; margin: 0 0 0 -500px; background: #fff; opacity: 0.9; z-index: 1000; } 
/* e: 2021.02.04 이효준 : 비즈홈 개편 추가 */

/* s: 2021.02월 비즈홈 개편 - store_service 페이지 */
.feature-contents .service_info_top { position: relative; min-width: 1200px; height: 780px; background-image: url('../images/bizhome/biz_store_top_1.png'); background-size: cover; } 
.feature-contents .service_info_top .section_inner { position: relative; width: 1200px; margin: 0 auto; } 
.feature-contents .service_info_top .text_wrap { width: 1200px; margin: 0 auto; } 
.feature-contents .service_info_top .text_wrap .top_txt_1 { padding-top: 250px; color: #ffff00; font-size: 28px; font-weight: 400; line-height: 1.3; } 
.feature-contents .service_info_top .text_wrap .top_txt_1 em { font-weight: 700; } 
.feature-contents .service_info_top .text_wrap .top_txt_2 { padding-top: 25px; color: #ffffff; font-size: 70px; font-weight: bold; line-height: 1; } 
.feature-contents .service_info_top .text_wrap .top_txt_3 { display: block; padding-top: 45px; color: #ffffff; font-size: 25px; } 
.feature-contents .service_info_top .section_inner .img_wrap { position: absolute; top: 218px; right: 0; width: 530px; height: 560px; z-index: 11; } 
.feature-contents .service_info_top .section_inner .img_wrap .img { position: absolute; opacity: 1; transition: all 1s; } 
.feature-contents .service_info_top .section_inner .img_wrap .img1 { top: -82px; left: 27px; z-index: 2; } 
.feature-contents .service_info_top .section_inner .img_wrap .img2 { top: 88px; right: -30px; z-index: 1; } 
.feature-contents .service_info_top .section_inner .img_wrap .img3 { left: -100px; bottom: 60px; } 
.feature-contents .service_info_top .section_inner .img_wrap .img4 { left: 125px; bottom: -85px; } 
.feature-contents .service_info_top .section_inner .img_wrap .img span { position: absolute; padding: 5px 25px; text-align: center; color: #fff; border-radius: 17px; font-size: 17px; box-sizing: border-box; font-weight: 700; } 
.feature-contents .service_info_top .section_inner .img_wrap .img1 span { left: 40px; bottom: 90px; } 
.feature-contents .service_info_top .section_inner .img_wrap .img2 span { left: 40px; bottom: 108px; } 
.feature-contents .service_info_top .section_inner .img_wrap .img3 span { right: 80px; bottom: 70px; } 
.feature-contents .service_info_top .section_inner .img_wrap .img4 span { right: 70px; bottom: 70px; } 
.feature-contents .service_info_top .img_wrap .img:nth-of-type(1) span { background-color: #3acaa6; } 
.feature-contents .service_info_top .img_wrap .img:nth-of-type(2) span { background-color: #c477f5; } 
.feature-contents .service_info_top .img_wrap .img:nth-of-type(3) span { background-color: #34c5db; } 
.feature-contents .service_info_top .img_wrap .img:nth-of-type(4) span { background-color: #4d82ec; } 
.feature-contents .service_info_top .img_wrap.on .img { opacity: 1; } 
.feature-contents .service_info_top .img_wrap.on .img1 { transition-delay: 0.2s; top: 1px; left: 63px; } 
.feature-contents .service_info_top .img_wrap.on .img2 { transition-delay: 0.6s; top: 1px; right: -5px; z-index: 11; } 
.feature-contents .service_info_top .img_wrap.on .img3 { transition-delay: 1.4s; bottom: 87px; left: 63px; z-index: 11; } 
.feature-contents .service_info_top .img_wrap.on .img4 { transition-delay: 1s; left: 248px; bottom: 87px; z-index: 111; } 

.service_info_1 .float_wrap { position: relative; margin: 80px 0 0 0; } 
.service_info_1 .float_wrap:after { content: ''; display: block; clear: both; } 
.service_info_1 .float_wrap div { float: left; width: 50%; text-align: center; } 
.service_info_1 .float_wrap div p { font-size: 22px; font-weight: 600; color: #255090; text-align: center; } 
.service_info_1 .info_txt { margin: 70px 0 0 0; font-size: 28px; color: #255090; text-align: center; } 
.service_info_1 .info_txt span { font-weight: 600; } 
.service_info_1 .service-btn { margin: 50px 0 100px 0; } 
.service_info_1 .service-btn a { display: block; width: 240px; margin: 0 auto; padding: 10px 30px; background-color: #255090; color: #fff; font-size: 14px; border-radius: 50px; text-align: center; } 

.service_info_1 .float_wrap .ab { position: absolute; left: 50%; transform: translateX(-50%); font-size: 20px; color: #255090; font-weight: 600; } 
.service_info_1 .float_wrap .ab1 { top: 117px; } 
.service_info_1 .float_wrap .ab1:after { content: ''; position: absolute; left: -22px; bottom: -20px; display: block; width: 134px; height: 22px; background: url('../images/service_info/store_service_right_arrow.png') no-repeat; background-size: 100%; } 
.service_info_1 .float_wrap .ab2 { top: 50%; transform: translate(-50%, -50%); color: #4ec1f0; font-size: 24px; } 
.service_info_1 .float_wrap .ab3 { top: 215px; } 
.service_info_1 .float_wrap .ab3::before { content: ''; position: absolute; right: -8px; top: -16px; display: block; width: 134px; height: 22px; background: url('../images/service_info/store_service_left_arrow.png') no-repeat; background-size: 100%; } 
.service_info_1 .list_img { position: relative; } 
.service_info_1 .list_img ul { margin-top: 80px; } 
.service_info_1 .list_img ul:after { content: ''; display: block; clear: both; } 
.service_info_1 .list_img li { float: left; width: 20%; padding-top: 65px; margin-right: 50px; text-align: center; font-size: 22px; font-weight: 600; color: #255090; } 
.service_info_1 .list_img li:nth-of-type(1) { margin-right: 150px; padding-top: 0; } 
.service_info_1 .list_img li:nth-of-type(3) { position: relative; } 
/* .service_info_1 .list_img li:nth-of-type(3)::before { content: ''; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); display: block; width: 175px; height: 50px; background: url('../images/service_info/store_service_naver4.png') no-repeat; background-size:100%; } */
.service_info_1 .list_img li:nth-of-type(3)::before { content: ''; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); display: block; width: 175px; height: 50px; background: url('../images/service_info/smartstore_logo.png') no-repeat; background-size: 100%; } 
.service_info_1 .list_img li:nth-of-type(4) { margin-right: 0; } 
.service_info_1 .list_img li em { position: relative; display: inline-block; font-size: 16px; letter-spacing: -0.8px; color: #24415f; font-weight: 400; } 
.service_info_1 .list_img li em:before { content: ''; position: absolute; bottom: 0; left: -10px; display: inline-block; width: calc(100% + 20px); height: 13px; background: #ffff00; z-index: -1; } 

.service_info_1 .ab_wrap { position: absolute; top: 50%; left: 295px; transform: translateY(-50%); display: block; width: 100%; } 
.service_info_1 .ab_wrap .ab { position: absolute; font-size: 16px; color: #255090; font-weight: 600; } 
.service_info_1 .ab_wrap .ab1 { top: -57px; } 
.service_info_1 .ab_wrap .ab1:after { content: ''; position: absolute; left: -22px; bottom: -20px; display: block; width: 134px; height: 22px; background: url('../images/service_info/store_service_right_arrow.png') no-repeat; background-size: 100%; } 
.service_info_1 .ab_wrap .ab2 { top: -16px; left: -7px; color: #4ec1f0; font-size: 24px; } 
.service_info_1 .ab_wrap .ab3 { top: 33px; } 
.service_info_1 .ab_wrap .ab3::before { content: ''; position: absolute; right: -8px; top: -16px; display: block; width: 134px; height: 22px; background: url('../images/service_info/store_service_left_arrow.png') no-repeat; background-size: 100%; } 
/* e: 2021.02월 비즈홈 개편 - store_service 페이지 */

/**************** s: 2021.02월 비즈홈 개편 - store_service 페이지 new 버전 *************/
.clearfix:after { content: ''; display: block; clear: both; } 

/* s: 소개페이지 top 공통 */
.service_info_wrap { font-family: 'NanumSquare', sans-serif; overflow: hidden; } 
.normal { font-weight: 400; } 
.bold { font-weight: 700; } 
.bolder { font-weight: 800; } 
.light { font-weight: 300; } 
.service_info_wrap .service_info_top { position: relative; min-width: 1200px; height: 780px; background-image: url('../images/service_info/store_info_top.png'); background-size: cover; } 
.service_info_wrap .service_info_top .text_wrap { width: 1200px; margin: 0 auto; } 
.service_info_wrap .service_info_top .text_wrap .top_txt_1 { padding-top: 250px; color: #ffff00; font-size: 28px; font-weight: 400; line-height: 1.3; } 
.service_info_wrap .service_info_top .text_wrap .top_txt_1 em { font-weight: 700; } 
.service_info_wrap .service_info_top .text_wrap .top_txt_2 { padding-top: 25px; color: #ffffff; font-size: 70px; font-weight: bold; line-height: 1;} 
.service_info_wrap .service_info_top .text_wrap .top_txt_3 { display: block; padding-top: 45px; color: #ffffff; font-size: 25px; } 
/* e: 소개페이지 top 공통 */

/* s: 스토어소개 top */
.service_info_top .section_inner { position: relative; width: 1200px; margin: 0 auto; } 
.service_info_top .section_inner .img_wrap { position: absolute; top: 218px; right: 0; width: 530px; height: 560px; } 
.service_info_top .section_inner .img_wrap .img { position: absolute; opacity: 1; transition: all 1s; } 
.service_info_top .section_inner .img_wrap .img1 { top: -82px; left: 27px; z-index: 2; } 
.service_info_top .section_inner .img_wrap .img2 { top: 88px; right: -30px; z-index: 1; } 
.service_info_top .section_inner .img_wrap .img3 { left: -100px; bottom: 60px; } 
.service_info_top .section_inner .img_wrap .img4 { left: 125px; bottom: -85px; } 
.service_info_top .section_inner .img_wrap .img span { position: absolute; padding: 5px 25px; text-align: center; color: #fff; border-radius: 17px; font-size: 17px; box-sizing: border-box; font-weight: 700; } 
.service_info_top .section_inner .img_wrap .img1 span { left: 40px; bottom: 90px; } 
.service_info_top .section_inner .img_wrap .img2 span { left: 40px; bottom: 108px; } 
.service_info_top .section_inner .img_wrap .img3 span { right: 80px; bottom: 70px; } 
.service_info_top .section_inner .img_wrap .img4 span { right: 70px; bottom: 70px; } 
.service_info_top .img_wrap .img:nth-of-type(1) span { background-color: #3acaa6; } 
.service_info_top .img_wrap .img:nth-of-type(2) span { background-color: #c477f5; } 
.service_info_top .img_wrap .img:nth-of-type(3) span { background-color: #34c5db; } 
.service_info_top .img_wrap .img:nth-of-type(4) span { background-color: #4d82ec; } 
.service_info_top .img_wrap.on .img { opacity: 1; } 
.service_info_top .img_wrap.on .img1 { transition-delay: 0.2s; /* transition-delay: .2s; */
top: 0; left: 63px; } 
.service_info_top .img_wrap.on .img2 { transition-delay: 0.6s; /* transition-delay: .4s; */
top: -1px; right: -7px; z-index: 11; } 
.service_info_top .img_wrap.on .img3 { transition-delay: 1.4s; /* transition-delay: .3s; */
bottom: 86px; left: 63px; z-index: 11; } 
.service_info_top .img_wrap.on .img4 { transition-delay: 1s; /* transition-delay: .4s; */
left: 248px; bottom: 87px; z-index: 111; } 
/* e: 스토어소개 top */

/* s: section 공통 */
.service_info_wrap .section .section_inner { position: relative; width: 1200px; padding: 110px 0 120px 0; margin: 0 auto; } 
.service_info_wrap .section .text_wrap { position: relative; } 
.service_info_wrap .section .text_wrap .move { opacity: 0; visibility: visible; -webkit-transform: translateY(30px) scale(1); transform: translateY(30px) scale(1); } 
.service_info_wrap .section .text_wrap .move.on { opacity: 1; visibility: visible; -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1) 0s; } 
.service_info_wrap .section .text_wrap .section_tit span { display: block; margin-bottom: 20px; font-size: 25px; color: #454545; font-weight: 400; line-height: 1.3; letter-spacing: -0.5px; } 
.service_info_wrap .section .text_wrap .section_tit em { display: inline-block; position: relative; color: #346fe5; font-weight: 700; font-size: 30px; line-height: 1; } 
.service_info_wrap .section .text_wrap .text_line { position: absolute; top: 145px; left: 0; display: block; height: 5px; background: linear-gradient(to right, #346fe5, #4fb7f3); } 
@keyframes move { 
 0% { width: 0px; } 
25% { width: 25%; } 
50% { width: 50%; } 
75% { width: 75%; } 
100% { width: 100%; } 
 }
.service_info_wrap .section .text_wrap .txt_1 { padding-top: 65px; font-size: 17px; color: #454545; letter-spacing: -0.5px; } 
.service_info_wrap .section .text_wrap .txt_1 em { font-weight: 700; } 
.service_info_wrap .section .text_wrap .txt_2 { padding-top: 10px; font-size: 17px; color: #454545; } 
.service_info_wrap .section .btn_detail { position: relative; display: inline-block; min-width: 220px; padding: 10px 30px 10px 20px; margin-top: 75px; font-weight: 700; font-size: 17px; border-radius: 6px; color: #346fe5; letter-spacing: -0.03em; border: 2px solid #346fe5; line-height: 1.3; text-align: center; } 
.service_info_wrap .section .btn_detail:hover:after { right: 10%; } 
.service_info_wrap .section .btn_detail::after { position: absolute; top: 50%; right: 13%; transform: translateY(-50%); content: ''; display: block; width: 17px; height: 12px; /* width: 5px; height: 5px; border-right: 1px solid #454545; border-top: 1px solid #454545; transform: translateY(-50%) rotate(45deg); */
background: url('../images/service_info/new_arrow_right.png') no-repeat; transition: all 0.5s; } 
.service_info_wrap .section .img_wrap div img { width: 100%; } 
/* e: section 공통 */

/* s: 스토어 section1 */
.service_info_wrap .store_service1 .section_inner { background: url('../images/service_info/store_map.png') no-repeat top 95px left; } 
.service_info_wrap .store_service1 .section_inner::after { content: ''; display: block; clear: both; } 
.service_info_wrap .store_service1 .text_wrap { float: right; width: 480px; margin: 0 50px auto 0; text-align: left; } 
.service_info_wrap .store_service1 .text_wrap.on .text_line { width: 100%; animation: 2s linear move; } 
.service_info_wrap .store_service1 .img_wrap { position: relative; height: 300px; } 
.service_info_wrap .store_service1 .img_wrap div { position: absolute; transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(1) translateY(24px); transform: scale(1) translateY(24px); } 
.service_info_wrap .store_service1 .img_wrap.on div { -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 
.service_info_wrap .store_service1 .img_wrap.on div.img_1 { transition-delay: 0.2s; } 
.service_info_wrap .store_service1 .img_wrap.on div.img_2 { transition-delay: 0.3s; } 
.service_info_wrap .store_service1 .img_wrap div.img_1 { top: 70px; left: 405px; width: 185px; z-index: 1; } 
.service_info_wrap .store_service1 .img_wrap div.img_2 { top: 175px; left: 0px; width: 213px; z-index: 1; } 
.service_info_wrap .store_service1 .img_wrap div.img_3 { width: 415px; top: 50px; left: 132px; } 
/* e: 스토어 section1 */

/* s: 스토어 section2 */
/* .service_info_wrap .store_service2 .text_wrap { width: 600px; } */
.service_info_wrap .store_service2::before { content: ''; display: block; width: 100%; height: 1px; background-color: #e2e2e2; } 
.service_info_wrap .store_service2 .text_wrap { width: 485px; margin-left: 50px; } 
.service_info_wrap .store_service2 .text_wrap.on .text_line { width: 100%; animation: 2s linear move; } 
.service_info_wrap .store_service2 .text_wrap p { font-size: 17px; } 
.service_info_wrap .store_service2 .text_wrap p em { font-size: 17px; font-weight: 600; } 
.service_info_wrap .store_service2 .section_inner::after { content: ''; display: block; clear: both; } 
.service_info_wrap .store_service2 .img_wrap { position: absolute; top: 140px; right: 93px; width: 414px; height: 275px; } 
.service_info_wrap .store_service2 .img_wrap div.img_1 { position: absolute; width: 413px; transition: -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); transition: transform 1s cubic-bezier(0, 0, 0.58, 1); transition: transform 1s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(0.76) translateY(0); transform: scale(0.76) translateY(0); } 
.service_info_wrap .store_service2 .img_wrap div { position: absolute; opacity: 0; } 
.service_info_wrap .store_service2 .img_wrap.on div { opacity: 1; } 
.service_info_wrap .store_service2 .img_wrap.on div.img_1 { top: 0; right: 0; z-index: -1; -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 
.service_info_wrap .store_service2 .img_wrap div.img_2,
.service_info_wrap .store_service2 .img_wrap div.img_3,
.service_info_wrap .store_service2 .img_wrap div.img_4,
.service_info_wrap .store_service2 .img_wrap div.img_5,
.service_info_wrap .store_service2 .img_wrap div.img_6 { transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(1) translateY(24px); transform: scale(1) translateY(24px); } 
.service_info_wrap .store_service2 .img_wrap.on div.img_2,
.service_info_wrap .store_service2 .img_wrap.on div.img_3,
.service_info_wrap .store_service2 .img_wrap.on div.img_4,
.service_info_wrap .store_service2 .img_wrap.on div.img_5,
.service_info_wrap .store_service2 .img_wrap.on div.img_6 { -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 
.service_info_wrap .store_service2 .img_wrap.on div.img_2 { right: 222px; bottom: 21px; transition-delay: 0.4s; } 
.service_info_wrap .store_service2 .img_wrap.on div.img_3 { right: 17px; bottom: 21px; transition-delay: 0.1s; } 
.service_info_wrap .store_service2 .img_wrap.on div.img_4 { right: 120px; bottom: 91px; transition-delay: 0.1s; } 
.service_info_wrap .store_service2 .img_wrap.on div.img_5 { right: 17px; bottom: 91px; transition-delay: 0.2s; } 
.service_info_wrap .store_service2 .img_wrap.on div.img_6 { right: -65px; bottom: -48px; transition-delay: 0.7s; box-shadow: -18px 17px 13px rgb(0 0 0 / 7%); } 
.service_info_wrap .store_service2 .img_wrap .circle { position: absolute; left: -20px; top: 130px; width: 150px; height: 150px; /* border: 10px solid #aec5f3; border-radius: 50em; text-align: center; background-color: #fff; */
border: 10px solid transparent; border-radius: 50em; background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #346fe5, #4fb7f3); background-origin: border-box; background-clip: content-box, border-box; } 
.service_info_wrap .store_service2 .img_wrap.on .circle { animation-name: spinCircle_store; animation-duration: 1.5s; animation-timing-function: linear; animation-fill-mode: forwards; } 
.service_info_wrap .store_service2 .img_wrap .circle_in { position: absolute; left: -70px; top: 112px; font-size: 27px; font-weight: 700; text-align: center; color: #346fe5; } 
@keyframes spinCircle_store { 
 from { border-top: 10px solid #346fe5; transform: translate(-50%, -50%) rotate(0); -webkit-transform: translate(-50%, -50%) rotate(0); -moz-transform: translate(-50%, -50%) rotate(0); -ms-transform: translate(-50%, -50%) rotate(0); } 
/* 50% { border-top: 10px solid #346fe5; border-right: 10px solid #346fe5; transform: translate(-50%, -50%) rotate(180deg); -webkit-transform: translate(-50%, -50%) rotate(180deg); -moz-transform: translate(-50%, -50%) rotate(180deg); -ms-transform: translate(-50%, -50%) rotate(180deg); } */
to { border: 10px solid #346fe5; border-image: linear-gradient(45deg, #346fe5, #4fb7f3); border-image-slice: 1; transform: translate(-50%, -50%) rotate(360deg); -webkit-transform: translate(-50%, -50%) rotate(360deg); -moz-transform: translate(-50%, -50%) rotate(360deg); -ms-transform: translate(-50%, -50%) rotate(360deg); } 
 }
.service_info_wrap .store_service2 .add_info { display: block; margin: 95px 0 0 0; text-align: center; font-size: 38px; font-weight: 400; color: #111111; } 
.service_info_wrap .store_service2 .add_info span { color: #346fe5; font-weight: 700; } 
.service_info_wrap .store_service2 .slide_wrap .slide_bg { position: relative; width: 1200px; margin: 50px auto 150px auto; } 
.service_info_wrap .store_service2 .store_market_ani2 { position: relative; max-width: 1530px; overflow: hidden; margin: 60px auto; } 
.service_info_wrap .store_service2 .store_market_ani2:before,
.service_info_wrap .store_service2 .store_market_ani2:after { position: absolute; top: 0; content: ''; width: 100px; height: 270px; z-index: 2; } 
.service_info_wrap .store_service2 .store_market_ani2:before { left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 80%); } 
.service_info_wrap .store_service2 .store_market_ani2:after { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%); } 
.service_info_wrap .store_service2 .store_market_ani2 .row { position: relative; display: flex; height: 100px; align-items: center; background-color: #fff; } 
.service_info_wrap .store_service2 .store_market_ani2 .logo_item { position: absolute; left: 0; } 
.service_info_wrap .store_service2 .store_market_ani2 .row .logo_item:last-child { left: -1530px; } 
.service_info_wrap .store_service2 .store_market_ani2 .row:last-child { left: -100px; } 
/* e: 스토어 section2 */

/* s: 스토어 section3 */
.service_info_wrap .store_service3 { background-image: url('../images/service_info/store_service_naverbg.png'); } 
.service_info_wrap .store_service3 .section_inner { padding: 80px 0 65px 0; } 
.service_info_wrap .store_service3 .float_left { position: relative; float: left; width: 600px; } 
.service_info_wrap .store_service3 .float_right { float: left; width: 530px; margin: 60px 0 0 70px; } 
.service_info_wrap .store_service3 .text_wrap .section_tit { font-size: 30px; line-height: 1.3; letter-spacing: -0.5px; } 
.service_info_wrap .store_service3 .text_wrap .section_tit span { display: inline-block; margin-bottom: 0; color: #00c73c; font-size: 30px; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide li .txt_wrap { position: absolute; top: 270px; left: 670px; width: 100%; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide li img { margin: 0 auto; box-shadow: -18px 17px 13px rgb(0 0 0 / 7%); } 
.service_info_wrap .store_service3 .float_left .smart_store_slide .slide1 .img2,
.service_info_wrap .store_service3 .float_left .smart_store_slide .slide1 .img3 { position: absolute; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide.on .slide1 .img2 { top: 46px; left: 20px; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide.on .slide1 .img3 { bottom: 28px; right: 28px; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide .slide2 .img2 { position: absolute; top: 0; left: 0; width: 100%; z-index: -1; box-shadow: unset; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide .slide3 .img2 { position: absolute; top: 55px; left: 66px; z-index: -1; box-shadow: unset; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide .slide4 img { box-shadow: unset; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide li span,
.service_info_wrap .store_service3 .float_left .smart_store_slide li em { display: block; font-size: 17px; } 
.service_info_wrap .store_service3 .float_left .smart_store_slide li em { font-weight: 700; color: #346fe5; } 
.service_info_wrap .store_service3 .float_left .slide_wrap .slick-list { overflow: unset; } 
.service_info_wrap .store_service3 .float_left .slide_wrap .slick-dots { position: absolute; left: 666px; top: 330px; width: 100%; text-align: left; } 
.service_info_wrap .store_service3 .float_left .slide_wrap .slick-dots li { display: inline-block; margin: 0 5px; font-size: 0; } 
.service_info_wrap .store_service3 .float_left .slide_wrap .slick-dots li button { display: block; width: 10px; height: 10px; background-color: #ddd; border-radius: 100%; font-size: 0; } 
.service_info_wrap .store_service3 .float_left .slide_wrap .slick-dots li.slick-active button { background-color: #346fe5; } 
/* e: 스토어 section3 */

/* s: 스토어 section4 */
.service_info_wrap .store_service4 { text-align: center; } 
.service_info_wrap .store_service4 .text_wrap { width: 410px; margin: 0 auto 70px auto; } 
.service_info_wrap .store_service4 .text_wrap.on .text_line { top: 110px; left: 50%; transform: translateX(-50%); width: 100%; animation: 2s linear move; } 
.service_info_wrap .store_service4 .txt_1 { font-size: 20px; } 
.service_info_wrap .store_service4 .txt_1 em { font-weight: 700; } 
.service_info_wrap .store_service4 .slide_wrap { position: relative; } 
.service_info_wrap .store_service4 .sns_slide { margin-top: 75px; } 
.service_info_wrap .store_service4 .sns_slide li img { margin: 0 auto; } 
.service_info_wrap .store_service4 .sns_slide li span { display: block; margin-top: 40px; font-size: 20px; color: #222; font-weight: 700; } 
.service_info_wrap .store_service4 .arrow { position: absolute; top: 50%; width: 50px; height: 50px; border-radius: 100%; cursor: pointer; } 
.service_info_wrap .store_service4 #sns_prev { left: -25px; transform: translateY(-50%) rotate(-135deg); } 
.service_info_wrap .store_service4 #sns_next { right: -25px; transform: translateY(-50%) rotate(45deg); } 
.service_info_wrap .store_service4 #sns_prev:before,
.service_info_wrap .store_service4 #sns_next:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 30px; height: 30px; border-top: 2px solid #999; border-right: 2px solid #999; } 
.service_info_wrap .store_service4 .slick-dots { position: absolute; left: 0; right: 0; bottom: -40px; width: 100%; text-align: center; } 
.service_info_wrap .store_service4 .slick-dots li { display: inline-block; margin: 0 5px; font-size: 0; } 
.service_info_wrap .store_service4 .slick-dots li button { display: block; width: 10px; height: 10px; background-color: #ddd; border-radius: 100%; font-size: 0; } 
.service_info_wrap .store_service4 .slick-dots li.slick-active button { background-color: #346fe5; } 
/* e: 스토어 section4 */

/* s: 스토어 section5 */
.service_info_wrap .store_service5 { position: relative; width: 100%; padding: 50px 0; text-align: center; } 
.service_info_wrap .store_service5::after { content: ''; display: block; width: 100%; height: 100%; background: linear-gradient(274deg, #346fe5, #4fb7f3); position: absolute; top: 0; left: 0; z-index: -1; } 
.service_info_wrap .store_service5.on::after { animation: 0.5s linear move; } 
.service_info_wrap .store_service5 .text { opacity: 0; font-size: 28px; color: #fff; font-weight: 400; } 
.service_info_wrap .store_service5 .text em { font-weight: 700; } 
.service_info_wrap .store_service5 .text.on { opacity: 1; transition: opacity 1s; } 
/* e: 스토어 section5 */

/**************** e: 2021.02월 비즈홈 개편 - store_service 페이지 new 버전 *************/

/**************** s: 2021.02월 비즈홈 개편 - main 페이지 new 버전 *************/
/* s: 메인 공통 */
.biz_main_wrap { font-family: 'NanumSquare', sans-serif; overflow: hidden; } 
.biz_main_wrap .section_inner { width: 1200px; margin: 0 auto; padding: 120px 0 0 0; } 
.biz_main_wrap .section_inner .text_wrap .title { display: block; font-size: 38px; color: #222; font-weight: 400; line-height: 1.3; text-align: center; } 
.biz_main_wrap .section_inner .text_wrap .title em { font-weight: 700; } 
/* e: 메인 공통 */

/* s: 메인 top */
.biz_main_wrap .main_info_top { height: 817px; background-color: #4bbeff; /* background: linear-gradient(325deg, #02a4ff, #7bdbff); */ } 
.biz_main_wrap .main_info_top .section_inner { position: relative; } 
.biz_main_wrap .main_info_top .text_wrap { float: right; width: 370px; padding-top: 120px; font-size: 30px; color: #fff; line-height: 1.3; } 
.biz_main_wrap .main_info_top .text_wrap .top_txt_2 { margin-top: 52px; font-size: 35px; font-weight: 700; } 
.biz_main_wrap .main_info_top .text_wrap .top_txt_3 { display: block; margin-top: 30px; font-size: 58px; font-weight: 700; line-height: 1; } 
.biz_main_wrap .main_info_top .img_wrap { position: absolute; top: 15px; left: -45px; width: 765px; height: 755px; background: url('../images/main/main_top.png') no-repeat; } 
.biz_main_wrap .main_info_top .img_wrap .relaket { position: absolute; top: 30%; left: 46%; margin-top: 0; animation: updown 0.8s linear infinite alternate; -webkit-animation: updown 0.8s linear infinite alternate; } 
@keyframes updown { 
 0% { margin-top: 0px; } 
100% { margin-top: 10px; } 
 }

@keyframes updown { 
 0% { margin-top: 0px; } 
100% { margin-top: 10px; } 
 }

/* e: 메인 top */

/* s: 메인 section1 */
.biz_main_wrap .video_wrap { margin-top: 65px; text-align: center; } 
.biz_main_wrap .video_wrap iframe { margin: 0 auto; } 
/* e: 메인 seciton1 */

/* s: 메인 section2 */
.biz_main_wrap .main2 { height: 566px; background: url('../images/main/main2_bg.png') no-repeat; border-bottom: 3px solid #ddd; } 
.biz_main_wrap .main2 .text_wrap { padding-top: 100px; } 
.biz_main_wrap .main2 .text_wrap .tit { display: block; margin-top: 30px; font-size: 22px; color: #666666; text-align: center; } 
.biz_main_wrap .main2 .text_wrap .tit em { font-weight: 700; line-height: 1.3; } 
.biz_main_wrap .main2 .img_wrap { position: relative; width: 998px; margin: 70px auto 0 auto; z-index: 1; } 
.biz_main_wrap .main2 .img_wrap div { position: absolute; top: 0; opacity: 0; } 
.biz_main_wrap .main2 .img_wrap.on div { opacity: 1; transition: all 1s; } 
.biz_main_wrap .main2 .img_wrap span { position: absolute; top: 320px; left: 50%; transform: translateX(-50%); font-size: 32px; color: #666666; line-height: 1.3; font-weight: 700; } 
.biz_main_wrap .main2 .img_wrap .img_1 { left: 0; width: 260px; height: 260px; background-image: url('../images/main/main_2_1.png'); background-repeat: no-repeat; background-position: center; border-radius: 100%; background-color: rgba(174, 174, 174, 0.8); z-index: -1; } 
.biz_main_wrap .main2 .img_wrap .img_2 { left: 0; width: 315px; height: 260px; background: url('../images/main/main_2_2.png') no-repeat right; } 
.biz_main_wrap .main2 .img_wrap .img_3 { left: 0; width: 315px; height: 260px; background: url('../images/main/main_2_3.png') no-repeat center; } 
.biz_main_wrap .main2 .img_wrap .img_3 span { color: #4bbeff; } 
.biz_main_wrap .main2 .img_wrap.on .img_2 { left: 230px; } 
.biz_main_wrap .main2 .img_wrap.on .img_3 { left: 687px; transition-delay: 0.8s; transition-duration: 3s; transition-timing-function: ease; } 
/* e: 메인 section2 */

/* s: 메인 section3 */
.biz_main_wrap .main3 { margin-top: 300px; } 
.biz_main_wrap .main3 .section_inner { padding: 80px 0 0 0; } 
.biz_main_wrap .main3 .text_wrap { position: relative; float: left; width: 480px; padding-top: 50px; } 
.biz_main_wrap .main3 .text_wrap .tit { font-size: 30px; font-weight: 700; color: #02a4ff; } 
.biz_main_wrap .main3 .text_line { position: absolute; top: 120px; left: 0; display: block; height: 5px; background: linear-gradient(to right, #02a4ff, #7bdbff); } 
.biz_main_wrap .main3 .text_wrap.on .text_line { width: 100%; animation: 2s linear move; } 
@keyframes move { 
 0% { width: 0px; } 
25% { width: 25%; } 
50% { width: 50%; } 
75% { width: 75%; } 
100% { width: 100%; } 
 }
.biz_main_wrap .main3 .text_wrap .txt_1 { padding-top: 65px; font-size: 17px; color: #454545; letter-spacing: -0.5px; } 
.biz_main_wrap .main3 .text_wrap .txt_1 em { font-weight: 700; } 
.biz_main_wrap .main3 .text_wrap .btn_detail { position: relative; display: inline-block; min-width: 220px; padding: 10px 30px 10px 20px; margin-top: 55px; font-weight: 700; font-size: 17px; border-radius: 6px; color: #02a4ff; letter-spacing: -0.03em; border: 2px solid #02a4ff; line-height: 1.3; text-align: center; } 
.biz_main_wrap .main3 .text_wrap .btn_detail::after { position: absolute; top: 50%; right: 13%; transform: translateY(-50%); content: ''; display: block; width: 17px; height: 12px; background: url('../images/main/main_arrow_right.png') no-repeat; transition: all 0.5s; } 
.biz_main_wrap .main3 .text_wrap .btn_detail:hover:after { right: 10%; } 
.biz_main_wrap .main3 .img_wrap { position: relative; float: left; width: 600px; height: 480px; } 
.biz_main_wrap .main3 .img_wrap div { position: absolute; transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(1) translateY(35px); transform: scale(1) translateY(35px); } 
.biz_main_wrap .main3 .img_wrap div img { width: 100%; } 
.biz_main_wrap .main3 .img_wrap.on div { -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 

/* main3_1 */
.biz_main_wrap .main3 .main3_1 .text_wrap { margin-left: 70px; } 
.biz_main_wrap .main3 .main3_1 .section_inner { background: url('../images/service_info/store_map.png') no-repeat top 120px left; } 
.biz_main_wrap .main3 .main3_1 .img_wrap.on .img_1 { transition-delay: 0.3s; } 
.biz_main_wrap .main3 .main3_1 .img_wrap.on .img_2 { transition-delay: 0.5s; } 
.biz_main_wrap .main3 .main3_1 .img_wrap .img_1 { width: 106px; top: 35px; right: 30px; z-index: 1; } 
.biz_main_wrap .main3 .main3_1 .img_wrap .img_2 { width: 141px; top: 130px; left: 70px; z-index: 1; } 
.biz_main_wrap .main3 .main3_1 .img_wrap .img_3 { width: 414px; top: 50px; left: 130px; } 

/* main3_2 */
.biz_main_wrap .main3 .main3_2 { border-top: 1px solid #ddd; } 
.biz_main_wrap .main3 .main3_2 .text_wrap { margin: 0 70px 0 50px; } 
.biz_main_wrap .main3 .main3_2 .img_wrap .img_2 { top: 234px; left: 191px; } 
.biz_main_wrap .main3 .main3_2 .img_wrap .img_3 { top: 162px; right: 214px; } 
.biz_main_wrap .main3 .main3_2 .img_wrap .img_4 { top: 162px; right: 111px; } 
.biz_main_wrap .main3 .main3_2 .img_wrap .img_5 { top: 216px; right: 30px; } 
.biz_main_wrap .main3 .main3_2 .img_wrap div.img_1 { position: absolute; top: 40px; right: 94px; transition: -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); transition: transform 1s cubic-bezier(0, 0, 0.58, 1); transition: transform 1s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(0.76) translateY(0); transform: scale(0.76) translateY(0); } 
.biz_main_wrap .main3 .main3_2 .img_wrap div { position: absolute; opacity: 0; } 
.biz_main_wrap .main3 .main3_2 .img_wrap .img_2,
.biz_main_wrap .main3 .main3_2 .img_wrap .img_3,
.biz_main_wrap .main3 .main3_2 .img_wrap .img_4,
.biz_main_wrap .main3 .main3_2 .img_wrap .img_5 { transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(1) translateY(30px); transform: scale(1) translateY(30px); } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on div { opacity: 1; } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_1 { z-index: -1; } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_1,
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_2,
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_3,
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_4,
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_5 { -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_2 { transition-delay: 1s; } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_3 { transition-delay: 1.3s; } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_4 { transition-delay: 1.5s; } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on .img_5 { transition-delay: 1.3s; } 

.biz_main_wrap .main3 .main3_2 .img_wrap .circle { position: absolute; left: 83px; top: 170px; width: 140px; height: 140px; border: 10px solid transparent; border-radius: 50em; background-image: linear-gradient(#fff, #fff), linear-gradient(45deg, #02a4ff, #7bdbff); background-origin: border-box; background-clip: content-box, border-box; transform: translateY(0) scaleX(1); } 
.biz_main_wrap .main3 .main3_2 .img_wrap.on .circle { animation-name: spinCircle; animation-duration: 1.5s; animation-timing-function: linear; animation-fill-mode: forwards; } 
.biz_main_wrap .main3 .main3_2 .img_wrap .circle_in { position: absolute; left: 32px; top: 150px; font-size: 27px; font-weight: 700; text-align: center; color: #02a4ff; transform: translateY(0) scaleX(1); } 
@keyframes spinCircle { 
 from { border-top: 10px solid #02a4ff; transform: translate(-50%, -50%) rotate(0); -webkit-transform: translate(-50%, -50%) rotate(0); -moz-transform: translate(-50%, -50%) rotate(0); -ms-transform: translate(-50%, -50%) rotate(0); } 
to { border: 10px solid #02a4ff; border-image: linear-gradient(45deg, #02a4ff, #7bdbff); border-image-slice: 1; transform: translate(-50%, -50%) rotate(360deg); -webkit-transform: translate(-50%, -50%) rotate(360deg); -moz-transform: translate(-50%, -50%) rotate(360deg); -ms-transform: translate(-50%, -50%) rotate(360deg); } 
 }

/* main3_3 */
.biz_main_wrap .main3 .main3_3 { border-top: 1px solid #ddd; } 
.biz_main_wrap .main3 .main3_3 .text_wrap { margin-left: 70px; } 
.biz_main_wrap .main3 .main3_3 .img_wrap .img_1 { top: 35px; left: 60px; } 
.biz_main_wrap .main3 .main3_3 .img_wrap .img_2 { top: 90px; left: 344px; } 
.biz_main_wrap .main3 .main3_3 .img_wrap.on .img_2 { transition-delay: 0.3s; } 

/* main3_4 */
.biz_main_wrap .main3 .main3_4 { border-top: 1px solid #ddd; } 
.biz_main_wrap .main3 .main3_4 .text_wrap { margin: 0 70px 0 50px; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_1 { top: 55px; right: 150px; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 { top: 23px; right: 55px; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span { position: absolute; width: 68px; height: 68px; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_1 { top: 75px; right: 200px; background: url('../images/main/main3_4_01.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_2 { top: 75px; right: 117px; background: url('../images/main/main3_4_02.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_3 { top: 75px; right: 32px; background: url('../images/main/main3_4_03.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_4 { top: 158px; right: 200px; width: 88px; height: 89px; background: url('../images/main/main3_4_04.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_arrow { top: 205px; right: 200px; width: 45px; height: 54px; background: url('../images/main/main3_4_arrow.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_5 { top: 158px; right: 117px; background: url('../images/main/main3_4_05.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_6 { top: 158px; right: 32px; background: url('../images/main/main3_4_06.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_7 { top: 241px; right: 200px; background: url('../images/main/main3_4_07.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_8 { top: 241px; right: 117px; background: url('../images/main/main3_4_08.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span.img_2_9 { top: 241px; right: 32px; background: url('../images/main/main3_4_09.png') no-repeat; } 
.biz_main_wrap .main3 .main3_4 .img_wrap .img_2 span { opacity: 0; transition: opacity 0.5s, -webkit-transform 0.5s; transition: opacity 0.5s, transform 0.5s; transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; -webkit-transform: translateY(24px) scale3d(0.75, 0.75, 1); transform: translateY(24px) scale3d(0.75, 0.75, 1); } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span { opacity: 1; -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_1 { transition-delay: 0.2s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_2 { transition-delay: 0.4s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_3 { transition-delay: 0.6s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_4 { transition-delay: 0.8s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_arrow { transition-delay: 0.8s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_5 { transition-delay: 1s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_6 { transition-delay: 1.2s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_7 { transition-delay: 1.4s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_8 { transition-delay: 1.6s; } 
.biz_main_wrap .main3 .main3_4 .img_wrap.on .img_2 span.img_2_9 { transition-delay: 1.8s; } 

/* main3_5 */
.biz_main_wrap .main3 .main3_5 { border-top: 1px solid #ddd; } 
.biz_main_wrap .main3 .main3_5 .text_wrap { margin-left: 50px; } 
.biz_main_wrap .main3 .main3_5 .img_wrap .img_1 { top: 59px; left: 65px; } 
/* e: 메인 section3 */

/* s: 메인 section4 */
.biz_main_wrap .main4 .img_wrap { margin-top: 45px; } 
.biz_main_wrap .main4 .img_wrap .icon { float: left; width: 16.66%; text-align: center; } 
.biz_main_wrap .main4 .img_wrap .icon .icon_list { display: block; width: 130px; height: 130px; margin: 0 auto 10px auto; border: 1px solid #ddd; border-radius: 100%; } 
.biz_main_wrap .main4 .img_wrap .icon .name { display: block; margin: 0 0 20px 0; font-size: 17px; color: #111; } 
.biz_main_wrap .main4 .img_wrap .icon { opacity: 0; transition: opacity 0.5s, -webkit-transform 0.5s; transition: opacity 0.5s, transform 0.5s; transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; -webkit-transform: translateY(24px) scale3d(0.75, 0.75, 1); transform: translateY(24px) scale3d(0.75, 0.75, 1); } 
.biz_main_wrap .main4 .img_wrap.on .icon { opacity: 1; -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 
.biz_main_wrap .main4 .img_wrap.on .icon.i1 { transition-delay: 0.2s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i2 { transition-delay: 0.4s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i3 { transition-delay: 0.6s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i4 { transition-delay: 0.8s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i5 { transition-delay: 0.8s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i6 { transition-delay: 1s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i7 { transition-delay: 1.2s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i8 { transition-delay: 1.4s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i9 { transition-delay: 1.6s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i10 { transition-delay: 1.8s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i11 { transition-delay: 1.6s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i12 { transition-delay: 1.4s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i13 { transition-delay: 1.2s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i14 { transition-delay: 1s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i15 { transition-delay: 0.8s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i16 { transition-delay: 0.6s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i17 { transition-delay: 0.4s; } 
.biz_main_wrap .main4 .img_wrap.on .icon.i18 { transition-delay: 0.2s; } 
.biz_main_wrap .btn_inquiry { display: block; width: 220px; padding: 12px 20px 12px 20px; margin: 55px auto 0 auto; font-weight: 700; font-size: 17px; border-radius: 6px; color: #fff; letter-spacing: -0.03em; background: linear-gradient(to right, #02a4ff, #7bdbff); line-height: 1.3; text-align: center; } 
/* e: 메인 section4 */

/* s: 메인 section5 */
.biz_main_wrap .main5 .slide_wrap { margin: 50px 0 70px 0; } 
.biz_main_wrap .main5 .slide_bg { position: relative; width: 1200px; padding: 20px 0; margin: 0 auto; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide::after { content: ''; display: block; clear: both; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .slick-list { overflow: inherit; } 
.biz_main_wrap .main5 .slide_wrap .slick-arrow { position: absolute; top: 50%; width: 50px; height: 50px; background: rgba(221, 221, 221, 0.7); border-radius: 100%; cursor: pointer; } 
.biz_main_wrap .main5 .slide_wrap .slick-arrow:hover { background: rgba(0, 0, 0, 1); } 
.biz_main_wrap .main5 .slide_wrap #relaket_ex_prev { left: -25px; transform: translateY(-50%) rotate(-135deg); } 
.biz_main_wrap .main5 .slide_wrap #relaket_ex_next { right: -25px; transform: translateY(-50%) rotate(45deg); } 
.biz_main_wrap .main5 .slide_wrap #relaket_ex_prev:before,
.biz_main_wrap .main5 .slide_wrap #relaket_ex_next:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 10px; height: 10px; border-top: 3px solid #fff; border-right: 3px solid #fff; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a { position: relative; float: left; height: 253px; padding-top: 100px; border-radius: 6px; text-align: center; cursor: pointer; box-sizing: border-box; font-size: 28px; color: #fff; font-weight: 700; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_1 { background: url('../images/main/relaket_ex_1.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_2 { background: url('../images/main/relaket_ex_2.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_3 { background: url('../images/main/relaket_ex_3.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_4 { background: url('../images/main/relaket_ex_4.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_5 { background: url('../images/main/relaket_ex_5.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_6 { background: url('../images/main/relaket_ex_6.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_7 { background: url('../images/main/relaket_ex_7.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_8 { background: url('../images/main/relaket_ex_8.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_9 { background: url('../images/main/relaket_ex_9.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_10 { background: url('../images/main/relaket_ex_10.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide .relaket_ex_11 { background: url('../images/main/relaket_ex_11.png') no-repeat; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a.slick-active:hover { transform: translateY(-20px); transition: all 0.3s; box-shadow: 11px 12px 13px rgb(0 0 0 / 10%); } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a:after { display: block; content: ''; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); position: absolute; top: 0px; left: 0px; z-index: 10; border-radius: 6px; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a span { display: block; width: 100%; font-size: 20px; color: #fff; font-weight: 400; } 
/* .biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a span { display: none; min-width: 205px; max-height: 56px; box-sizing: border-box; text-align: center; padding: 14px 20px; border-radius: 28px; font-weight: 400; line-height: 20px; font-size: 20px; color: #fff; background: #06a6ff; letter-spacing: -0.03em; position: absolute; left: 50%; bottom: -20px; transform: translate(-50%,0); } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a.slick-active:hover { background-color: #000; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a.slick-active:hover span { display: inline-block; } */
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a + a { margin-left: 20px; } 
.biz_main_wrap .main5 .slide_wrap .relaket_ex_slide a.slick-active::after { opacity: 0; } 
/* e: 메인 section5 */

/**************** e: 2021.02월 비즈홈 개편 - main 페이지 new 버전 *************/

/* 기존과 추가를 조합한 메인 */
.main-section_new .video_wrap { width: 930px; margin: 70px auto 0 auto; } 
.main-section_new .ft-desc em { font-weight: 600; } 
.main-section_new#main_service .ft-title em::before,
.main-section_new#main_ex .ft-title em::before { content: none; } 
.main-section_new .biz_service ul { width: 965px; margin: 50px auto 0 auto; } 
.main-section_new .biz_service li { width: 111px; height: 111px; margin: 0 59px 40px 0; padding: 20px 0 0 0; background-color: #e5f0fb; } 
.main-section_new .biz_service li span:nth-of-type(1) { font-size: 14px; color: #255090; } 
.main-section_new .biz_service li:nth-of-type(1):before { background: url('../images/bizhome/biz_service_icon_global.png') no-repeat bottom; } 
.main-section_new .biz_service li:nth-of-type(2):before { width: 36px; background: url('../images/bizhome/biz_service_icon_market.png') no-repeat bottom; } 
.main-section_new .biz_service li:nth-of-type(3):before { height: 41px; margin: 0 auto 5px auto; background: url('../images/bizhome/biz_service_icon_drop.png') no-repeat bottom; } 
.main-section_new .biz_service li:nth-of-type(4):before { background: url('../images/bizhome/biz_service_icon_aff.png') no-repeat bottom; } 
.main-section_new .biz_service li:nth-of-type(5):before { background: url('../images/bizhome/biz_service_icon_multi.png') no-repeat bottom; } 
.main-section_new .biz_service li:nth-of-type(7):before { background: url('../images/bizhome/biz_service_icon_scm.png') no-repeat bottom; } 

.main-section_new#main_ex { overflow: hidden; } 
.main-section_new .slide_wrap { margin: 50px 0 0 0; } 
.main-section_new .slide_bg { position: relative; width: 1200px; padding: 20px 0; margin: 0 auto; } 
.main-section_new .slide_wrap .relaket_ex_slide::after { content: ''; display: block; clear: both; } 
.main-section_new .slide_wrap .relaket_ex_slide .slick-list { overflow: inherit; } 
.main-section_new .slide_wrap .slick-arrow { position: absolute; top: 50%; width: 50px; height: 50px; background: rgba(0, 0, 0, 1); border-radius: 100%; cursor: pointer; } 
.main-section_new .slide_wrap #relaket_ex_prev { left: -25px; transform: translateY(-50%) rotate(-135deg); } 
.main-section_new .slide_wrap #relaket_ex_next { right: -25px; transform: translateY(-50%) rotate(45deg); } 
.main-section_new .slide_wrap #relaket_ex_prev:before,
.main-section_new .slide_wrap #relaket_ex_next:after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: 10px; height: 10px; border-top: 3px solid #fff; border-right: 3px solid #fff; } 
.main-section_new .slide_wrap .relaket_ex_slide a { position: relative; float: left; height: 253px; padding-top: 100px; border-radius: 6px; text-align: center; cursor: pointer; box-sizing: border-box; font-size: 28px; color: #fff; font-weight: 700; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_1 { background: url('../images/main/relaket_ex_1.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_2 { background: url('../images/main/relaket_ex_2.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_3 { background: url('../images/main/relaket_ex_3.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_4 { background: url('../images/main/relaket_ex_4.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_5 { background: url('../images/main/relaket_ex_5.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_6 { background: url('../images/main/relaket_ex_6.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_7 { background: url('../images/main/relaket_ex_7.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_8 { background: url('../images/main/relaket_ex_8.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_9 { background: url('../images/main/relaket_ex_9.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_10 { background: url('../images/main/relaket_ex_10.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide .relaket_ex_11 { background: url('../images/main/relaket_ex_11.png') no-repeat; } 
.main-section_new .slide_wrap .relaket_ex_slide a.slick-active:hover { transform: translateY(-20px); transition: all 0.3s; box-shadow: 11px 12px 13px rgb(0 0 0 / 10%); } 

.main-section_new .slide_wrap .relaket_ex_slide a:after { display: block; content: ''; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.7); position: absolute; top: 0px; left: 0px; z-index: 10; border-radius: 6px; } 
.main-section_new .slide_wrap .relaket_ex_slide a span { display: block; width: 100%; font-size: 20px; color: #fff; font-weight: 400; } 
.main-section_new .slide_wrap .relaket_ex_slide a + a { margin-left: 20px; } 
.main-section_new .slide_wrap .relaket_ex_slide a.slick-active::after { opacity: 0; } 

.feature-contents .ft-title { font-weight: 400; } 
.feature-contents .store-section2:before { content: none; } 

.feature-contents .store_service5 { position: relative; width: 100%; padding: 35px 0; text-align: center; } 
.feature-contents .store_service5::after { content: ''; display: block; width: 100%; height: 100%; background: #255090; position: absolute; top: 0; left: 0; z-index: -1; } 
.feature-contents .store_service5.on::after { animation: 0.5s linear move; } 
.feature-contents .store_service5 .text { opacity: 0; font-size: 28px; color: #fff; font-weight: 400; } 
.feature-contents .store_service5 .text em { font-weight: 700; } 
.feature-contents .store_service5 .text.on { opacity: 1; transition: opacity 1s; } 

.feature-contents .global-section7 { padding: 50px 0; background: #fff; } 
.feature-contents .global-section7 .add_info { display: block; padding: 95px 0 0 0; text-align: center; font-size: 38px; font-weight: 400; color: #0e346e; } 
.feature-contents .global-section7 .add_info span { font-weight: 700; } 
.feature-contents .global-section7 .slide_wrap .slide_bg { position: relative; width: 1200px; margin: 0 auto; } 
.feature-contents .global-section7 .store_market_ani2 { position: relative; max-width: 1530px; overflow: hidden; margin: 60px auto; } 
.feature-contents .global-section7 .store_market_ani2:before,
.feature-contents .global-section7 .store_market_ani2:after { position: absolute; top: 0; content: ''; width: 100px; height: 270px; z-index: 2; } 
.feature-contents .global-section7 .store_market_ani2:before { left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 80%); } 
.feature-contents .global-section7 .store_market_ani2:after { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%); } 
.feature-contents .global-section7 .store_market_ani2 .row { position: relative; display: flex; height: 100px; align-items: center; background-color: #fff; } 
.feature-contents .global-section7 .store_market_ani2 .logo_item { position: absolute; left: 0; } 
.feature-contents .global-section7 .store_market_ani2 .row .logo_item:last-child { left: -1530px; } 
.feature-contents .global-section7 .store_market_ani2 .row:last-child { left: -100px; } 
.feature-contents .global-section6 { padding: 150px 0; } 
.feature-contents .global-section6 .detail-contents { position: unset; padding: 100px 80px; background: url('../images/bizhome/detail_bg.png') no-repeat; } 
.first_section.global_service { padding: 190px 0 0 0; background: url('../images/bizhome/biz_global_top_1.png') no-repeat; background-size: cover; } 
.first_section.global_service .ft-title { font-weight: 400; } 

/* 릴라켓이란? 개선작업 */

.relaket-section2.relaket_intro .wrap-interview .interview-vd { float: unset; } 
.relaket-section2.relaket_intro { padding: 120px 0; } 
.relaket-section3.relaket_intro { padding: 120px 0; } 
.relaket-section3.relaket_intro .img_wrap { position: relative; height: 600px; margin: 150px 0 50px 0; background: url('../images/bizhome/relaket_intro_2.png') no-repeat center; } 
.relaket-section3.relaket_intro .line_wrap { position: absolute; top: 50%; left: 0; width: 100%; height: 20px; transform: translateY(-50%); } 
.relaket-section3.relaket_intro .line_wrap.on p { /* animation-name: show_line; */
animation-duration: 1.5s; animation-timing-function: linear; animation-fill-mode: forwards; } 
.relaket-section3.relaket_intro .line_wrap p { position: absolute; background: url('../images/bizhome/relaket_intro_line.png') no-repeat center; } 
.relaket-section3.relaket_intro .line_wrap .line1 { /* top: 10px; */
bottom: 10px; left: 350px; transform: rotate(180deg); } 
.relaket-section3.relaket_intro .line_wrap .line2 { bottom: 10px; right: 350px; transform: rotate(180deg); } 
.relaket-section3.relaket_intro .line_wrap .line3 { top: 65px; left: 100px; } 
.relaket-section3.relaket_intro .line_wrap .line4 { top: 65px; left: 580px; } 
.relaket-section3.relaket_intro .line_wrap .line5 { top: 65px; right: 125px; } 
@keyframes show_line { 
 0% { height: 0; } 
100% { height: 280px; } 
 }
.relaket-section3.relaket_intro .line_wrap p span { position: relative; display: block; width: 100%; font-size: 17px; font-weight: 700; color: #0e346e; } 
.relaket-section3.relaket_intro .line_wrap p span:after { content: ''; display: block; position: absolute; left: -7px; width: calc(100% + 15px); height: 13px; background: #e9edf1; z-index: -1; } 
.relaket-section3.relaket_intro .line_wrap .line1 span:after,
.relaket-section3.relaket_intro .line_wrap .line2 span:after { top: 13px; } 
.relaket-section3.relaket_intro .line_wrap .line3 span:after,
.relaket-section3.relaket_intro .line_wrap .line4 span:after,
.relaket-section3.relaket_intro .line_wrap .line5 span:after { bottom: 0; } 
.relaket-section3.relaket_intro .line_wrap .line1 span,
.relaket-section3.relaket_intro .line_wrap .line2 span { transform: rotate(180deg); padding-bottom: 300px; } 
.relaket-section3.relaket_intro .line_wrap .line3 span,
.relaket-section3.relaket_intro .line_wrap .line4 span,
.relaket-section3.relaket_intro .line_wrap .line5 span { padding-top: 300px; } 
.relaket-section4.relaket_intro { padding: 120px 0; background-color: #f5f9fe; } 
.relaket-section4.relaket_intro .img_wrap { height: 605px; margin: 100px auto 0 auto; background: url('../images/bizhome/relaket_intro_4.png') no-repeat center; } 
.relaket-section5.relaket_intro { padding: 120px 0; } 
.relaket-section5.relaket_intro .img_wrap { height: 415px; margin: 100px auto 0 auto; background: url('../images/bizhome/relaket_intro_5.png') no-repeat center; } 


/* s: 캐논 소개페이지 */
.canon_biz_wrap { display: flex; padding: 70px 0; flex-direction: column; justify-content: center; align-items: center; min-height: 100vh; text-align: center; overflow-x: hidden; } 
.normal { font-family: 'NanumSquare', sans-serif; font-weight: 400; } 
.bold { font-family: 'NanumSquare', sans-serif; font-weight: 700; } 
.bolder { font-family: 'NanumSquare', sans-serif; font-weight: 800; } 
.light { font-family: 'NanumSquare', sans-serif; font-weight: 300; } 
@keyframes show_line { 
 0% { width: 100%; } 
100% { width: 0; } 
 }
@-webkit-keyframes svg { 
 from { stroke-dashoffset: 1000; } 
to { stroke-dashoffset: 0; } 
 }
@keyframes svg { 
 from { stroke-dashoffset: 1000; } 
to { stroke-dashoffset: 0; } 
 }

.canon_biz_wrap .text_wrap { margin: 40px 0 0 0; letter-spacing: -1px; } 
.canon_biz_wrap .text_wrap em { color: #e21a22; } 
.canon_biz_wrap .text_wrap em:hover { font-weight: 800; } 
.canon_biz_wrap .text_wrap .title { font-size: 35px; color: #222; line-height: 1.3; } 
.canon_biz_wrap .text_wrap .title .etc { position: relative; } 
.canon_biz_wrap .text_wrap .top_txt { margin: 10px 0 0 0; font-size: 18px; line-height: 1.5; } 
.canon_biz_wrap .text_wrap .sub_title { position: relative; display: inline-block; margin: 40px 0 0 0; vertical-align: top; font-size: 26px; color: #222; z-index: 1; } 
.canon_biz_wrap .text_wrap .sub_title:after { content: ''; position: absolute; left: -10px; bottom: -4px; display: block; width: calc(100% + 25px); height: 20px; background-color: #c3c7cc; z-index: -1; } 

.canon_biz_wrap .img_wrap { display: flex; justify-content: center; align-items: center; margin: 50px 0 0 0; } 
.canon_biz_wrap .img_wrap .img + .img { margin: 0 0 0 70px; } 
.canon_biz_wrap .img_wrap .img span { display: block; margin: 15px 0 0 0; font-size: 20px; color: #222; letter-spacing: -1px; line-height: 1.3; } 
.canon_biz_wrap .img_wrap .img span em { color: #e21a22; } 

.canon_biz_wrap.page_1 { background: url('../images/canon_biz/canon_page_1_bg.png') no-repeat; background-size: cover; } 
.canon_biz_wrap.page_1 .contTop.img1 { transition-delay: 0.5s; } 
.canon_biz_wrap.page_1 .contTop.img2 { transition-delay: 0.7s; } 
.canon_biz_wrap.page_1 .contTop.img3 { transition-delay: 1s; } 
.canon_biz_wrap.page_1 .title .etc { text-shadow: 0 1px 1px #000; } 
.canon_biz_wrap.page_1 .title .etc .etc_bg { position: absolute; right: 0px; bottom: -13px; width: 100%; background-color: #e4e7ea; height: 15px; z-index: 1; animation-name: show_line; animation-duration: 0.5s; animation-timing-function: linear; animation-fill-mode: forwards; } 
.canon_biz_wrap.page_1 .title .etc::after { content: ''; position: absolute; left: 0; bottom: -11px; display: block; width: 88px; height: 12px; background: url('../images/canon_biz/canon_page_1_etc1.png') no-repeat; background-size: 100%; z-index: 0; } 
.canon_biz_wrap.page_1 .title .etc::before { content: ''; position: absolute; top: -10px; right: -14px; display: block; width: 31px; height: 18px; background: url('../images/canon_biz/canon_page_1_etc2.png') no-repeat; } 

.canon_biz_wrap.page_2 { background: #fff; } 
.canon_biz_wrap.page_2 .title .etc #svg_wrap { position: absolute; top: -20px; left: -30px; width: 40px; height: 40px; } 
.canon_biz_wrap.page_2 .title .etc #svg_wrap .etc1 { display: block; stroke-width: 3; stroke: #e21a22; fill: none; stroke-dasharray: 1000; animation: svg 5s linear; } 
.canon_biz_wrap.page_2 .title .etc::before { content: ''; position: absolute; top: 0; right: 0; display: block; width: 100%; height: 100%; background-color: #fff; animation-name: show_line; animation-duration: 1.5s; animation-timing-function: linear; animation-fill-mode: forwards; } 
.canon_biz_wrap.page_2 .img_wrap { margin: 120px 0 0 0; } 
.canon_biz_wrap.page_2 .img_wrap .img + .img { margin: 0 0 0 40px; } 
.canon_biz_wrap.page_2 .img1,
.canon_biz_wrap.page_2 .img4 { position: relative; } 
.canon_biz_wrap.page_2 .img span { color: #666; font-size: 18px; } 
.canon_biz_wrap.page_2 .img span em { display: block; } 
.canon_biz_wrap.page_2 .img_wrap .img .txt_etc {display: flex; width: 190px; height: 80px; justify-content: center; align-items: center; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 17px;} 
.canon_biz_wrap.page_2 .img_wrap .img .txt_etc::before { content: ''; display: block;  width: 190px; height: 98px; margin: 0; position: absolute; top: 0; left:0;  background: url('../images/canon_biz/canon_page_2_etc.png'); z-index: -1;}
.canon_biz_wrap.page_2 .img { opacity: 0; transition: opacity 2s -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); transition: opacity 2s transform 1s cubic-bezier(0, 0, 0.58, 1); transition: opacity 2s transform 1s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(0.76) translateY(0); transform: scale(0.76) translateY(0); } 
.canon_biz_wrap.page_2 .img.on { opacity: 1; -webkit-transform: translateY(0) scaleX(1); transform: translateY(0) scaleX(1); } 
.canon_biz_wrap.page_2 .img1.on { transition-delay: 0.2s; } 
.canon_biz_wrap.page_2 .img2.on { transition-delay: 0.5s; } 
.canon_biz_wrap.page_2 .img3.on { transition-delay: 0.8s; } 
.canon_biz_wrap.page_2 .img4.on { transition-delay: 1.2s; } 

.canon_biz_wrap.page_3 { background: #f5f7fa; } 
.canon_biz_wrap.page_3 .title .etc #svg_wrap { position: absolute; top: -10px; left: -20px; width: 160px; height: 55px; } 
.canon_biz_wrap.page_3 .title .etc #svg_wrap .etc1 { display: block; stroke-width: 3; stroke: #e21a22; fill: none; stroke-dasharray: 1000; animation: svg 1.5s linear; } 
.canon_biz_wrap.page_3 .img_wrap { flex-wrap: wrap; width: 1050px; text-align: left; } 
.canon_biz_wrap.page_3 .img_wrap .img { width: calc(50% - 10px); padding: 25px 0 25px 140px; margin: 0 0 15px 0; box-sizing: border-box; background-color: #fff; border-radius: 15px; background-repeat: no-repeat; background-position: center left 40px; } 
.canon_biz_wrap.page_3 .img_wrap .img1 { background-image: url('../images/canon_biz/canon_page_3_1.png'); } 
.canon_biz_wrap.page_3 .img_wrap .img2 { background-image: url('../images/canon_biz/canon_page_3_2.png'); } 
.canon_biz_wrap.page_3 .img_wrap .img3 { background-image: url('../images/canon_biz/canon_page_3_3.png'); } 
.canon_biz_wrap.page_3 .img_wrap .img4 { background-image: url('../images/canon_biz/canon_page_3_4.png'); } 
.canon_biz_wrap.page_3 .img_wrap .img5 { background-image: url('../images/canon_biz/canon_page_3_5.png'); } 
.canon_biz_wrap.page_3 .img_wrap .img6 { background-image: url('../images/canon_biz/canon_page_3_6.png'); } 
.canon_biz_wrap.page_3 .img_wrap .img + .img { margin: 0 0 15px 0; } 
.canon_biz_wrap.page_3 .img_wrap .img:nth-child(2n) { margin: 0 0 15px 15px; } 
.canon_biz_wrap.page_3 .img_wrap .img_title { font-size: 24px; color: #e21a22; } 
.canon_biz_wrap.page_3 .img_wrap span { color: #666; font-size: 17px; } 
.canon_biz_wrap.page_3 .contTop.img1 { transition-delay: 0.1s; } 
.canon_biz_wrap.page_3 .contTop.img2 { transition-delay: 0.3s; } 
.canon_biz_wrap.page_3 .contTop.img3 { transition-delay: 0.5s; } 
.canon_biz_wrap.page_3 .contTop.img4 { transition-delay: 0.7s; } 
.canon_biz_wrap.page_3 .contTop.img5 { transition-delay: 1s; } 
.canon_biz_wrap.page_3 .contTop.img6 { transition-delay: 1.2s; } 

.canon_biz_wrap.page_4 { background: #fff; } 
.canon_biz_wrap.page_4 .title .etc #svg_wrap { position: absolute; top: -23px; left: -10px; display: block; width: 82px; height: 78px; } 
.canon_biz_wrap.page_4 .title .etc #svg_wrap .etc1 { display: block; stroke-width: 3; stroke: #e21a22; fill: none; stroke-dasharray: 1000; animation: svg 1.5s linear; } 
.canon_biz_wrap.page_4 .img_wrap { margin: 50px 0 180px 0; } 
.canon_biz_wrap.page_4 .img_wrap .img { position: relative; width: 290px; height: 200px; padding: 250px 0 0 0; background-color: #f5f7fa; background-repeat: no-repeat; background-position: center; box-sizing: border-box; } 
.canon_biz_wrap.page_4 .img_wrap .img + .img { margin: 0; border-left: 2px solid #ddd; } 
.canon_biz_wrap.page_4 .img_wrap .img + .img::before { content: ''; position: absolute; top: 50%; left: -35px; transform: translateY(-50%); display: block; width: 68px; height: 68px; background: url('../images/canon_biz/canon_page_4_5.png'); } 
.canon_biz_wrap.page_4 .img_wrap .img1 { background-image: url('../images/canon_biz/canon_page_4_1.png'); border-radius: 20px 0 0 20px; } 
.canon_biz_wrap.page_4 .img_wrap .img2 { background-image: url('../images/canon_biz/canon_page_4_2.png'); } 
.canon_biz_wrap.page_4 .img_wrap .img3 { background-image: url('../images/canon_biz/canon_page_4_3.png'); } 
.canon_biz_wrap.page_4 .img_wrap .img4 { background-image: url('../images/canon_biz/canon_page_4_4.png'); border-radius: 0 20px 20px 0; } 
.canon_biz_wrap.page_4 .img span { font-size: 17px; color: #666; } 
.canon_biz_wrap.page_4 .img span em { display: block; font-size: 24px; } 
.canon_biz_wrap.page_4 .button_wrap a { display: inline-block; width: 320px; height: 70px; line-height: 70px; color: #fff; background-color: #e21a22; border-radius: 40px; font-size: 18px; } 
.canon_biz_wrap.page_4 .button_wrap a:nth-child(2) { margin: 0 0 0 20px; background-color: #3d4553; } 
.canon_biz_wrap.page_4 .img1,
.canon_biz_wrap.page_4 .img2,
.canon_biz_wrap.page_4 .img3,
.canon_biz_wrap.page_4 .img4 { transition: -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); transition: transform 1s cubic-bezier(0, 0, 0.58, 1); transition: transform 1s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(0.76) translateY(0); transform: scale(0.76) translateY(0); } 
.canon_biz_wrap.page_4 .contTop.img1,
.canon_biz_wrap.page_4 .contTop.img2,
.canon_biz_wrap.page_4 .contTop.img3,
.canon_biz_wrap.page_4 .contTop.img4 { transition: opacity 1s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 1s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1); transition: opacity 1s cubic-bezier(0, 0, 0.58, 1), transform 0.7s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.7s cubic-bezier(0, 0, 0.58, 1); -webkit-transform: scale(1) translateY(30px); transform: scale(1) translateY(30px); } 
.canon_biz_wrap.page_4 .contTop.img1 { transition-delay: 0.3s; } 
.canon_biz_wrap.page_4 .contTop.img2 { transition-delay: 0.5s; } 
.canon_biz_wrap.page_4 .contTop.img3 { transition-delay: 0.7s; } 
.canon_biz_wrap.page_4 .contTop.img4 { transition-delay: 1s; } 
.canon_biz_wrap.page_4 .button_wrap a:hover { transform: translateY(-10px); box-shadow: 0 17px 13px rgb(0 0 0 / 10%); } 

.canon_biz_wrap.page_5 { background: #f5f7fa; } 
.canon_biz_wrap.page_5 .title .etc #svg_wrap { position: absolute; bottom: -11px; left: -15px; display: block; width: 106px; height: 18px; } 
.canon_biz_wrap.page_5 .title .etc #svg_wrap .etc1,
.canon_biz_wrap.page_5 .title .etc #svg_wrap .etc2 { display: block; stroke-width: 3; stroke: #e21a22; fill: none; stroke-dasharray: 1000; animation: svg 2s linear; } 
.canon_biz_wrap.page_5 .title .etc #svg_wrap .etc2 { animation-delay: 0.5s; } 
.canon_biz_wrap.page_5 .faq_wrap { width: 1160px; margin: 50px auto 0 auto; } 
.canon_biz_wrap.page_5 .faq_wrap .faq { margin: 10px 0 0 0; padding: 20px 40px; background-color: #e6e9ed; font-size: 18px; color: #222; text-align: left; line-height: 35px; } 
.canon_biz_wrap.page_5 .faq_wrap .faq .title { cursor: pointer; } 
.canon_biz_wrap.page_5 .faq_wrap .faq .title { background: url('../images/canon_biz/canon_page_5_off.png') no-repeat center right 40px; } 
.canon_biz_wrap.page_5 .faq_wrap .faq .title span { display: inline-block; margin: 0 20px 0 0; color: #666; vertical-align: top; font-size: 26px; } 
.canon_biz_wrap.page_5 .faq_wrap .faq .answer { display: none; } 
.canon_biz_wrap.page_5 .faq_wrap .faq.on { background-color: #fff; border: 1px solid #222; } 
.canon_biz_wrap.page_5 .faq_wrap .faq.on .title { background: url('../images/canon_biz/canon_page_5_on.png') no-repeat center right 40px; } 
.canon_biz_wrap.page_5 .faq_wrap .faq.on .answer { position: relative; padding: 38px 20px 20px 120px; margin: 15px 0 0 0; border-top: 1px solid #ddd; font-size: 17px; color: #666; line-height: 1.3; } 
.canon_biz_wrap.page_5 .faq_wrap .faq.on .answer::before { content: ''; position: absolute; top: 25px; left: 50px; display: block; width: 57px; height: 30px; background: url('../images/canon_biz/canon_page_5_answer.png') no-repeat; } 
.canon_biz_wrap.page_5 .faq_wrap .table_show { position: absolute; right: 0; bottom: 10px; display: block; padding: 10px 20px; background-color: #e21a22; color: #fff; font-size: 14px; } 
.canon_biz_wrap.page_5 .button_wrap a { display: inline-block; width: 320px; height: 70px; margin-top: 50px; line-height: 70px; color: #fff; background-color: #3d4553; border-radius: 40px; font-size: 18px; } 
.canontable { display: none; } 
.canon_biz_wrap.page_5 .button_wrap a:hover { transform: translateY(-10px); box-shadow: 0 17px 13px rgb(0 0 0 / 10%); } 
.canontable .table { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 500; } 
.canontable::after { content: ''; position: fixed; top: 0; left: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 400; } 
.canontable .table .close { position: absolute; top: 0; right: 0; width: 50px; height: 50px; cursor: pointer; } 

.canon_biz_wrap.canon_pricing {background: #f5f7fa;}
.canon_biz_wrap.canon_pricing .title .etc { text-shadow: 0 1px 1px #000; } 
.canon_biz_wrap.canon_pricing .title .etc #svg_wrap { position: absolute; left: 0px; bottom: -11px; display: block; width: 200px; height: 18px; } 
.canon_biz_wrap.canon_pricing .title .etc #svg_wrap .etc1 { display: block; stroke-width: 2; stroke: #e21a22; fill: none; stroke-dasharray: 1000; animation: svg 2.5s linear; } 

.canon_biz_wrap.canon_pricing .price {display: flex;  margin-top: 58px;}
.canon_biz_wrap.canon_pricing .price .list {width: 586px; border-radius: 30px; background: #fff; box-sizing: border-box; color: #27282c; }
.canon_biz_wrap.canon_pricing .price .list + .list {margin-left: 40px;}

.canon_biz_wrap.canon_pricing .price .list .area_title {padding: 40px 0; text-align: center; font-size: 36px; font-weight: 800; letter-spacing: -1px; }
.canon_biz_wrap.canon_pricing .price .list .area_title div {font-size: 20px; font-weight: 500;}
.canon_biz_wrap.canon_pricing .price .list.standard .area_title {color: #f16369;}
.canon_biz_wrap.canon_pricing .price .list.premium .area_title {color: #e39a0f;}

.canon_biz_wrap.canon_pricing .price .list .area_price {padding: 70px 0; border-top: 2px solid #f8f8f8; font-size: 24px;}
.canon_biz_wrap.canon_pricing .price .list .area_price strong {margin-left: 10px; text-align: center; font-size: 36px; font-weight: 800; letter-spacing: -1px;}

.canon_biz_wrap.canon_pricing .price .list .area_info {padding: 70px 0; border-top: 2px solid #f8f8f8; font-size: 20px; line-height: 1.4; letter-spacing: -1px;}
.canon_biz_wrap.canon_pricing .price .list .area_info .info {display: flex; align-items: center; }
.canon_biz_wrap.canon_pricing .price .list .area_info .info + .info {margin-top: 90px;} 
.canon_biz_wrap.canon_pricing .price .list .area_info .detail_title {width: 20%; margin: 0 40px; font-size: 22px; font-weight: 800; flex-shrink: 0; }

.canon_biz_wrap.canon_pricing .price .list .area_info .detail {width: 80%; margin-right: 40px; text-align: left; font-weight: 600; }
.canon_biz_wrap.canon_pricing .price .list .area_info .detail div {display: flex; align-items: center;}
.canon_biz_wrap.canon_pricing .price .list .area_info .detail div:after {content: ''; display: block; width: 40px; height: 20px; margin-left: auto; background: url('../images/canon_biz/standard_check_icon.png') no-repeat; }
.canon_biz_wrap.canon_pricing .price .list .area_info .detail div + div {margin-top: 27px;}
.canon_biz_wrap.canon_pricing .price .list .area_info .detail .disabled {color: #d2d5d9;}
.canon_biz_wrap.canon_pricing .price .list .area_info .detail .disabled:after {content: ''; display: none; background: url('');}
.canon_biz_wrap.canon_pricing .price .list .area_info .detail .use {color: #e39a0f;}
.canon_biz_wrap.canon_pricing .price .list .area_info .detail .use:after {content: ''; background: url('../images/canon_biz/premium_check_icon.png') no-repeat; }

.canon_biz_wrap.canon_pricing .partner {display: flex; margin-top: 20px;}
.canon_biz_wrap.canon_pricing .partner .list {width: 586px; border-radius: 30px; background: #fff; box-sizing: border-box; color: #27282c; }
.canon_biz_wrap.canon_pricing .partner .list + .list {margin-left: 40px;}

.canon_biz_wrap.canon_pricing .partner .list .area_info {font-size: 20px; line-height: 1.4; letter-spacing: -1px; font-weight: 800;}
.canon_biz_wrap.canon_pricing .partner .list .area_info .info {display: flex; padding: 40px 0; align-items: center; }
.canon_biz_wrap.canon_pricing .partner .list .area_info .info + .info {border-top: 2px solid #f8f8f8;} 
.canon_biz_wrap.canon_pricing .partner .list .area_info .detail_title {width: 50%; margin: 0 40px; font-size: 22px;   text-align: left; flex-shrink: 1;}
.canon_biz_wrap.canon_pricing .partner .list .area_info .detail {width: 50%; margin: 0 40px; text-align: right; }
.canon_biz_wrap.canon_pricing .partner .list .area_info .info:nth-child(2) .detail {color: #e21a22; }

/* e: 캐논 소개페이지 */


/* s: 2021.07.20 일본 판매 대행 서비스 */
.japanese_sales { position: relative; } 
.japanese_sales .inner { height: auto !important; padding: 100px 0 !important; } 
.japanese_sales .inner .text_wrap { text-align: center; } 
.japanese_sales .inner .text_wrap .title { font-size: 48px; color: #1b4584; line-height: 1.3; } 
.japanese_sales .inner .text_wrap .sub_title { position: relative; display: inline-block; margin: 0; font-size: 48px; color: #1b4584; font-weight: 700; z-index: 2; } 
.japanese_sales .inner .text_wrap .sub_title:before { content: ''; position: absolute; bottom: 0; left: -11px; display: inline-block; width: calc(100% + 22px); height: 34px; background: #ffff00; z-index: -1; } 
.japanese_sales .inner .text_wrap .text { margin-top: 25px; font-size: 21px; color: #0e346e; } 

.japanese_sales_info2 ul { display: flex; width: 1280px; margin: 80px auto 0 auto; text-align: center; } 
.japanese_sales_info2 ul li { position: relative; width: 20%; } 
.japanese_sales_info2 ul li + li { margin: 0 0 0 20px; } 
.japanese_sales_info2 ul li .tit { display: block; padding: 30px 0; color: #fff; font-weight: 600; font-size: 24px; border-radius: 50px; } 
.japanese_sales_info2 ul li .info { display: block; padding: 50px 0; margin: 80px 0 0 0; font-size: 20px; color: #0e346e; border: 2px dashed #beccec; border-radius: 30px; font-weight: 600; line-height: 1.3; } 
.japanese_sales_info2 ul li:nth-of-type(1) .tit { background-color: #4bdbff; } 
.japanese_sales_info2 ul li:nth-of-type(2) .tit { background-color: #4bd3ff; background-image: url('../images/japanese_sales/info2_arrow2.png'); } 
.japanese_sales_info2 ul li:nth-of-type(3) .tit { background-color: #4bc2ff; background-image: url('../images/japanese_sales/info2_arrow3.png'); } 
.japanese_sales_info2 ul li:nth-of-type(4) .tit { background-color: #4ba4ff; background-image: url('../images/japanese_sales/info2_arrow4.png'); } 
.japanese_sales_info2 ul li:nth-of-type(5) .tit { background-color: #6394f6; background-image: url('../images/japanese_sales/info2_arrow5.png'); } 
.japanese_sales_info2 ul li .tit:after { content: ''; position: absolute; left: 50%; transform: translateX(-50%); display: block; width: 24px; height: 105px; } 
.japanese_sales_info2 ul li:nth-of-type(1) .tit:after { background-image: url('../images/japanese_sales/info2_arrow1.png'); } 
.japanese_sales_info2 ul li:nth-of-type(2) .tit:after { background-image: url('../images/japanese_sales/info2_arrow2.png'); } 
.japanese_sales_info2 ul li:nth-of-type(3) .tit:after { background-image: url('../images/japanese_sales/info2_arrow3.png'); } 
.japanese_sales_info2 ul li:nth-of-type(4) .tit:after { background-image: url('../images/japanese_sales/info2_arrow4.png'); } 
.japanese_sales_info2 ul li:nth-of-type(5) .tit:after { background-image: url('../images/japanese_sales/info2_arrow5.png'); } 

.japanese_sales_info2 .logo { width: 1018px; height: 211px; padding: 135px 0 0 80px; margin: 25px auto 0 auto; background-image: url('../images/japanese_sales/info2_relaket.png'); font-size: 32px; font-weight: 600; color: #0e346e; text-align: center; } 

.japanese_sales_info3 { background: #f5fbfe; } 
.japanese_sales_info3 .info3_bg { width: 1076px; height: 580px; margin: 70px auto 0 auto; background: url('../images/japanese_sales/info3_bg.png') no-repeat 100%; } 

.japanese_sales_info4 ul { display: flex; flex-wrap: wrap; justify-content: space-between; width: 1280px; margin: 70px auto 0 auto; text-align: center; } 
.japanese_sales_info4 ul li { position: relative; width: 33.33%; height: 300px; margin: 0 0 40px 0; } 
.japanese_sales_info4 ul li span { position: absolute; left: 0; right: 0; bottom: 30px; color: #255090; font-size: 22px; font-weight: 600; } 
.japanese_sales_info4 ul li:nth-of-type(1) { background: url('../images/japanese_sales/info4_1.png') no-repeat center; } 
.japanese_sales_info4 ul li:nth-of-type(2) { background: url('../images/japanese_sales/info4_2.png') no-repeat center; } 
.japanese_sales_info4 ul li:nth-of-type(3) { background: url('../images/japanese_sales/info4_3.png') no-repeat center; } 
.japanese_sales_info4 ul li:nth-of-type(4) { background: url('../images/japanese_sales/info4_4.png') no-repeat center; } 
.japanese_sales_info4 ul li:nth-of-type(5) { background: url('../images/japanese_sales/info4_5.png') no-repeat center; } 
.japanese_sales_info4 ul li:nth-of-type(6) { background: url('../images/japanese_sales/info4_6.png') no-repeat center; } 

.japanese_sales_info5 { background: #f5fbfe; } 
.japanese_sales_info5 .img_wrap { display: flex; justify-content: center; width: 1280px; margin: 50px auto 0 auto; text-align: center; } 
.japanese_sales_info5 .img_wrap .img span { position: relative; display: block; width: 290px; height: 200px; padding: 300px 0 0 0; background-color: #fff; background-repeat: no-repeat; background-position: center; box-sizing: border-box; border-top: 2px solid #70c1e3; border-bottom: 2px solid #70c1e3; } 
.japanese_sales_info5 .img_wrap .img + .img span::before { content: ''; position: absolute; top: 50%; left: -35px; transform: translateY(-50%); display: block; width: 68px; height: 203px; background: url('../images/japanese_sales/info5_arrow.png') center; } 
.japanese_sales_info5 .img_wrap .img1 span { background-image: url('../images/japanese_sales/info5_1.png'); border-radius: 150px 0 0 150px; border-left: 2px solid #70c1e3; } 
.japanese_sales_info5 .img_wrap .img2 span { background-image: url('../images/japanese_sales/info5_2.png'); } 
.japanese_sales_info5 .img_wrap .img3 span { background-image: url('../images/japanese_sales/info5_3.png'); } 
.japanese_sales_info5 .img_wrap .img4 span { background-image: url('../images/japanese_sales/info5_4.png'); border-radius: 0 150px 150px 0; border-right: 2px solid #70c1e3; } 
.japanese_sales_info5 .img span { font-size: 0; } 
.japanese_sales_info5 .img .text { display: block; margin: 30px 0 0 0; font-size: 17px; color: #24415f; line-height: 1.2; } 
.japanese_sales_info5 .img .text em { display: block; margin: 0 0 10px 0; font-size: 24px; color: #255090; } 
.japanese_sales_info5 .img .text em i { font-size: 18px; } 
.japanese_sales_info5 .button_wrap a { display: inline-block; width: 320px; height: 70px; line-height: 70px; color: #fff; background-color: #e21a22; border-radius: 40px; font-size: 18px; } 

.japanese_sales_info6 .table_wrap { width: 1195px; margin: 100px auto 0 auto; } 
.japanese_sales_info6 .table_wrap table { width: 100%; text-align: center; color: #0e346e; border-radius: 20px; } 
.japanese_sales_info6 .table_wrap table tbody { border: 2px solid #fff; } 
.japanese_sales_info6 .table_wrap table tr th { background: #ace7ff; font-size: 24px; border: 1px solid #fff; } 
.japanese_sales_info6 .table_wrap table tr td { background: #f9fbfe; font-size: 20px; border: 2px dashed #cfd6e2; } 
.japanese_sales_info6 .table_wrap table tr th,
.japanese_sales_info6 .table_wrap table tr td { padding: 15px 0; } 
.japanese_sales_info6 .table_wrap table tr th:first-child { border-radius: 20px 0 0 0; } 
.japanese_sales_info6 .table_wrap table tr th:last-child { border-radius: 0 20px 0 0; } 
.japanese_sales_info6 .table_wrap table tr:last-child td { background: #e6e8fa; } 
.japanese_sales_info6 .table_wrap table tr:last-child td:first-child { border-radius: 0 0 0 20px; } 
.japanese_sales_info6 .table_wrap table tr:last-child td:last-child { border-radius: 0 0 20px 0; } 
.japanese_sales_info6 .table_wrap p { margin: 10px 0 0 0; font-size: 16px; color: #8ba5ca; } 

.japanese_sales_wrap .service_inquiry_wrap { padding: 80px 0; background-color: #255090; text-align: center; font-size: 40px; color: #fff; line-height: 1.3; font-weight: 600; } 
.japanese_sales_wrap .service_inquiry_wrap .detail { margin-top: 50px; background-color: #fff; font-size: 25px; color: #255090; border-radius: 55px; } 
/* e: 2021.07.20 일본 판매 대행 서비스 */

/* s: 2021.07.28 비즈홈 개편 */
/* #header_new { position:fixed; top:0; left:0; width:100%; background-image: none; height: 70px; background: #fff; border-bottom: 1px solid #ddd; box-sizing: border-box; z-index: 200; } 
#header_new .header_inner { position: relative; display: flex; height: 100%; flex-wrap: wrap; align-items: center; width: 1280px; margin: 0 auto; } 
#header_new .header_inner .bizhome_logo { width: 150px; height: 100%; margin-right: 50px; } 
#header_new .header_inner .bizhome_logo a { display: block; height: 100%; background: url('../images/bizhome/relaket_logo.png') no-repeat center; text-indent: -9999px; } 
#header_new .header_inner .menu_wrap { width: auto; height: 100%; line-height: 69px; } 
#header_new .header_inner .menu_wrap .top-menu { display: block; height: 100%; margin: 0 auto; text-align: left; } 
#header_new .header_inner .menu_wrap .top-menu li { position: relative; display: inline-block; margin-right: 40px; vertical-align: top; } 
#header_new .header_inner .menu_wrap .top-menu li .menu { display: inline-block; color: #222; font-size: 16px; font-weight: 600; vertical-align: middle; transition: all ease 0.3s; vertical-align: top; } 
#header_new .header_inner .menu_wrap .top-menu li .menu.active { color: #4fb7f3; } 
#header_new .header_inner .menu_wrap .top-menu li .menu:hover { color: #4fb7f3; } 
#header_new .header_inner .menu_wrap .top-menu li .menu.depth:after { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 0 5px 8px; border-left: 1px solid #222; border-bottom: 1px solid #222; background: none; transform: rotate(315deg); } 
#header_new .header_inner .menu_wrap .top-menu li .menu.depth:hover::after,
#header_new .header_inner .menu_wrap .top-menu li .depth.active:after { border-left: 1px solid #4fb7f3; border-bottom: 1px solid #4fb7f3; } 
#header_new .header_inner .menu_wrap .top-menu li .over-menu { display: none; position: absolute; top: 60px; left: -20px; min-width: 212px; padding: 30px; border-radius: 5px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); background-color: #fff; text-align: left; z-index: 20; } 
#header_new .header_inner .menu_wrap .top-menu li .over-menu a { display: block; font-size: 16px; line-height: 1; letter-spacing: -0.4px; color: #666; } 
#header_new .header_inner .menu_wrap .top-menu li .over-menu a + a { margin-top: 20px; } 
#header_new .header_inner .menu_wrap .top-menu li .over-menu a.active,
#header_new .header_inner .menu_wrap .top-menu li .over-menu a:hover { color: #4fb7f3; } 

#header_new .header_inner .gnb_etc { margin-left: auto; font-size: 0; } */


/* GNB - 패밀리사이트 */
/* #header_new .header_inner .gnb_etc .biz_site { display: inline-block; position: relative; } 
#header_new .header_inner .gnb_etc .biz_site .biz_site_btn { background: url('../images/bizhome/biz_gnb_white.png') no-repeat; } 
#header_new .header_inner .gnb_etc .biz_site .biz_site_btn { display: inline-block; width: 30px; height: 32px; background: url('../images/bizhome/biz_gnb_hover.png') no-repeat; vertical-align: middle; border-radius: 50%; } 
#header_new .header_inner .gnb_etc .biz_site .biz_site_btn,
#header_new .header_inner .gnb_etc .biz_site .biz_site_btn { background: url('../images/bizhome/biz_gnb_hover.png') no-repeat; } 
#header_new .header_inner .gnb_etc .biz_site.active .biz_site_btn { background: url('../images/bizhome/biz_gnb_gray.png') no-repeat !important; } 
#header_new .header_inner .gnb_etc .biz_site.active ul { display: block; } 
#header_new .header_inner .gnb_etc .biz_site ul { display: none; position: absolute; top: 50px; right: 0; width: 210px; padding: 25px; border-radius: 5px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); background: #fff; text-align: left; z-index: 100; } 
#header_new .header_inner .gnb_etc .biz_site ul li a { display: block; margin-bottom: 10px; font-size: 16px; color: #666; } 
#header_new .header_inner .gnb_etc .biz_site ul li:nth-of-type(4) a { margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd; } 
#header_new .header_inner .gnb_etc .biz_site ul li:last-child a { margin: 0; } 


#header_new .header_inner .floating_menu { position: absolute; top: 15px; right: -205px; min-width: 170px; padding: 20px; background: #fff; border-radius: 20px; box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%); box-sizing: border-box; } 
#header_new .header_inner .floating_menu li + li { padding-top: 15px; margin-top: 15px; border-top: 1px solid #ddd; } 
#header_new .header_inner .floating_menu li a { display: block; padding: 0 0 0 25px; font-size: 14px; color: #255090; } 
#header_new .header_inner .floating_menu li a:after { content: ''; display: inline-block; width: 5px; height: 5px; margin: 0 0px 3px 4px; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; transform: rotate(-135deg); vertical-align: middle; } 
#header_new .header_inner .floating_menu li:nth-child(1) a { background: url('../images/bizhome/floating_biz1.png') no-repeat left center; } 
#header_new .header_inner .floating_menu li:nth-child(2) a { background: url('../images/bizhome/floating_biz2.png') no-repeat left center; } 
#header_new .header_inner .floating_menu li:nth-child(3) a { background: url('../images/bizhome/floating_biz3.png') no-repeat left center; }  */

.bizhome_main { position: relative; width: 100%; height: 650px; margin: 70px 0 0 0; } 
.bizhome_main .bizhome_main_slide { height: 100%; } 
.bizhome_main .bizhome_main_slide .slick-list { height: 100%; } 
.bizhome_main .bizhome_main_slide .slick-list .slick-track { height: 100%; } 
.bizhome_main .bizhome_main_slide li .main-slide1 { height: 100%; background: #edf9fe url('../images/bizhome/bizhome_main_slide1.png') no-repeat center; } 
.bizhome_main .bizhome_main_slide li .main-slide2 { height: 100%; background: url('../images/bizhome/bizhome_main_slide2.png') no-repeat center; background-size: cover; } 
.bizhome_main .bizhome_main_slide li .main-slide3 { height: 100%; background: #ebebeb url('../images/bizhome/bizhome_main_slide3.png') no-repeat center; } 
.bizhome_main .bizhome_main_slide li .content-wrap { height: 100%; } 
.bizhome_main .bizhome_main_slide li .content-wrap .slide-cont { width: 1280px; margin: 0 auto; } 
.bizhome_main .bizhome_main_slide li .content-wrap .title { padding-top: 155px; font-size: 50px; color: #0d326e; font-weight: bold; line-height: 1.2; } 
.bizhome_main .bizhome_main_slide li .content-wrap .info { padding-top: 35px; font-size: 20px; color: #222222; line-height: 1.3; } 
.bizhome_main .bizhome_main_slide li .content-wrap .detail_btn { display: block; width: 145px; margin-top: 50px; line-height: 38px; font-size: 14px; border-radius: 20px; text-align: center; background: #4fb7f3; color: #fff; } 

.bizhome_main .slick-slider .slick-dots { position: relative; bottom: 155px; left: 0; right: 0; text-align: center; width: 1280px; margin: 0 auto; z-index: 100; } 
.bizhome_main .slick-dots &gt; li { width: 58px; height: auto; padding-right: 4px; margin: 0; box-sizing: border-box; float: left; } 
.bizhome_main .slick-dots &gt; li &gt; button { width: 100%; height: 3px; background-color: rgba(175, 183, 191, 0.3); outline: none; position: relative; padding: 0; color: inherit; line-height: normal; } 
.bizhome_main .slick-slider .slick-dots li.slick-active button { background-color: rgba(175, 183, 191, 0.3); } 
.bizhome_main .slick-dots &gt; li &gt; button::before { display: none; } 
.bizhome_main .slick-dots &gt; li &gt; button &gt; .s-line-fill { content: ''; width: 0; height: 3px; background-color: #222; position: absolute; top: 0; left: 0; opacity: 1; } 
.bizhome_main .slick-dots .slick-active &gt; button &gt; .s-line-fill { animation: slick-progressbar 4s 1; animation-fill-mode: forwards; } 
.bizhome_main[data-slick-autoplay-status='N'] .slick-dots .slick-active &gt; button &gt; .s-line-fill { animation-play-state: paused; } 
@keyframes slick-progressbar { 
 0% { width: 0%; } 
100% { width: 100%; } 
 }

/* 페이지 버튼 인디케이터 */
.bizhome_main .slick-dots &gt; li &gt; button &gt; .s-indicator { position: absolute; left: 50%; bottom: 0; transform: translatex(-50%); width: 110%; overflow: hidden; } 

/* 오토플레이 버튼 */
.bizhome_main .autoplay_btn_wrap { position: relative; bottom: 155px; width: 1280px; height: 20px; margin: 0 auto; } 
.bizhome_main .autoplay_btn_wrap .s-autoplay-btn { position: absolute; top: -8px; left: 180px; width: 20px; height: 20px; z-index: 50; color: #fff; } 
.bizhome_main .autoplay_btn_wrap .s-autoplay-btn:after { content: ''; display: block; width: 20px; height: 20px; } 
.bizhome_main[data-slick-autoplay-status='Y'] .s-autoplay-btn:after { background: url('../images/bizhome/ic_pause.png') no-repeat center; } 
.bizhome_main[data-slick-autoplay-status='N'] .s-autoplay-btn:after { background: url('../images/bizhome/ic_play.png') no-repeat center; } 

/* 비즈홈 원스톱 통합 서비스 1 */
.bizhome_main_content { padding: 100px 0; letter-spacing: -1.2px; } 
.bizhome_main_content .inner { width: 1280px; margin: 0 auto; text-align: center; } 
.bizhome_main_content .inner .title { font-size: 40px; color: #1b4584; font-weight: 200; line-height: 1.2; } 
.bizhome_main_content .inner .title em { display: inline-block; position: relative; color: #0e346e; font-weight: 800; z-index: 2; } 
.bizhome_main_content .inner .title em:before { content: ''; position: absolute; bottom: 0; left: -11px; display: inline-block; width: calc(100% + 22px); height: 24px; background: #ffff00; z-index: -1; } 
.bizhome_main_content .inner .sub_title {margin: 20px 0 0 0; color: #0e346e; font-size: 18px; } 
.bizhome_main_content .button_wrap { margin: 50px 0 0 0; } 
.bizhome_main_content .button_wrap a { display: inline-block; width: 240px; height: 55px; border: 1px solid #222; color: #222; text-align: center; border-radius: 50px; line-height: 55px; font-size: 18px; vertical-align: top; } 

.main_section1 .button_wrap a + a { margin-left: 15px; } 

.main_section2 { background: #f5f9fe; } 
.main_section2 .img_wrap { margin: 55px 0 0 0; } 
.main_section2 .img_wrap ul { display: flex; flex-wrap: wrap; justify-content: center; } 
.main_section2 .img_wrap ul li { width: 235px; color: #1b4584; line-height: 1.3; } 
.main_section2 .img_wrap ul li + li { margin-left: 50px; } 
.main_section2 .img_wrap ul li span { display: block; margin: 30px 0 0 0; font-size: 16px; } 
.main_section2 .img_wrap ul li em { display: block; font-size: 20px; font-weight: 600; } 

.main_section5 .banner_wrap { display: flex; text-align: left; } 
.main_section5 .banner_wrap .banner { position: relative; } 
.main_section5 .banner_wrap .title { position: absolute; top: 52px; left: 59px; font-size: 30px; color: #0e346e; font-weight: 200; line-height: 1.3; } 
.main_section5 .banner_wrap .title p { font-weight: 700; } 
.main_section5 .banner_wrap a { display: inline-block; min-width: 120px; margin: 26px 0 0 0; font-size: 14px; border: 1px solid #222; border-radius: 50px; line-height: 36px; text-align: center; color: #222; font-weight: 400; } 
.main_section5 .banner_wrap .left_banner { width: 718px; } 
.main_section5 .banner_wrap .left_banner .banner { box-sizing: border-box; } 
.main_section5 .banner_wrap .left_banner .banner img { width: 100%; } 
.main_section5 .banner_wrap .right_banner { width: 543px; margin-left: 18px; } 
.main_section5 .banner_wrap .right_banner .banner:nth-child(2) { margin: 20px 0 0 0; } 
/* e: 2021.07.28 비즈홈 개편 */

/* s: 2021.08.18 비즈홈 서브페이지 상단 수정 */
.bizhome_sub_content { margin-top: 70px; letter-spacing: -1.2px; } 
.bizhome_sub_content .inner { width: 1280px; min-height: 650px; padding: 100px 0 0 0; margin: 0 auto; text-align: center; box-sizing: border-box; } 
.bizhome_sub_content .inner .title { font-size: 50px; color: #1b4584; font-weight: 200; line-height: 1.2; } 
.bizhome_sub_content .inner .title em { display: inline-block; position: relative; color: #0e346e; font-weight: 800; z-index: 2; } 
.bizhome_sub_content .inner .sub_title { margin: 20px 0 0 0; color: #222; font-size: 20px; line-height: 1.4; } 
.bizhome_sub_content .button_wrap { margin: 50px 0 0 0; } 
.bizhome_sub_content .button_wrap a { display: inline-block; width: 240px; height: 55px; border: 1px solid #222; color: #222; text-align: center; border-radius: 50px; line-height: 55px; font-size: 18px; vertical-align: top; } 

/* 릴라켓 이란 */
.bizhome_sub_content .relaket-section1 { position: relative; height: 795px; background-image: url('../images/bizhome/relaket_intro.png'); background-size: cover; } 
.bizhome_sub_content .relaket-section1 .inner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 0; height: auto; } 
.bizhome_sub_content .relaket-section1 .inner .title em:before { content: ''; position: absolute; bottom: 0; left: -11px; display: inline-block; width: calc(100% + 22px); height: 30px; background: #ffff00; z-index: -1; } 
.bizhome_sub_content .relaket-section1 .img { position: relative; width: 150px; height: 150px; margin: 40px auto 0 auto; } 
.bizhome_sub_content .relaket-section1 .img span { display: block; width: 150px; height: 150px; background-image: url('../images/bizhome/relaket_intro_logo_new_dot.png'); animation: spin_logo 10s 2s infinite alternate; opacity: 0.8; } 
.bizhome_sub_content .relaket-section1 .img img { position: absolute; top: 12px; left: 8px; } 
@keyframes spin_logo { 
 0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); } 
100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); } 
 }
.bizhome_sub_content .relaket-section1 .dot_wrap p { position: absolute; background-color: #fff; border-radius: 100%; } 
.bizhome_sub_content .relaket-section1 .dot_wrap .dot1 { top: 5px; left: 169px; width: 15px; height: 15px; animation: opacity_control 1s 1s infinite alternate; } 
.bizhome_sub_content .relaket-section1 .dot_wrap .dot2 { width: 10px; height: 10px; top: 285px; left: -38px; animation: opacity_control 1s 2s infinite alternate; } 
.bizhome_sub_content .relaket-section1 .dot_wrap .dot3 { width: 10px; height: 10px; top: -31px; right: 191px; animation: opacity_control 1s 1s infinite alternate; } 
.bizhome_sub_content .relaket-section1 .dot_wrap .dot4 { width: 17px; height: 17px; right: 258px; bottom: -109px; animation: opacity_control 1s 2s infinite alternate; } 
@keyframes opacity_control { 
 0% { opacity: 0.2; } 
100% { opacity: 1; } 
 }
/* 마켓통합관리 */
.global_market_top { position: relative; background-image: url('../images/bizhome/bizhome_sub_content_global_market.png'); background-size: cover; } 
.global_market_top .global_info { display: flex; justify-content: space-around; } 
.global_market_top .global_info li { width: 320px; height: 360px; padding-top: 275px; background: url('../images/bizhome/spr_global_img1.png') no-repeat; font-size: 17px; line-height: 1.53; letter-spacing: -0.9px; color: #fff; } 
.global_market_top .global_info li span em { color: #ffff00; } 
.global_market_top .global_info li.global2 { background-position: -394px 0; } 
.global_market_top .global_info li.global3 { background-position: -784px 0; } 

/* 드롭쉬핑 */
.drop_shipping_top { position: relative; background-image: url('../images/bizhome/bizhome_sub_content_drop_shipping.png'); background-size: cover; } 
.drop_shipping_top .drop_info { margin: 10px 0 0 0; font-size: 0; text-align: center; } 
.drop_shipping_top .drop_info li { position: relative; display: inline-block; height: 360px; text-align: center; } 
.drop_shipping_top .drop_info li .text_wrap { position: absolute; bottom: 55px; left: 0; right: 0; } 
.drop_shipping_top .drop_info li span { font-size: 16px; opacity: 0.6; line-height: 1.3; letter-spacing: -0.8px; color: #ccc; } 
.drop_shipping_top .drop_info li em { display: block; font-size: 18px; line-height: 1.5; letter-spacing: -1px; color: #fff; } 
.drop_shipping_top .drop_info li:before { content: ''; display: block; width: 360px; height: 360px; margin: 0 auto 16px; background: url('../images/bizhome/bizhome_sub_content_drop_shipping_list.png') no-repeat; } 
.drop_shipping_top .drop_info li + li { margin-left: 70px; } 
.drop_shipping_top .drop_info li.drop2:before { background-position: -387px 0; } 
.drop_shipping_top .drop_info li.drop3:before { background-position: -773px 0; } 

/* 프랜차이즈 */
.franchise_top { position: relative; background-image: url('../images/bizhome/bizhome_sub_content_franchise.png'); background-size: cover; }
.franchise_top .biz_franchise { position: relative; display: block; width: 950px; height: 245px; margin: 40px auto 0 auto; background: url('../images/bizhome/biz_franchise.png') no-repeat top center; text-align: center; font-size: 20px; font-weight: 600; color: #1b4584; } 
.franchise_top .biz_franchise em { position: absolute; bottom: 0; right: 190px; } 

/* sns 마케팅 */
.affiliates_top { position: relative; background-image: url('../images/bizhome/bizhome_sub_content_affiliates.png'); background-size: cover; } 
.affiliates_top .info { width: 916px; height: 280px; margin: 10px auto 0 auto; background: url('../images/bizhome/bizhome_sub_content_affiliates_list.png') no-repeat; } 
.affiliates_top .info li { display: inline-block; width: 28%; padding-top: 280px; text-align: center; } 
.affiliates_top .info li span { font-size: 14px; line-height: 1.3; letter-spacing: -0.8px; color: #222; } 
.affiliates_top .info li em { display: block; font-size: 18px; line-height: 1.3; letter-spacing: -1px; color: #255090; font-weight: 600; } 
.affiliates_top .info li + li { margin-left: 65px; } 

/* 글로벌 마케팅 */
.global_service_top { height: 655px; background: url('../images/bizhome/bizhome_sub_content_global_service.png') no-repeat; background-size: cover; } 

/* 일본판매대행 */
@keyframes spin_logo { 
 0% { transform: rotate(0deg); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); } 
100% { transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); } 
 }
.japanese_sales_top { background: url('../images/bizhome/bizhome_sub_content_japanese_sales.png') no-repeat; background-size: cover; } 
.japanese_sales_top .inner .text_wrap p { font-size: 48px; color: #fff; text-align: center; line-height: 1.3; } 
.japanese_sales_top .inner .text_wrap p:nth-child(2) { color: #fffd43; font-weight: 700; } 
.japanese_sales_top .inner .text_wrap p:last-child { margin-top: 25px; font-size: 21px; color: #d5e6ff; } 

.japanese_sales_top .inner .img_wrap { position: relative; width: 261px; height: 261px; margin: 20px auto 0 auto; } 
.japanese_sales_top .inner .img_wrap .img { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: flex-end; position: absolute; height: 130px; color: #255090; z-index: 1; } 
.japanese_sales_top .inner .img_wrap .img.img1 { top: -30px; left: -440px; padding-right: 285px; background: url('../images/japanese_sales/info1.png') no-repeat center right; text-align: right; } 
.japanese_sales_top .inner .img_wrap .img.img2 { top: -25px; right: -462px; padding-left: 305px; align-items: flex-start; background: url('../images/japanese_sales/info2.png') no-repeat center left; } 
.japanese_sales_top .inner .img_wrap .img.img3 { bottom: 0; left: -410px; padding-right: 260px; background: url('../images/japanese_sales/info3.png') no-repeat center right; text-align: right; } 
.japanese_sales_top .inner .img_wrap .img.img4 { bottom: 0; right: -480px; padding-left: 240px; align-items: flex-start; background: url('../images/japanese_sales/info4.png') no-repeat center left; } 
.japanese_sales_top .inner .img_wrap .img p { position: relative; margin: 0 0 10px 0; font-size: 20px; font-weight: 600; z-index: 2; } 
.japanese_sales_top .inner .img_wrap .img p:after { content: ''; position: absolute; bottom: 0; left: -5px; display: block; width: calc(100% + 10px); height: 15px; background: #ffff00; opacity: 0.3; z-index: -1; } 
.japanese_sales_top .inner .img_wrap .img span { font-size: 18px; line-height: 1.3; color: #666; text-align: left; } 
.japanese_sales_top .inner .img_wrap .img.img1 span,
.japanese_sales_top .inner .img_wrap .img.img3 span { text-align: right; } 
.japanese_sales_top .inner .img_wrap .spin_logo span { display: block; width: 261px; height: 258px; background-image: url('../images/bizhome/japanese_sales_dot.png'); background-repeat: no-repeat; animation: spin_logo 10s 2s infinite alternate; opacity: 0.8; z-index: -1; } 
.japanese_sales_top .inner .img_wrap .spin_logo img { position: absolute; top: 42px; left: 45px; } 

/* 스토어 소개 */
.store_service_top { height: 650px; background: url('../images/bizhome/bizhome_sub_content_store_service.png') no-repeat; background-size: cover; } 
.store_service_top .inner { position: relative; padding: 160px 0 0 0; text-align: left; } 
.store_service_top .inner .img_wrap { position: absolute; top: 100px; right: 50px; width: 545px; height: 480px; } 
.store_service_top .inner .img_wrap .img { position: absolute; opacity: 1; transition: all 1s; width: 300px; } 
.store_service_top .inner .img_wrap .img span { position: absolute; left: 0; right: 0; display: block; font-size: 20px; color: #fff; text-align: center; font-weight: 600; } 
.store_service_top .inner .img_wrap .img1 span { bottom: 100px; } 
.store_service_top .inner .img_wrap .img2 span { bottom: 130px; } 
.store_service_top .inner .img_wrap .img3 span { bottom: 100px; } 
.store_service_top .inner .img_wrap .img4 span { left: auto; right: 70px; bottom: 100px; } 
/* 움직임 효과 안쓰도록 해둠
.store_service_top .inner .img_wrap .img1 { top: -82px; left: 27px; z-index: 2; } 
.store_service_top .inner .img_wrap .img2 { top: 88px; right: -30px; z-index: 1; } 
.store_service_top .inner .img_wrap .img3 { left: -100px; bottom: 60px; } 
.store_service_top .inner .img_wrap .img4 { right: 125px; bottom: -85px; } */
.store_service_top .inner .img_wrap.on .img { opacity: 1; } 
.store_service_top .inner .img_wrap.on .img1 { transition-delay: 0.2s; top: -32px; left: -31px; } 
.store_service_top .inner .img_wrap.on .img2 { transition-delay: 0.6s; top: -32px; right: 12px; z-index: 11; } 
.store_service_top .inner .img_wrap.on .img3 { transition-delay: 1.4s; bottom: -55px; left: -31px; z-index: 11; } 
.store_service_top .inner .img_wrap.on .img4 { transition-delay: 1s; right: 43px; bottom: -55px; z-index: 111; } 
/* e: 2021.08.18 비즈홈 서브페이지 상단 수정 */

/* s: 사업유형별 플랜 &gt; 리스트, 각각 상세 */
.target_wrap { margin: 70px 0 0 0; background: url('../images/bizhome/target_bg.png') no-repeat; background-size: cover; } 
.target_wrap .inner { width: 1280px; margin: 0 auto; padding: 100px 0; text-align: center; letter-spacing: -1px; } 
.target_wrap .inner .title { margin: 0 0 15px 0; line-height: 1.3; font-size: 50px; color: #0e346e; font-weight: 800; } 
.target_wrap .inner .title em { position: relative; z-index: 0; } 
.target_wrap .inner .title em:before { content: ''; position: absolute; bottom: 5px; left: -11px; display: inline-block; width: calc(100% + 22px); height: 30px; background: #ffff00; z-index: -1; } 
.target_wrap .inner .sub_title { font-size: 20px; color: #222; line-height: 1.3; } 

.target_wrap .inner .target_list { display: flex; flex-wrap: wrap; width: 1010px; margin: 75px auto 0 auto; } 
.target_wrap .inner .target_list .list {width: 252px; flex-shrink: 0;}
.target_wrap .inner .target_list .list:nth-child(n+5):nth-child(-n+8) { margin: 60px 0 0 0; } 
.target_wrap .inner .target_list .list a { display: block; } 
.target_wrap .inner .target_list .list a .img { width: 252px; height: 252px; text-indent: -9999px; } 
.target_wrap .inner .target_list .list:nth-child(1) a .img { background: url('../images/bizhome/target_list_1.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(2) a .img { background: url('../images/bizhome/target_list_2.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(3) a .img { background: url('../images/bizhome/target_list_3.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(4) a .img { background: url('../images/bizhome/target_list_4.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(5) a .img { background: url('../images/bizhome/target_list_5.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(6) a .img { background: url('../images/bizhome/target_list_6.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(7) a .img { background: url('../images/bizhome/target_list_7.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(8) a .img { background: url('../images/bizhome/target_list_8.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(1) a:hover .img { background: url('../images/bizhome/target_list_1_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(2) a:hover .img { background: url('../images/bizhome/target_list_2_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(3) a:hover .img { background: url('../images/bizhome/target_list_3_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(4) a:hover .img { background: url('../images/bizhome/target_list_4_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(5) a:hover .img { background: url('../images/bizhome/target_list_5_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(6) a:hover .img { background: url('../images/bizhome/target_list_6_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(7) a:hover .img { background: url('../images/bizhome/target_list_7_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list:nth-child(8) a:hover .img { background: url('../images/bizhome/target_list_8_hover.png') no-repeat; } 
.target_wrap .inner .target_list .list a .list_name { position: relative; display:inline-block; font-size: 20px; color: #255090; font-weight: 600; } 
.target_wrap .inner .target_list .list a .list_name:after { content: ''; position: absolute; top: 50%; right: -15px; display: block; width: 6px; height: 6px; border: 1px solid #255090; border-width: 0 2px 2px 0; transform: rotate(-45deg) translateY(-50%); } 

.target_detail_page { margin: 70px 0 0 0; letter-spacing: -1px; background-color: #f5f9fe; } 
.target_detail_page .top { height: 520px; padding: 100px 0 0 0; text-align: center; background: url('../images/bizhome/target_bg.png') no-repeat; background-size: cover; } 
.target_detail_page .top .title { margin: 0 0 15px 0; line-height: 1.3; font-size: 50px; color: #0e346e; font-weight: 800; } 
.target_detail_page .top .sub_title { font-size: 20px; color: #222; line-height: 1.3; } 
.target_detail_page .top .img_wrap { display: flex; width: 1280px; margin: 35px auto 0 auto; justify-content: center; } 
.target_detail_page .top .img_wrap .card { width: 440px; padding: 340px 0 80px 0; font-size: 18px; color: #333333; } 
.target_detail_page .top .img_wrap.card_type2 .card { padding: 318px 0 80px 0; } 
.target_detail_page .top .img_wrap .card em { color: #4a7beb; font-weight: 600; } 
.target_detail_page .top .img_wrap .card.etc em { color: #4fb7f3; } 
.target_detail_page .top .img_wrap .card.etc { position: relative; } 
.target_detail_page .top .img_wrap .card.etc::before { content: ''; position: absolute; top: 16px; left: 65px; display: block; width: 70px; height: 60px; background: url('../images/bizhome/targer_etc.png') no-repeat; } 

.target_detail_page .top.beginner .img_wrap .card:nth-child(1) { background: url('../images/bizhome/beginner_1.png') no-repeat; } 
.target_detail_page .top.beginner .img_wrap .card:nth-child(2) { background: url('../images/bizhome/beginner_2.png') no-repeat; } 
.target_detail_page .top.beginner .img_wrap .card:nth-child(3) { background: url('../images/bizhome/beginner_3.png') no-repeat; } 
.target_detail_page .top.global_seller .img_wrap .card:nth-child(1) { background: url('../images/bizhome/global_seller_1.png') no-repeat; } 
.target_detail_page .top.global_seller .img_wrap .card:nth-child(2) { background: url('../images/bizhome/global_seller_2.png') no-repeat; } 
.target_detail_page .top.global_seller .img_wrap .card:nth-child(3) { background: url('../images/bizhome/global_seller_3.png') no-repeat; } 
.target_detail_page .top.distribution_local .img_wrap .card:nth-child(1) { background: url('../images/bizhome/distribution_local_1.png') no-repeat; } 
.target_detail_page .top.distribution_local .img_wrap .card:nth-child(2) { background: url('../images/bizhome/distribution_local_2.png') no-repeat; } 
.target_detail_page .top.distribution_local .img_wrap .card:nth-child(3) { background: url('../images/bizhome/distribution_local_3.png') no-repeat; } 
.target_detail_page .top.distribution_international .img_wrap .card:nth-child(1) { background: url('../images/bizhome/distribution_international_1.png') no-repeat; } 
.target_detail_page .top.distribution_international .img_wrap .card:nth-child(2) { background: url('../images/bizhome/distribution_international_2.png') no-repeat; } 
.target_detail_page .top.fashion_brand .img_wrap .card:nth-child(1) { background: url('../images/bizhome/fashion_brand_1.png') no-repeat; } 
.target_detail_page .top.fashion_brand .img_wrap .card:nth-child(2) { background: url('../images/bizhome/fashion_brand_2.png') no-repeat; } 
.target_detail_page .top.franchise .img_wrap .card:nth-child(1) { background: url('../images/bizhome/franchise_1.png') no-repeat; } 
.target_detail_page .top.franchise .img_wrap .card:nth-child(2) { background: url('../images/bizhome/franchise_2.png') no-repeat; } 
.target_detail_page .top.wholesaler .img_wrap .card:nth-child(1) { background: url('../images/bizhome/wholesaler_1.png') no-repeat; } 
.target_detail_page .top.wholesaler .img_wrap .card:nth-child(2) { background: url('../images/bizhome/wholesaler_2.png') no-repeat; } 
.target_detail_page .top.wholesaler .img_wrap .card:nth-child(3) { background: url('../images/bizhome/wholesaler_3.png') no-repeat; } 
.target_detail_page .top.marketing .img_wrap .card:nth-child(1) { background: url('../images/bizhome/marketing_1.png') no-repeat; } 
.target_detail_page .top.marketing .img_wrap .card:nth-child(2) { background: url('../images/bizhome/marketing_2.png') no-repeat; } 
.target_detail_page .top.marketing .img_wrap .card:nth-child(3) { background: url('../images/bizhome/marketing_3.png') no-repeat; } 

.target_detail_page .content { width: 1180px; padding: 200px 0; margin: 0 auto; } 
.target_detail_page .content .title { display: flex; align-items: center; font-size: 30px; color: #333333; } 
.target_detail_page .content select { width: 235px; height: 50px; margin: 0 0 0 30px; border-radius: 5px; font-size: 18px; background-color : #fff; } 
.target_detail_page .content .plan_detail { margin: 15px 0 0 0; padding: 40px 65px; border: 1px solid #ddd; border-radius: 15px; background: #fff; } 
.target_detail_page .content .plan_detail dl { display: flex; padding: 40px 0; } 
.target_detail_page .content .plan_detail dl + dl { border-top: 1px solid #ddd; } 
.target_detail_page .content .plan_detail dl dt { width: 225px; font-size: 22px; letter-spacing: -0.6px; color: #333; font-weight: 600; vertical-align: top; flex-shrink: 0; } 
.target_detail_page .content .plan_detail dl dd { width: 100%; font-size: 16px; line-height: 1.3; color: #333; } 
.target_detail_page .content .plan_detail dl dd strong { display: block; margin: 0 0 20px 0; font-size: 20px; letter-spacing: -0.5px; color: #0e346e; font-weight: 600; } 
.target_detail_page .content .plan_detail dl dd .list li + li { margin: 10px 0 0 0; } 
.target_detail_page .content .plan_detail dl dd .more-btn { display: inline-block; margin-top: 20px; font-size: 14px; line-height: 1.57; letter-spacing: -0.4px; text-align: left; color: #888; } 
.target_detail_page .content .plan_detail dl dd .more-btn:after { content: ''; display: inline-block; margin: -2px 0 0 7px; width: 6px; height: 11px; background: url('../images/bizhome/biz_sprite.png') no-repeat -340px -100px; vertical-align: middle; } 
.target_detail_page .content .plan_detail dl dd .img-box { display: block; margin: 20px 0; } 
.target_detail_page .content .plan_detail dl dd .supplier-desc { font-size: 14px; } 
.target_detail_page .content .plan_detail dl dd .supplier-desc &gt; em { display: block; font-weight: 600; } 
.target_detail_page .content .plan_detail .option { font-size: 0; } 
.target_detail_page .content .plan_detail .option li { display: inline-block; width: 25%; vertical-align: top; } 
.target_detail_page .content .plan_detail .option li i { display: inline-block; width: 58px; height: 48px; margin-bottom: 5px; background: url('../images/bizhome/store_spr.png') no-repeat; font-size: 0; } 
.target_detail_page .content .plan_detail .option li i.ico1 { background-position: -800px -600px; } 
.target_detail_page .content .plan_detail .option li i.ico2 { background-position: 0 -600px; } 
.target_detail_page .content .plan_detail .option li i.ico3 { background-position: -200px -600px; } 
.target_detail_page .content .plan_detail .option li i.ico4 { background-position: -400px -600px; } 
.target_detail_page .content .plan_detail .option li i.ico5 { background-position: -600px -600px; } 
.target_detail_page .content .plan_detail .option li strong { display: block; margin-bottom: 5px; font-size: 16px; line-height: 1.5; letter-spacing: -0.8px; font-weight: 600; color: #333; } 
.target_detail_page .content .plan_detail .option li p { font-size: 14px; letter-spacing: -0.7px; color: #666; } 

.bottom_banner { display: none; flex-direction: column; height: 360px; font-size: 34px; color: #fff; text-align: center; background: #194386 url('../images/bizhome/bottom_banner_bg.png') no-repeat center; align-items: center; justify-content: center; } 
.bottom_banner p { line-height: 1.3; } 
.bottom_banner p:nth-child(2) { font-weight: 800; } 
.bottom_banner a { display: block; width: 235px; height: 50px; margin: 35px 0 0 0; line-height: 50px; background: #fff; color: #1b4584; border-radius: 50px; font-size: 18px; font-weight: 600; } 
/* e: 사업유형별 플랜 &gt; 리스트, 각각 상세 */

/* s: 고객지원 - 자주 묻는 질문, 서비스 이용문의, 공급회원 가입*/
.support_wrap { margin: 70px 0 0 0; letter-spacing: -1px; } 
.support_wrap .support_top { display: flex; height: 400px; text-align: center; background: #c4d8f2 url('../images/bizhome/support_top_bg.png') no-repeat center; box-sizing: border-box; flex-direction: column; justify-content: center; } 
.support_wrap .support_top .title { position: relative; font-size: 50px; /*color: #0e346e;*/ font-weight: 800; z-index: 1; color:#fff;} 
.support_wrap .support_top.faq .title::before { content: ''; position: absolute; top: -20px; left: 35%; display: block; width: 100px; height:62px; background: url('../images/bizhome/support_top_etc.png') no-repeat; z-index: -1; } 
.support_wrap .support_top.inquiry .title { font-size: 50px; /*color: #0e346e;*/ color:#fff; line-height: 1.3; font-weight: 400; } 
.support_wrap .support_top.inquiry .title em { position: relative; display: block; font-weight: 800; z-index:0; } 
.support_wrap .support_top.inquiry .title em::before { content: ''; position: absolute; top: -40px; right: 32%; display: block; width: 100px; height:62px; background: url('../images/bizhome/support_top_etc.png') no-repeat; z-index: -1; transform: rotate(130deg); } 
.support_wrap .support_top .sub_title { margin: 10px 0 0 0; font-size: 20px; /*color: #222;*/ color:rgba(255, 255, 255, 0.7); } 
.support_wrap .support_top .faq_search { position: relative; width: 600px; height: 70px; padding: 0 60px 0 30px; margin: 50px auto 0 auto; border-radius: 15px; background: #fff; box-sizing: border-box; text-align: left; } 
.support_wrap .support_top .faq_search .support_search_text { width: 100%; line-height: 70px; font-size: 22px; color: #999; background: #fff; } 
.support_wrap .support_top .faq_search .support_search_text:-webkit-autofill { box-shadow: 0 0 0 1000px white inset; } 
.support_wrap .support_top .faq_search .support_search_icon { display: inline-block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 38px; height: 38px; background: url('../images/bizhome/biz_sprite.png') no-repeat 0 -85px; font-size: 0; vertical-align: top; cursor: pointer; } 
.support_wrap .support_top .faq_search .support_search_del { position: absolute; top: 50%; right: 95px; transform: translateY(-50%); display: none; width: 36px; height: 36px; background: url('../images/bizhome/biz_sprite.png') no-repeat -390px 0; font-size: 0; } 

.support_wrap .support_content { margin: 80px 0 0 0; padding: 0 0 150px 0; } 
.support_wrap .support_content .inner { width: 1280px; margin: 0 auto; } 
.support_wrap .support_content .inner .title { font-size: 35px; } 
.support_wrap .support_content .inner .no_search { padding: 100px 0 0 0; margin: 20px 0 0 0; border-top: 1px solid #ddd; text-align: center; font-size: 22px; } 
.support_wrap .support_content .inner .no_search .info { font-size: 30px; font-weight: 600; } 
.support_wrap .support_content .inner .button_wrap { margin: 100px 0 0 0; text-align: center; } 
.support_wrap .support_content .inner .back_btn { display: inline-block; min-width: 160px; height: 50px; line-height: 50px; border: 1px solid #ddd; border-radius: 5px 5px; font-size: 18px; color: #333; font-weight: 800; text-align: center; } 
.support_wrap .support_content .inner .back_btn + .back_btn { margin-left: 10px; } 
.support_wrap .support_content .inner .back_btn:hover { border-color: #cae9fb; color: #4fb7f3; } 
.support_wrap .naver_talk { position: fixed; right: 30px; bottom: 115px; } 

.support_wrap .support_top.supplier {position: relative;  display: flex; text-align: center; background: #c4d8f2 url('../images/bizhome/support_top_bg.png') center no-repeat ; box-sizing: border-box; } 
.support_wrap .support_top .supplier_join { display: block; width: 220px; height: 50px; margin: 25px auto 0 auto; line-height: 50px; background: #fff; border-radius: 50px; color: #0e346e; font-size: 20px; font-weight: 600; } 
.support_wrap .img_wrap {position: absolute; bottom:-330px; left: 50%; transform: translateX(-50%); display: flex; width: 1180px; margin:0; text-align: center; justify-content: center; } 
.support_wrap .img_wrap .card:nth-child(1) { background: url('../images/bizhome/supplier_1.png') top center no-repeat; } 
.support_wrap .img_wrap .card:nth-child(2) { background: url('../images/bizhome/supplier_2.png') top center no-repeat; } 
.support_wrap .img_wrap .card:nth-child(3) { background: url('../images/bizhome/supplier_3.png') top center no-repeat; } 
.support_wrap .img_wrap .card { width: 420px; padding: 295px 0 40px 0; font-size: 18px; color: #333333; } 
.support_wrap .img_wrap .card em { color: #4a7beb; font-weight: 600; } 
.support_wrap .img_wrap .card.etc em { color: #4fb7f3; } 
.support_wrap .img_wrap .card.etc { position: relative; } 
.support_wrap .img_wrap .card.etc::before { content: ''; position: absolute; top: -10px; left: 65px; display: block; width: 70px; height: 60px; background: url('../images/bizhome/targer_etc.png') no-repeat; } 
.support_wrap .supplier_content {padding-top: 400px;}
/* e: 고객지원 - 자주 묻는 질문, 서비스 이용문의, 공급회원 가입 */

/* 2021.10월 비즈홈 개편 */
.main_content_wrap {width: 100%; padding: 73px 0 0 0; color: #1d1d1f; }
.content_title {text-align: center;}
.content_title .small_title {margin-bottom: 13px; font-size: 24px; line-height: 1.4; letter-spacing: -0.6px; } 
.content_title .middle_title {font-size: 48px; font-weight: bold; line-height: 1.292; letter-spacing: -1.2px; } 
.content_title .info {margin-top: 17px; font-size: 18px; line-height: 1.5; } 
.page_move_border_btn {display: block; width: 160px; height: 50px; margin: 40px auto 0 auto; line-height: 50px; letter-spacing: -0.5px; font-size: 16px; font-weight: 600; color: #247dff; box-sizing: border-box; border-radius: 28px; border: 1px solid #247dff; text-align: center; }
.page_move_btn { display: block; width: 240px; height: 60px; margin: 20px auto 0 auto; line-height: 60px; letter-spacing: -0.5px; font-size: 20px; font-weight: 600; color: #fff; box-sizing: border-box; background-color: #247dff; border-radius: 30px; box-shadow: 7px 12.1px 30px 0 rgba(36, 125, 255, 0.32);}
.page_move_btn:after { content: ''; display: inline-block; width: 23px; height: 60px; margin: 0 0 0 5px; background: url('../images/bizhome/page_move_btn_arrow.png') no-repeat center; vertical-align: top;}

/* 메인 탑 배너 */
.main_content_wrap .inner_visual {height: 235px; padding: 45px 0;  text-align: center; background: url('../images/bizhome/bizhome_top_banner.png') no-repeat center;}
.main_content_wrap .inner_visual .top_text {font-size: 22px; line-height: 1.5; font-weight: 600; letter-spacing: 1.7px;}

/* 메인 스토어 */
.main_content_wrap .main_sticky {position: relative; height: 2520px; padding-bottom: 60px; background: #f0f3fa;} 
/* .main_content_wrap .main_sticky:after { content:''; display: block; position: absolute; left:0; bottom: 0; width:100%; height: 90px; background:  url('../images/bizhome/fade_bottom.png') no-repeat center; z-index: 2; } */
.main_content_wrap .main_sticky .sticky_text {position: -webkit-sticky; position: sticky; top: 74px; z-index: 1; padding-top: 120px;}
.main_content_wrap .main_sticky .sticky_text .content_title {height: 660px; }
.main_content_wrap .main_sticky .sticky_text .content_title.on {transition-delay: .3s;}
.main_content_wrap .main_sticky .main_sticky_thumb {overflow: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.main_content_wrap .main_sticky .main_sticky_thumb::before {content: ""; position: absolute; left: 50%; top: 0; width: 1940px; height: 100%; transform: translateX(-50%); background: no-repeat 380px -188px url('../images/bizhome/site5.png'),
    no-repeat 1320px 155px url('../images/bizhome/site3.png'),
    no-repeat 107px 425px url('../images/bizhome/site8.png'),
    no-repeat 1435px 680px url('../images/bizhome/site6.png'),
    no-repeat 206px 962px url('../images/bizhome/site7.png'),
    no-repeat 336px 1585px url('../images/bizhome/site4.png'),
    no-repeat 1320px 1360px url('../images/bizhome/site2.png'),
    no-repeat 120px 2180px url('../images/bizhome/site1.png'),
    no-repeat 1390px 1915px url('../images/bizhome/site9.png');
}
.main_content_wrap .service_store_logo { position: absolute; left:0; right: 0; bottom: 0; width: 1440px; height: 90px; margin: 0 auto; background-color: rgba(255, 255, 255, 95%); border-radius: 10px; overflow: hidden; box-shadow: 7px 12.1px 30px 0 rgba(159, 180, 230, 0.6); z-index: 3;}
.main_content_wrap .service_store_logo .slide_logo { position: relative; display: flex; height: 90px; align-items: center; } 
.main_content_wrap .service_store_logo .slide_logo:before,
.main_content_wrap .service_store_logo .slide_logo:after { position: absolute; top: 0; content: ''; width: 50px; height: 90px; z-index: 4; }
.main_content_wrap .service_store_logo .slide_logo:before { left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 80%); } 
.main_content_wrap .service_store_logo .slide_logo:after { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%); } 
.main_content_wrap .service_store_logo .slide_logo .slide { position: relative; display: flex; width:100%; height: 100px; align-items: center; background-color: #fff; } 
.main_content_wrap .service_store_logo .slide_logo .slide .logo { position: absolute; } 

/* 메인 마켓통합관리 */
.main_content_wrap .main_content_market { padding: 140px 0 140px 0; } 
.main_content_wrap .main_content_market .inner_content {display: flex; width: 1280px; height: 593px; margin: 60px auto 0 auto; border-radius: 10px; overflow: hidden; background: #f0f3fa;}
.main_content_wrap .main_content_market .inner_content .left_content {width: 640px; padding: 175px 0 0 125px; background: url('../images/bizhome/bizhome_text_etc1.png') no-repeat top 125px left 85px; box-sizing: border-box;}
.main_content_wrap .main_content_market .inner_content .left_content .left_title {font-size: 36px; font-weight: bold; line-height: 1.4; letter-spacing: -0.025em;}
.main_content_wrap .main_content_market .inner_content .left_content .left_info {margin: 28px 0 0 0; font-size: 18px; line-height: 1.5; letter-spacing: -0.025em;}
.main_content_wrap .main_content_market .inner_content .right_content {position: relative; width: 640px; background: #3877d3 url('../images/bizhome/bizhome_text_etc2_3.png');}
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap img {position: absolute; }
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .notebook {top: 50%; left: -146px; transform: translateY(-50%);} 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product {top: 138px; right: 130px; } 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list {top: 50px; left: 70px; } 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list_box {position: absolute;top: 50px; left: 70px; width: 218px; height: 275px; padding: 10px; overflow: hidden; box-shadow: 9px 15.588px 36px 0px rgba(0, 0, 0, 0.36);  border-radius: 2px;  background: #fff; } 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list_box:after { position: absolute; left: 0; bottom: 0; content: ''; display: block; width: 100%; height: 76px; background: url('../images/bizhome/box_gradient.png') no-repeat;}
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list_box .product_list_box_button { position: absolute; left: 10px;  bottom:10px; width: 200px; height: 45px; background: #252537 ; color: #fff; line-height: 45px; text-align: center; font-size: 18px; border-radius: 2px; z-index: 10;}
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list_scroll {top: 0; left: 0; } 
.main_content_wrap .main_content_market .middle_info {margin: 96px 0 45px 0; font-size: 36px; font-weight: bold; text-align: center; letter-spacing: -0.025em;}
.main_content_wrap .main_content_market .market_info_wrap {display:flex; width: 1280px; margin: 0 auto 40px auto; justify-content: space-around;}
.main_content_wrap .main_content_market .market_info_wrap .list {width: 360px;}
.main_content_wrap .main_content_market .market_info_wrap .list .img_area { margin: 0 0 30px 0; overflow: hidden; border-radius: 5px;}
.main_content_wrap .main_content_market .market_info_wrap .list .img_area img {transition: all 1s;  width: 100%; transform: scale(1);}
.main_content_wrap .main_content_market .market_info_wrap .list .img_area img:hover {transform: scale(1.1);}
.main_content_wrap .main_content_market .market_info_wrap .list h3 { margin: 0 0 15px 0; font-size: 18px; font-weight: bold; letter-spacing: -0.025em;}
.main_content_wrap .main_content_market .market_info_wrap .list .text {font-size: 16px; color: #6e6e73 }
@keyframes product_list_scroll { 
    0% {
        top: 0;
    }
    50% {
        top: -125px;
    }
    100%{
        top: 0;
    }
}
@keyframes scroll_down { 
    0% {
        top: 18px;
    }
    50% {
        top: 123px;
    }
    100% {
        top: 18px;
    }
}
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product.on { transition-delay: .3s; } 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list.on { transition-delay: .5s; } 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list_box.on { transition-delay: .5s; } 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .product_list_scroll.on { animation-name: product_list_scroll; animation-duration: 2s; animation-timing-function: ease-out; animation-delay: 1s; top: 0; left: 0; } 
.main_content_wrap .main_content_market .inner_content .right_content .img_wrap .scrollbar.on { position: absolute; top: 18px; right: 12px; animation-name: scroll_down; animation-duration: 2s; animation-timing-function: ease-out; animation-delay: 1s; }
.main_content_wrap .main_content_market .market_info_wrap .list2.on { transition-delay: .3s; }
.main_content_wrap .main_content_market .market_info_wrap .list3.on { transition-delay: .5s; }

/* 메인 드롭쉬핑 */
.main_content_wrap .main_content_dropshipping {position: relative; height: 850px; padding: 60px 0 0 0; margin: 0 0 233px 0; background: url('../images/bizhome/bizhome_drop_bg_wrap.png'); }
.main_content_wrap .main_content_dropshipping .img_wrap { position: relative; width: 1440px; height: 550px; margin: 0 auto;}
.main_content_wrap .main_content_dropshipping .img_wrap:after {content:''; position: absolute; left:57px; bottom: 0px; display: block;  width: 1359px; height: 573px; background: url('../images/bizhome/bizhome_drop_bg.png') no-repeat left bottom 52px; z-index: 1;}
.main_content_wrap .main_content_dropshipping .img_wrap .count_total {position: absolute; top: 75px; left: 100px; font-size: 12px; font-weight: 600; }
.main_content_wrap .main_content_dropshipping .img_wrap .count_total .count {font-size: 48px; font-weight: bold; line-height: 1.4;}
.main_content_wrap .main_content_dropshipping .img_wrap .img_area {position: absolute; top: 55px; left: 416px; z-index: 2;}
.main_content_wrap .main_content_dropshipping .img_wrap .spin {position: absolute; top: 203px; left: 694px; width: 60px; height: 60px; z-index: 3;border-radius: 100%; background: url('../images/bizhome/bizhome_drop_spin.png') no-repeat center; }
.main_content_wrap .main_content_dropshipping .img_wrap .arrow {position: absolute; top: 203px; left: 604px; z-index:2; transform: scale(1); opacity: 1; }
.main_content_wrap .main_content_dropshipping .img_wrap .img_store {position: absolute; right: 0; bottom: 0; } 
.main_content_wrap .main_content_dropshipping .img_wrap .bizhome_drop_opacity1 ,
.main_content_wrap .main_content_dropshipping .img_wrap .bizhome_drop_opacity2 { position: absolute;  z-index: 2;}
.main_content_wrap .main_content_dropshipping .img_wrap .bizhome_drop_opacity1 { right: 336px; bottom: 96px; } 
.main_content_wrap .main_content_dropshipping .img_wrap .bizhome_drop_opacity2 { right: 150px; bottom: 101px; } 
@keyframes arrow_left_right { 
    0% {
        left: 604px;
    }
    50% {
        left: 650px;
    }
    100%{
        left: 604px;
    }
}
.main_content_wrap .main_content_dropshipping .img_wrap .img_area.on {transition-delay: .5s;}
.main_content_wrap .main_content_dropshipping .img_wrap .arrow.on {transition-delay: .7s; animation-name: arrow_left_right; animation-duration: 2s; animation-timing-function: ease-out; animation-delay: .7s; animation-iteration-count: infinite;} 

/* 메인 파트너 */
.main_content_wrap .main_content_partner {width: 1280px; margin: 0 auto; border-top: 1px solid #ddd;}
.main_content_wrap .main_content_partner .middle_info {padding: 60px 0 0 0; font-size: 36px; font-weight: bold; line-height: 1.4; text-align: center;}
.main_content_wrap .main_content_partner .partner_slide_wrap {display: flex; margin: 60px 0 200px 0; justify-content: space-between; }
.main_content_wrap .main_content_partner .partner_slide_wrap .list {width: 390px; padding-top: 270px; border-radius: 8px; box-shadow: 7px 12.1px 30px 0 rgba(37, 37, 55, 0.08); background-size: 100%; background-position: top; background-repeat: no-repeat; }
.main_content_wrap .main_content_partner .partner_slide_wrap .list:hover { box-shadow: 7px 12.1px 30px 0 rgba(37, 37, 55, 0.3); transition: all .5s;}
.main_content_wrap .main_content_partner .partner_slide_wrap .partner_canon {background-image: url('../images/bizhome/partner_canon.png'); }
.main_content_wrap .main_content_partner .partner_slide_wrap .partner_naning9 {background-image: url('../images/bizhome/partner_naning9.png'); }
.main_content_wrap .main_content_partner .partner_slide_wrap .partner_timoph {background-image: url('../images/bizhome/partner_timoph.png'); }
.main_content_wrap .main_content_partner .partner_slide_wrap .list .top {display: flex; align-items: center; font-size: 16px; font-weight: 600;}
.main_content_wrap .main_content_partner .partner_slide_wrap .list .top .logo {display: inline-block; width: 60px; height: 60px; margin-right: 10px; text-indent: -9999px; background-size: 100%; background-position: top; background-repeat: no-repeat;}
.main_content_wrap .main_content_partner .partner_slide_wrap .partner_canon .top .logo {background-image: url('../images/bizhome/partner_canon_logo.png'); }
.main_content_wrap .main_content_partner .partner_slide_wrap .partner_naning9 .top .logo {background-image: url('../images/bizhome/partner_naning9_logo.png'); }
.main_content_wrap .main_content_partner .partner_slide_wrap .partner_timoph .top .logo {background-image: url('../images/bizhome/partner_timoph_logo.png'); }
.main_content_wrap .main_content_partner .partner_slide_wrap .list .text {padding: 26px 30px 68px 30px; line-height: 1.5; letter-spacing: -0.025em;}
.main_content_wrap .main_content_partner .partner_slide_wrap .list .text .bold_text { margin-top: 22px; font-size: 16px; font-weight: 600; }
.main_content_wrap .main_content_partner .partner_slide_wrap .list .text .info { margin-top: 22px; font-size: 14px; color: #6a6c7b;}

.main_content_wrap .main_content_partner .partner_canon.on {transition-delay: .3s;}
.main_content_wrap .main_content_partner .partner_naning9.on {transition-delay: .5s;}
.main_content_wrap .main_content_partner .partner_timoph.on {transition-delay: .7s;}

/* 메인 무료로 시작하기 */
.main_content_wrap .main_content_start { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 1280px; height: 320px; margin: 0 auto; border-radius: 20px; background: #247dff url('../images/bizhome/start_button_logo.png') bottom -37px center no-repeat; color: #fff;  font-size: 40px; line-height: 1.4; letter-spacing: -0.025em; box-shadow: 7px 12.1px 30px 0 rgba(36, 125, 255, 0.26);}
.main_content_wrap .main_content_start .light {font-weight: 300;}
.main_content_wrap .main_content_start .bold {font-weight: bold;}
.main_content_wrap .main_content_start .page_move_white_btn {display: block; width: 240px; height: 60px; padding: 0 35px 0 40px; margin: 34px auto 0 auto; border-radius: 30px; box-shadow: 7px 12.1px 30px 0 rgba(0, 0, 0, 0.3); background: #fff url('../images/bizhome/page_move_white_btn_arrow.png') no-repeat center right 35px; color: #247dff; font-size: 20px; font-weight: bold; line-height: 60px;}

/* 메인 하단 파트너 */
.main_content_wrap .main_content_partnership { display: flex; align-items: center; width: 1280px; margin: 45px auto; text-indent: -9999px;}
.main_content_wrap .main_content_partnership .logo {width: 256px; background: url('../images/bizhome/Partnership.png') no-repeat left center;}
.main_content_wrap .slide_partnership {width: 100%;}
.main_content_wrap .slide_partnership .slide_logo { position: relative; height: 60px; overflow: hidden; } 
.main_content_wrap .slide_partnership .slide_logo:before,
.main_content_wrap .slide_partnership .slide_logo:after { position: absolute; top: 0; content: ''; width: 50px; height: 90px; z-index: 4; }
.main_content_wrap .slide_partnership .slide_logo:before { left: 0; background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 80%); } 
.main_content_wrap .slide_partnership .slide_logo:after { right: 0; background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 80%); } 
.main_content_wrap .slide_partnership .slide_logo .logo_item { position: absolute; } 

/* 서브페이지 &gt; 무료로 시작하기 */
.sub_content_start { display: none; flex-direction: column; align-items: center; justify-content: center; width: 1280px; height: 320px; margin: 120px auto 100px auto; border-radius: 20px; background: #247dff url('../images/bizhome/start_button_logo.png') bottom -37px center no-repeat; color: #fff;  font-size: 40px; line-height: 1.4; letter-spacing: -0.025em; box-shadow: 7px 12.1px 30px 0 rgba(36, 125, 255, 0.26);}
.sub_content_start .light {font-weight: 300;}
.sub_content_start .bold {font-weight: bold;}
.sub_content_start .page_move_white_btn {display: block; width: 240px; height: 60px; padding: 0 35px 0 40px; margin: 34px auto 0 auto; border-radius: 30px; box-shadow: 7px 12.1px 30px 0 rgba(0, 0, 0, 0.3); background: #fff url('../images/bizhome/page_move_white_btn_arrow.png') no-repeat center right 35px; color: #247dff; font-size: 20px; font-weight: bold; line-height: 60px;}

/* 이용요금 페이지 공통 css */
.pricing_page_wrap .content_title {color: #1d1d1f;}
.pricing_page_wrap .content_title .middle_title {font-size: 36px; font-weight: 300; letter-spacing: -0.9px; line-height: 1.5;}
.pricing_page_wrap .content_title .small_title {font-size: 18px; font-weight: 300; letter-spacing: -0.45px; line-height: 1.5;}

/* 이용요금 &gt; 이용요금 top */
.pricing_page_wrap .top_area .bg {position: relative; height: 423px; margin: 0 0 350px 0; background: url('../images/bizhome/pricing_page_top_bg.png') no-repeat center; background-size: cover;}
.pricing_page_wrap .top_area .bg .top_title {padding: 134px 0 0 0; font-size: 48px; font-weight: 300; color: #1d1d1f; text-align: center; letter-spacing: -1.2px; line-height: 1.225;}
.pricing_page_wrap .top_area .pricing_table {display: flex; padding: 30px 0; position: absolute; top: 215px; left: 50%; transform: translateX(-50%); width: 1200px; background: #fff; border-radius: 10px; border: 2px solid #fff; box-shadow: 6px 10.392px 30px 0px rgba(36, 125, 255, 0.16); justify-content: center; }
.pricing_page_wrap .top_area .pricing_table .list {padding: 0 70px; }
.pricing_page_wrap .top_area .pricing_table .list + .list {position: relative; border-left: 2px solid #eeeeee;}
.pricing_page_wrap .top_area .pricing_table .list + .list::before {content: ''; position: absolute; left: -31px; top: 50%; transform: translateY(-50%); display: block; width: 60px; height: 60px; background-image: url('../images/bizhome/add_service_title_icon_plus.png'); background-color: rgb(255, 255, 255); box-shadow: inset 0px 4px 7.68px 0.32px rgba(0, 0, 0, 0.08); border-radius: 100%; background-position: center; background-repeat: no-repeat; }
.pricing_page_wrap .top_area .pricing_table .list .title { padding: 0 0 15px 0; margin: 0 0 20px 0; font-size: 26px; font-weight: 800; color: #1d1d1f; letter-spacing: -0.65px; text-align: center; border-bottom: 1px solid #e8e8e8; } 
.pricing_page_wrap .top_area .pricing_table .list .title .list_icon {margin: 5px 0 0 0;}
.pricing_page_wrap .top_area .pricing_table .list ul {margin: 0 40px;}
.pricing_page_wrap .top_area .pricing_table .list ul li {padding: 0 0 0 20px; background: url('../images/bizhome/pricing_table_arrow.png') no-repeat center left; font-size: 14px; color: #6e6e73; line-height: 1.5; letter-spacing: -0.35px;}
.pricing_page_wrap .top_area .pricing_table .list .box {width: 260px; padding: 20px 40px; margin: 20px 0 0 0; background: #f8f8f8; box-sizing: border-box; border-radius: 4px;}
.pricing_page_wrap .top_area .pricing_table .list .box dt {margin-bottom: 5px; font-size: 13px; color: #999999; line-height: 1.5; letter-spacing: -0.3px;}
.pricing_page_wrap .top_area .pricing_table .list .box dd {font-size: 14px; color: #1d1d1f; line-height: 1.5; letter-spacing: -0.35px; font-weight: 600;}
.pricing_page_wrap .top_area .pricing_table .list .box dd::before {content: ''; display: inline-block; width: 2px; height: 2px; margin: 10px; background: #1d1d1f; border-radius: 100%; vertical-align: top; }
.pricing_page_wrap .top_area .pricing_table .list .pricing {margin-top: 20px; text-align: center; color: #1d1d1f; font-size: 16px; line-height: 1.5; letter-spacing: -0.4px; font-weight: 500;}
.pricing_page_wrap .top_area .pricing_table .list .pricing span {position: relative; display: inline-block; font-size: 30px; line-height: 1.38; letter-spacing: -1.5px; font-weight: 500; color: #ff5000; }
.pricing_page_wrap .top_area .pricing_table .list .pricing em {color: #ff5000;}
.pricing_page_wrap .top_area .pricing_table .list .pricing .tip {margin: 0; font-size: 12px; color: #97979b; line-height: 1.5; letter-spacing: -0.3px;}

/* 이용요금 &gt; 이용요금 플러스 */
.pricing_page_wrap .free_service {margin-top: 180px;}
.pricing_page_wrap .free_service .plus_wrap {width: 1440px; margin: 60px auto 0 auto; display: flex; flex-wrap: wrap;}
.pricing_page_wrap .free_service .plus_wrap .list {width: 16.66%; text-align: center; }
.pricing_page_wrap .free_service .plus_wrap .list:nth-child(n+7) {margin-top: 50px;}
.pricing_page_wrap .free_service .plus_wrap .list .img_area {width: 120px; height: 120px; margin: 0 auto;}
.pricing_page_wrap .free_service .plus_wrap .list .name {margin-top: 20px; font-size: 18px; color: #1d1d1f; line-height: 1.5; letter-spacing: -0.45px; font-weight: 600; }
.pricing_page_wrap .free_service .plus_wrap .list .info {font-size: 16px; color: #97979b; line-height: 1.5; letter-spacing: -0.4px;}

/* 이용요금 &gt; 이용요금 수수료율 */
.pricing_page_wrap .price_table {margin-top: 170px;}
.pricing_page_wrap .price_table table {width: 1280px; margin: 60px auto 0 auto; color: #1d1d1f; font-size: 16px; line-height: 1.5; letter-spacing: -0.4px;}
.pricing_page_wrap .price_table table th {padding: 12px; background: #f8f8f8; font-weight: 600; }
.pricing_page_wrap .price_table table td {padding: 12px; font-weight: 500; text-align: center; border-bottom: 1px solid #ddd;}
.pricing_page_wrap .tip { margin-top: 30px; text-align: center; color: #ff5000; font-size: 16px; line-height: 1.5; letter-spacing: -0.4px;}
.pricing_page_wrap .tip strong {border-bottom: 1px solid #ff5000; font-weight: 600;}

/* 이용요금 &gt; 유료서비스 */
.pricing_page_wrap .add_service {width: 100%; height: 1163px; padding: 100px 0 0 0; margin: 140px 0 0 0; background: url('../images/bizhome/add_service_bg.png') no-repeat; background-size: cover;}
.pricing_page_wrap .add_service .inner {position: relative; width: 1440px; margin: 0 auto;}
.pricing_page_wrap .add_service .inner .content_title {position: absolute; top: 0; left: 0; text-align: left;}
.pricing_page_wrap .add_service .inner .content_title::before {content: ''; position: absolute; top: -4px; left: -60px; display: block; width: 48px; height: 52px; background: url('../images/bizhome/add_service_title_etc_icon.png') no-repeat;}
.pricing_page_wrap .add_service .inner .content_title .middle_title strong {display: block;}
.pricing_page_wrap .add_service .inner .content_title .small_title {margin-top: 20px; font-weight: 400;}

.pricing_page_wrap .add_service .inner .list_area .list {background: #fff; border-radius: 8px; box-sizing: border-box; box-shadow: 7.5px 12.99px 30px 0px rgba(8, 27, 57, 0.07);}
.pricing_page_wrap .add_service .inner .list_area .list + .list {margin-left: 10px;}
.pricing_page_wrap .add_service .inner .list_area .list .top {text-align: center;}
.pricing_page_wrap .add_service .inner .list_area .list .top p {font-size: 28px; font-weight: 800; color: #1d1d1f; line-height: 1.5; letter-spacing: -0.7px; }
.pricing_page_wrap .add_service .inner .list_area .list .top p::before {content: ''; display: block; width: 100%; height: 70px;  }
.pricing_page_wrap .add_service .inner .list_area .list .top div {font-size: 16px; color: #6e6e73; line-height: 1.5; letter-spacing: -0.4px;}
.pricing_page_wrap .add_service .inner .list_area .list .top div:nth-of-type(2) {margin-top: 10px; font-size: 18px; color: #1d1d1f; line-height: 1.5; letter-spacing: -0.45px; }
.pricing_page_wrap .add_service .inner .list_area .list .top div strong {font-size: 26px; font-weight: 800; color: #1d1d1f; }
.pricing_page_wrap .add_service .inner .list_area .list .bottom {padding-top: 15px; margin-top: 15px; border-top: 1px solid #eee;}
.pricing_page_wrap .add_service .inner .list_area .list .bottom dt {font-size: 13px; color: #999; letter-spacing: -0.325px;}
.pricing_page_wrap .add_service .inner .list_area .list .bottom dd {padding: 0 0 0 20px; margin: 10px 0 0 0; background: url('../images/bizhome/pricing_table_arrow.png') no-repeat top 6px left; font-size: 14px; color: #6e6e73; font-weight: 500;}

.pricing_page_wrap .add_service .inner .list_area .first_row {display: flex; justify-content: flex-end; align-items: flex-start;}
.pricing_page_wrap .add_service .inner .list_area .first_row .list {position:relative; width: 425px; padding: 30px;}
.pricing_page_wrap .add_service .inner .list_area .first_row .list::before {content: ''; position: absolute; top: -4px; left:20px; display: block; width: 38px; height: 51px; background: url('../images/bizhome/list_etc_icon.png') no-repeat center top;}

.pricing_page_wrap .add_service .inner .list_area .second_row {display: flex; margin: 50px 0 0 0; align-items: flex-start;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list {width: 280px; padding: 30px 20px;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list .top p {font-size: 20px; line-height: 1.5; letter-spacing: -0.5px; }
.pricing_page_wrap .add_service .inner .list_area .second_row .list .top div {font-size: 14px; line-height: 1.5; letter-spacing: -0.35px;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list .top div:nth-of-type(2) {margin-top: 10px; font-size: 18px; color: #1d1d1f; line-height: 1.5; letter-spacing: -0.55px; font-weight: 600; }
.pricing_page_wrap .add_service .inner .list_area .second_row .list .top div strong {font-size: 22px; font-weight: 800; color: #1d1d1f; }

.pricing_page_wrap .add_service .inner .list_area .second_row .icon_event {position: relative;}
.pricing_page_wrap .add_service .inner .list_area .second_row .icon_event .icon {display:inline-block; width: 20px; text-indent: -9999px; background: url('../images/bizhome/info_20.png') no-repeat center; cursor: pointer;}
.pricing_page_wrap .add_service .inner .list_area .second_row .icon_event .icon:hover ~ .tool {display: block;}
.pricing_page_wrap .add_service .inner .list_area .second_row .icon_event .tool {display: none; position: absolute; top: 40px; right: 0; width: 115px; height: 55px; border: 1px solid #ddd; border-radius: 8px; color: #111111; line-height: 53px !important; background: #fff; box-shadow: 7.5px 12.99px 30px 0px rgba(8, 27, 57, 0.07);} 
.pricing_page_wrap .add_service .inner .list_area .first_row .list:nth-of-type(1) .top p::before { background: url('../images/bizhome/add_service_icon1.png') no-repeat center top;}
.pricing_page_wrap .add_service .inner .list_area .first_row .list:nth-of-type(2) .top p::before { background: url('../images/bizhome/add_service_icon2.png') no-repeat center top;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list:nth-of-type(1) .top p::before { background: url('../images/bizhome/add_service_icon3.png') no-repeat center top;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list:nth-of-type(2) .top p::before { background: url('../images/bizhome/add_service_icon4.png') no-repeat center top;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list:nth-of-type(3) .top p::before { background: url('../images/bizhome/add_service_icon5.png') no-repeat center top;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list:nth-of-type(4) .top p::before { background: url('../images/bizhome/add_service_icon6.png') no-repeat center top;}
.pricing_page_wrap .add_service .inner .list_area .second_row .list:nth-of-type(5) .top p::before { background: url('../images/bizhome/add_service_icon7.png') no-repeat center top;}

/* 서비스 소개 &gt; 마켓통합관리 */
.global_market_content_wrap .content_title {color: #1d1d1f;}
.global_market_content_wrap .content_title .middle_title {font-size: 48px; font-weight: 300; letter-spacing: -1.2px; line-height: 1.4;}
.global_market_content_wrap .content_title .middle_title strong {display: block; font-weight: 700;}
.global_market_content_wrap .content_title .small_title {margin: 15px 0 0 0; font-size: 18px; font-weight: 400; letter-spacing: -0.45px; line-height: 1.5;}

/* 서비스 소개 &gt; 마켓통합관리 &gt; 탑 */
.global_market_content_wrap .top_inner {height: 714px; padding-top: 140px; background: url('../images/bizhome/global_market_top_inner_bg.png') no-repeat center; background-size: cover;}
.global_market_content_wrap .top_inner .img_content { width: 1280px; height: 420px; margin: 36px auto 0 auto; background: url('../images/bizhome/global_market_top_check.png') no-repeat top -14px left 40px; }
.global_market_content_wrap .top_inner .img_content ul {display: flex; height: 100%; padding-left: 665px; flex-direction: column;}
.global_market_content_wrap .top_inner .img_content ul li {position: relative; width: 460px; height: 120px; padding: 30px 0; background: #fff; text-align: center; color: #1d1d1f; font-size: 18px; border-radius: 10px; box-shadow: 6px 10.392px 30px 0px rgba(36, 125, 255, 0.16); line-height: 1.5; letter-spacing: -0.45px;}
.global_market_content_wrap .top_inner .img_content ul li + li {margin-top: 15px;}
.global_market_content_wrap .top_inner .img_content ul li::before {content: ''; position: absolute; top: 50%; left: -20px; display: block; width: 0px; height: 0px; border-right: 20px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent; transform: translateY(-50%);}
.global_market_content_wrap .top_inner .img_content ul li strong {color: #247cff;}

/* 서비스 소개 &gt; 마켓통합관리 &gt; 상품등록 서비스 */
.global_market_content_wrap .global_market_product {margin-top: 164px;}
.global_market_content_wrap .global_market_product .img_content {position: relative; width: 1280px; height: 560px; margin: 60px auto 0 auto; border-radius: 10px; background: #f0f3fa url('../images/bizhome/global_market_product_bg.png') no-repeat top 30px left -170px;}
.global_market_content_wrap .global_market_product .img_content img {position: absolute; z-index: 1;}
.global_market_content_wrap .global_market_product .img_content .notebook {top: 130px; left: 50%; transform: translateX(-50%);}
.global_market_content_wrap .global_market_product .img_content .product {top: 140px; right: 270px; } 
.global_market_content_wrap .global_market_product .img_content .product_list_box {position: absolute;top: 60px; left: 600px; width: 218px; height: 275px; padding: 10px; overflow: hidden; box-shadow: 6px 10.392px 30px 0px rgba(36, 125, 255, 0.24); border-radius: 8px; background: #fff; z-index: 1; }
.global_market_content_wrap .global_market_product .img_content .product_list_box:after { position: absolute; left: 0; bottom: 0; content: ''; display: block; width: 100%; height: 76px; background: url('../images/bizhome/box_gradient.png') no-repeat; z-index: 1;} 
.global_market_content_wrap .global_market_product .img_content .product_list_box .product_list_box_button { position: absolute; left: 10px;  bottom:10px; width: 200px; height: 45px; background: #252537 ; color: #fff; line-height: 45px; text-align: center; font-size: 18px; border-radius: 2px; z-index: 10;}
.global_market_content_wrap .global_market_product .img_content .product_list_scroll {top: 0; left: 0; } 

.global_market_content_wrap .global_market_product.on {transition-delay: .3s;}
.global_market_content_wrap .global_market_product .img_content .product.on { transition-delay: .3s; } 
.global_market_content_wrap .global_market_product .img_content .product_list.on { transition-delay: .5s; } 
.global_market_content_wrap .global_market_product .img_content .product_list_box.on { transition-delay: .5s; } 
.global_market_content_wrap .global_market_product .img_content .product_list_scroll.on { animation-name: product_list_scroll; animation-duration: 2s; animation-timing-function: ease-out; animation-delay: 1s; top: 0; left: 0; } 
.global_market_content_wrap .global_market_product .img_content .scrollbar.on { position: absolute; top: 18px; right: 12px; animation-name: scroll_down; animation-duration: 2s; animation-timing-function: ease-out; animation-delay: 1s; } 

/* 서비스 소개 &gt; 마켓통합관리 &gt; 주문수집관리 */
.global_market_content_wrap .global_market_order {margin-top: 120px;}
.global_market_content_wrap .global_market_order .img_content {position: relative; width: 920px; height: 570px; margin: 60px auto 0 auto; background: url('../images/bizhome/global_market_order_bg.png') no-repeat top center;}
.global_market_content_wrap .global_market_order .img_content img {position: absolute;}
.global_market_content_wrap .global_market_order .img_content .layer1 {left: -72px; bottom: 60px;}
.global_market_content_wrap .global_market_order .img_content .layer2 {right: -30px; bottom: -35px;}
.global_market_content_wrap .global_market_order .img_content .layer1.on {transition-delay: .3s;}
.global_market_content_wrap .global_market_order .img_content .layer2.on {transition-delay: .5s;}

/* 서비스 소개 &gt; 마켓통합관리 &gt; 재고데이터 통합관리 */
.global_market_content_wrap .global_market_data {width:100%; height: 814px; padding-top: 80px; margin-top: 100px; background: #f2f7ff url('../images/bizhome/global_market_data_bg.png') no-repeat center;}
.global_market_content_wrap .global_market_data .img_content {position: relative; width: 1280px; height: 495px; margin: 0 auto;}
.global_market_content_wrap .global_market_data .img_content img {position: absolute;}
.global_market_content_wrap .global_market_data .img_content .chat1 {top: 20px; left: 180px;}
.global_market_content_wrap .global_market_data .img_content .chat2 {top: 88px; left: 246px;}
.global_market_content_wrap .global_market_data .img_content .chat3 {top: 210px; right: 180px;}
.global_market_content_wrap .global_market_data .img_content .chat4 {top: 277px; right: 234px;}
.global_market_content_wrap .global_market_data .img_content .chat5 {left: 180px; bottom: 0;}
.global_market_content_wrap .global_market_data .img_content .chat1.on {transition-delay: .1s;}
.global_market_content_wrap .global_market_data .img_content .chat2.on {transition-delay: .2s;}
.global_market_content_wrap .global_market_data .img_content .chat3.on {transition-delay: .3s;}
.global_market_content_wrap .global_market_data .img_content .chat4.on {transition-delay: .4s;}
.global_market_content_wrap .global_market_data .img_content .chat5.on {transition-delay: .5s;}

/* 서비스 소개 &gt; 마켓통합관리 &gt; 해외마켓통합관리 */
.global_market_content_wrap .global_market_config {margin-top: 108px;}
.global_market_content_wrap .global_market_config .img_content {margin-top: 60px;}
.global_market_content_wrap .global_market_config .img_content ul {display: flex; justify-content: center;}
.global_market_content_wrap .global_market_config .img_content ul li { width: 300px; padding-top: 325px; text-align: center; color: #97979b; }
.global_market_content_wrap .global_market_config .img_content ul li strong {display: block; font-size: 18px; color: #1d1d1f; font-weight: 600;}
.global_market_content_wrap .global_market_config .img_content ul li:nth-child(1) {background: url('../images/bizhome/global_market_config1.png') no-repeat top;}
.global_market_content_wrap .global_market_config .img_content ul li:nth-child(2) {background: url('../images/bizhome/global_market_config2.png') no-repeat top;}
.global_market_content_wrap .global_market_config .img_content ul li:nth-child(3) {background: url('../images/bizhome/global_market_config3.png') no-repeat top;}
.global_market_content_wrap .global_market_config .img_content ul li + li {margin-left: 60px;}

/* 서비스 소개 &gt; 마켓통합관리 &gt; 제휴채널 로고 */
.global_market_content_wrap .global_market_logo {margin:130px 0;}
.global_market_content_wrap .global_market_logo .content_title .middle_title {font-size: 36px;}
.global_market_content_wrap .global_market_logo .img_content {height: 172px; margin-top: 50px; background: url('../images/bizhome/global_market_logoall.png') no-repeat center;}

/* 서비스 소개 &gt; 드롭쉬핑 공통 */
.dropshipping_content_wrap .content_title {color: #1d1d1f;}
.dropshipping_content_wrap .content_title .middle_title {font-size: 48px; font-weight: 300; letter-spacing: -2.4px; line-height: 1.4;}
.dropshipping_content_wrap .content_title .middle_title strong {display: block; font-weight: 700; line-height: 1.4;}
.dropshipping_content_wrap .content_title .small_title {margin: 10px 0 0 0; font-size: 18px; font-weight: 400; letter-spacing: -0.45px; line-height: 1.5;}

/* 서비스 소개 &gt; 드롭쉬핑 탑 */
.dropshipping_content_wrap .top_inner {height: 715px; background: #deecff url('../images/bizhome/dropshipping_top_bg.png') no-repeat top;}
.dropshipping_content_wrap .top_inner .content_title {padding-top: 140px;}
.dropshipping_content_wrap .top_inner .img_content {position: relative; width: 1280px; height: 296px; margin: 83px auto 0 auto;}
.dropshipping_content_wrap .top_inner .img_content:after {content: ''; position: absolute; bottom: -72px; left: 530px; display: block; width: 271px; height: 234px; background: url('../images/bizhome/dropshipping_top_center_icon.png') no-repeat;}
.dropshipping_content_wrap .top_inner .img_content .list {position: absolute; display: flex; height: 96px; padding-left: 40px; background: #fff; border-radius: 10px; box-shadow: 5.5px 9.526px 28px 0px rgba(23, 94, 199, 0.11); color: #1d1d1f; font-size: 18px; flex-direction: column; justify-content: center; box-sizing: border-box; } 
.dropshipping_content_wrap .top_inner .img_content .list strong {display: block; color: #247cff;}
.dropshipping_content_wrap .top_inner .img_content .list:before {content: ''; position: absolute; top: -20px; left: -30px; display: block; width: 60px; height: 60px; }
.dropshipping_content_wrap .top_inner .img_content .list:nth-child(1):before {background: url('../images/bizhome/dropshipping_list_icon1.png') no-repeat;}
.dropshipping_content_wrap .top_inner .img_content .list:nth-child(2):before {background: url('../images/bizhome/dropshipping_list_icon2.png') no-repeat;}
.dropshipping_content_wrap .top_inner .img_content .list:nth-child(3):before {background: url('../images/bizhome/dropshipping_list_icon3.png') no-repeat;}
.dropshipping_content_wrap .top_inner .img_content .list:nth-child(1) {top: 72px; left: 235px; width: 296px;}
.dropshipping_content_wrap .top_inner .img_content .list:nth-child(2) {top: -10px; right: 128px; width: 336px;}
.dropshipping_content_wrap .top_inner .img_content .list:nth-child(3) {bottom: 77px; right: 77px; width: 269px;}

/* 서비스 소개 &gt; 드롭쉬핑 도매대행 */
.dropshipping_content_wrap .dropshipping_wholesale_agency {margin-top: 133px;}
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content {position: relative; width: 1280px; height: 515px; margin: 30px auto 0 auto; }
@keyframes reset{
	100% {
    	transform: rotate(-360deg);
    }
}
@keyframes img_content_change{
	0% {
    	/* background-position: 85px 0px; */
        background: url('../images/bizhome/dropshipping_wholesale_web1.png') no-repeat 85px 0px;
    }
    50% {
        /* background-position: -755px 0px; */
        background: url('../images/bizhome/dropshipping_wholesale_web2.png') no-repeat 85px 0px;
    }
    100% {
        /* background-position: -1590px 0px; */
        background: url('../images/bizhome/dropshipping_wholesale_web3.png') no-repeat 100px 0px;
    }
}
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content img {position: absolute;}
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content .layer1 {top: 136px; left: 108px; z-index: 111;}
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content .layer2 {top: 0; right: 80px; z-index: 111;}
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content .reset {position: absolute; top: 200px; left: 630px; width: 96px; height: 96px; border-radius: 50%; background-color: rgb(36, 124, 255); opacity: 0.851; box-shadow: 7.5px 12.99px 30px 0px rgba(17, 81, 177, 0.52); z-index: 111;}
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content .reset .reset_icon {position: absolute; top: 27px; left: 28px;   }
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content .info_text {top: 42px; left: 472px; z-index: 111;}
.dropshipping_content_wrap .dropshipping_wholesale_agency .img_content .web_img_wrap {position: absolute; left: 50%; top: 0; width: 1057px; height: 100%; transform: translateX(-50%); z-index: 1;  }

/* 서비스 소개 &gt; 드롭쉬핑 쇼핑몰 시작 */
.dropshipping_shop {margin-top: 120px; padding: 67px 0 90px 0; background: #f8f8f8;}
.dropshipping_shop .img_content {display: flex; width: 1280px; height: 500px; margin: 0 auto; background: url('../images/bizhome/dropshipping_shop_arrow.png') no-repeat top 215px left 560px;}
.dropshipping_shop .img_content .img_left {width: 50%; height: 100%; background: url('../images/bizhome/dropshipping_shop_left.png') no-repeat top 115px left 100px;}
.dropshipping_shop .img_content .img_left .text {position: relative; padding: 65px 0 0 135px; font-size: 18px; color: #1d1d1f; letter-spacing: -0.45px; }
.dropshipping_shop .img_content .img_left .text .etc {position: absolute; top: 48px; left: 94px; font-size: 80px; color: #247cff; line-height: 1; }
.dropshipping_shop .img_content .img_left .text .point {display:block; color: #247cff; font-weight: 600;}
.dropshipping_shop .img_content .img_right {width: 50%; height: 100%; background: url('../images/bizhome/dropshipping_shop_right.png') no-repeat top 0 right -139px;}
.dropshipping_shop .img_content .img_right .text {position: relative; padding: 465px 0 0 170px;  font-size: 18px; color: #1d1d1f; }
.dropshipping_shop .img_content .img_right .text .etc {position: absolute; top: 445px; left: 105px; font-size: 80px; color: #247cff; line-height: 1; }
.dropshipping_shop .img_content .img_right .text .point {display:block; color: #247cff; font-weight: 600;}

/* 서비스 소개 &gt; 드롭쉬핑 판매에만 집중 */
.dropshipping_sale {margin-top: 110px;}
.dropshipping_sale .inner_sale {position: relative; width: 1280px; margin: 100px auto 0 auto; border-radius: 20px; background: #fbfbfd;}
.dropshipping_sale .inner_sale:before {content: ''; position: absolute; top: -55px; left: 50%; transform: translateX(-50%); display: block; width: 700px; height: 400px; background: url('../images/bizhome/dropshipping_sale_phone.png') no-repeat;}
.dropshipping_sale .inner_sale .mobile_talk {width: 700px; padding-top: 30px; margin: 0 auto; }
.dropshipping_sale .inner_sale .mobile_talk .hidden_box {position: relative; height: 260px; overflow: hidden;}
.dropshipping_sale .inner_sale .mobile_talk .hidden_box img {position: absolute;}
.dropshipping_sale .inner_sale .mobile_talk .hidden_box .talk1 {top: 0; left: 0;}
.dropshipping_sale .inner_sale .mobile_talk .hidden_box .talk2 {top: 115px; left: 58px;}
.dropshipping_sale .inner_sale .mobile_talk .hidden_box .talk3 {opacity:0; top: 240px; left: 0;}
.dropshipping_sale .inner_sale .mobile_talk .hidden_box .talk4 {top: 370px; right: 0;}
.dropshipping_sale .inner_sale .mobile_talk .hidden_box .talk5 {top: 455px; right: 45px;}

.dropshipping_sale .inner_sale .text {margin-top: 70px; text-align: center; font-size: 32px; font-weight: 600; color: #1d1d1f; letter-spacing: -0.8px;}
.dropshipping_sale .inner_sale .img_content {height: 350px; background: url('../images/bizhome/dropshipping_sale_bg.png') no-repeat center;}


/* 서비스 소개 &gt; 드롭쉬핑 해외상품 소싱 */
.dropshipping_sourcing {margin-top: 120px; }
.dropshipping_sourcing .inner_sourcing {height: 720px; }
.dropshipping_sourcing .inner_sourcing::after {content: ''; display: block; clear: both;}
.dropshipping_sourcing .img_left { position: relative; float: left; width: 45%; height: 100%; background: #f8f8f8 url('../images/bizhome/dropshipping_sourcing_map.png') no-repeat center; box-sizing: border-box; } 
.dropshipping_sourcing .img_left img {position: absolute;}
.dropshipping_sourcing .img_left .img1 {top: 70px; right: -120px;}
.dropshipping_sourcing .img_left .img2 {top: 294px; right: 130px;}
.dropshipping_sourcing .img_left .img3 {top: 85px; right: 430px;}
.dropshipping_sourcing .img_left .img4 {top: 368px; right: 415px;}

.dropshipping_sourcing .img_right { float: left; width: 55%; height: 100%; padding: 200px 0 0 165px; box-sizing: border-box; background: #d7dde6; }
.dropshipping_sourcing .img_right .content_title {text-align: left;}


/* 드랍쉬핑 서비스 연결 화면 */
.dropshipping_seller_link {width: 1280px; padding: 73px 0 135px 0; margin: 0 auto; text-align: center;}
.dropshipping_seller_link .main_title {display: inline-block; position: relative; font-size: 28px; font-weight: 500; line-height: 1.46; letter-spacing: -0.84px; color: #303740;}
.dropshipping_seller_link .main_title:after {content: ''; display: block; width: calc(100% + 16px); height: 20px; position: absolute; left: -8px; bottom: 0;  background-color: #fffd43; z-index: -1;}
.dropshipping_seller_link .sub_title {margin-top: 7px; font-size: 18px; color: #707070;}

.dropshipping_seller_link .img_wrap {margin-top: 24px;}

.dropshipping_seller_link .box_area {width: 800px; height: 365px; padding: 47px 136px 53px 138px; margin: 0 auto; border: 1px solid #eaeaea; border-radius: 10px; background: #f9f9f9; text-align: center;}
.dropshipping_seller_link .box_area .box_info {color: #303740; font-size: 18px; font-weight: 500; line-height: 1.5; letter-spacing: -0.54px;}

.dropshipping_seller_link .box_area .button_area {display: flex; justify-content: space-between; margin-top: 45px;}
.dropshipping_seller_link .box_area .button_area .button {display: inline-block; width: 250px; height: 120px; border-radius: 10px; color: #fff; font-size: 20px; background: #247dff; box-sizing: border-box;}
.dropshipping_seller_link .box_area .button_area .button img {display: block; width: 63px; margin: -18px auto 9px auto;}

/* 회원가입 */
.skin_type_wrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px;}
.skin_type_wrapper .skin {text-align: center;}
.skin_type_wrapper .skin label {display: block; width: 100%; height: 150px; margin-bottom: 10px; text-align: center; background-repeat: no-repeat; background-size: 100%; }
.skin_type_wrapper .skin input:checked + label {  border: 2px solid #247dff; }
.skin_type_wrapper .skin span {font-weight: 600; color: #111;}

.skin_type_wrapper .skin:nth-child(1) label {background-image: url('../images/bizhome/demobaby.png');}
.skin_type_wrapper .skin:nth-child(2) label {background-image: url('../images/bizhome/demoall.png');}
.skin_type_wrapper .skin:nth-child(3) label {background-image: url('../images/bizhome/demoFashion.png');}
.skin_type_wrapper .skin:nth-child(4) label {background-image: url('../images/bizhome/demofood.png');}
.skin_type_wrapper .skin:nth-child(5) label {background-image: url('../images/bizhome/demopet.png');}
.skin_type_wrapper .skin:nth-child(6) label {background-image: url('../images/bizhome/demoliving.png');}

/* 휴면계정 안내 */
.member_sleep_info_wrap {width: 750px; min-height: 50vh; padding: 150px 0; margin: 0 auto; color: #222;}
.member_sleep_info_wrap h3 {font-size: 40px; text-align: center;}
.member_sleep_info_wrap .info { margin-top: 40px; font-size: 17px;}
.member_sleep_info_wrap .info li {position: relative; margin-top: 5px; padding-left: 10px;}
.member_sleep_info_wrap .info li span {color: #247dff;}
.member_sleep_info_wrap .info li::before {position: absolute; top: 50%; left:0; transform: translateY(-50%); content: ''; display: block; width: 3px; height: 3px; background-color: #222; border-radius: 100%;}
.member_sleep_info_wrap .page_move_btn {margin-top: 50px; text-align: center;}
.member_sleep_info_wrap .page_move_btn:after {display: none;}

/* 회원가입 프로세스 공통 상단 배너 추가 */
.join_process_img_banner_wrap  {max-width: 100%; text-align: center; overflow: hidden;}
.join_process_img_banner_wrap img {max-width: 100%;}

/* 회원가입 프로세스 공통 상단 로고 */
.wrap-member .logo {margin-bottom: 30px; text-align: center;}
.wrap-member .logo .basicLogo {display: block; max-width: 200px; margin: 0 auto;}
.wrap-member .logo .basicLogo img {width: 100%;}

/* 서프라이즈 상단 띠배너 추가로 인한 패딩값 조절 클래스 */
html.seoprize .seoprize_padding_control {padding-top: 162px;}
html.seoprize .sub_page #container.seoprize_padding_control {padding-top: 162px;}

/* withseller */
html.withseller .login-field input[type='password'], 
html.withseller .login-field input[type='text'] {border-radius: 8px;}
html.withseller .btn-login span,
html.withseller .biz {background-color: #247DFF;}
html.withseller .login-notice .join-btn,
html.withseller .bsRadio-area .bsRadio input[type='check']:checked + label, 
html.withseller .bsRadio-area .bsRadio input[type='radio']:checked + label {border-color: #247DFF; color: #247DFF;}
html.withseller .wrap-member .logo img {display: none;}
html.withseller .agree-txt label strong,
html.withseller .join-section .component dt i {color: #247DFF;}
html.withseller .join-section .component .certify input[type='button'] {background: #247DFF;}
html.withseller .join-complete .complete-msg:before {display: none;}

/* sellbus */
html.sellbus .join-complete {padding: 0 0 70px;}
html.sellbus .join-complete .complete-msg:before {height: 100px; background-image: url('../images/sellbus/sellbusMainLogo.png'); background-size: 250px; background-position: center;}
html.sellbus .page_move_btn {background-color: #FD4120; box-shadow: 7px 12.1px 30px 0 #FD412052;}
html.sellbus .more-btn.relaket {background-image: url('../images/sellbus/logo_sellbus_40.png');}
html.sellbus .status li .ico {background-image: url('../images/sellbus/status_spr_sellbus.png');}
html.sellbus .chkB input:checked + span:before {background: url('../images/sellbus/checkbox_sellbus.png') no-repeat center; background-size: cover;}</pre></body></html>