@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');


html * {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.5;
    color: #272727;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
}

/* Reset */
* {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    border: none;
    text-decoration: 0;
    list-style: none;
    word-break: keep-all;
}

html,body {
    width: 100%;
}
body {
    width: 100%;
    min-width: 320px;
    background: #f9f9f9;
    background: #FFFFFF;
}

body::-webkit-scrollbar {
	width:5px
}
body::-webkit-scrollbar-thumb {
	background-color:#e1e1e1;
	border-top-right-radius:8px;
	border-bottom-right-radius:8px
}
body::-webkit-scrollbar-track {
	background-color:transparent;
	border-top-right-radius:8px;
	border-bottom-right-radius: 8px
}

/*header + footer*/
header {
    position: sticky;
    top: 0;
    left: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #FFFFFF;
    z-index: 9999
}
header .container {
    display: flex;
    padding: 0;
    flex-grow: 1;
    justify-content: space-between;
}
header a {
    display: inline-block;
    color: #6d60aa
}
header .menu a {
    padding: 0 20px
}
header a.btn {
    font-size: 16px;
    line-height: 40px;
    font-weight: 700
}

footer {
    padding: 40px 0 24px;
    text-align: left;
    box-sizing: border-box;
    background: #f8f7fb;
    overflow: hidden;
}
footer p,
footer a {
    font-size: 12px;
    color: #7B7B7B;
}
footer .container>div {
    display: flex;
    width: 100%;
    text-align: center;
}
footer .container>div:last-child {
    display: block;
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #CFCFCF;
}
footer .container>div div {
    text-align: left;
    margin-bottom: 16px;
}
footer div div * {
    display: block;
    margin-bottom: 8px;
}

footer div,
header>div {
    display: flex;
    flex-grow: 1;
    justify-content: space-between
}
footer div div,
header a {
    display: inline-block
}
header .menu a {
    padding: 0 20px
}

@media (max-width: 560px){    
    header {
        padding: 10px 20px;
    }  
    footer h2 {
        display: block !important;
    }
    footer div div * {
        display: inline-block;
        margin-bottom: 4px;
    }
}

table,
th,
td,
input,
select,
textarea,
button {
    border: none;
}

/* Font */

p {
    margin-top: 4px;
    line-height: 1.8;
    color: #343434;
}
span {
    margin-top: 4px;
    font-weight: normal;
    color: #7B7B7B;
}
a,h1,h2,h3,h4,p {
    color: #2d2d2d;
    text-decoration: none;
    list-style: none;
    transform: rotate(.05deg);
}
a,a:link,a:hover,a:active {
    text-decoration: none;
    cursor: pointer;
}
/*head font*/
h1,h2,h3,h4 {
    font-weight: 700
}

h1 {
    font-size: 1.6em;
    margin-bottom: 42px;
}
h2 {
    font-size: 1em;
}
h3 {
    font-size: 1em;
    color: #6E5CBF
}

h1 + p {
    margin: -32px auto 42px;
}
h1 span {
    display: block
}
h2 + p.purple {
    font-size: 24px;
    color: #6D60A9;
}

@media (max-width: 960px){
    h1 p {text-align: justify !important;}
}

.page-title h1 {
    display: block;
    margin: 0 0 40px 0;
    padding: 0;
    font-weight: 700;
    transform: rotate(0.03deg);
}
.btn {
    display: block;
    max-width: 200px;
    margin: 32px auto;
    padding: 14px 42px;
    border-radius: 14px;
    border: 2px solid #6d60aa;
    font-weight: 700;
    text-align: center;
    color: #6E5CBF;
}
.btns {text-align: center}
.btns .btn {display: inline-block;}
.purple {
    color: #8A73E1 !important
}

.white,
.white * {color: #FFFFFF !important}
.grey {color: #ABABAB !important}

.op60 {opacity: 0.9}
.hr {
    margin: 48px 0;
    border-top : 1px solid #CFCFCF;
}

.tr {text-align: right}
.tc {text-align: center}
.tl {text-align: left}

.ac {
    display: block;
    margin: 32px auto;
}

.bg-purple {background: #5D4BAC url(/images/bg_pattern.png) no-repeat center 20vh;}
.bg-purple p {font-weight: 300}
.bg-grey {background-color: #f8f7fb}
.bg-yellow {background: linear-gradient(137deg, rgba(255, 225, 116, 1) 0%, rgba(254, 208, 88, 1) 100%);
}
.bg-white {
    padding-top: 100px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 5%);
}
.bg-img {background: url(/images/bg.jpg) no-repeat center 70%/cover;}
.bg-img2 {background: url(/images/bg2.jpg) no-repeat center 70%/cover;}

.content {
    display: block;
    width: 100%;
    margin: 0;
    padding: 64px 0;
    box-sizing: border-box;
}
.container {
    position: relative;
    display: block;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
@media (max-width: 960px){
    .container {
        width: 100%;
        padding-right: 32px;
        padding-left: 32px;
        box-sizing: border-box;
    }
    .grid-flex {
        flex-direction: column;
        justify-content: center;
    }
}
.container .grid-flex {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    align-items: flex-start;
}
.container .grid-flex div {
    position: relative;
    width: 100%;
}
.container .grid-flex div img {
    display: block;
    margin: 0 auto;
}
.container .grid-flex.info div img {
    border-radius: 24px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}
.container .grid-flex div img+p {
    display: block;
    margin-top: 16px;
    padding: 0 16px 16px;
    transform: rotate(0.03deg);
    text-align: center;
}

.info-video-chat:after,
.info-streaming:after {
    content:"text";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -50px;
    padding: 4px 0;
    width: 100px;
    border: 2px solid #6e5cbf;
    color: #6e5cbf;
    font-weight: 700;
    border-radius: 12px;
    background: #F7F2F9;
}
.info-video-chat:after{content:"영상초대";}
.info-streaming:after {content:"스트리밍";}

.googlePlay {
    display: inline-block;
    width: 169px;
    height: 50px;
    margin: 0 5px;
    font-size: 0;
    text-indent: -9999;
    transition: all ease 0.2s 0s;
    background: url(/images/appdownloadbadge-googlePlay.png) no-repeat center/100%;
    border-radius: 6px
}
.appStore {
    display: inline-block;
    width: 169px;
    height: 50px;
    margin: 0 5px;
    font-size: 0;
    text-indent: -9999;
    transition: all ease 0.2s 0s;
    background: url(/images/appdownloadbadge-appleStore.png) no-repeat center/100%;
    border-radius: 6px
}
.appStore:hover, 
.googlePlay:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

header .googlePlay,
header .appStore{
    width: 135px;
    height: 40px;
    background-size: 135px;
    float: left;
}

@media (max-width: 560px){    
    header .googlePlay,
    header .appStore{
        display: none;
    }
}

.hover-effect {
    height: 280px;
    overflow: hidden;
}
.hover-effect div {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    border-radius: 12px;
    transition: all ease 0.1s 0s;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    width: 150px;
}
@media (min-width: 960px) {
    .hover-effect div:hover {
        transform: scale(1.3) translateY(0px);
        transition: all ease 0.5s 0s;
        box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.7);
        z-index: 9999;
    }
}
.hover-effect div:nth-child(1){left: calc(0px + 0px);}
.hover-effect div:nth-child(2){left: calc(8px + 150px);}
.hover-effect div:nth-child(3){left: calc(16px + 300px);}
.hover-effect div:nth-child(4){left: calc(24px + 450px);}
.hover-effect div:nth-child(5){left: calc(32px + 600px);}
.hover-effect div:nth-child(6){left: calc(40px + 750px);}
@media (max-width: 960px) {
    .hover-effect {
        height: 50%;
    }
    .hover-effect div {
        position: absolute;
        width: 60%;
        left: 50% !important;
        transform: translateX(-50%);
        z-index: 0;
    }
    .samImg {display: none}
    .samImg.active {
        display: block;
        z-index: 999;
    }
    .samImg.active + .samImg {
        display: block;
        z-index: 1;
        transform: translateX(-50%) translateY(7%) scale(0.95);
        opacity: 0.8;
    }
    .samImg.active + .samImg + .samImg {
        display: block;
        z-index: 0;
        transform: translateX(-50%) translateY(12%) scale(0.9);
        opacity: 0.5;
    }
}

.landing {
    margin-bottom: -50px;
    padding: 10vh 0 15vh;
}
.landing img+h1 {margin-top: 32px;}

.landing img {margin: 0 0 !important}
.landing #pcApplication {
    position: absolute;
    top: -80px;
    right: 0px;
    z-index: 995;
    border-radius: 5px;
    overflow: hidden;
}
.landing #pcApplication + #mobileApplication {
    position: absolute;
    top: 116px;
    right: 260px;
    z-index: 995;
    border-radius: 15px;
    overflow: hidden;
}
.landing .float-img img {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 31px;
}
@media (max-width: 960px){
    .landing .grid-flex > div {
        width: 100% !important;
    }
    .landing .grid-flex .float-img img {
        display: none;
        margin: 0 auto 30px !important;
    }
}
/*-----------------------------------------------------------*/
main {
    min-height: calc(100vh - 234px - 60px);
    padding: 64px 0;
    text-align: center;
}
/*-----------------------------------------------------------*/
.help div div {
    margin-bottom: 16px;
}
.help img {
    height: 42px;
    margin: 12px 0 8px;
    padding: 6px;
    border-radius: 14px;
    background: #2d2d2d
}
/*-----------------------------------------------------------*/
.accordian {
    margin-top: 16px;
    box-sizing: border-box;
}
.accordian .faq {
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}
.accordian .faq.close {
    height: 62px
}
.accordian .faq,
.accordian .faq h2,
.accordian .faq h3 {
    margin-bottom: 16px
}
.accordian p {
    line-height: 1.8;
    color: #545454;
}
.accordian b {
    display: block;
}
.accordian p + p {
    margin-top: 8px;
}
.accordian .faq h2 span {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/help/btn_combo_close@3x.png) center/contain no-repeat
}
.accordian .faq.close h2 span {
    background: url(../images/help/btn_combo_open@3x.png) center/contain no-repeat
}

.catborder {
    border: 64px solid #6D60A9;
    border-image: url(/images/border/border.png);
    border-image-slice: 33.3% fill;
    border-image-outset: 0px;
    background: none;
    box-sizing: border-box;
}
/*-----------------------------------------------------------*/
/*index notice alarm style*/
.notice-line {
    display: block;
    width: 100%;
    padding: 8px;
    text-align: center;
    background: #f8f7fb;
    font-weight: bold;
    color: #545454;
}
.notice-line .btn {
    display: inline-block;
    margin: 0 0 0 12px;
    padding: 6px 12px;
    font-weight: bold;
    color: #5D4BAC;
    border-color: #5D4BAC;
}

.notice-line + main {padding: 0}

/*-----------------------------------------------------------*/
/*policy list style*/
.notice {
    background:#fff
}
.notice .containerBox {
	width:100%;
	max-width:960px;
	height:calc(100vh - 234px);
	margin:0 auto;
	padding:40px 20px;
}
@media (max-width: 560px){
    .notice .containerBox {
        width:100%;
        max-width:960px;
        height:auto;
        min-height:500px;
        margin:0 auto;
        padding:40px 20px;
    }
}

table {
    border-collapse: collapse;
	border-spacing:0;
}
table a:hover,
table a:active {
    text-decoration: underline;
	color: #6D60A9
}
.notice table {
    width: 100%;
    border-top: 2px solid #333333;
}
.notice table tr {
	border-bottom:1px solid #cdcdcd;
}
.notice table th {
    font-weight: bold;
    background: #f7f8f9;
}
.notice table th,
.notice table td {
    height: 40px;
    padding: 4px 16px;
    text-align: center;
}
.notice table img {
    vertical-align: middle;
}
.notice table td:first-child {
    font-weight: bold;
    text-align: left;
}
.notice table td:last-child {
    color: #7b7b7b;
}

@media (max-width: 560px){
    .notice table thead {display: none;}
    .notice table tr {
        display: block;
        width: 100%;
        padding: 8px 0;
    }
    .notice table td {
        display: block;
        width: 100%;
        height: auto;
        padding: 4px 16px;
        text-align: left;
    }
}

.logo {
	display:block;
	padding:16px 0
}
hr {
	border-top:1px solid #cdcdcd;
	margin:24px 0
}

ol.dot>li {
    list-style: circle;
}
ol.dot>li strong {
    margin-bottom: 4px;
}

.notice li, 
.notice ol, 
.notice ul {
	line-height:1.8;
	margin-bottom:4px
}
.notice ol ul {
	margin-left:0
}
.notice li a {
	font-weight:bold;
	color: #6D60A9
}
.notice li {
	list-style:none;
}
.notice b,
.notice h1,
.notice strong {
	display:block;
	margin:16px 0 8px;
	line-height:1.2;
	font-weight:700
}
.notice h1 {
	font-size:24px;
	color:#333;
	margin:16px 0 24px
}
.notice ol,
.notice ul {
	margin-left:24px
}

ol.circle {
	margin-top:12px
}
ol.circle>li {
	position:relative;    
	list-style:none;
}
ol.circle>li:after {
	position:absolute;
	top:0;
	left:-20px;
	width:14px;
	height:14px
}
ol.circle>li:first-child:after {content:"①"}
ol.circle>li:nth-child(2):after {content:"②"}
ol.circle>li:nth-child(3):after {content:"③"}
ol.circle>li:nth-child(4):after {content:"④"}
ol.circle>li:nth-child(5):after {content:"⑤"}
ol.circle>li:nth-child(6):after {content:"⑥"}
ol.circle>li:nth-child(7):after {content:"⑦"}
ol.circle>li:nth-child(8):after {content:"⑧"}
ol.circle>li:nth-child(9):after {content:"⑨"}
ol.circle>li:nth-child(10):after {content:"⑩"}
ol.circle>li:nth-child(11):after {content:"⑪"}
ol.circle>li:nth-child(12):after {content:"⑫"}
ol.circle>li:nth-child(13):after {content:"⑬"}
ol.circle>li:nth-child(14):after {content:"⑭"}
ol.circle>li:nth-child(15):after {content:"⑮"}
ol.circle>li:nth-child(16):after {content:"⑯"}
ol.circle>li:nth-child(17):after {content:"⑰"}
ol.circle>li:nth-child(18):after {content:"⑱"}
ol.circle>li:nth-child(19):after {content:"⑲"}
ol.circle>li:nth-child(20):after {content:"⑳"}
ol.circle>li ul li {
	content:"";
	margin-left:0
}
ol.circle>li>ol {
    margin-left: 16px;
}
ol.circle>li>ol>li {
	list-style:decimal
}
ol.circle>li>ol li:after {
	content:""
}

/*-----------------------------------------------------------*/
.grey-box {
    width: 100%;
    margin: 24px auto 0;
    padding: 30px 40px;
    background: #fbfbfb;
    border: 1px solid #e3e1e2;
    border-radius: 14px;
}
.grey-box li {
    margin-bottom: 8px;
    padding-left: 12px;
    line-height: 22px;
    color: #6D6D6D;
    background: url(/images/dot.png) no-repeat left 10px/4px;
}
