@charset "utf-8";

/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap'); */
/*@import url('./webfonts/nanum.css');
@import url('./webfonts/notoSans.css');
@import url('./webfonts/pretendard.min.css');
@import url('./webfonts/SpoqaHanSansNeo.css');*/

@import url('fontawesome.css');
@import url('fonts.css');
@import url('reset.css');


:root {
	--theme-color: #161c2d;
	--main-color: #376cff; /* #463bf1 */
	--main-color-a: rgba(70, 59, 241, .2);
	--sub-color: #7d2ae8; /* #68d585 */
	--point-color: #4a31ac;
	--txt-color: #252525;
	--hash-color: #fff3ce;
	--white: #fff;
	--black: #1f1f1f;
	--bggray: #f5f5f5;
	--gray: #5a5e68;
	--lightgray: #a6a7ab;
	--brightgray: #dadada;
	--footer-bg: #414141;
	--footer-color: #afafaf;
	--kakao-bg: #ffeb00;
	--kakao-color: #3c1e1e;
	--phone-bg: #376cff;
	--phone-color: #ffffff;	
	--pretendard: 'Pretendard', "돋움", Dotum, Apple Gothic, Tahoma, Verdana, sans-serif;	
	--spoqa: 'Spoqa Han Sans Neo', 'sans-serif';
	--awesome: 'Font Awesome 6 Free', 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'FontAwesome';
	/* --nanums: 'NanumSquare', sans-serif;
	--noto: 'Noto Sans KR', sans-serif; */
	--box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	--box-shadow1: 10px 10px 20px rgba(0, 0, 0, 0.15);
	--box-shadow2: 4px 2px 3px rgba(0, 0, 0, 0.1);
	--gra_violet: linear-gradient(90deg, #00c4cc, #7d2ae8);
	--tab-content-backdrop-bg-color: #00C4CC59;
	--max-width: 1240px;  
	--header-height: 90px;
	--mo-header-height: 64px;
	--tab-border: 7px;
}

::selection {background: var(--main-color); color: var(--white);}
::-moz-selection {background: var(--main-color); color: var(--white);}
::after {font-family: var(--awesome); font-weight: 600; font-size: 2rem;}
::before {font-family: var(--awesome); font-weight: 600; font-size: 2rem;}

html{overflow-x:hidden;}
body { width:100%; height:100%; letter-spacing:0px; color:var(--txt-color); font-size: 16px; font-family: var(--pretendard); background-color:var(--white);}
.mbg {display:none; position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,.7); z-index:10;}
/* fadein */
@keyframes fadein {
	0% {opacity: 0; transform: translateY(-50px);}
	100% {opacity: 1; transform: translateY(0);}
}
.fadein {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-iteration-count: once;
  animation-iteration-count: once;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* fadelt */
@keyframes fadelt {
	0% {opacity: 0; transform: translateX(50px);}
	100% {opacity: 1; transform: translateX(0);}
}
.fadelt {
  -webkit-animation-name: fadelt;
  animation-name: fadelt;
  -webkit-animation-iteration-count: once;
  animation-iteration-count: once;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* 포트폴리오 슬라이드 */
@keyframes _slide {
  0% {transform: translateX(0);}
  to {transform: translateX(-100%);}
}


/*********************** common ***********************/

/* 애니 */
.ani {opacity: 0; transition: all .2s; transform: translate3d(10rem, -0rem, -50rem);}
.ani.on {opacity: 1; transform: translate3d(0, 0, 0);}

.only_p {display: block !important;}
.only_m {display: none !important;}
.tac {text-align: center;}
.hide {display: none;}

.btn {display: block; font-weight: 500; width: fit-content; /* text-align: center; */ color: var(--white); background: var(--main-color); box-shadow: var(--box-shadow); transition: .3s; transition-property: all; cursor: pointer; /* transition: all 0.3s; transform: translate3d(-10rem, 0rem, 0rem); opacity: 0; */}
.btn:hover {color: var(--white); background: var(--sub-color);}
/* .on .btn {transform: translate3d(0, 0, 0); opacity: 1;} */
/* 버튼색상 */
.violet {background: var(--gra_violet);}
.color {background: var(--theme-color); color: var(--white);}

/* 색상-그라텍스트 */
.gra_violet {background-clip: text; -webkit-background-clip: text; background-image: var(--gra_violet)!important; color: transparent!important; margin: -.2em; padding: .2em; font-weight:800;}
.num, .eng {letter-spacing: -0.0285em!important; font-family: var(--spoqa)!important; font-weight: bold;}

/* 더보기버튼 */
[class*=_list]:not(.rep_list,.cre_list) .go_list {background: var(--white)!important; width: fit-content; padding: 1.2rem 4rem; border-radius: .3rem; border: 1px solid var(--brightgray); margin: 0 auto; margin-top:2rem; display: inline-flex; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
[class*=_list]:not(.rep_list,.cre_list) .go_list a {display: flex; justify-content: center; align-items: center; width: 100%; gap: 5px; font-weight: 600; font-size: 20px; color: var(--theme-color); transition: .3s; transition-property: all;}
[class*=_list]:not(.rep_list,.cre_list) .go_list a::after {content: "\f061"; font-size: 20px;}
[class*=_list]:not(.rep_list,.cre_list) .go_list:hover a {color: var(--white)!important;}
[class*=_list]:not(.rep_list,.cre_list) .go_list:hover {background: var(--sub-color)!important; border: 1px solid var(--sub-color)!important;}

/* 섹션정렬 */
section[class*=_list] {display: flex; flex-direction: column; align-items: center; justify-content: center;}
/* 배경컬러설정 */
section:nth-child(odd):not(.main_visual) {background: var(--bggray);}
section:nth-child(even):not(.main_visual) {background: var(--white);}
/* 섹션패딩설정 */
section:not(.main_visual) {padding: 10rem 0;}

/* 주의사항 */
.caution {display: flex; flex-direction: column; margin: 2rem 0; font-size: 19px; color: var(--gray);}
.caution p {display: flex; align-items: flex-start; line-height: 1.3}
.caution p+p {padding-top: 5px;}
.caution p::before {content: "※"; font-size: 17px; margin-right: 5px;}

/* 해시태그 */
section.on .hashtag {transform: translateY(0); opacity: 1;}
.hashtag {font-size: 18px; font-weight: 400; line-height: 1.4; transition: all 0.6s; transform: translateY(100px); opacity: 0; color: var(--theme-color); display: flex; flex-wrap: wrap; gap: .4rem;}
.hash {display: inline-flex; align-items: center; background: var(--white); border: 1px solid var(--brightgray); border-radius: 5rem; padding: 5px 20px 6px; box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, .1);}
.hash::before {content: "\23"; font-size: 14px; font-weight: 200; margin-right: 2px;}

/* title */
section.on .main_ttl, section.on .main_tt2, section.on .main_tt3,
section.on .sub_tt1 {transform: translateY(0); opacity: 1;}
.main_ttl {font-size: 2.5rem; font-weight: 700; line-height: 1.185; margin-bottom: 20px; transition: all 0.2s; transform: translateY(100px); opacity: 0;}
.main_tt2 {font-size: 25px; font-weight: 500; line-height: 1.4; margin-bottom: 20px; transition: all 0.4s; transform: translateY(100px); opacity: 0;}
.main_tt3 {font-size: 20px; font-weight: 300; line-height: 1.4; margin-bottom: 20px; transition: all 0.6s; transform: translateY(100px); opacity: 0;}
.sub_tt1 {font-size: 28px; font-weight: 600; line-height: 1.4; margin-bottom: 20px; transition: all 0.6s; transform: translateY(100px); opacity: 0;}



/* img */
section.on img {transform: translateY(0); opacity: 1;}

#wrap {width: 100%; min-width: 320px; overflow: hidden; background: var(--bg-color);}
.inner {position: relative; margin: 0 auto; width: calc(100% - 5vw); max-width: 1200px;}
.inner_in {margin: 0 auto; width: calc(100% - 5vw); max-width: 1240px;}
.inner.wide {margin: 0 auto; width: calc(100% - 3vw); max-width: 100%;}
.slick-slide {outline: 0;}


/* header */
#header {position: fixed; top: 0; left: 0; right: 0; z-index: 11111; background: transparent; transition: .5s; transition-property: all;}
#header .inner {height: var(--header-height); max-width: 1800px; display: flex; align-items: center;}
#header .logo a {display: block; display: flex; align-items: center;}
#header.fix, #header.open {background: var(--main-color); box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);}
#header.fix #gnb li a {color: var(--white);}

/* gnb */
#gnb {display: block; margin: 0 auto;}
#gnb ul {display: flex; align-items: center; /* margin-left: -115px; */}
#gnb li+li {margin-left: 50px;}
#gnb li a {display: block; font-size: 20px; font-weight: 500; color: var(--white);}

/* util */
#header .util {display: flex; flex-direction: row; align-items: center; gap: 1rem; font-size: 16px; color: var(--white);}
#header .util .login {}
#header .util .login a {}
#header .util .free_start {padding: 12px 20px 12px; border-radius: .2rem;}
#header.fix .util .free_start {background: var(--white); color: var(--theme-color);}
#header.fix .util .free_start:hover {background: var(--gra_violet); color: var(--white);}
/* #header .util .free_start a {display: block; font-size: 18px; color: var(--white);} */

/******** 플로팅버튼 ********/
.floating {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; position: fixed; bottom: 1rem; right: 1rem; z-index: 3;}
/* 카카오버튼 */
.kakao {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; background: var(--kakao-bg); color: var(--kakao-color); width: 5.5rem; height: 5.5rem; border-radius: 20rem; box-shadow: var(--box-shadow2); opacity: 1; transition: .2s; transition-property: all;}
.kakao .img::before {content: ""; display: block; background: url(../img/ico_kakao.png) no-repeat center center/contain; width: 3rem; height: 2rem;}
.kakao .txt {font-size: .9rem; font-weight: 500; opacity: 1; transform: translateY(0px); transition: .2s; transition-property: all;}
/* 전화버튼 */
.phone {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; background: var(--phone-bg); color: var(--phone-color); width: 5.5rem; height: 5.5rem; border-radius: 20rem; box-shadow: var(--box-shadow2); opacity: 1; transition: .2s; transition-property: all;}
.phone .img::before {content: ""; display: block; background: url(../img/ico_phone.png) no-repeat center center/contain; width: 3rem; height: 2rem;}
.phone .txt {font-size: .9rem; font-weight: 500; opacity: 1; transform: translateY(0px); transition: .2s; transition-property: all;}

/* 탑으로버튼 */
.btn_top {display: flex; flex-direction: column; align-items: center; justify-content: center; width: 3rem; height: 3rem; border-radius: 50%; box-shadow: var(--box-shadow2); cursor: pointer; background: var(--theme-color); opacity: .8; transform: scale(1); transition: .2s; transition-property: all;}
.btn_top:hover {background: var(--main-color); opacity: 1; transform: scale(1.1);}
.btn_top::after {content: "\f062"; font-size: 20px; color: var(--white);}

/***************** 햄버거버튼 ****************/
/* ham_btn */
#header .ham_btn {position: relative; width: 25px; height: 18px; z-index: 5;}  
#header .ham_btn span {display: block; position: absolute; left: 0; width: 100%; height: 3px; background: var(--white); transition: all 0.4s linear;}
#header .ham_btn span:nth-child(1) {top: 0;}
#header .ham_btn span:nth-child(2) {top: 50%; transform: translateY(-50%);}
#header .ham_btn span:nth-child(3) {bottom: 0;}
#header.open .ham_btn span:nth-child(1) {transform: rotate(45deg) translateY(-50%); top: 50%; margin-top: -1px;}
#header.open .ham_btn span:nth-child(2) {display: none;}
#header.open .ham_btn span:nth-child(3) {transform: rotate(-45deg) translateY(50%); bottom: 50%;}
/* menu */
.all_menu {position: fixed; top: var(--mo-header-height); left: -100%; width: 100%; height: calc(100vh - var(--mo-header-height)); background: var(--white); z-index: 4; box-sizing: border-box; transition: all .4s;}
.all_menu.open {left: 0; transition: all .4s;}
.all_menu ul {padding: 3rem 0; display: flex; flex-direction: column;}
.all_menu li {padding: 1rem 0; transition: .3s;}
.all_menu li:hover {background: var(--brightgray);}
.all_menu li a {display: block; font-size: 20px; font-weight: 500; color: var(--theme-color); text-align: center;}
/* .all_menu li+li {margin-top: 40px;} */
.all_menu li a span {position: relative; display: inline-block; padding: 0 10px;}
.all_menu li a span::after {position: absolute; top: 50%; left: 50%; transform: translateY(-50%); width: 0; height: 2px; background: var(--white); transition: all .4s; content: '';}
.all_menu li a:hover span::after {position: absolute; top: 50%; left: 0; width: 100%; transition: all .4s;}




/* --------------- main_visual --------------- */
.main_visual {width: 100%; height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; /* background: url(../img/main_visualbg.jpg) no-repeat center center/cover; */ backdrop-filter: blur(1px) brightness(0.15);}
.main_visual .txtbox {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.5rem; text-align: center; padding: 0 3vw;}
.main_visual .txtbox h2 {font-family: var(--spoqa); font-size: 70px; font-weight: 800; text-transform: capitalize; line-height: 1; letter-spacing: -0.04em; color: var(--white); transition: all 0.2s; transform: translateY(100px); opacity: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: .5rem;} 
.main_visual .txtbox .title {font-size: 34px; font-weight: 500; line-height: 1.3; color: var(--white); transition: all 0.4s; transform: translateY(100px); opacity: 0;}
.main_visual .txtbox .desc {font-size: 24px; font-weight: 200; line-height: 1.3; color: var(--white); transition: all 0.6s; transform: translateY(100px); opacity: 0;}
.main_visual.on .txtbox h2,
.main_visual.on .txtbox .title,
.main_visual.on .txtbox .desc {transform: translateY(0); opacity: 1;}
.main_visual .btn.free {padding: 18px 40px 20px; border-radius: .3rem; font-size: 20px; margin-top: 10px; transition: all 0.9s; transform: translateY(100px); opacity: 0;}
.main_visual.on .btn.free {transform: translateY(0); opacity: 1;}
.main_visual .main_scroll {position: absolute; left: 50%; transform: translateX(-50%); /* animation: scroll_ani 1.3s infinite linear; */}
.main_visual .main_scroll span {display: flex; flex-direction: column; align-items: center; color: var(--white); /* width: 80px; height: 40px; background: url(../img/ico_mouse.png) no-repeat center center/cover; */}
.main_visual .main_scroll span::after {content: "\f8cc"; font-size: 20px; margin-top: 8px;}
@keyframes scroll_ani {
  0% {bottom: 4rem; opacity: 1;}
  100% {bottom: 2rem; opacity: 0;}
}
.scroll {animation: scroll_ani 1.2s infinite linear;}

/* --------------- 요금제 --------------- */
.pr_list .price_box {display: grid; grid-template-columns: repeat(auto-fit, minmax(31%, auto)); grid-auto-flow: dense; gap: 2rem; box-sizing: border-box; margin-top: 3rem; align-items: stretch;}
.pr_list .price_box li {width:100%; /* min-height: 480px; */ padding: 2.8rem 2.5rem; border-radius: 2rem; box-sizing: border-box; box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2); position: relative; display: flex; flex-direction: column; gap: .5rem;}
.pr_list .price_box li:first-of-type {background: var(--white) url(../img/pr_list01bg.png) no-repeat bottom center;}
.pr_list .price_box li:nth-of-type(2) {background: var(--white) url(../img/pr_list02bg.png) no-repeat bottom center;}
.pr_list .price_box li:last-of-type {background: var(--white) url(../img/pr_list03bg.png) no-repeat bottom center;}
.pr_list .price_box li {transform: translateY(0px); /* border: 2px solid var(--white); */ transition: .3s; transition-duration: all;}
.pr_list .price_box li:hover {transform: translateY(-1rem); /* border: 2px solid var(--sub-color); */}
  .txt_box {display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem;}
  .subttl {font-size: 16px; font-weight: normal; color: var(--main-color); text-transform: uppercase; opacity: .5;}
  .pr_ttl {display: flex; align-items: baseline; font-size: 64px; font-weight: bold; line-height: 1; color: var(--theme-color); margin-top: 0px; font-family: var(--pretendard); letter-spacing: -0.05em;}
  .pr_ttl span {font-size: 20px; font-weight: 400; margin-right: 5px; color: var(--theme-color); opacity: .8;}
  .pr_tt2 {font-size: 20px; font-weight: 500; color: var(--theme-color); margin: 0px 0 10px; opacity: .3;}
  .desc_tt {font-size: 25px; font-weight: 800; color: var(--theme-color); margin-bottom: 10px;}
  .desc_list {display: flex; flex-wrap: wrap; align-items: baseline; font-size: 18px; font-weight: 500; line-height: 1.1; color: var(--theme-color); margin-bottom: 0px; word-break: break-all;}
  .desc_list::before {content: "\f00c"; font-size: 10px; margin-right: 8px; color: var(--main-color);}
  .desc_list.del {color: var(--brightgray);}
  .desc_list.del::before {content: "\f00d"; font-size: 20px; margin-right: 10px; color: var(--brightgray);}
.pr_list .go_to {display: flex; justify-content: center; align-items: center; padding: 20px 30px 24px; border-radius: .3rem; font-size: 20px; width: 100%;}
.pr_list .go_to a {display: flex; justify-content: space-between; align-items: center; width: 100%;}
.pr_list .go_to a::after {content: "\f061"; font-size: 20px;}
/* //요금제 */
/* --------------- 유지보수 --------------- */
.pr_list .upkeep_box {display: grid; grid-template-columns: repeat(auto-fill, minmax(45%, auto)); grid-auto-flow: dense; gap: 2rem; box-sizing: border-box; margin-top: 3rem; /* display:none; */}
.pr_list .upkeep_box li {width:100%; /* min-height: 480px; */ padding: 2rem; border-radius: 2rem; box-sizing: border-box; box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2); position: relative; display: flex; flex-direction: column; gap: .5rem;}
.pr_list .upkeep_box li:first-of-type {background: var(--white) url(../img/pr_list01bg.png) no-repeat bottom center;}
.pr_list .upkeep_box li:nth-of-type(2) {background: var(--white) url(../img/pr_list02bg.png) no-repeat bottom center;}
.pr_list .upkeep_box li:last-of-type {background: var(--white) url(../img/pr_list03bg.png) no-repeat bottom center;}
.pr_list .upkeep_box li {transform: translateY(0px); /* border: 2px solid var(--white); */ transition: .3s; transition-duration: all;}
.pr_list .upkeep_box li:hover {transform: translateY(-1rem); /* border: 2px solid var(--sub-color); */}
.pr_list .upkeep_box .txt_box {margin-bottom: 0;}
.pr_list .upkeep_box .pr_ttl {display: block; font-size: 2rem; word-wrap: break-word;}
.pr_list .upkeep_box .desc_tt {margin: 20px 0 15px; font-weight: 600;}
.pr_list .upkeep_box .desc_list em {color: var(--main-color); margin-left:1.1rem; flex-basis:6rem;/*  margin-left: auto; margin-right: 0; */}
.pr_list .upkeep_box .caution {word-break: break-word; margin:1rem 0 0 0;}
/* //유지보수 */




/* --------------- 반응형 --------------- */
.rep_list {display: block;}
.rep_list .rep_wrap {display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; box-sizing: border-box; padding: 0rem 0;}
.rep_list .rep_wrap+.rep_wrap {padding-top: 8rem;}
.rep_list .go_list {background: unset;}
.rep_list .go_list a {display: inline-flex; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; justify-content: center; align-items: center; /* width: 15rem;  */background: var(--white)!important; padding: 1.2rem 3rem; gap: .5rem; font-weight: 600; font-size: 20px; color: var(--theme-color); border: 1px solid var(--brightgray); border-radius: .3rem; transition: .3s; transition-duration: all;}
.rep_list .go_list a::after {content: "\f061"; font-size: 20px;}
.rep_list .go_list:hover a {background: var(--bggray)!important;}



/* 목업 */
section.mockup_list {padding: 0!important; display: flex; align-items: center; justify-content: center; width: 100%; height: 98vh; position: relative; background: unset!important;}
section.mockup_list::before {content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background:#262626 url(../img/mockup_bg.png)fixed no-repeat center center/cover !important;  filter: brightness(0.3) blur(2px) grayscale(.2);  z-index: -1;}
.mockup_list .txtbox {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; text-align: center; padding: 0 5vw; width: 100%;}
.mockup_list .txtbox h2 {font-family: var(--spoqa); font-size: 4rem; font-weight: 800; text-transform: capitalize; line-height: 1.1; letter-spacing: -0.04em; color: var(--white); transition: all 0.2s; transform: translateY(100px); opacity: 0;} 
.mockup_list .txtbox .title {font-size: 34px; font-weight: 500; line-height: 1.3; color: var(--white); transition: all 0.4s; transform: translateY(100px); opacity: 0;}
/* .mockup_list .txtbox .title em {position:relative;}
.mockup_list .txtbox .title em::after {content:""; display:block; position: absolute; left: 0; top: 0; z-index: -1;} */

.mockup_list .txtbox .desc {font-size: 2rem; font-weight: 400; line-height: 1.15; color: var(--white); transition: all 0.6s; transform: translateY(100px); opacity: 0;}
.mockup_list.on .txtbox h2,
.mockup_list.on .txtbox .title,
.mockup_list.on .txtbox .desc {transform: translateY(0); opacity: 1;}
.mockup_list .btn.free {padding: 1.3rem 4rem 1.5rem; border-radius: .3rem; font-size: 20px; margin-top: 0rem; transition: all 0.9s; transform: translateY(100px); opacity: 0;}
.mockup_list.on .btn.free {transform: translateY(0); opacity: 1;}




/* 템플릿 */
.tem_list {display: block;}
/* 타입 */
.tem_list .type-list {display:flex; justify-content: flex-start; justify-content: center; align-items: center; gap: 2rem; padding:1rem 0 3rem; overflow:hidden;}
.tem_list .type-list .list-item {color: var(--lightgray); transition: .2s; transition-property: all;}
.tem_list .type-list .list-item:hover {color: var(--lightgray);}
.tem_list .type-list .list-item.active {color: var(--theme-color); }
.tem_list .type-list .list-item a {display: flex; align-items: center; justify-content: center; gap: .5rem; font-size:1.5rem;}
.tem_list .type-list .list-item a::before {content: "\f058";}/*f058 f14a*/
/*  */
.tab_overview {display: flex; flex-direction: column; gap: 2rem; margin-top: 0rem;}
.tab_overview ul.tabs {display: grid; grid-template-columns: repeat(auto-fit, minmax(10%, auto)); align-items:center; gap: .2rem; /*box-shadow: var(--box-shadow); border-radius: var(--tab-border); background: var(--white);*/} 
.tab_overview ul.tabs li {display: flex; align-items: center; justify-content: center; gap: 0rem; text-align:center; font-size: 20px; font-weight: 400; background: var(--white); border-radius: .8rem; border: 0px solid rgba(100, 100, 100, .051); padding: 1.5rem 1rem; line-height: 1; box-sizing: border-box; cursor: pointer; transition: .2s; transition-property: all; opacity: 1;}
/*.tab_overview ul.tabs li:first-child {border-radius: var(--tab-border) 0 0 var(--tab-border);}
.tab_overview ul.tabs li:last-child {border-radius: 0 var(--tab-border) var(--tab-border) 0;}*/
.tab_overview ul.tabs li.active:hover {transform: translateX(0px); opacity: 1;}
.tab_overview ul.tabs li.active {background: var(--theme-color); color: var(--white);/*  font-weight: 600;  */opacity: 1; transform: translateX(0px); transition: .2s; transition-property: all;}
/* 탭메뉴아이콘 */
.tab_overview ul.tabs li::before {font-size: 15px;}
/*.tab_overview ul.tabs li:nth-of-type(1)::before {content: "\f2e7";}
.tab_overview ul.tabs li:nth-of-type(2)::before {content: "\f21e";}
.tab_overview ul.tabs li:nth-of-type(3)::before {content: "\f4b8";}
.tab_overview ul.tabs li:nth-of-type(4)::before {content: "\f236";}
.tab_overview ul.tabs li:nth-of-type(5)::before {content: "\f0d1";}
.tab_overview ul.tabs li:nth-of-type(6)::before {content: "\f7d9";}
.tab_overview ul.tabs li:nth-of-type(7)::before {content: "\f1b9";}
.tab_overview ul.tabs li:nth-of-type(8)::before {content: "\f5bb";}*/
/* 탭 */
.tab_overview .tab_container {}
.tab_overview .tab_content {display:flex; flex-direction: column; gap: 1rem;}
.tab_overview .tab_content.active {transform: translate3d(0, 0, 0);}
.tab_content {display: block;}
.tab_content h2 {font-size: 20px; font-weight: 800; margin-bottom: 2rem; display: none;}
.tab_content h2::before {font-size: 20px; margin-right: 5px;}
.tab_content.theme_01 h2::before {content: "\f2e7";}
.tab_content.theme_02 h2::before {content: "\f21e";}
.tab_content.theme_03 h2::before {content: "\f4b8";}
.tab_content.theme_04 h2::before {content: "\f236";}
.tab_content.theme_05 h2::before {content: "\f0d1";}
.tab_content.theme_06 h2::before {content: "\f7d9";}
.tab_content.theme_07 h2::before {content: "\f1b9";}
.tab_content.theme_08 h2::before {content: "\f5bb";}
    .template_box {}
    .template_box .list,
	.template_box .list_c{display: grid; grid-template-columns: repeat(auto-fill, minmax(32%, auto)); /* grid-template-rows: repeat(3, 1fr); */ align-items: center; gap: 1rem;}
    .template_box .list .list_item,
	.template_box .list_c .list_item {position: relative; border-radius: 10px; /* height: 400px; max-height: 30vmax; */ overflow: hidden;}	
	.template_box .list .list_item .title,
	.template_box .list_c .list_item .title {position: absolute; z-index: 1; bottom: 0; left: 0; transform: translate(0%, 0%); padding: .7rem 0rem; width:100%; color: var(--white); background: rgba(0,0,0,.6); text-align: center;}
      /* 포폴아이템 */
      /* .list_item {position: relative; overflow: hidden;   border-radius: 10px;} */
      .list_item .thumb {background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; height: inherit; /* max-width: 100%; */ aspect-ratio: 3 / 2; transform: scale(1); transition: .3s; transition-property: all; position: relative;}
	  /* 미리보기문구 */	
	  .list_item .preview {display: flex; align-items: center; justify-content: center; width: fit-content; height: fit-content; padding: 1rem 2rem; border: 0px solid var(--white); border-radius: 10rem; font-size: 1.2rem; font-weight: 200; color: var(--white); background: rgba(0,0,0,.8); position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); box-shadow: var(--box-shadow2); display:none;}
      .list_item .preview::after {content: "\f03e"; font-size: 1.2rem; font-weight: 200; margin-left: 5px;}

      .list_item:hover .thumb {transform: scale(1.1);}
      .list_item .desc {position: absolute; height: 100%; width: 100%; z-index: 12; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--black); opacity: 0; transition: .3s; transition-property: all; cursor: pointer;}
      .list_item:hover .desc {opacity: .85;}
      .list_item .desc .tt {font-size: 20px; color: var(--white); width: 70%; line-height: 1.2; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-bottom: 7px;}
      .list_item .desc .st {font-size: 17px; color: var(--white); display: flex; align-items: center; justify-content: center; border: 1px solid var(--white); border-radius: 10rem; width: 7rem; height: 2.5rem;}
      .list_item .desc .st::after {content: "\f35d"; font-size: 12px; font-weight: 200; margin-left: 5px;}
      /* .list_item .opa {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 11;} */
      /* 이미지 오리지널 사이즈 1600*900 */
      .theme_01 .thumb.img01 {background-image: url(../img/thum_theme01_01.jpg);}
      .theme_01 .thumb.img02 {background-image: url(../img/thum_theme01_02.jpg);}
      .theme_01 .thumb.img03 {background-image: url(../img/thum_theme01_03.jpg);}
      .theme_01 .thumb.img04 {background-image: url(../img/thum_theme01_04.jpg);}

      .theme_02 .thumb.img01 {background-image: url(../img/thum_theme02_01.jpg);}
      .theme_02 .thumb.img02 {background-image: url(../img/thum_theme02_02.jpg);}
      .theme_02 .thumb.img03 {background-image: url(../img/thum_theme02_03.jpg);}
      .theme_02 .thumb.img04 {background-image: url(../img/thum_theme02_04.jpg);}

      .theme_03 .thumb.img01 {background-image: url(../img/thum_theme02_01.jpg);}
      .theme_03 .thumb.img02 {background-image: url(../img/thum_theme02_02.jpg);}
      .theme_03 .thumb.img03 {background-image: url(../img/thum_theme02_03.jpg);}
      .theme_03 .thumb.img04 {background-image: url(../img/thum_theme02_04.jpg);}

/* --------------- 포폴 --------------- */
.pp_list {display: block;}
.pp_list .rep_wrap {display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; box-sizing: border-box;}
.pp_list .go_list {/* background: var(--white)!important; width: 15rem; padding: 1.3rem; border-radius: 5rem; border: 1px solid var(--theme-color); margin: 0 auto; */}
.pp_list .go_list a {display: flex; justify-content: center; align-items: center; width: 100%; gap: 5px; font-weight: 600; font-size: 20px; color: var(--theme-color); transition: .3s; transition-property: all;}
.pp_list .go_list a::after {content: "\f061"; font-size: 20px;}
.pp_list .go_list:hover a {color: var(--white)!important;}
.pp_list .go_list:hover {background: var(--main-color)!important; border: 1px solid var(--main-color)!important;}
.pp_list .section_right { position: relative; height: 300px; width: 30%; margin-top: -2rem; display: flex; justify-content: center; align-items: center;}
    .swiper_container0.pp_slide { /*width: 48%;  left: 0; max-height: 594px; position: absolute; z-index: 10; */}
    .swiper {width: 100%; height: 100%;}
    .swiper-slide {text-align: center; font-size: 18px; background: var(--white); display: flex; justify-content: center; align-items: center;}
    .swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}
.pp_list .section_right [class^="bgShadow"] {border-radius: 0 !important; width: 20px !important; background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 16%, rgba(255, 255, 255, 0) 100%); opacity: 0.5;}
.pp_list .section_right [class^="bgShadow"] {width: 100%; overflow: hidden; position: absolute; left: 0; border-radius: 10px;}
.pp_list .section_right [class^='swiper-container'] .swiper-wrapper .swiper-slide img {width: 100%; margin-right: -1px;}   
/* 포폴슬라이드 */
.pf_slide {overflow: hidden; width: 100%; height: auto; margin: 1rem 0 2rem;/*  margin: 0 auto; */}
.pf_slide ul {position: relative; width: 2720px; height: inherit;} /* position: relative; --- ul자신을 움직여주기 위해 */
.pf_slide ul li {float: left; width: 340px; height: inherit;} /* 이미지 규격사이즈를 넣어준다 */
/* 포폴슬라이드 */
.slide_portfolio {display: flex; flex-wrap: nowrap; /* -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); *//* mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); */ padding: 3rem 0; overflow: hidden;}
.slide_portfolio .slide_wrap {animation: _slide linear infinite; animation-duration: 30s; animation-play-state: running; flex-shrink: 0; justify-content: space-evenly; min-width: 100%;}
.slide_portfolio:hover .slide_wrap {animation-play-state: paused;}
.slide_wrap {display: flex; flex-wrap: wrap; justify-content: center; /* list-style: none; margin: 0; padding: 0;  */}
.slide_portfolio .item {height: auto; min-width: auto; padding-inline: 5vw; align-items: center; display: flex;justify-content: center;}
.slide_portfolio .item .item_img {max-height: 300px; max-width: 100%; /* aspect-ratio: 6 / 4; */ }



/* 기능 */
.func_list ul {display: flex; margin-top: 4rem; gap: 2rem;}
.func_list ul li {flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2rem; transition: all 0.6s; transform: translateY(100px); opacity: 0;}
.func_list ul.on li {transform: translateY(0); opacity: 1;}
.func_list ul li:nth-child(1) {transition-delay: 0.2s;}
.func_list ul li:nth-child(2) {transition-delay: 0.4s;}
.func_list ul li:nth-child(3) {transition-delay: 0.6s;}
.func_list .ico_box {width: 10rem; height: 10rem; margin: 0 auto;}
.func_list .ico_box.img01 {background: url(../img/function_01.png) no-repeat center center/cover;}
.func_list .ico_box.img02 {background: url(../img/function_02.png) no-repeat center center/cover;}
.func_list .ico_box.img03 {background: url(../img/function_03.png) no-repeat center center/cover;}
.func_list .txtbox {display: flex; flex-direction: column; gap: .5rem; width: 100%;}
.func_list .txtbox .ttl {font-size: 26px; font-weight: 700; color: var(--theme-color);}
.func_list .txtbox .disc {font-size: 20px; line-height: 1.3; word-break: keep-all; color: var(--gray-color);}






/* 브랜드배너 */
.brand_list {background: var(--white); padding-bottom: 150px;}
.brand_list ul {margin-top: 160px;}
.brand_list ul li {width: 100%; white-space: nowrap; margin-bottom: 100px; transition: all 0.6s; transform: translateY(100px); opacity: 0;}
.brand_list ul.on li {transform: translateY(0); opacity: 1;}
.brand_list ul li:nth-child(2) {transition-delay: 0.4s;}
.brand_list ul li:nth-child(3) {transition-delay: 0.7s;}
.brand_list ul li span {width: 220px; height: 80px; padding: 0 60px; box-sizing: content-box; justify-content: center; align-items: center;}
.brand_list .slick-initialized .slick-slide {display: flex;}



/* --------------- 후불제 --------------- */
.cre_list {background: var(--theme-color)!important; color: var(--white);}
.cre_list .cre_wrap {display: grid; grid-template-columns: 2fr 1fr; box-sizing: border-box;}
.cre_list .cre_wrap+.cre_wrap {padding-top: 8rem;}
.cre_list .go_list {background: unset;}
.cre_list .go_list a {display: inline-flex; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; justify-content: center; align-items: center; background: var(--white)!important; padding: 15px 20px; gap: 5px; font-weight: 600; font-size: 20px; color: var(--theme-color); border: 1px solid var(--brightgray); border-radius: .3rem; transition: .3s; transition-duration: all;}
.cre_list .go_list a::after {content: "\f061"; font-size: 20px;}
.cre_list .go_list:hover a {background: var(--bggray)!important;}



/************************** 문의하기 **************************/
.con_list .inquiry {display: flex; border-radius: 3rem; overflow: hidden; box-shadow: var(--box-shadow1); border: 1px solid var(--bggray);}
.con_list .inquiry .left {flex: 1; min-height: 25vh; padding: 3rem 3rem; background:var(--white) url(../img/cs_img.png) no-repeat bottom center/cover;}
.con_list .inquiry .left .change_tt span {display: block; font-size: 28px; font-weight: 500; line-height: 1.2; color: var(--white); transition: .2s; transition-property: all;}
.con_list .inquiry .left .change_tt span.on {color: var(--white);}
.con_list .inquiry .right {flex: 1; padding: 5rem 5rem; background: var(--white);}
.con_list .inquiry .inq {width: 100%; padding: 17px 0 20px; font-size: 20px; border-radius: .3rem; font-family: var(--nanums);}
/* 폼시작 */
.fm_wrap {font-size: 18px; font-weight: 500; margin-bottom: 20px;}
.fm_wrap .fm_row {}
.fm_wrap .fm_row .label {margin-bottom: 10px;}
.fm_wrap .fm_row .input_wrap {}
.fm_wrap .fm_row+.fm_row {margin-top: 20px;}
.fm_wrap+.chk_wrap {margin: 20px 0; display: flex; align-items: center;}
.fm_row .input_wrap input {/* width: 100%; */ height: 52px; padding: 0 15px; border: solid 1px var(--gray); border-radius: .3rem;}
.fm_row select {height: 52px; font-size: 18px; font-weight: 500; color: var(--gray);}
.fm_row .select_wrap select+select {margin-left: 10px;}
.fm_row .select_wrap, .fm_row .ph_wrap {display: flex;}
.fm_row .ph_wrap select, .fm_row .ph_wrap input {width: calc(100%/3 - 20px/3); border-radius: .3rem;}
.fm_row .pro_wrap select {width: 100%; border-radius: .3rem; text-transform: uppercase;}
.fm_row .ph_wrap input {margin-left: 10px;}
/* .fm_row .add_wrap>input {margin-top: 10px;}
.fm_row .input_wrap .add01 {display: flex;}
.fm_row .input_wrap .add01 input[type='text'] {width: calc(100% - 150px); margin-right: 10px;}
.fm_row .input_wrap .add01 .add_btn {width: 140px; height: 52px; color: var(--main-color); border: solid 1px var(--main-color); background: var(--white);}
.fm_row textarea {width: 100%; height: 200px; padding: 10px 15px; border: solid 1px var(--gray); border-radius: 5px; resize: none;}
.fm_row button {display: block; padding: 10px 0; text-align: center; font-size: 18px; font-weight: 500; color: var(--main-color); border: solid 1px var(--main-color); background: var(--white); border-radius: 5px;}
.fm_row button.send_cert {width: 100%; margin: 10px 0;}
.fm_row .cert_wrap input {width: calc(100% - 150px);}
.fm_row .cert_wrap button {width: 140px; margin-left: 10px;}
.all_wrap {margin-top: 30px;}
.all_wrap .fm_row textarea {height: 210px;} */
.chk_wrap input {display: none;}
.chk_wrap input+label {font-size: 17px; cursor: pointer; display: flex; align-items: center;}
.chk_wrap input+label::before {content: "\f058"; font-weight: 400; font-size: 17px; margin-right: 5px; opacity: .2; transition: .3s; transition-property: all;}
.chk_wrap input:checked+label {}
.chk_wrap input:checked+label::before {content: "\f058"; font-weight: 800; opacity: 1;}
.chk_wrap .agree {text-decoration: none; cursor: pointer; transition: .3s; transition-property: all;}
.chk_wrap .agree:hover {text-decoration: underline; color:var(--main-color);}
/* 개인정보팝업 */
.popup {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 99999; display: none;}
.popup .popup_wrap {width: calc(100% - 3vw); max-width: 860px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: var(--white); border-radius: 1rem; transition: .3s; transition-property: all;}
.popup .head {padding: 25px 0; position: relative; border-bottom: solid 1px var(--brightgray);}
.popup .head h2 {font-size: 24px; font-weight: 800; text-align: center; }
.popup .head .close {position: absolute; top: 20px; right: 20px; width: 30px; height: 30px;}
.popup .head .close::before {content: "\f00d"; font-size: 30px;}
.popup .content {padding: 20px;}
.popup .content .padding {max-height: 640px; height: 400px; font-size: 16px; line-height: 1.4; color: var(--gray);}
iframe {width: 100%!important; height: 100%!important; overflow-y: auto;}


/************************** footer **************************/
.footer {padding: 3rem 0; background: var(--footer-bg); color: var(--footer-color); font-size: 14px; font-weight: 300; line-height: 1.4;}
.footer .inner {display: flex; gap: 1rem; padding: 0 3vw;}
.foot_logo a {display: block;}
.foot_logo {width: 12rem;}
.foot_info {flex: 1;}
.foot_info .ft_top ul {display: flex;}
.foot_info .ft_top ul li+li {margin-left: 10px;}
.foot_info .ft_top a {font-size: 16px;}
.foot_info .ft_top a strong {font-weight: 500;}
.foot_info address {margin-top: 20px; display: flex; flex-wrap: wrap;}
.foot_info address .office {font-size: 16px; font-weight: 500; line-height: 1.8; width: 100%;}
.foot_info .list span,
.foot_info .list_c span{display: flex; align-items: center;}
.foot_info .list,
.foot_info .list_c{display: flex; gap: 1rem; padding-right: 1rem;}
.foot_info .list span+span::before,
.foot_info .list_c span+span::before{content: "/"; display: inline-block; clear: both; font-size: 11px; padding-right: 1rem; line-height: 1.1; opacity: .3;}



/****************
* mobile 
******************/
@media all and (max-width: 1200px){
.pr_list .price_box {gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(46%, auto));}

    @media all and (max-width: 1024px){ 
      /* 기능 */
      .func_list ul {} 
      /* 요금제 */
      /* .pr_list .price_box {gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(46%, auto));} */
      .pr_list .price_box li {padding: 2rem 2rem;}
      .pr_ttl {font-size: 40px;}
      .pr_ttl span {font-size: 13px;}
      .pr_tt2 {font-size: 15px; }  
      .desc_tt {}
      .desc_list {}
      .desc_list::before {}
      .pr_list .go_to {font-size: 18px;} 
	  /* 템플릿 */
      .tab_overview ul.tabs {grid-template-columns: repeat(auto-fit, minmax(20%, auto));}
      .tab_overview ul.tabs li {font-size: 18px; border-radius: .5rem;}
      /*.tab_overview ul.tabs li:first-child {border-radius: 7px 0 0 0;}
      .tab_overview ul.tabs li:nth-child(3) {border-radius: 0 7px 0 0;}
      .tab_overview ul.tabs li:nth-child(7) {border-radius: 0 0 0 7px;}
      .tab_overview ul.tabs li:last-child {border-radius: 0 0 7px 0;}*/
      .template_box .list,
	  .template_box .list_c{grid-template-columns: repeat(auto-fill, minmax(45%, auto)); gap: 1rem;}
      }

    @media all and (max-width: 850px) { /* 2 여기부터 모바일 */
      .only_p {display: none !important;}
      .only_m {display: block !important;}
      #header .inner {height: var(--mo-header-height); justify-content: space-between;}
      #header .logo {width: 15vw;}
      #gnb {display: none;}
      /* common */      
      section:not(.main_visual) {padding: 8vh 2vw;}
      .main_ttl {font-size: 28px;}
      .main_tt2 {font-size: 20px;}
      .main_tt3 {font-size: 17px;}
      .caution {font-size: 15px;}
      .caution p::before {font-size: 15px;}
      .btn {font-weight: 400; /* margin: 0 auto; text-align: center; */}
      /* main_visual */     
      /* .main_visual {height: 80vh;} */
      .main_visual .txtbox h2 {font-size: 40px;}
      .main_visual .txtbox .title {font-size: 26px;} 
      .main_visual .txtbox .desc {font-size: 18px;}
      /* 반응형 */
      .rep_list .rep_wrap {display: flex; flex-direction: column-reverse; gap: 1rem; box-sizing: border-box;}
      .rep_list .rep_wrap+.rep_wrap {padding-top: 3rem; flex-direction: column;}
      .rep_list .go_list a {}
      /* 목업 */
      section.mockup_list {height: 60vh;}
      .mockup_list .txtbox h2 {font-size: 2.2rem;}
      .mockup_list .txtbox .title {font-size: 26px;} 
      .mockup_list .txtbox .desc {font-size: 18px;}
      /* 기능 */
      .func_list .txtbox .disc {font-size: 17px;}
      /* 요금제 */        
      .pr_list .price_box {grid-template-columns: repeat(auto-fit, minmax(46%, auto));}
	  .pr_list .price_box li:last-of-type {grid-column: 1 / span 2;}
      .pr_list .go_to {padding: 15px 20px 16px;}      
      /* 후불제 */
      .cre_list .cre_wrap {grid-template-columns: 5fr 1fr;}
      /* 문의하기 */
      .con_list .inquiry {display: flex; flex-direction: column; border-radius: 1rem;}
      .con_list .inquiry .left {padding: 2rem 2rem;}
      .con_list .inquiry .right {padding: 2rem 2rem;}
      /* footer */
      .footer .inner {flex-direction: column;}
    }



    @media all and (max-width: 580px){ /* 1 */
      /* common */  
      .btn {margin: 0 auto; text-align: center;}
      /* 반응형 */
      /* 기능 */
      .func_list ul { flex-direction: column;}
      .func_list ul li {text-align: center;}      
      /* 요금제 */
      .pr_list .price_box {grid-template-columns: repeat(auto-fit, minmax(50%, auto));}	
	  .pr_list .price_box li:last-of-type {grid-column: unset;}
      /* 템플릿 */	  
	  .template_box .list,
	  .template_box .list_c{grid-template-columns: repeat(auto-fill, minmax(50%, auto)); gap: 1rem;}
	  .list_item .preview {display: flex;}      
	  .tab_overview ul.tabs {grid-template-columns: repeat(auto-fit, minmax(30%, auto));}
	  .tab_overview ul.tabs li {font-size: 16px;} 
      .tab_overview ul.tabs li::before {font-size: 15px; display: none;}          
      /* 후불제 */ 
      .cre_list .cre_wrap {display: flex; flex-direction: column-reverse;}
      .cre_list .cre_wrap>div {text-align: center;} 
      .cre_list .cre_wrap>div img {width: 50vw; padding-bottom: 1rem;}
      /* 문의하기 */
      /* footer */  
	  .foot_logo {width: 5rem;}
      .foot_info .ft_top a {font-size: 14px;}
      .foot_info address {flex-direction: column;}
      .foot_info .list,
	  .foot_info .list_c{flex-direction: column; gap: unset; padding-right: unset;}
      .foot_info .list span+span::before,
	  .foot_info .list_c span+span::before{display: none;}
    }


    @media all and (max-width: 450px){
      /* common */      
      section:not(.main_visual) {padding: 5vh 5vw;}
      .inner:not(#header .inner) {width: unset;}
      .inner_in {width: unset;}
      /* .main_visual {height: 70vh;} */
	  /* 템플릿 */
	  .tab_overview ul.tabs {grid-template-columns: repeat(auto-fit, minmax(48%, auto));}
	  .tem_list .type-list {gap: 1rem; padding: 0rem 0 2rem;}
	  .tem_list .type-list .list-item a {font-size:1.1rem; gap: 0.2rem;}
	  .tem_list .type-list .list-item a::before {font-size:1rem;}
    }

    @media all and (max-width: 380px){      
      /* 목업 */
      /* section.mockup_list {height: 35vh;} */
      .mockup_list .txtbox h2 {font-size: 30px;}
      .mockup_list .txtbox .desc {font-size: 16px; line-height: 1.2;}
      .mockup_list .btn.free {margin-top: 0;}
    }

}

.jconfirm .jconfirm-title-c{display:none !important;}
.jconfirm .jconfirm-content > div { font-size: 1.2rem !important;}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content{overflow: hidden;}