@charset "utf-8";

.marginAuto {
    max-width: 320px;
    margin: 0 auto;
}
.wid300 {
    width: 260px;
}

.wid390 {
    width: 280px;
}

/* 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: 125px; 
    /* 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: 25px;
    height: 25px;
    object-fit: contain;
    /* color: red; */
    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.fixed .btn-tel {
    color: #262626;
}
.headerBg.fixed .btn-tel:before {
    background-image: url(assets/images/phone-call-black.svg);
}
.header {
    height: 58px;
    justify-content: space-between;
    padding: 0 20px;
    color: #ffffff;
}
.header-right {
    opacity: 0.8;
}
.header-right-mobile {
    align-items: baseline;
}
.headerBg .btn-tel {
    display: inline-flex;
    margin-right: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.headerBg .btn-tel:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    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;
}
.header-right .download img {
    margin-left: 12.7px;
}

.main {
    position: relative;
    height: 100vh;
    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: 30vh;
    /* margin-top: 176px; */
    text-align: center;
}
.main-cont .title {
    font-size: 28px;
    line-height: 1.38;
}
.main-cont .subTitle {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.56;
    opacity: 0.9;
}
.downBtn {
    width: 100%;
    height: 58px;
    border-radius: 4px;
    background-color: #2b35f6;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: -0.45px;
    color: #ffffff;
}
.downBox {
    position: fixed;
    padding: 0px 20px;
    bottom: 60px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 5;
}
.blink {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 20px;
    margin-bottom: 24px;
}
.fixed_btn {
    padding: 0;
    bottom: 0px;
}

.subMainBg {
    width: 100%;
    height: 588px;
    background-color: #f4f9fc;
}
.subMain {
    padding-top: 60px;
    text-align: center;
}
.subMain-title {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.65;
}

.subMain-subTitle {
    margin-top: 14px;
    margin-bottom: 40px;
    opacity: 0.6;
    font-size: 17px;
    line-height: 1.8;
}

.subMain-info {
    display: flex;
    text-align: left;
}
.subMain-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.subMain-info > div:last-child {
    margin-left: 20px;
}
.subMain-info .title {
    line-height: 1;
    margin-bottom: 6px;
}
.subMain-info .desc {
    font-size: 14px;
    opacity: 0.6;
    line-height: 1.31;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}

/* 상세페이지 */
.detailBg {
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.detailBg:nth-child(even) {
    background-color: #ffffff;
}
.detailBg:nth-child(odd) {
    background-color: #f4f9fc;
}

.detail {
    letter-spacing: -0.1px;
    padding-top: 60px;
}

.detail > div:last-child {
    text-align: center;
}

.detailBg:nth-child(odd) .detail {
    flex-direction: row-reverse;
}

.detail .title {
    font-size: 26px;
    line-height: 1.29;
    letter-spacing: -1.05px;
    text-align: left;
    font-weight: 700;

}
.detail .subTitle {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    margin: 40px 0 15px 0;
    color: #3657ff;
}
.detail .desc {
    opacity: 0.6;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.detail .desc:nth-child(odd) {
    margin: 12px 0;
}

/* BOTTOM */
.join {
    position: relative;
    height: 449px;
    background-position: center;
    box-sizing: border-box;
    overflow: hidden;
}
.join .mainImg {
    transform: translate(-50%, -3%);
    /* left: unset; */
    height: 135%;
}
.join-cont-wrapper {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    color: #ffffff;
}
.join-cont {
    height: 100%;
    margin-top: 100px;
    text-align: center;
}
.join-cont .title {
    font-size: 30px;
    line-height: 1.38;
    margin: 36px 0 36px 0;
    font-weight: 700;
}
.join-cont .subTitle {
    opacity: 0.8;
    font-size: 18px;
    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;
}


.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%;
    right: auto;
    bottom: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, 0%);
}

.headerBg.fixed .header_menu {
    content: url("assets/images/icon_white_download.png");
}
.header_menu {
    content: url("assets/images/icon_black_download.png");
}

.subMain-icon {
    width: 25px;
    height: 25px;
    object-fit: contain;
    position: relative;
    top: calc(50% - 30px);
}
.detail-img {
    margin-top: 28px;
    object-fit: contain;
}

.container_visual {
    width: 290px;
    height: 301.5px;
    overflow: hidden;
    margin: 0 auto;
}
.visual_img {
    padding: 0;
    text-align: left;
}
.visual_img li {
    position: relative;
    display: inline;
}
.visual_img img {
    width: 290px;
    height: 100%;
    max-height: 300px;
    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;
}

/*  */
.mblNone {
    display: none !important;
}

.popLayout {
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: none;
}

.pop {
    position: absolute;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
}

.popHead {
    padding: 0 30px;
    justify-content: space-between;
    height: 58px;
    background-color: #444444;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
}
.popCont {
    padding: 20px 30px;
    background-color: #ffffff;
    overflow: scroll;
    height: calc(100vh - 58px);
    font-size: 14px;
}

.pop_close {
    cursor: pointer;
}

/* 240103추가 */
.join-cont >a .joinBtn{
    width: 150px;
    height: 50px;
    font-size: 12px;
  }