@charset "utf-8";

.marginAuto {
    max-width: 960px;
    margin: 0 auto;
}

.wid300 {
    width: 300px;
}

.wid390 {
    width: 390px;
}

/* TOP */
.headerBg {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.headerBg .header_logo {
    width: 185px;
    /* height: 40.3px; */
    object-fit: contain;
    content: url("assets/images/black_logo.svg");
}
.headerBg.fixed .header_logo {
    content: url("assets/images/white_logo.svg");
}
.headerBg .header_download {
    width: 22px;
    height: 22px;
    object-fit: contain;
    content: url("assets/images/icon_black_download.svg");
}
.headerBg.fixed .header_download {
    content: url("assets/images/icon_white_download.svg");
}
.headerBg.fixed {
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.headerBg.fixed .header {
    color: #000000;
}
.headerBg a {
    color: #ffffff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.headerBg.fixed a {
    color: #000000 !important;
}
.headerBg.fixed .btn-tel:before {
    background-image: url(assets/images/phone-call-black.svg);
}
.headerBg a label {
    cursor:pointer;
}
.header {
    height: 90px;
    justify-content: space-between;
    padding: 0 60px;
    color: #ffffff;

}
.header-right {
    opacity: 0.8;
}
.headerBg .btn-tel {
    display: inline-flex;
    margin-right: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.headerBg .btn-tel:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background: url(assets/images/phone-call-white.svg) no-repeat center/contain;
}
.header-right .login {
    font-size: 16px;
    line-height: 1.2;
}
.headerBg.fixed .download {
    border: solid 1px #000000;
}
.header-right .download {
    width: 150px;
    height: 32px;
    border: solid 1px #ffffff;
    margin-left: 40px;
    font-size: 15px;
    justify-content: center;
    cursor: pointer;
}
.header-right .download img {
    margin-left: 8px;
}

.main {
    position: relative;
    height: 969px;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}
.main-cont-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    color: #ffffff;
}
.main-cont {
    height: 100%;
    margin-top: 274px;
    text-align: center;
}
.main-cont .title {
    font-size: 48px;
    line-height: 1.38;
}
.main-cont .subTitle {
    margin-top: 31px;
    margin-bottom: 198px;
    font-size: 20px;
    line-height: 1.56;
    opacity: 0.6;
}

.subMainBg {
    width: 100%;
    height: 700px;
    background-color: #f4f9fc;
}
.subMain {
    padding-top: 120px;
    text-align: center;
}
.subMain-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.65;
}

.subMain-subTitle {
    margin-top: 22px;
    margin-bottom: 81px;
    opacity: 0.6;
    font-size: 20px;
    line-height: 1.8;
}

.subMain-info-box {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.subMain-info {
    text-align: center;
    width: 25%;
}
.subMain-circle {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 auto 40px auto;
}
.subMain-info .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.subMain-info .desc {
    opacity: 0.6;
    line-height: 1.31;
    letter-spacing: -0.4px;
}

/* 상세페이지 */
.detailBg {
    width: 100%;
    height: 720px;
    overflow: hidden;
}
.detailBg:nth-child(even) {
    background-color: #ffffff;
}
.detailBg:nth-child(odd) {
    background-color: #f4f9fc;
}

.detailBg:nth-child(odd) .detail > div:first-child {
    padding-left: 65px;
}

.detail {
    letter-spacing: -0.1px;
    display: flex;
}
.detailBg:nth-child(odd) .detail {
    flex-direction: row-reverse;
}
.detail > div:first-child {
    padding-top: 140px;
}
.detail > div:last-child {
    padding-top: 120px;
    text-align: center;
}

.detail > div {
    width: 50%;
}
.detail .title {
    font-size: 42px;
    line-height: 1.29;
    letter-spacing: -1.05px;
    text-align: left;
    font-weight: 700;
}
.detail .subTitle {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    margin: 60px 0 16px 0;
    color: #3657ff;
}
.detail .desc {
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
.detail .desc:nth-child(odd) {
    margin: 12px 0;
}

/* BOTTOM */
.join {
    position: relative;
    height: 720px;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}
.join .mainImg {
    top: 20%;
}
.join-cont-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    color: #ffffff;
}
.join-cont {
    height: 100%;
    margin-top: 175px;
    text-align: center;
}
.join-cont .title {
    font-size: 48px;
    line-height: 1.38;
    margin: 36px 0 60px 0;
    font-weight: 700;
}
.join-cont .subTitle {
    opacity: 0.8;
    font-size: 20px;
    line-height: 1.67;
}
.join-cont .joinBtn {
    width: 200px;
    height: 56px;
    border-radius: 28px;
    border: solid 1px #ffffff;
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffffff;
    outline: none;
    cursor: pointer;
}

.info a {
    color: #ffffff !important;
    text-decoration: none;
}

.line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background-color: #ffffff;
}

/* IMAGE CLASS */

.mainImg {
    position: relative;
    z-index: 1;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.dimmed068 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
}
.dimmed05 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.store_logo img {
    width: 200px;
    height: 58px;
    object-fit: contain;
    border-radius: 8px;
}
.store_logo.google img {
    margin-left: 40px;
}

.subMain-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: relative;
    top: calc(50% - 30px);
}
.detail-img {
    object-fit: contain;
}

.container_visual {
    width: 390px;
    height: 590px;
    overflow: hidden;
}
.visual_img {
    padding: 0;
}
.visual_img li {
    position: relative;
    display: inline;
}
.visual_img img {
    width: 390px;
    height: 100%;
    max-height: 460px;
    object-fit: contain;
}
.blt {
    justify-content: center;
}
.blt div {
    margin-right: 20px;
}
.blt_off {
    width: 10px;
    height: 10px;
    object-fit: contain;
    border-radius: 45px;
    background-color: #aaaaaa;
}
.blt_on {
    width: 40px;
    border-radius: 10px;
}
/*  */

.webNone {
    display: none !important;
}

.popLayout {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}
.popDimm {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
}
.pop {
    position: absolute;
    z-index: 9999;
    width: 600px;
    height: calc(100% - 140px);
    max-height: 700px;
    margin-top: 120px;
    left: calc(50% - 300px);
}

.popHead {
    padding: 0 30px;
    justify-content: space-between;
    height: 50px;
    background-color: #444444;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
}
.popCont {
    padding: 30px 20px;
    background-color: #ffffff;
    overflow: scroll;
    height: calc(100% - 140px);
}
