@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Gmarket Sans'; */
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: local('Gmarket Sans Bold'), local('GmarketSans-Bold'),
	url('/font/GmarketSansBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/font/GmarketSansBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: local('Gmarket Sans Medium'), local('GmarketSans-Medium'),
	url('/font/GmarketSansMedium.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/font/GmarketSansMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: local('Gmarket Sans Light'), local('GmarketSans-Light'),
	url('/font/GmarketSansLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('/font/GmarketSansLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* font-family: 'NanumSquare'; */
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
    vertical-align: baseline;
    letter-spacing: -0.04em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
    height: 100%
}
body {
    line-height: 1;
    font-family: 'Noto Sans KR', sans-serif;
}
body, button, input, select, table, textarea {
    font-family: 'Noto Sans KR', -apple-system,BlinkMacSystemFont,"Malgun Gothic","맑은 고딕",helvetica,"Apple SD Gothic Neo",sans-serif
}
button, input, select, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    outline: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    cursor: pointer;
}
img {
    max-width: 100%;
}
#wrap {
    width: 100%;
    overflow: hidden;
}
/* common */
.only_web { display: block !important; }
.only_mo { display: none !important; }
.inner {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1200px;
    margin: 0 auto;
}
.slick-slide {
    height: auto;
}
.title_box {
    text-align: center;
    color: #252525;
    width: calc(100% - 30px);
    margin: 0 auto; 
}
.title_box.white {
    color: #fff;
}
.title_box .secret_txt {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 52px;
    margin-top: 120px;
    margin-bottom: 40px;
    padding: 0 32px;
    font-size: 26px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #fff;
    text-transform: uppercase;
    background: #ff6766;
    border-radius: 26px;

    transform: translateY(50px);
    opacity: 0;
    transition: all .5s;
}
.title_box .secret_txt::after {
    position: absolute;
    bottom: calc(100% + 70px);
    left: 50%;
    width: 1px;
    height: 0;
    background: #df484c;
    transition: all .5s .5s;
    content: '';
}
.action .title_box .secret_txt {
    transform: translateY(0);
    opacity: 1;
}
.action .title_box .secret_txt::after {
    height: 50px;
}

.title_box .sub_title {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 400;
    color: inherit;
    word-break: keep-all;

    transform: translateY(50px);
    opacity: 0;
    transition: all .5s .2s;
}
.action .title_box .sub_title {
    transform: translateY(0);
    opacity: 1;
}
.title_box .title {
    font-size: 60px;
    font-weight: 300;
    font-family: 'NanumSquare';
    color: inherit;
    line-height: 1.3;
    word-break: keep-all;

    transform: translateY(50px);
    opacity: 0;
    transition: all .5s .4s;
}
.title_box .title strong {
    font-weight: 700;
}
.title_box .title .point {
    color: #ff6866;
}
.title_box .title .gradient {
    background: linear-gradient(117deg, rgba(255,103,102,1) 0%, rgba(251,166,102,1) 100%);
    /* background: linear-gradient(42deg,#ff6766 0%, #fba666 100%); */
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.action .title_box .title {
    transform: translateY(0);
    opacity: 1;
}
/* 익스일때 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .title_box .title .gradient {
        background: none;
        color: #ff6866;
    }
}


.title_box .desc {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #454545;
    line-height: 1.6;

    transform: translateY(50px);
    opacity: 0;
    transition: all .5s .6s;
}
.title_box .desc.white {
    color: #fff;
}

.action .title_box .desc {
    transform: translateY(0);
    opacity: 1;
}


.bg_txt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) skewX(-8deg);
    font-size: 180px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
    color: #ebebeb;
    white-space: nowrap;
}

/* header */
#header {
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
}
#header .logo {margin-right:60px ;}
#header .logo a,
#header .logo img {
    display: block;
}
#header .inner {
    display: flex;
    align-items: flex-start;
}
/* //header */

/* visual_sec */
.visual_sec {
    height: 890px;
    padding-top: 30px;
    background: url(../img/main_visual_bg.png) center center no-repeat;
    box-sizing: border-box;
}
.visual_sec .inner {
    height: 100%;
}
.visual_sec .brand_cont {
    padding-left:200px;
    padding-bottom: 30px;
    transform: translateY(50px);
    opacity: 0;
    transition: all .5s;
}
.visual_sec.action .brand_cont {
    transform: translateY(0);
    opacity: 1;
}
.visual_sec .txt_box {
    padding-left: 164px;
    color: #fff;
}
.visual_sec .sub_title {
    display: block;
    padding-left: 36px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    transform: translateY(50px);
    opacity: 0;
}
.visual_sec.action .sub_title {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .2s;
}
.visual_sec .title {
    padding-left: 36px;
    margin-top: 35px;
}
.visual_sec .title img {
    transform: translateY(50px);
    opacity: 0;
}
.visual_sec.action .title img {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .4s;
}
.visual_sec .title strong {
    display: block;
    margin-top: 20px;
    font-size: 74px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
    transform: skewX(-8deg) translateY(50px);
    opacity: 0;
}
.visual_sec.action .title strong {
    transform: skewX(-8deg) translateY(0);
    opacity: 1;
    transition: all .5s .6s;
}
.visual_sec .percent_box {
    display: inline-block !important;
    position: relative;
    margin-top: 44px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
    transform: skewX(-8deg);
    opacity: 0;
}
.visual_sec.action .percent_box {
    opacity: 1;
    transition: all .5s .5s;
}
.visual_sec .percent_box .count {
    display: inline-block;
    font-size: 400px;
    font-weight: inherit;
    font-family: inherit;
}
.visual_sec .percent_box .unit {
    position: absolute;
    bottom: 60px;
    right: -40px;
    font-size: 70px;
    font-weight: inherit;
    font-family: inherit;
}
.visual_sec .model_name {
    position: absolute;
    bottom: 80px;
    right: 34px;
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
}
.visual_sec.action .model_name {
    opacity: 0.7;
    transition: all .5s .5s;
}
.visual_sec .bottom_txt {
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.75em;
    opacity: 0.5;
}
.visual_sec .bottom_txt span {
    display: inline-block;
    transform: translateX(30px);
    opacity: 0;
}
.visual_sec.action .bottom_txt span {
    transform: translateX(0);
    opacity: 1;
    transition: all .3s;
}
.visual_sec.action .bottom_txt span:nth-of-type(1) { transition-delay: .5s; }
.visual_sec.action .bottom_txt span:nth-of-type(2) { transition-delay: .6s; }
.visual_sec.action .bottom_txt span:nth-of-type(3) { transition-delay: .7s; }
.visual_sec.action .bottom_txt span:nth-of-type(4) { transition-delay: .8s; }
.visual_sec.action .bottom_txt span:nth-of-type(5) { transition-delay: .9s; }
.visual_sec.action .bottom_txt span:nth-of-type(6) { transition-delay: 1s; }
.visual_sec.action .bottom_txt span:nth-of-type(7) { transition-delay: 1.1s; }
.visual_sec.action .bottom_txt span:nth-of-type(8) { transition-delay: 1.2s; }
.visual_sec.action .bottom_txt span:nth-of-type(9) { transition-delay: 1.3s; }
.visual_sec.action .bottom_txt span:nth-of-type(10) { transition-delay: 1.4s; }
.visual_sec.action .bottom_txt span:nth-of-type(11) { transition-delay: 1.5s; }
.visual_sec.action .bottom_txt span:nth-of-type(12) { transition-delay: 1.6s; }
.visual_sec.action .bottom_txt span:nth-of-type(13) { transition-delay: 1.7s; }
.visual_sec.action .bottom_txt span:nth-of-type(14) { transition-delay: 1.8s; }
.visual_sec.action .bottom_txt span:nth-of-type(15) { transition-delay: 1.9s; }
.visual_sec.action .bottom_txt span:nth-of-type(16) { transition-delay: 2.0s; }
.visual_sec.action .bottom_txt span:nth-of-type(17) { transition-delay: 2.1s; }
.visual_sec.action .bottom_txt span:nth-of-type(18) { transition-delay: 2.2s; }
.visual_sec.action .bottom_txt span:nth-of-type(19) { transition-delay: 2.3s; }
.visual_sec.action .bottom_txt span:nth-of-type(20) { transition-delay: 2.4s; }
.visual_sec.action .bottom_txt span:nth-of-type(21) { transition-delay: 2.5s; }
/* //visual_sec */

/* coupon_sec */

.coupon_sec {
    background: #232733;
   
    position: relative;

}
.coupon_sec .cou_wrap {
    position: relative;
    max-width: 1180px;
    width: calc(100% - 30px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.coupon_sec .coupon_cont {
    margin: 70px auto 40px;
    position: relative;
    transform: translate(-20px ,100px);
    opacity: 0;
    transition: all 0.5s;
    max-width: 520px;
    width: calc(100% - 30px);
}
.coupon_sec.action .coupon_cont {
    transform: translate(-20px ,0);
    opacity: 1;
}
.coupon_sec .coupon_cont .cou_option {
    display: block;
    position: absolute;
    right: -50px; top: -15px;
    background: #aa4ade ;
    /* box-shadow:-3px 10px 30px 2px rgb(170 74 222 / 61%); */
    border-radius: 50%;
    width: 140px; height: 140px;
    /* mix-blend-mode: multiply; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    z-index: 30;
}
.coupon_sec .coupon_cont .cou_option::before {
    width: 61%;
    height: 60%;
    display: block;
    left: 43px;
    bottom: -22px;
    transform: translate(-50% , -50%);
    position: absolute;
    box-shadow: -2px 27px 43.24px 2.76px rgb(170 74 222 / 61%);
    border-radius: 50%;
    content: '';
    z-index: -1;
}
.coupon_sec .coupon_cont .cou_option strong {
    font-size: 28px;
    font-weight: 800;
    display: block;
    padding-bottom:6px ;
    font-family: "NanumSquare";
    color: #fff ; 
}
.coupon_sec .coupon_cont .cou_option span {
    font-size:16px ;
    font-family: "NanumSquare";
    font-weight: 800;
    color: #d499f3;
}
.coupon_sec .coupon_cont .txt_cont {
    background: #fff ; 
    position: relative;
    text-align: center;
    padding: 50px 0  26px;
    width: 100%;
    
}
.coupon_sec .coupon_cont .txt_cont::after {
    content: '';
    position: absolute;
    top: 50%; left:-40px;
    transform: translateY(-50%);
    width: 80px; height: 80px;
    display: block;
    background: #232733;
    border-radius: 50%;
}
.coupon_sec .coupon_cont .txt_cont::before {
    content: '';
    position: absolute;
    top: 50%; right: -40px;
    transform: translateY(-50%);
    width: 80px; height: 80px;
    display: block;
    background: #232733;
    border-radius: 50%;
}
.coupon_sec .coupon_cont .txt_cont span {
    color: #b54bff;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 18px;
    letter-spacing: 0;
}
.coupon_sec .coupon_cont .txt_cont strong {
    font-size: 40px;
    font-weight: 800;
    font-style: italic; 
    font-family: 'NanumSquare';
    display: block;
    padding-bottom: 22px;
}
.coupon_sec .coupon_cont .txt_cont p {
    font-size: 18px;
    font-family: 'NanumSquare';
    font-weight: 700;
    color: #999999;
    line-height: 1.44;
}
.coupon_sec .coupon_cont .con_bot {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -moz-linear-gradient( 124deg, rgb(181,75,255) 0%, rgb(96,137,233) 48%, rgb(10,199,210) 99%);
    background-image: -webkit-linear-gradient( 124deg, rgb(181,75,255) 0%, rgb(96,137,233) 48%, rgb(10,199,210) 99%);
    background-image: -ms-linear-gradient( 124deg, rgb(181,75,255) 0%, rgb(96,137,233) 48%, rgb(10,199,210) 99%);
    padding:19px 0 ;
}
.coupon_sec .coupon_cont .ps {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #707070;
    font-family: 'NanumSquare';
    font-weight: 700;
    text-align: center;
    padding-top:30px ;
}
.cou_item {
   position: absolute;
   z-index: 35;
}
.coupon_sec .cou_item.cou_left {
    opacity: 0;
    transition: all 0.5s ;
    transition-delay: 0.3s;
    left: -50px;
}
.coupon_sec.action .cou_item.cou_left {
    opacity: 1;
    left: 0;
}
.coupon_sec .cou_item.cou_right {
    bottom:0 ;
    right:-100px;
    transition: all 0.5s ;
    transition-delay: 0.3s;
    opacity: 0;
}
.coupon_sec.action .cou_item.cou_right {
    right:76px;
    opacity: 1;
}

/* phone_sec */
.phone_sec {
    position: relative;
    padding-top: 140px;
    background: #f6f6f6;
}
.phone_sec .phone_area {
    position: relative;
    width: 590px;
    margin: 107px auto 0;
    text-align: center;
    z-index: 1;
}
.phone_sec .phone_box {
    display: inline-block;
}
.phone_sec .chat_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 78px;
    box-sizing: border-box;
}
.phone_sec .chat_row {
    display: flex;
    align-items: flex-start;
    transform: translateY(50px);
    opacity: 0;
}
.phone_sec .phone_area.action .chat_row {
    transform: translateY(0);
    opacity: 1;
    transition: all .3s ease;
}
.phone_sec .phone_area.action .chat_row:nth-of-type(1) { transition-delay: 0s; }
.phone_sec .phone_area.action .chat_row:nth-of-type(2) { transition-delay: 0.3s; }
.phone_sec .phone_area.action .chat_row:nth-of-type(3) { transition-delay: 0.6s; }
.phone_sec .phone_area.action .chat_row:nth-of-type(4) { transition-delay: 0.9s; }

.phone_sec .chat_row + .chat_row {
    margin-top: 20px;
}
.phone_sec .chat_row .thumb {
    position: relative;
    width: 42px;
    height: 42px;
    font-size: 0;
    flex: 0 0 auto;
}
.phone_sec .chat_row .thumb img {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.phone_sec .chat_row .bubble_box {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    border-radius: 20px;
    box-sizing: border-box;
}
.phone_sec .chat_row .bubble_box::after {
    position: absolute;
    top: 0;
    width: 12px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
}

.phone_sec .chat_row.customer {
    justify-content: flex-start;
}
.phone_sec .chat_row.customer .bubble_box {
    width: 296px;
    margin-left: 6px;
    padding: 18px;
    color: #454545;
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,0.09);
}
.phone_sec .chat_row.customer .bubble_box::after {
    left: -4px;
    background-image: url(../img/bubble_tail_left.png);
}

.phone_sec .chat_row.onoff {
    justify-content: flex-end;
}
.phone_sec .chat_row.onoff .bubble_box {
    width: 316px;
    margin-right: 20px;
    padding: 15px 18px;
    color: #fff;
    background: #4a65f6;
}
.phone_sec .chat_row.onoff .bubble_box::after {
    top: 4px;
    right: -2px;
    background-image: url(../img/bubble_tail_right.png);
}

.phone_sec .bg_txt {
    bottom: 150px;
}
/* //phone_sec */

/* change_sec */
.change_sec {
    padding: 130px 0 114px;
    background: #3a3a3a;
}
.change_sec .title_box {
    margin-bottom: 100px;
}
.change_sec .change_txt {
    margin: 60px 0;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transform: translateY(50px);
    opacity: 0;
}
.change_sec.action .change_txt {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .6s;
}
.change_sec .slider_wrap {
    max-width: 1570px;
    width: calc(100% - 30px);
    padding: 0 125px;
    margin: 0 auto;
    transform: translateY(50px);
    opacity: 0;
    box-sizing: border-box;
}
.change_sec .slider_wrap.action {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s ease-in;
}
.change_sec .slider_relative {
    position: relative;
}
.change_sec .before_after .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 129px;
    text-indent: -9999em;
    background-position: center center;
    background-repeat: no-repeat;
}
.change_sec .before_after .slick-prev {
    right: calc(100% + 60px);
    background-image: url(../img/slick_arrow_prev.png);
}
.change_sec .before_after .slick-next {
    left: calc(100% + 60px);
    background-image: url(../img/slick_arrow_next.png);
}
.change_sec .before_after .slider_item {
    display: flex;
    width: 100%;
}
.change_sec .before_after .slider_item > div {
    width: 100%;
}
.change_sec .before_after .img {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 92.728%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.change_sec .before_after .after .img::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Gmarket Sans';
    color: #fff;
    text-align: center;
    line-height: 150px;
    background: linear-gradient(135deg, #ff6766 30%, #fba666 75%);
    box-shadow: 0px 17px 21.36px 2.64px rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    content: 'VS';
}
.change_sec .before_after .txt {
    display: block;
    width: 100%;
    line-height: 68px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.change_sec .before_after .before .txt {
    background: #a9a4a8;
}
.change_sec .before_after .after .txt {
    background: #df484c;
}
.change_sec .change_review {
    position: absolute;
    bottom: 68px;
    right: 0;
    width: 50%;
    padding: 20px 30px;
    box-sizing: border-box;
}
.change_sec .change_review .slider_item {
    display: flex;
    align-items: flex-start;
}
.change_sec .change_review .thumb {
    margin-right: 26px;
    flex: 0 0 auto;
}
.change_sec .change_review .thumb img {
    display: block;
}
.change_sec .change_review .bubble {
    position: relative;
    max-width: 482px;
    width: 100%;
    padding: 15px 25px 20px;
    margin-top: 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    word-break: keep-all;
    line-height: 1.5;
    border-radius: 7px;
    box-shadow: 0 16px 40px 0 rgba(18,18,18,0.1);
    box-sizing: border-box;
}
.change_sec .change_review .bubble::after {
    position: absolute;
    top: 10px;
    right: 100%;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    content: '';
}
/* //change_sec */

/* online_pt */
.online_pt {
    padding: 135px 0 0;
    background: #f7eee7;
}
.online_pt > strong {
    font-size: 60px;
    font-family: 'NanumSquare';
    font-weight: 800;
    display: block;
    text-align: center;
    transform: translateY(50px);
    opacity: 0;
    transition: all .5s ;
}
.online_pt.action > strong {
    transform: translateY(0);
    opacity: 1;
}
.online_pt  ul {
    max-width:980px;
    width: calc(100% - 30px);
    margin: 70px auto 0;
    background: #fff; 
    padding: 80px 98px ;
    box-sizing: border-box;

}
.online_pt  ul li {
    display: flex;
    align-items: flex-start;
    transform: translateY(50px);
    opacity: 0;
    transition: all .5s ;
}
.online_pt.action  ul li{
    transform: translateY(0);
    opacity: 1;
} 
.online_pt.action  ul li:nth-child(1) {transition-delay: .5s;}
.online_pt.action  ul li:nth-child(2) {transition-delay: .8s;}
.online_pt.action  ul li:nth-child(3) {transition-delay: 1.1s;}
.online_pt  ul li+ li {
    margin-top: 60px;
}
.online_pt.action  ul li .ico_wrap {
    float: 0 0 auto;
}
.online_pt  ul li .online_txt {
    padding-left: 28px;
    width: calc(100% - 45px);
}
.online_pt  ul li .online_txt strong {
    font-size: 30px;
    font-weight: 800;
    font-family: 'NanumSquare';
    line-height:1.6 ;
    word-break: keep-all;
}
.online_pt  ul li .online_txt p {
    font-size: 24px ;
    line-height: 1.5;
    padding-top: 5px;
    word-break: keep-all;
}



/* //online_pt */



/* banner_sec */
.banner_sec {
    position: relative;
    background: #f6f6f6;
}
.banner_sec .cont {
    position: relative;
    max-width: 1570px;
    width: calc(100% - 30px);
    margin: 0 auto;
    z-index: 1;
}
.banner_sec .top_title {
    position: absolute;
    top: 256px;
    left: 50%;
    transform: translateX(-140%) skewX(-40deg);
    margin-left: -150px;
    font-size: 70px;
    font-weight: 300;
    font-family: 'NanumSquare';
    color: #252525;
    line-height: 1.3;
    text-align: right;
    opacity: 0;
}
.banner_sec.action .top_title {
    transform: translateX(-100%) skewX(0);
    opacity: 1;
    transition: all .5s ease .5s;
}
.banner_sec .bottom_title {
    position: absolute;
    bottom: 180px;
    right: 36px;
    transform: translateX(100%) skewX(40deg);
    font-size: 70px;
    font-weight: 300;
    font-family: 'NanumSquare';
    color: #252525;
    line-height: 1.3;
    opacity: 0;
}
.banner_sec .bottom_title strong {
    font-weight: 800;
    color: #df484c;
}
.banner_sec.action .bottom_title {
    transform: translateX(0) skewX(0);
    opacity: 1;
    transition: all .5s ease .8s;
}
.banner_sec .person_img img {
    display: block;
    margin: 0 auto;
    opacity: 0;
}
.banner_sec.action .person_img img {
    opacity: 1;
    transition: all .3s .2s;
}
.banner_sec .bg_txt {
    bottom: 312px;
}
/* //banner_sec */

/* plan_sec */
.plan_sec {
    background: #2e2e30;
}
.plan_top {
    padding-bottom: 100px;
    border-bottom: 1px solid #444444;
}
.plan_top .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.plan_top .title_box {
    text-align: left;
}
.plan_top .why_txt {
    margin-top: 58px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    transform: translateY(50px);
    opacity: 0;
}
.plan_top.action .why_txt {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .6s;
}
.plan_top .point_txt {
    margin-top: 46px;
    font-size: 34px;
    font-weight: 400;
    transform: translateY(50px);
    opacity: 0;
}
.plan_top .point_txt span {
    position: relative;
    display: inline-block;
    padding-bottom: 7px;
    color: #fcc347;
}
.plan_top .point_txt span::after {
    position: absolute;
    bottom: 0;
    left: 2px;
    right: 6px;
    height: 1px;
    background: #fcc347;
    content: '';
}
.plan_top.action .point_txt {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .8s;
}
.plan_top .plan_chart {
    width: 535px;
    margin-top: 322px;
    padding-left: 40px;
    flex: 0 0 auto;
    box-sizing: border-box;
}
.plan_top .chart_area {
    position: relative;
}
.plan_top .line_area .line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #444444;
}
.plan_top .line_area .line + .line {
    margin-top: 50px;
}
.plan_top .line_area .line_txt {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: 40px;
    padding-right: 10px;
    text-align: right;
    font-size: 20px;
    font-weight: 300;
    font-family: 'NanumSquare';
    color: #fff;
    box-sizing: border-box;
}
.plan_top .bar_box {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.plan_top .bar_box .bar {
    width: 88px;
    height: 0;
    border-radius: 20px 20px 0 0;
}
.plan_top .bar_box .bar_flow {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
}
.plan_top .bar_box .bar_bubble {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.25;
    text-align: center;
    border-radius: 36px;
    box-shadow: 0px 17px 21.36px 2.64px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(10px);
}
.plan_top .bar_box .bar_bubble::after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top:12px solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 12px solid transparent;
    content: '';
}
.plan_top .bar_box .bar_percent {
    margin-top: 27px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #dd484c;
    text-align: center;
    opacity: 0;
}
.plan_top .bar_box .bar_circle {
    width: 19px;
    height: 19px;
    margin: 0 auto;
    border: 4px solid #df484c;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
}

.plan_top .bar_box.gray {
    left: 30px;
}
.plan_top .bar_box.gray .bar {
    background: #59595d;
}
.plan_top .bar_box.gray .bar_bubble {
    background: #8b8b8b;
}
.plan_top .bar_box.gray .bar_bubble::after {
    border-top-color: #8b8b8b;
}

.plan_top .plan_chart.action .bar_box.gray .bar {
    height: 30px;
    transition: height .5s ease;
}
.plan_top .plan_chart.action .bar_box.gray .bar_circle {
    opacity: 1;
    transition: all .3s ease .5s;
}
.plan_top .plan_chart.action .bar_box.gray .bar_percent {
    opacity: 1;
    transition: all .3s ease .8s;
}
.plan_top .plan_chart.action .bar_box.gray .bar_bubble {
    transform: translateY(0);
    opacity: 1;
    transition: all .3s ease 1.1s;
}

.plan_top .bar_box.point {
    right: 38px;
}
.plan_top .bar_box .bar_flow {
    bottom: calc(100% + 22px);
}
.plan_top .bar_box.point .bar {
    background: linear-gradient(135deg, #ff6766 30%, #fba666 75%);
}
.plan_top .bar_box.point .bar_bubble {
    background: #e60606;
}
.plan_top .bar_box.point .bar_bubble::after {
    border-top-color: #e60606;
}

.plan_top .plan_chart.action .bar_box.point .bar {
    height: 218px;
    transition: height .5s ease 1s;
}
.plan_top .plan_chart.action .bar_box.point .bar_circle {
    opacity: 1;
    transition: all .3s ease 1.7s;
}
.plan_top .plan_chart.action .bar_box.point .bar_percent {
    opacity: 1;
    transition: all .3s ease 1.8s;
}
.plan_top .plan_chart.action .bar_box.point .bar_bubble {
    transform: translateY(0);
    opacity: 1;
    transition: all .3s ease 2.1s;
}

.plan_top .chart_desc {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    opacity: 0;
    margin-top: 20px;
}
.plan_top .plan_chart.action .chart_desc {
    margin-top: 0;
    opacity: 1;
    transition: all .5s ease 2.3s;
}
.plan_top .circle_line {
    position: absolute;
    bottom: 61px;
    left: 80px;
    transform: rotate(-29deg);
    transform-origin: left center;
    width: 0;
    height: 4px;
    background: #df484c;
}
.plan_top .plan_chart.action .circle_line {
    width: 373px;
    transition: all .8s ease 0.9s;
}

.plan_top .chart_desc strong {
    display: inline-block;
    width: 160px;
    height: 50px;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    background: #000;
    box-sizing: border-box;
}
.plan_top .chart_subject {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.plan_top .chart_source {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}
.plan_bottom {
    padding: 0 0 160px;
}
.plan_bottom .goal_tab {
    display: flex;
    align-items: center;
    /* padding: 0 20px; */
    margin-top: 60px;
    transform: translateY(50px);
    opacity: 0;
}
.plan_bottom.action .goal_tab {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .6s;
}
.plan_bottom .goal_tab .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 126px;
    font-size: 16px;
    font-weight: 400;
    background: #3d4043;
    opacity: 0.6;
    border-radius: 5px;
    cursor: pointer;
}
.plan_bottom .goal_tab .btn.on {
    opacity: 1;
}
.plan_bottom .goal_tab .btn + .btn {
    margin-left: 10px;
}
.plan_bottom .goal_tab .ttl{
    text-align: center;
}
.plan_bottom .goal_tab .btn strong {
    display: block;
    margin-top: 6px;
    font-size: 28px;
    font-weight: 700;
}
.plan_bottom .goal_tab .btn.health {
    color: #ba6362;
}
.plan_bottom .goal_tab .btn.health strong {
    color: #ff8684;
}
.plan_bottom .goal_tab .btn.diet {
    color: #635ca6;
}
.plan_bottom .goal_tab .btn.diet strong {
    color: #877ce2;
}
.plan_bottom .goal_tab .btn.mental {
    color: #5587a5;
}
.plan_bottom .goal_tab .btn.mental strong {
    color: #71bfec;
}
.plan_bottom .goal_tab .slick-dots {
    display: flex;
    margin-top: 10px;
}
.plan_bottom .goal_tab .slick-dots li + li {
    margin-left: 10px;
}
.plan_bottom .goal_tab .slick-dots button {
    font-size: 0;
    color: transparent;
    width:8px ; height: 8px;
    border-radius: 50%;
    background: #f8f8f8;
}
.plan_bottom .goal_tab .health-dots .slick-active button {background: #ffaeae ;}
.plan_bottom .goal_tab .diet-dots .slick-active button {background: #9d94e7 ;}
.plan_bottom .goal_tab .mental-dots .slick-active button {background: #8bcbf0 ;}


.plan_bottom .goal_cont {
    margin-top: 20px;
    transform: translateY(50px);
    opacity: 0;
}
.plan_bottom.action .goal_cont {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .8s;
}
.plan_bottom .tab_item {
    position: relative;
    display: none;
}
.plan_bottom .tab_item.on {
    display:flex;
    flex-direction: column;
    align-items: stretch;
}
.plan_bottom .tab_slider .goal_box {
    display: flex;
}
.plan_bottom .goal_box > div {
    width: 100%;
}
    .plan_bottom .goal_box > div img {
    width: 100%;
    max-width: auto;   
    }
.plan_bottom .tab_slider .slick-arrow {
    display: block;
    width: 66px; height: 129px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: no-repeat center / 66px auto;
    font-size: 0; color: transparent;
}
.plan_bottom .tab_slider .slick-prev {
    left:-10% ;
    background-image: url(../..../img/tab_slider_pr.png);
}
.plan_bottom .tab_slider .slick-next {
    right:-10% ;
    background-image: url(../..../img/tab_slider_ne.png);
}
.plan_bottom .tab_item .tab_ps {
    display: flex;
    flex-direction: column;
    padding-top: 30px ;
}
.plan_bottom .tab_item .tab_ps span {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-family: 'NanumSquare';
}
.plan_bottom .tab_item .tab_ps span + span {margin-top:6px ;}
.plan_bottom .tab_item .tab_ps span i {margin-right:4px ; line-height:1.5 ;}

.plan_bottom .goal_box .before {
    background: #a9a4a8;
}
.plan_bottom .goal_box .after {
    background: #df484c;
}
.plan_bottom .goal_box .img span {
    display: block;
    width: 100%;
    padding-top: 93.334%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.plan_bottom .goal_box .txt {
    display: flex;
    align-items: flex-start;
    padding: 34px 42px 30px;
    color: #fff;
    box-sizing: border-box;
}
.plan_bottom .goal_box .txt .label {
    display: block;
    width: 98px;
    font-size: 26px;
    font-weight: 700;
    flex: 0 0 auto;
}
.plan_bottom .goal_box .txt .data {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.plan_bottom .goal_box .term_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 46.667%;
}
.plan_bottom .goal_box .term_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 264px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: 'NanumSquare';
    color: #fff;
    line-height: 1.3;
    background: linear-gradient(135deg, #ff6766 30%, #fba666 75%);
    box-shadow: 0px 17px 21.36px 2.64px rgba(18, 18, 18, 0.2);
    z-index: 1;
}
.plan_bottom .goal_box .term_box img {
    display: block;
    margin-top: 30px;
}
/* //plan_sec */

/* pay_sec */
.pay_sec {background:#f7eee7 ;}
.pay_sec .title_box {
    margin-bottom: 130px;
}
.pay_sub_title {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 400;
    color: #454545;
    transform: translateY(50px);
    opacity: 0;
}
.pay_sec.action .pay_sub_title {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .3s;
}
.pay_sec .gr_line_wrap  {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.pay_sec .line_box span {
    display: block;
    width: 100%; height:1px ;
    background: #ebdace ;
}
.pay_sec .line_box span + span {
    margin-top:80px ;
}
.pay_sec .graph_box {  position: relative;}
.pay_sec .graph_box .bar_box {
    position: absolute;
    bottom: 0;
}

.pay_sec .graph_box .bar_box.gray {
    left: 210px;
}
.pay_sec .graph_box .bar_box.gray .bar {
    width: 130px;
    height: 0;
    background:#f2decf ;
    border-radius:20px 20px 0 0 ;
} 
.pay_sec.action .graph_box .bar_box.gray .bar {
    height: 356px;
    transition: height .5s ease 0.5s;
} 
.pay_sec .gr_line_wrap > p {
    text-align: center;
    font-size:21.6px ;
    padding : 28px 0 80px;
}


.pay_sec .graph_box .bar_box.point {
    right:  210px;
}
.pay_sec .bar_box.point::after {
    position: absolute;
    content: '';
    display: block;
    bottom: 40px;
    right: 0;
    transform: translateX(40%);
    width: 368px;
    height: 226px;
    background: url(../..../img/pay_asome.png) no-repeat center;
    opacity: 0;
    transition: all 0.5s 3.2s;
}
.pay_sec.action .bar_box.point::after {
    opacity: 1;
}


.pay_sec .graph_box .bar_box.point .bar {
    width: 130px;
    height: 0;
    border-radius:20px 20px 0 0 ;
    background-image: -moz-linear-gradient( -42deg, rgb(255,103,102) 0%, rgb(251,166,102) 100%);
    background-image: -webkit-linear-gradient( -42deg, rgb(255,103,102) 0%, rgb(251,166,102) 100%);
    background-image: -ms-linear-gradient( -42deg, rgb(255,103,102) 0%, rgb(251,166,102) 100%);
} 
.pay_sec.action .graph_box .bar_box.point .bar {
    height:36px;
    transition: height .5s ease 1s;
} 

.pay_sec .bar_box .bar_flow {
    position: absolute;
    bottom: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
}
.pay_sec .bar_box.gray .bar_bubble {
    transform: translate(-98px, 100px);
}
.pay_sec .bar_box.gray .bar_bubble span{
    background: #8b8b8b;
}
.pay_sec .bar_box.point .bar_bubble {
    transform: translate(43px, -27px);
}
.pay_sec .bar_box.point .bar_bubble span.only_web{
    background: #e60606;

}
.pay_sec .bar_box.point .bar_bubble span.only_web {
    display: flex !important;
}

.pay_sec .bar_box .bar_bubble span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.25;
    text-align: center;
    border-radius: 36px;
    box-shadow: 0px 17px 21.36px 2.64px rgb(0 0 0 / 20%);
    opacity: 0;
    transform: translateY(10px);
}
.pay_sec .bar_box.gray .bar_bubble::after {
    position: absolute;
    top: 98%;
    left: 50%;
    border-top: 12px solid #8b8b8b;
    border-left: 19px solid transparent;
    content: '';
    opacity: 0;
    transform: translateY(10px);
}
.pay_sec .bar_box.point .bar_bubble::after {
    position: absolute;
    top: 98%;
    left: 50%;
    border-top: 12px solid #e60606;
    border-right: 19px solid transparent;
    content: '';
    opacity: 0;
    transform: translateY(10px);
}
.pay_sec.action .bar_box.gray .bar_bubble::after,
.pay_sec.action .bar_box.gray .bar_bubble span{
    transform: translateY(0);
    opacity: 1;
    transition: all .3s ease 1.1s;
}
.pay_sec.action .bar_box.point .bar_bubble::after,
.pay_sec.action .bar_box.point .bar_bubble span{
    transform: translateY(0);
    opacity: 1;
    transition: all .3s ease 1.8s;
}
.pay_sec.action .bar_box.point .bar_bubble span {background:  #e60606}
.pay_sec .bar_box .bar_circle { 
    width: 22px;
    height: 22px;
    margin: 0 auto;
    border: 4px solid #8b8b8b;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s 0.7s;
}
.pay_sec .bar_box.point .bar_circle {
    border: 4px solid #d84649;
}
.pay_sec.action .bar_box .bar_circle {
    opacity: 1
}



.center_area {
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
}
.center_area .graph_txt {
    position: absolute;
    top: 60px ; right: -20px; 
    opacity: 0;
    transition: all 0.6s 2.2s;
}

.pay_sec.action .center_area .graph_txt {
    top:-47px ; 
    opacity: 1;
}
.center_area .graph_txt strong {
    font-size:42px ;
    font-weight: 800;
    font-family: 'NanumSquare';
    line-height: 1.42;
    display: block;
    margin-bottom: 5px;
}
.center_area .graph_txt span {
    font-size: 16px;
    font-weight: 500;
    color: #8b8b8b;
}
.center_area .graph_img {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s 2.8s;
}
.pay_sec.action  .center_area .graph_img {
    opacity: 1;
    transform: translateY(0);
}




/* //pay_sec */



/* pro_sec */
.pro_sec {
    background: #f6f6f6;
}
.pro_sec .inner {
    padding-bottom: 100px;
}
.pro_sub_title {
    display: block;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 400;
    color: #454545;
    transform: translateY(50px);
    opacity: 0;
}
.pro_sec.action .pro_sub_title {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .3s;
}
.pro_sec .slider_wrap {
    position: relative;
    opacity: 0;
}
.pro_sec.action .slider_wrap {
    opacity: 1;
    transition: all .3s .6s;
}
.pro_sec .slider_tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 36px;
    margin-top: 58px;
    z-index: 2;
}
.pro_sec .slider_tab button {
    display: block;
    width: 144px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #999999;
    background: #ececec;
    border-radius: 25.6px;
}
.pro_sec .slider_tab button + button {
    margin-left: 16px;
}
.pro_sec .slider_tab button.tab_01.on {
    color: #fff;
    background: #ff6766;
}
.pro_sec .slider_tab button.tab_02.on {
    color: #fff;
    background: #ae2cf1;
}
.pro_sec .slider_cont {
    position: relative;
    margin-top: -80px;
}
.pro_sec .slider_box {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}
.pro_sec .slider_box.on {
    position: relative;
    opacity: 1;
    z-index: 1;
}
.pro_sec .slider_box .slick-list {
    padding-top: 58px;
    padding-bottom: 60px;
}
.pro_sec .slider_box .slick-arrow {
    position: absolute;
    top: calc(50% - 60px);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    text-indent: -9999em;
    background-color: #fba666;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0px 17px 17.8px 2.2px rgba(254, 118, 102, 0.11);
    z-index: 11;
}
.pro_sec .slider_box .slick-prev {
    left: 0;
    background-image: url(../img/pro_slider_prev.png);
}
.pro_sec .slider_box .slick-next {
    right: 0;
    background-image: url(../img/pro_slider_next.png);
}
.pro_sec .slider_box .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.pro_sec .slider_box .slick-dots li + li {
    margin-left: 20px;
}
.pro_sec .slider_box .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    opacity: 0.3;
    text-indent: -9999em;
    background: #000;
    border-radius: 50%;
}
.pro_sec .slider_box .slick-dots li.slick-active button {
    opacity: 1;
}
.pro_sec .slider_item {
    display: flex;
    align-items: flex-start;
    margin: 0 36px;
}
.pro_sec .slider_item .img {
    position: relative;
    width: 570px;
    height: 657px;
    border-radius: 28px;
}
.pro_sec .slider_box01 .slider_item .img {
    background: linear-gradient(127deg, #ff6766 0%, #fba666 100%);
    box-shadow: 0px 17px 21.36px 2.64px rgba(254, 118, 102, 0.2);
}
.pro_sec .slider_box02 .slider_item .img {
    background: linear-gradient(127deg, #7776ff 0%, #ae2cf1 100%);
    box-shadow: 0px 17px 21.36px 2.64px rgba(173, 45, 241, 0.2);
}
.pro_sec .slider_item .img .pro_txt {
    position: absolute;
    display: block;
    top: 96px;
    left: 60px;
}
.pro_sec .slider_item .img .person_img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(-50px);
    opacity: 0;
    z-index: 2;
}
.pro_sec .slider_item.slick-current .img .person_img {
    transform: translateX(20px);
    opacity: 1;
    transition: .3s;
}
.pro_sec .slider_item .txt {
    position: relative;
    width: 100%;
    max-width: 557px;
    min-height: 550px;
    margin-top: 50px;
    padding: 72px 34px;
    box-sizing: border-box;
}
.pro_sec .slider_item .txt::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 161.58%;
    height: 100%;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0px 17px 21.36px 2.64px rgba(254, 118, 102, 0.2);
    content: '';
}
.pro_sec .slider_item .txt_cont {
    position: relative;
    z-index: 1;
    transform: translateY(50px);
    opacity: 0;
}
.pro_sec .slider_item.slick-current .txt_cont {
    transform: translateY(0);
    opacity: 1;
    transition: .3s;
}
.pro_sec .slider_item .ment {
    display: block;
    font-size: 26px;
    font-weight: 800;
    font-family: 'Nanum Myeongjo', serif;
    color: #454545;
    line-height: 1.3;
}
.pro_sec .slider_item .ment span {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: #ff6966;
}
.pro_sec .slider_item .pro_name {
    display: block;
    margin-top: 30px;
    font-size: 28px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #252525;
}
.pro_sec .slider_item .pro_name span {
    display: inline-block;
    margin-left: 4px;
    font-size: 20px;
    font-weight: 700;
    color: #666;
}
.pro_sec .slider_item .pro_career {
    margin-top: 40px;
}
.pro_sec .slider_item .pro_career dt {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
}
.pro_sec .slider_item .pro_career dd {
    font-size: 16px;
    font-weight: 400;
    color: #757575;
    line-height: 1.6;
}
.pro_sec .circle {
    position: absolute;
    background: #fba866;
    opacity: 0;
    border-radius: 50%;
}
.pro_sec .circle1 {
    top: -183px;
    left: -194px;
    width: 408px;
    height: 408px;
}
.pro_sec.action .circle1 {
    animation: circleAni 8s forwards;
}
.pro_sec .circle2 {
    top: 234px;
    right: -130px;
    width: 507px;
    height: 507px;
}
.pro_sec.action .circle2 {
    animation: circleAni 8s 1s forwards;
}
.pro_sec .circle3 {
    top: 284px;
    left: calc(100% + 22px);
    width: 261px;
    height: 261px;
}
.pro_sec.action .circle3 {
    animation: circleAni 8s 2s forwards;
}

@keyframes circleAni {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    25% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    50% {
        opacity: 0.1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}
/* //pro_sec */

/* tool_sec */
.tool_sec {
    position: relative;
    padding-bottom: 1047px;
    background: #2e2e30 url(../img/tool_bg.jpg) center center no-repeat;
}
.tool_sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #2e2e30;
    content: '';
}
.tool_sec.action::after {
    width: 0;
    transition: all .5s .7s;
}
.tool_sec .title_box {
    position: relative;
    z-index: 1;
}
/* //tool_sec */

/* video_sec */
.video_sec {
    padding-bottom: 88px;
}
.video_sub_title {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    color: #454545;
    transform: translateY(50px);
    opacity: 0;
}
.video_sec.action .video_sub_title {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .1s;
}
.video_sec .cont_wrap {
    display: flex;
    align-items: flex-start;
    max-width: 1360px;
    width: calc(100% - 30px);
    margin: 80px auto 0;
}
.video_sec .cont_box {
    width: calc(50% - 20px);
    opacity: 0;
}
.video_sec .cont_box01 {
    transform: translateX(-50%);
}
.video_sec .cont_box02 {
    transform: translateX(50%);
}
.video_sec.action .cont_box01 {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s .8s;
}
.video_sec.action .cont_box02 {
    opacity: 1;
    transform: translateX(0);
    transition: all .5s 1.1s;
}
.video_sec .cont_box + .cont_box {
    margin-left: 40px;
}
.video_sec .cont_box + .cont_box .img {
    position: relative;
}
.video_sec .cont_box + .cont_box .img::after {
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Gmarket Sans';
    color: #fff;
    text-align: center;
    line-height: 150px;
    background: linear-gradient(135deg, #ff6766 30%, #fba666 75%);
    box-shadow: 0px 17px 21.36px 2.64px rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    content: 'VS';
    opacity: 0;
}
.video_sec.action .cont_box + .cont_box .img::after {
    opacity: 1;
    transition: all .5s 1.6s;
}
.video_sec .slider_box {
    border-radius: 28px;
    overflow: hidden;
}
.video_sec .slider_box .slider_item span {
    display: block;
    padding-top: 63.637%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video_sec .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,.5);
    border-radius: 0 0 28px 28px;
}
.video_sec .slick-dots li + li {
    margin-left: 10px;
}
.video_sec .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    text-indent: -9999em;
    background: #fff;
    opacity: 0.6;
    border-radius: 50%;
}
.video_sec .slick-dots li.slick-active button {
    opacity: 1;
}
.video_sec .cont_box .txt {
    margin-top: 26px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #454545;
    line-height: 1.4;
    word-break: keep-all;
}
.video_sec .cont_box .txt strong {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #fe7966;
    line-height: 1.4;
}
/* //video_sec */

/* now_sec */
.now_sec {
    position: relative;
    padding-top: 110px;
    background: url(../img/now_bg.jpg) center center no-repeat;
    background-size: cover;
}
.now_sec::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 0;
    background: #fff;
    content: '';
}
.now_sec.action::after {
    height: 50px;
    transition: all .5s;
}
.now_sec .sub_title {
    display: block;
    margin-bottom: 55px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    transform: translateY(50px);
    opacity: 0;
}
.now_sec.action .sub_title {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .2s;
}
.now_sec .title {
    font-size: 80px;
    font-weight: 700;
    font-family: 'Gmarket Sans';
    color: #fff;
    text-align: center;
    line-height: 1.3;
    transform: skewX(-8deg) translateY(50px);
    opacity: 0;
}
.now_sec.action .title {
    transform: skewX(-8deg) translateY(0);
    opacity: 1;
    transition: all .5s .4s;
}
.now_sec .slider_wrap {
    position: relative;
    max-width: 1228px;
    width: calc(100% - 30px);
    margin: 80px auto 0;
    padding-bottom: 116px;
    transform: translateY(50px);
    opacity: 0;
}
.now_sec.action .slider_wrap {
    transform: translateY(0);
    opacity: 1;
    transition: all .5s .6s;
}
.now_sec .slider_box {
    position: relative;
    width: 100%;
    padding: 0 114px;
    box-sizing: border-box;
    z-index: 1;
}
.now_sec .slider_item span {
    display: block;
    padding-top: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.now_sec .slider_box .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    height: 129px;
    text-indent: -9999em;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.now_sec .slider_box .slick-prev {
    left: 0;
    background-image: url(../img/slick_arrow_prev.png);
}
.now_sec .slider_box .slick-next {
    right: 0;
    background-image: url(../img/slick_arrow_next.png);
}
.now_sec .slider_box .slick-dots {
    position: absolute;
    top: calc(100% + 40px);
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.now_sec .slider_box .slick-dots li + li {
    margin-left: 20px;
}
.now_sec .slider_box .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    text-indent: -9999em;
    background: #000;
    opacity: 0.3;
    border-radius: 50%;
}
.now_sec .slider_box .slick-dots li.slick-active button {
    opacity: 1;
}
.now_sec .circle {
    position: absolute;
    background: #ff6766;
    border-radius: 50%;
    opacity: .2;
}
.now_sec .circle1 {
    bottom: 120px;
    right: -34px;
    width: 408px;
    height: 408px;
}
.now_sec .circle2 {
    bottom: 98px;
    right: -230px;
    width: 269px;
    height: 269px;
}
/* //now_sec */

/* fix_form */
.fix_form {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 25px 0 30px;
    background: #fff;
    z-index: 999;
    transition: all 0.5s ease;
}
.fix_form.open {
    bottom: 0;
}
.fix_form .inner {
    display: flex;
    align-items: center;
}
.fix_form .title {
    margin-right: 34px;
    font-size: 28px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #252525;
    line-height: 1.4;
    flex: 0 0 auto;
}
.fix_form .title strong {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: #ae2cf1;
}
.fix_form form {
    display: flex;
    /* align-items: center; */
}
.fix_form .form_input {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fix_form .input_box.name {
    width: 39.584%;
}
.fix_form .input_box.phone {
    margin-left: 2.082%;
    width: 58.334%;
}
.fix_form .input_box .label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #999999;
}
.fix_form .input_box input {
    display: block;
    width: 100%;
    height: 58px;
    padding: 0 10px;
    border: 2px solid #a933f2;
    font-size: 18px;
    font-weight: 400;
    color: #252525;
    letter-spacing: -0.05em;
    border-radius: 5px;
    box-sizing: border-box;
}
.fix_form .input_box input::placeholder {
    color: #aaaaaa;
}
.fix_form .agree_check {
    margin-top: 10px;
}
.fix_form .agree_check input {
    display: none;
}
.fix_form .agree_check input + label {
    display: block;
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/ico_check_off.png);
    cursor: pointer;
}
.fix_form .agree_check input:checked + label {
    background-image: url(../img/ico_check_on.png);
}
.fix_form .submit_btn {
    margin-top:25px ;
    display: block;
    width: 230px;
    height: 58px;
    margin-left: 20px;
    font-size: 26px;
    font-weight: 800;
    font-family: 'NanumSquare';
    color: #fff;
    background-image: -moz-linear-gradient( -45deg, rgb(119,118,255) 0%, rgb(174,44,241) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(119,118,255) 0%, rgb(174,44,241) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(119,118,255) 0%, rgb(174,44,241) 100%);
    box-shadow: 0px 17px 21.36px 2.64px rgba(173, 45, 241, 0.2);
    border-radius: 5px;
    flex: 0 0 auto;
}
/* //fix_form */


/* footer */
#footer {
    padding: 43px 0 60px;
    background: #252525;
}
#footer .inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#footer .foot_logo {
    position: absolute;
    top: 0;
    left: 0;
}
#footer .foot_logo a {
    display: block;
}
#footer .foot_info {
    /* padding: 0 250px; */
}
#footer address > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#footer address > div span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
}
#footer address > div span + span {
    position: relative;
    margin-left: 9px;
    padding-left: 9px;
}
#footer address > div span + span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #414141;
    content: '';
}
#footer .copy {
    margin-top: 32px;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    text-align: center;
}
#footer .sns_list {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
}
#footer .sns_list li + li {
    margin-left: 14px;
}
#footer .sns_list li a {
    display: block;
}

.top_btn {
    position: fixed;
    right: 60px;
    bottom: -10%;
    display: block;
    width: 70px;
    height: 70px;
    text-indent: -9999em;
    background: #fff url(../img/top_btn.png) center center no-repeat;
    border-radius: 20px;
    box-shadow: 0px 17px 16.02px 1.98px rgba(1, 1, 1, 0.21);
    z-index: 30;
    transition: all 0.5s ease;
}
.top_btn.open {
    bottom: 210px;
}

.kakao_fix {
    position: fixed;
    top: 100px;
    right: 60px;
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -9999em;
    background: #f9e000 url(../img/kakao_fix.png) center center no-repeat;
    border-radius: 24px;
    box-shadow: 0px 16px 40px 0px rgba(178, 53, 49, 0.33);
    z-index: 30;
}


@media all and (max-width: 1200px) {
    .title_box .secret_txt {
        padding: 0 28px;
        font-size: 22px;
    }
    .title_box .sub_title {
        margin-bottom: 28px;
        font-size: 22px;
    }
    .title_box .title {
        font-size: 50px;
    }
    .title_box .desc {
        margin-top: 30px;
        font-size: 18px;
    }
    .visual_sec .txt_box {
        padding-left: 64px;
    }
    .change_sec .change_review {
        padding: 20px;
    }
    .change_sec .change_review .thumb {
        margin-right: 16px;
    }
    .change_sec .change_review .bubble {
        padding: 15px 20px 20px;
        font-size: 16px;
    }
    .banner_sec .top_title,
    .banner_sec .bottom_title {
        font-size: 50px;
    }
    .change_sec .slider_wrap {
        padding: 0 80px;
    }
    .change_sec .before_after .slick-prev {
        right: calc(100% + 20px)
    }
    .change_sec .before_after .slick-next {
        left: calc(100% + 20px)
    }
    .change_sec .before_after .after .img::after,
    .video_sec .cont_box + .cont_box .img::after {
        width: 110px;
        height: 110px;
        font-size: 40px;
        line-height: 120px;
    }
    .plan_top .why_txt {
        margin-top: 38px;
        font-size: 26px;
    }
    .plan_top .point_txt {
        margin-top: 36px;
        font-size: 28px;
    }
    .plan_bottom .goal_box .term_box {
        width: 160px;
        height: 224px;
        font-size: 22px;
    }
    .plan_bottom .goal_box .txt {
        padding: 34px 24px 30px;
    }
    .video_sec .cont_box .txt {
        font-size: 16px;
    }
    .video_sec .cont_box .txt strong {
        font-size: 18px;
    }
    .now_sec .sub_title {
        margin-bottom: 40px;
        font-size: 22px;
    }
    .now_sec .title {
        font-size: 60px;
    }
    .fix_form .title {
        margin-right: 30px;
        font-size: 24px;
    }
    #footer .foot_info {
        padding: 0 250px 0 120px;
    }
}


@media all and (max-width: 1100px) {

    .title_box .sub_title {
        margin-bottom: 24px;
        font-size: 20px;
    }
    .title_box .title {
        font-size: 40px;
    }
    .title_box .desc {
        margin-top: 28px;
        font-size: 16px;
    }
    
    .change_sec .before_after .after .img::after,
    .video_sec .cont_box + .cont_box .img::after {
        width: 90px;
        height: 90px;
        font-size: 30px;
        line-height: 100px;
    }
    .change_sec .change_review .bubble {
        font-size: 14px;
    }

    .plan_top .why_txt {
        font-size: 20px;
    }
    .plan_top .point_txt {
        font-size: 20px;
    }
    .plan_bottom .goal_box .txt .data {
        font-size: 14px;
    }
    .coupon_sec .cou_item.cou_left {
        left: -150px;
    }
    .coupon_sec.action .cou_item.cou_left {
        left: -100px;
    }
    .coupon_sec.action .cou_item.cou_right {
        right: 0;
    }

}


@media all and (max-width: 1000px) {
    .title_box .secret_txt {
        font-size: 18px;
    }
    .title_box .title {
        font-size: 40px;
    }
    .visual_sec .txt_box {
        padding-left: 0;
    }
    .visual_sec .title strong {
        font-size: 68px;
    }
    .visual_sec .percent_box .count {
        font-size: 370px;
    }
    .banner_sec .top_title,
    .banner_sec .bottom_title {
        font-size: 40px;
    }
    

    .plan_top .why_txt {
        font-size: 15px;
    }
    .plan_top .point_txt {
        font-size: 15px;
    }
    .plan_top .chart_desc {
        font-size: 18px;
    }
    .plan_top .chart_desc strong {
        width: 140px;
        font-size: 26px;
    }

    .pro_sec .slider_tab {
        padding: 0 20px;
    }
    .pro_sec .slider_item {
        margin: 0 20px;
    }
    .pro_sec .slider_item .ment {
        font-size: 20px;
    }
    .pro_sec .slider_item .pro_name {
        font-size: 24px;
    }
    .pro_sec .slider_item .pro_career dt {
        font-size: 18px;
    }
    .pro_sec .slider_item .pro_career dd {
        font-size: 14px;
    }
    .pro_sec .slider_box .slick-arrow {
        width: 60px;
        height: 60px;
    }

    .tool_sec {
        padding-bottom: 836px;
        background-size: cover;
    }

    .fix_form .title {
        font-size: 20px;
    }
    .fix_form .submit_btn {
        width: 120px;
        height: 80px;
        font-size: 20px;
    }

    #footer address > div span {
        font-size: 14px;
    }
    .top_btn {
        right: 30px;
        width: 50px;
        height: 50px;
        border-radius: 14px;
    }
    .kakao_fix {
        right: 30px;
        width: 50px;
        height: 50px;
        border-radius: 14px;
        background-size: cover;
    }
}


@media all and (max-width: 850px) {
    /* common */
    .only_web { display: none !important; }
    .only_mo { display: block !important; }
    .title_box .secret_txt {
        justify-content: center;
        min-width: 150px;
        height: 26px;
        margin-top: 55px;
        margin-bottom: 20px;
        padding: 0 16px;
        font-size: 13px;
        border-radius: 13px;
        box-sizing: border-box;
    }
    .title_box .secret_txt::after {
        bottom: calc(100% + 30px);
    }
    .action .title_box .secret_txt::after {
        height: 25px;
    }
    .title_box .sub_title {
        margin-bottom: 20px;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.3;
    }
    .title_box .title {
        font-size: 30px;
    }
    .bg_txt {
        font-size: 90px;
    }
    /* //common */


    /* header */
    #header {
        top: 17px;
    }
    #header .logo img {
        width: 68.5px;
    }
    /* //header */

    /* visual_sec */
    .visual_sec {
        height: 186.944vw;
        padding-top: 13.333vw;
        background: url(../img/main_visual_bg_m.png) center bottom no-repeat;
        background-size: cover;
    }
    .visual_sec .brand_cont {
        padding-left: 0;
        padding-bottom: 4.722vw;
        display: flex;
        justify-content: center;
    }
    .visual_sec .brand_cont img {
        width: 36.250vw;
    }
    .visual_sec .txt_box {
        text-align: center;
    }
    .visual_sec .sub_title {
        padding-left: 0;
        font-size: 4.444vw;
    }
    .visual_sec .title {
        margin-top: 4.167vw;
        padding-left: 0;
    }
    .visual_sec .title img {
        width: 59.583vw;
        margin: 0 auto 2.778vw;
    }
    .visual_sec .title strong {
        margin-top: 2.778vw;
        font-size: 10.278vw;
    }
    .visual_sec.action .percent_box {
        display: none !important;
    }
    .visual_sec .model_name {
        font-size: 2.778vw;
        right: auto;
        left: 2.083vw;
        bottom: 36.250vw;
    }
    .visual_sec .bottom_txt {
        bottom: 5.556vw;
        font-size: 2.778vw;
        white-space: nowrap;
    }
    /* //visual_sec */


    /*  coupon_sec */
    .coupon_sec {
        background-image: url(../img/cou_m_bg.png) ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover ;
    }

    .coupon_sec .coupon_cont {
        margin:13.889vw  auto 16.667vw;
        transform: translate(1.389vw,100px);
        max-width: 88.889vw;
        width: 100%;
    }
    .coupon_sec.action .coupon_cont {
        transform: translate(1.389vw,0);
    }
    .coupon_sec .coupon_cont .cou_option {
        right: 0;
        top:-4.083vw;
        width: 23.611vw;
        height: 23.611vw;
    }
    .coupon_sec .coupon_cont .cou_option::before {
        width: 61%;
        height: 60%;
        display: block;
        left: 7.500vw;
        bottom: -1.9439999vw;
        transform: translate(-50% , -50%);
        position: absolute;
        box-shadow: -2px 27px 43.24px 2.76px rgb(170 74 222 / 61%);
        border-radius: 50%;
        content: '';
        z-index: -1;
    }

    .coupon_sec .coupon_cont .cou_option strong {
        font-size: 5vw;
        padding-bottom:1.667vw;
    }
    .coupon_sec .coupon_cont .cou_option span {
        font-size: 3.333vw;
    }
    .coupon_sec .coupon_cont .txt_cont {
        max-width:80.556vw ;
        width: 100%;
        padding: 8.056vw 0 5.556vw;
    }
    .coupon_sec .coupon_cont .txt_cont span {
        font-size: 3.611vw;
        padding-bottom: 3.611vw;
    }
    .coupon_sec .coupon_cont .txt_cont strong {
        font-size: 7.222vw;
        padding-bottom: 4.167vw;
    }
    .coupon_sec .coupon_cont .txt_cont p {
        font-size: 3.611vw;
    }
    .coupon_sec .coupon_cont .con_bot {
        padding: 2.778vw 0;
        max-width:80.556vw ;
        width: 100%;
    }
    .coupon_sec .coupon_cont .con_bot img {
        max-width:13.889vw ;
    }
    .coupon_sec .coupon_cont .ps {
        font-size: 4.167vw;
        padding-top: 5.556vw;
    }
    .coupon_sec .coupon_cont .txt_cont::after {
        left: -6.111vw;
        width: 12.222vw;
        height: 12.222vw;
    }
    .coupon_sec .coupon_cont .txt_cont::before {
        right: -6.111vw;
        width: 12.222vw;
        height: 12.222vw;
    }
    /*  // coupon_sec */


    /* phone_sec */
    .phone_sec {
        padding-top: 60px;
    }
    .phone_sec .phone_area {
        max-width: 350px;
        width: 100%;
        margin-top: 63px;
    }
    .phone_sec .phone_img {
        width: 178px;
        margin: 0 auto;
    }
    .phone_sec .chat_wrap {
        padding: 30px 10px 0;
    }
    .phone_sec .chat_row + .chat_row {
        margin-top: 10px;
    }
    .phone_sec .chat_row .thumb {
        width: 30px;
        height: 30px;
    }
    .phone_sec .chat_row .bubble_box {
        font-size: 14px;
        border-radius: 10px;
    }
    .phone_sec .chat_row.customer .bubble_box {
        width: 205px;
        margin-left: 7px;
        padding: 15px 9px 15px 12px;
    }
    .phone_sec .chat_row.onoff .bubble_box {
        max-width: 243px;
        min-width: 222px;
        width: auto;
        margin-right: 10px;
        padding: 13px 12px;
    }
    .phone_sec .bg_txt {
        bottom: 159px;
    }
    /* //phone_sec */

    /* change_sec */
    .change_sec {
        padding: 60px 0 70px;
    }
    .change_sec .title_box {
        margin-bottom:11.111vw ;
    }
    .change_sec .change_txt {
        margin: 30px 0 40px;
        font-size: 18px;
    }
    .change_sec .slider_wrap {
        width: 100%;
        padding: 0;
    }
    .change_sec .before_after .img {
        padding-top: 100%;
    }
    .change_sec .before_after .txt {
        line-height: 34px;
        font-size: 13px;
    }
    .change_sec .before_after .after .img::after {
        width: 70px;
        height: 70px;
        font-size: 25px;
        line-height: 80px;
    }
    .change_sec .change_review {
        position: static;
        width: 100%;
        max-width: 440px;
        margin: 0 auto;
        padding: 30px 15px 0;
    }
    .change_sec .change_review .thumb {
        width: 30px;
        margin-right: 15px;
    }
    .change_sec .change_review .bubble {
        max-width: none;
        margin-top: 0;
        padding: 15px;
    }
    .change_sec .change_review .bubble::after {
        top: 5px;
        border-top: 2.5px solid #fff;
        border-right: 2.5px solid #fff;
        border-bottom: 2.5px solid transparent;
        border-left: 2.5px solid transparent;
    }
    .change_sec .before_after .slick-arrow {
        display: none !important;
    }
    /* //change_sec */

    /* online_pt */
    .online_pt {
        padding: 19.444vw 0 0;
    }
    .online_pt > strong {
        font-size: 8.333vw;
        line-height: 1.3;
       
    }
    .online_pt ul {
        margin: 8.333vw auto 0;
        padding: 11.111vw 2.778vw;
    }
    .online_pt ul .ico_wrap img {
        max-width: 7.778vw;
    }
    .online_pt ul li .online_txt {
        padding-left: 4.167vw;
        width: calc(100% -  7.778vw);
    }
    .online_pt ul li .online_txt strong {
        font-size: 4.722vw;
        padding-top:0.694vw ;
        display: block;
        box-sizing: border-box;
    }
    .online_pt ul li .online_txt p {
        font-size: 3.611vw;
        line-height: 1.5;
        padding-top: 5px;
    }
    .online_pt ul li+ li {
        margin-top:5.556vw;
    }
    /* //online_pt */


    /* banner_sec */
    .banner_sec {
        padding-top: 80px;
    }
    .banner_sec .cont {
        width: 100%;
    }
    .banner_sec .top_title {
        position: static;
        transform: translateX(-100%) skewX(40deg);
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
        font-size: 35px;
    }
    .banner_sec.action .top_title {
        transform: translateX(0) skewX(0);
    }
    .banner_sec .bottom_title {
        position: static;
        text-align: center;
        font-size: 35px;
    }
    .banner_sec .bg_txt {
        bottom: 55.833vw;
    }
    /* //banner_sec */


    /* plan_sec */
    .plan_top {
        padding-bottom: 60px;
    }
    .plan_top .inner {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .plan_top .title_box {
        text-align: center;
    }
    .plan_top .why_txt {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.5;
    }
    .plan_top .point_txt {
        margin-top: 26px;
        font-size: 17px;
    }
    .plan_top .plan_chart {
        width: 315px;
        margin-top: 109px;
        padding-left: 33px;
    }
    .plan_top .line_area .line + .line {
        margin-top: 30px;
    }
    .plan_top .line_area .line_txt {
        width: 33px;
        font-size: 13px;
    }
    .plan_top .bar_box .bar {
        width: 44px;
        border-radius: 10px 10px 0 0;
    }
    .plan_top .bar_box .bar_flow {
        bottom: calc(100% + 10px);
        width: 83px;
    }
    .plan_top .bar_box .bar_bubble {
        height: 45px;
        font-size: 12px;
        border-radius: 22.5px;
    }
    .plan_top .bar_box .bar_bubble::after {
        border-top-width: 7px;
        border-left-width: 5px;
        border-right-width: 5px;
        border-bottom-width: 7px;
    }
    .plan_top .bar_box .bar_percent {
        margin-top: 18px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .plan_top .bar_box .bar_circle {
        width: 10px;
        height: 10px;
        border-width: 2px;
    }

    .plan_top .plan_chart.action .bar_box.gray .bar {
        height: 15px;
    }
    .plan_top .plan_chart.action .bar_box.point .bar {
        height: 129px;
    }

    .plan_top .chart_desc {
        top: -44px;
        left: 78px;
        transform: none;
        font-size: 13px;
    }
    .plan_top .chart_desc strong {
        width: 80px;
        height: 25px;
        padding: 0 6px;
        line-height: 25px;
        font-size: 15px;
    }
    .plan_top .circle_line {
        height: 2px;
        bottom: 32px;
        left: 55px;
        transform: rotate(-34deg);
    }
    .plan_top .plan_chart.action .circle_line {
        width: 196px;
    }
    .plan_top .chart_subject {
        margin-top: 30px;
        font-size: 14px;
    }
    .plan_top .chart_source {
        margin-top: 10px;
        font-size: 10px;
    }
    .plan_bottom {
        padding:  0 0 16.667vw;
    }
    .plan_bottom .inner {
        width: 100%;
    }
    .plan_bottom .goal_tab {
        align-items: stretch;
        padding: 0 15px;
        margin-top: 30px;
    }
    .plan_bottom .goal_tab .btn {
        min-height: 53px;
        height: auto;
        padding: 3.611vw 0 2.778vw;
        font-size: 2.500vw;
        word-break: keep-all;
        border-radius:0.347vw;
        box-sizing: border-box;
    }
    .plan_bottom .goal_tab .btn strong {
        font-size: 3.889vw;
    }
    .plan_bottom .goal_box .img span {
        padding-top: 116.667%;
    }
    .plan_bottom .goal_tab .slick-dots {
        margin-top: 0.556vw;
    }
    .plan_bottom .goal_tab .slick-dots button {
        width: 1.389vw;
        height: 1.389vw;
    }
    .plan_bottom .goal_tab .slick-dots li + li {
        margin-left:1.111vw;
    }
    .plan_bottom .goal_cont  {width: calc(100% - 30px); margin: 5.556vw auto 0;}
    .plan_bottom .tab_slider .goal_box {
        display: flex;
        flex-direction: column;
    }
    .plan_bottom .goal_box > div {
        width: 100%;
    }
    .plan_bottom .tab_slider .goal_box img {width: 100%;}
    .plan_bottom .tab_item .tab_ps {
        padding-top: 4.167vw;
    }
    .plan_bottom .tab_item .tab_ps span + span {
        margin-top: 1.944vw;
    }
    .plan_bottom .tab_item .tab_ps span {
        font-size: 3.611vw;
        line-height: 1.6;
        word-break: keep-all;
    }

    /* //plan_sec */

    /* pay_sec */
    .pay_sec .title_box {
        margin-bottom: 16.667vw;
    }
    .pay_sub_title {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .pay_sec .line_box span + span {
        margin-top: 11.111vw;
    }
    .pay_sec .graph_box .bar_box.gray {
        left: 9.444vw;
    }
    .pay_sec .graph_box .bar_box.gray .bar {
        width: 18.056vw;
        border-radius: 2.778vw 2.778vw  0 0;
    }
    .pay_sec.action .graph_box .bar_box.gray .bar {
        height: 50vw;
    }
    .pay_sec .bar_box.gray .bar_bubble {
        transform: translate(-9.167vw , -2.167vw);
    }

    .pay_sec .bar_box .bar_flow {
        width: 18.889vw;
    }
    .pay_sec .bar_box .bar_bubble span {
        width: 100%;
        height: inherit;
        padding: 2.500vw 0;
        font-size: 3.056vw ;
        font-weight: 500;
        color: #ffffff;
        line-height: 1.36;
        text-align: center;
        border-radius:6.944vw;
    }
    .pay_sec .bar_box .bar_bubble span.only_mo {
        display: flex !important;
    }


    .pay_sec .graph_box .bar_box.point {
        right: 18.056vW;
    }
    .pay_sec.action .graph_box .bar_box.point .bar {
        height: 5vw;
    }
    .pay_sec .graph_box .bar_box.point .bar {
        width: 18.056vw;
        border-radius: 2.778vw 2.778vw  0 0;
    }
    .pay_sec .bar_box.point .bar_bubble {
        transform: translate(5.972vw, -2.778vw );
    }

    .pay_sec.action .center_area .graph_txt {
        top: -16.667vw;
        opacity: 1;
        width: 51.389vw;
        left: 0;
    }
    .center_area .graph_txt strong {
        font-size: 6.667vw;
        line-height: 1.42;
        margin-bottom: 1.111vw        ;
    }
    .center_area .graph_txt span {
        font-size: 3.611vw;
    }
    .center_area .graph_img {
        transform: translate(-6.250vw ,50px);
    }
    .pay_sec.action .center_area .graph_img {
        transform:  translate(-6.250vw ,0);
    }
    .pay_sec.action .center_area .graph_img img {
        max-width: 30.694vw;
    }
    .pay_sec .bar_box.point::after {
        bottom:11.806vw        ;
        width: 38.611vw;
        height: 23.889vw;
        background: url(../..../img/pay_asome_m.png) no-repeat center / cover;
    }
    .pay_sec .gr_line_wrap > p {
        text-align: center;
        font-size: 3.611vw;
        padding: 5.556vw  0 16.667vw;
    }
    /* //pay_sec */


    /* pro_sec */
    .pro_sec .inner {
        width: 100%;
        padding-bottom: 0;
    }
    .pro_sub_title {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .pro_sec .slider_tab {
        justify-content: center;
        padding: 0;
        margin-top: 30px;
    }
    .pro_sec .slider_tab button {
        width: 87px;
        height: 36px;
        font-size: 13px;
    }
    .pro_sec .slider_tab button + button {
        margin-left: 7px;
    }
    .pro_sec .slider_cont {
        margin-top: 0;
    }
    .pro_sec .slider_cont .slick-list {
        padding: 17px 15px 60px;
    }
    .pro_sec .slider_item {
        display: block;
        margin: 0;
    }
    .pro_sec .slider_item .img {
        width: 86.364%;
        height: auto;
        border-radius: 14px;
        margin: 0 10px;
    }
    .pro_sec .slider_item .img::before {
        display: block;
        padding-top: 117.018%;
        content: '';
    }
    .pro_sec .slider_item .img::after {
        display: block;
        position: absolute;
        top: 50%;
        right: -8.772%;
        transform: translateY(-50%);
        width: 85.965%;
        height: 82.459%;
        background: #fff;
        border-radius: 14px;
        content: '';
    }
    .pro_sec .slider_item .img .person_img {
        right: 0;
    }
    .pro_sec .slider_item .img .pro_txt {
        top: 15.143%;
        left: 7.0176%;
        width: 34.386%;
    }
    .pro_sec .slider_item .txt {
        max-width: none;
        min-height: auto;
        margin-top: 20px;
        padding: 35px 30px 33px;
    }
    .pro_sec .slider_item .txt::after {
        width: 100%;
        border-radius: 14px;
    }
    .pro_sec .slider_item .ment {
        font-size: 18px;
    }
    .pro_sec .slider_item .pro_name {
        margin-top: 24px;
        font-size: 19px;
    }
    .pro_sec .slider_item .pro_name span {
        font-size: 15px;
    }
    .pro_sec .slider_item .pro_career {
        margin-top: 15px;
    }
    .pro_sec .slider_item .pro_career dt {
        font-size: 15px;
    }
    .pro_sec .slider_box .slick-dots {
        display: none !important;
    }
    .pro_sec .slider_box .slick-arrow {
        top: 40.972vw;
        transform: none;
        width: 11.111vw;
        height: 11.111vw;
        background-size: 3.611vw;
    }
    .pro_sec .slider_box .slick-prev {
        left: 10px;
        background-image: url(../img/pro_slider_prev_mo.png);
    }
    .pro_sec .slider_box .slick-next {
        right: 10px;
        background-image: url(../img/pro_slider_next_mo.png);
    }
    .pro_sec .circle1 {
        width: 36.250vw;
        height: 36.250vw;
        top: -1.111vw;
        left: -13.889vw;
    }
    .pro_sec .circle2 {
        right: 11.389vw;
        width: 70.417vw;
        height: 70.417vw;
        top: 63.194vw;
        bottom: auto;
    }
    .pro_sec .circle3 {
        width: 36.111vw;
        height: 36.111vw;
        left: auto;
        right: -9.722vw;
        bottom: auto;
        top: 70.139vw;
    }
    /* //pro_sec */

    /* tool_sec */
    .tool_sec {
        padding-bottom: 179.306vw;
        background: #2e2e30 url(../img/tool_bg_mo.jpg) center bottom no-repeat;
        background-size: 100%;
    }
    /* //tool_sec */

    /* video_sec */
    .video_sec {
        padding-bottom: 60px;
    }
    .video_sub_title {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .video_sec .cont_wrap {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }
    .video_sec .cont_box {
        width: 100%;
    }
    .video_sec .cont_box + .cont_box {
        margin-left: 0;
        margin-top: 105px;
    }
    .video_sec .cont_box .img img {
        width: 100%;
    }
    .video_sec .cont_box + .cont_box .img::after {
        left: 50%;
        bottom: calc(100% + 20px);
        top: auto;
        transform: translateX(-50%);
        width: 70px;
        height: 70px;
        font-size: 25px;
        line-height: 80px;
    }
    .video_sec .cont_box .txt {
        margin-top: 15px;
        font-size: 14px;
    }
    .video_sec .cont_box .txt strong {
        font-size: 17px;
    }
    .video_sec .slider_box {
        border-radius: 14px;
    }
    .video_sec .slick-dots {
        height: 40px;
        border-radius: 0 0 14px 14px;
    }
    .video_sec .slick-dots li + li {
        margin-left: 7px;
    }
    /* //video_sec */

    /* now_sec */
    .now_sec {
        padding-top: 50px;
    }
    .now_sec.action::after {
        height: 25px;
    }
    .now_sec .sub_title {
        margin-bottom: 30px;
        font-size: 17px;
    }
    .now_sec .title {
        font-size: 36px;
    }
    .now_sec .slider_wrap {
        width: 100%;
        margin-top: 50px;
        padding-bottom: 70px;
    }
    .now_sec .slider_box {
        padding: 0;
    }
    .now_sec .slider_box .slick-arrow {
        width: 33px;
        height: 65px;
        background-size: cover;
    }
    .now_sec .slider_box .slick-prev {
        left: 10px;
        background-image: url(../img/slick_arrow_prev_mo.png);
    }
    .now_sec .slider_box .slick-next {
        right: 10px;
        background-image: url(../img/slick_arrow_next_mo.png);
    }
    .now_sec .slider_box .slick-dots {
        top: calc(100% + 20px);
    }
    .now_sec .slider_box .slick-dots li + li {
        margin-left: 6px;
    }
    .now_sec .circle1 {
        bottom: auto;
        top: -142px;
        right: 68px;
        width: 204px;
        height: 204px;
    }
    .now_sec .circle2 {
        bottom: auto;
        top: -62px;
        right: -30px;
        width: 135px;
        height: 135px;
    }
    /* //now_sec */

    /* fix_form */
    .fix_form {
        padding: 30px 0 35px;
    }
    .fix_form .inner {
        display: block;
    }
    .fix_form .title {
        margin-right: 0;
        margin-bottom: 14px;
        font-size: 18px;
        text-align: center;
    }
    .fix_form form {
        display: block;
    }
    .fix_form .input_box.name {
        width: 40.91%;
    }
    .fix_form .input_box.phone {
        width: 57.576%;
        margin-left: 1.516%;
    }
    .fix_form .input_box .label {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .fix_form .input_box input {
        height: 36px;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 2.5px;
    }
    .fix_form .agree_check input + label {
        padding-left: 19px;
        font-size: 10px;
        line-height: 14px;
        background-image: url(../img/ico_check_off_mo.png);
        background-size: 14px;
    }
    .fix_form .agree_check input:checked + label {
        background-image: url(../img/ico_check_on_mo.png);
    }
    .fix_form .submit_btn {
        width: 100%;
        height: 45px;
        margin: 0;
        margin-top: 10px;
        font-size: 17px;
        border-radius: 2.5px;
    }
    /* //fix_form */


    /* footer */
    #footer {
        padding: 30px 0 307px;
    }
    #footer .inner {
        display: block;
    }
    #footer .foot_logo {
        position: static;
        margin-bottom: 20px;
    }
    #footer .foot_logo img {
        width: 68.5px;
    }
    #footer .foot_info {
        padding: 0;
    }
    #footer address > div {
        justify-content: flex-start;
    }
    #footer address > div span {
        font-size: 10px;
    }
    #footer address > div span + span {
        margin-left: 6px;
        padding-left: 6px;
    }
    #footer address > div span + span::before {
        height: 7px;
    }
    #footer address > div span.block {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #footer .copy {
        margin-top: 25px;
        font-size: 10px;
        text-align: left;
    }
    #footer .sns_list {
        position: static;
        margin-top: 22px;
        justify-content: center;
    }
    #footer .sns_list li + li {
        margin-left: 11px;
    }
    #footer .sns_list li a {
        width: 39px;
    }
    /* //footer */

    .top_btn {
        right: 15px;
        bottom: -100%;
        width: 42px;
        height: 42px;
        background: #fff url(../img/top_btn_mo.png) center center no-repeat;
        background-size: 12px;
        border-radius: 10px;
    }
        
    .top_btn.open {
        bottom: 290px;
    }

    .kakao_fix {
        top: 30px;
        right: 15px;
        width: 40px;
        height: 40px;
        background: #f9e000 url(../img/kakao_fix_mo.png) center center no-repeat;
        background-size: cover;
        border-radius: 12px;
    }
    

}