* {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    color: black;
    box-sizing: border-box;
}

.wrap {
    /*max-width: 820px;*/
    width: 100%;
    height: 3164px;
    background-color: #ffffff;
    border: 0px;
}

/* navigation */
nav {
    width: 100%;
    /*max-width: 820px;*/
    /*height: 60px;*/
    /*background-color: #000000E5;*/
    /*border: 0px;*/
    display: flex;
    position: fixed;
    z-index: 999;
    flex-direction: column;
}

nav .top-label {
    width: 100%;
    height: 48px;
    background-color: #533C22E5;
    text-align: center;
    padding: 13px;
}

nav .top-label span {
    font-size: 16px;
    color: #FFFFFF;
}

.nav-section {
    width: 100%;
    /*max-width: 820px;*/
    height: 60px;
    background-color: #000000E5;
    border: 0px;
    display: flex;
    z-index: 1;
}

nav .nav-section .logo-box {
    width:100%;
    padding: 12px 300px;
    display: flex;
}

nav .nav-section .logo-box .img-box {
    cursor: pointer;
}

nav .nav-section .logo-box .img-box img {
    width:36px;
    height:36px;
    border-radius: 6px;
}

nav .nav-section .logo-box .title-box {
    margin-left: 6px;
    width: 100%;
}

nav .nav-section .logo-box .logo-title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
    color: #FFFFFF;
}

nav .nav-section .btn-box {
    width:100%;
    padding: 12px 300px;
    text-align: right;
}

nav .nav-section .btn-box .login {
    border: 0px;
    width: 100px;
    height: 32px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    color: #FFFFFF;
    background: none;
}

nav .nav-section .btn-box .free-application {
    border: 0px;
    border-radius: 4px;
    width: 100px;
    height: 36px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
    background-color: #FFD600;
}

nav .nav-section .btn-box .app-download {
    width: 80px;
    height: 32px;
    border: 1px solid black;
    border-radius: 24px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
    background-color: #ffffff;
}

/* section 1 */
.section-1 {
    width: 100%;
    border: 0px;
    height: 1000px;
    background-color: #000000;
/*    padding-top: 83px;
    display: flex;*/
}

.section-1 .section-group {
    width: 100%;
    border: 0px;
    height: 1000px;
    background-color: #000000;
    padding-top: 83px;
    display: flex;
}

.section-1 .left-section {
    width: 50%;
    padding-top: 228px;
    /*padding-left: 300px;*/
}

.section-1 .left-section .left-group {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 60px;
    white-space: nowrap;
}

.section-1 .left-section button {
    width: 200px;
    height: 60px;
    border-radius: 10px;
    font-size: 18px;
    background-color: #FFD600;
    color: #000000;
    font-weight: 700;
    margin-top: 48px;
    border: 0px;
}

.section-1 .right-section {
    width: 50%;
    position: relative;
}

.section-1 .right-section .back-1 {
    position:absolute;
    right:-300px;
}

.section-1 .right-section .mok-1 {
    position:absolute;
    bottom: 0px;
}

.section-1 .right-section .mok-1-sm {
    display: none;
}

.section-1 .top-background {
    width: 100%;
    /*height: 530px;*/
    background-color: #FFF7D8;
    padding-bottom: 164px;
}

.section-1 .bottom-background {
    width: 100%;
    height: 35px;
    background-color: #ffffff;
}

.mok-img-1 {
    position:absolute;
    left: 50%;
    bottom: -202px;
    transform: translateX(-50%)
}

/* section 2 */
.section-2 {
    width: 100%;
    height: 1267px;
    border: 0px;
    display: flex;
    flex-direction: column;
    background-color: #000000;
}

.section-2 .top-group {
    display: flex;
    height: 633px;
    padding-top: 120px;
}

.section-2 .top-group .left-section {
    width: 50%;
    padding-top: 120px;
}

.section-2 .top-group .left-section .point-label {
    width: 100%;
    height: 36px;
}

.section-2 .top-group .left-section .point-label .label-group {
    float:left;
    background-color: #FFD60026;
    height: 36px;
    padding: 6px;
    border-radius: 4px;
}

.section-2 .top-group .left-section .point-label .label-group .label-text {
    color: #FFD600;
    font-size: 18px;
    font-weight: 600;
}

.section-2 .top-group .left-section .context-group {
    width: 100%;
    text-align: left;
}

.section-2 .top-group .left-section .context-group .context-lg {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 700;
}

.section-2 .top-group .left-section .context-group .context-sm {
    font-size: 20px;
    color: #FFFFFFB2;
    line-height: 1.5;
}

.section-2 .top-group .right-section {
    width: 50%;
    position: relative;
}

.section-2 .top-group .right-section .mok-2-1 {
    position: absolute;
    top: 30px;
    left:80px;
    z-index:2;
}

.section-2 .top-group .right-section .mok-2-2 {
    position: absolute;
    top: 30px;
    left: 170px;
}

.section-2 .top-group .right-section .mok-2-sm {
    display: none;
}

.section-2 .bottom-group {
    display: flex;
    height: 633px;
    padding-top: 170px;
}

.section-2 .bottom-group .left-section {
    width: 50%;
    position:relative;
}

.section-2 .bottom-group .left-section .mok-2-3 {
    position: absolute;
    z-index:2;
    top:-90px;
}

.section-2 .bottom-group .left-section .mok-2-4 {
    position: absolute;
    top:-30px;
}

.section-2 .bottom-group .right-section {
    width: 50%;
}

.section-2 .bottom-group .right-section .point-label {
    width: 100%;
    height: 36px;
}

.section-2 .bottom-group .right-section .label-group {
    float:left;
    background-color: #FFD60026;
    height: 36px;
    padding: 6px;
    border-radius: 4px;
}

.section-2 .bottom-group .right-section .label-group .label-text {
    color: #FFD600;
    font-size: 18px;
    font-weight: 600;
}

.section-2 .bottom-group .right-section .context-group {
    width: 100%;
}

.section-2 .bottom-group .right-section .context-group .context-lg {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 700;
}

.section-2 .bottom-group .right-section .context-group .context-sm {
    font-size: 20px;
    color: #FFFFFFB2;
    line-height: 1.5;
}

.mok-img-2 {
    text-align: center;
    padding-top: 18px;
}

/* section 3 */
.section-3 {
    width: 100%;
    height: 942px;
    background-color: #000000;
    border: 0px;
}

.section-3 {
    text-align: center;
    padding-top: 18px;
}

.section-3 .context-group {
    width: 100%;
    padding-top: 160px;
    text-align: left;
}

.section-3 .context-group .context-lg {
    font-size:50px;
    font-weight:700;
    color:#FFFFFF;
}

.section-3 .context-group .context-sm {
    font-size: 20px;
    color: #FFFFFFB2;
    line-height: 1.5;
}

.section-3 .img-section {
    width:100%;
    padding-top:80px;
    display: flex;
}

.section-3 .img-section .img-group {
    margin-right: 28px;
}

.section-3 .img-section .img-group:first-child {
    margin-left: 0px;
}

.section-3 .img-section .img-group:last-child {
    margin-right: 0px;
}

.section-3 .img-section .img-group .context-group-sm {
    width:300px;
    height:88px;
}

.section-3 .img-section .img-group .context-group-sm .context-lg {
    font-size:24px;
    font-weight:700;
    color:#FFD600;
    padding-bottom: 8px;
}

.section-3 .img-section .img-group .context-group-sm .context-sm {
    font-size: 15px;
    color: #FFFFFFB2;
}

.section-3 .img-section .img-group img {
    width: 300px;
}

/**/

.section-3 .img-section-sm {
    display: none;
    padding-top: 20px;
    padding-bottom: 60px;
}

.section-3 .img-section-sm .img-group {
    width: 50%;
    /*height:120px;*/
}

.section-3 .img-section-sm .img-group .context-group-sm {
    /*width:300px;*/
    /*height:88px;*/
}

.section-3 .img-section-sm .img-group .context-group-sm .context-lg {
    font-size:14px;
    font-weight:700;
    color:#FFD600;
    padding-bottom: 8px;
}

.section-3 .img-section-sm .img-group .context-group-sm .context-sm {
    font-size: 15px;
    color: #FFFFFFB2;
}

.section-3 .img-section-sm .img-group img {
    width:154px;
    height:120px;
    /*width: 300px;*/
}

/**/

/* section 4 */
.section-4 {
    background-color: #FFFFFF;
    width: 100%;
    /*height: 1173px;*/
    max-height: 1493px;
    border: 0px;
}

.section-4 .flex-group {
    width:100%;
    height: 100%;
    display: flex;
    padding-top:160px;
    padding-bottom:160px;
}

.section-4 .flex-group .left-group {
    /*background-color: #ccc;*/
    width: 100%;
    height: 100%;
}

.section-4 .flex-group .left-group .left-group-title {
    font-weight: 700;
    font-size: 52px;
}

.section-4 .flex-group .left-group .list-group {
    display:flex;
    flex-direction: column;
    margin-top: 40px;
}

.section-4 .flex-group .left-group .list-group .list-item {
    width:545px;
    /*height:88px;*/
    background-color: #FFF6DF;
    border-radius: 16px;
    margin-left:0px;
    margin-bottom:8px;
    padding: 30px;
    cursor: pointer;
}

.section-4 .flex-group .left-group .list-group .list-item .list-flex {
    display:flex;
    align-items: center;
}

.section-4 .flex-group .left-group .list-group .list-item .list-cont {
    display:none;
    margin-top:15px;
}

.section-4 .flex-group .left-group .list-group .list-item .icon-box {
    width:24px;
    height:24px;
    /*padding-left:24px;*/
}

.section-4 .flex-group .left-group .list-group .list-item .list-title {
    flex: 1;
    padding-left:12px;
}

.section-4 .flex-group .left-group .list-group .list-item .list-title span {
    font-weight: 700;
    font-size: 20px;
}

.section-4 .flex-group .left-group .list-group .list-item .arrow {
    /*padding: 30px;*/
    cursor: pointer;
}

.section-4 .flex-group .right-group {
    background-color: #0000000D;
    width: 100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mok-img-4 {
    text-align: center;
    padding-top: 18px;
}

/* section 5 */
.section-5 {
    background-color: #FFFAEE;
    width: 100%;
    /*height: 1173px;*/
    max-height: 1493px;
    border: 0px;
}

.section-5 .flex-group {
    width:100%;
    height: 100%;
    display: flex;
    padding-top:160px;
    padding-bottom:160px;
}

.section-5 .flex-group .left-group {
    /*background-color: #ccc;*/
    width: 100%;
    height: 100%;
}

.section-5 .flex-group .left-group .left-group-title {
    font-weight: 700;
    font-size: 52px;
}

.section-5 .flex-group .left-group .list-group {
    display:flex;
    flex-direction: column;
    margin-top: 40px;
}

.section-5 .flex-group .left-group .list-group .list-item {
    width:545px;
    /*height:88px;*/
    background-color: #FFEDBB;
    border-radius: 16px;
    margin-left:0px;
    margin-bottom:8px;
    padding: 30px;
    cursor: pointer;
}

.section-5 .flex-group .left-group .list-group .list-item .list-flex {
    display:flex;
    align-items: center;
}

.section-5 .flex-group .left-group .list-group .list-item .list-cont {
    display:none;
    margin-top:15px;
}

.section-5 .flex-group .left-group .list-group .list-item .icon-box {
    width:24px;
    height:24px;
    /*padding-left:24px;*/
}

.section-5 .flex-group .left-group .list-group .list-item .list-title {
    flex: 1;
    padding-left:12px;
}

.section-5 .flex-group .left-group .list-group .list-item .list-title span {
    font-weight: 700;
    font-size: 20px;
}

.section-5 .flex-group .left-group .list-group .list-item .arrow {
    /*padding: 30px;*/
    cursor: pointer;
}

.section-5 .flex-group .right-group {
    background-color: #00000026;
    width: 100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section 6 */
.section-6 {
    background-color: #FFFFFF;
    width: 100%;
    /*height: 1173px;*/
    max-height: 1493px;
    border: 0px;
}

.section-6 .flex-group {
    width:100%;
    height: 100%;
    display: flex;
    padding-top:160px;
    padding-bottom:160px;
}

.section-6 .flex-group .left-group {
    /*background-color: #ccc;*/
    width: 100%;
    height: 100%;
}

.section-6 .flex-group .left-group .left-group-title {
    font-weight: 700;
    font-size: 52px;
}

.section-6 .flex-group .left-group .list-group {
    display:flex;
    flex-direction: column;
    margin-top: 40px;
}

.section-6 .flex-group .left-group .list-group .list-item {
    width:545px;
    /*height:88px;*/
    background-color: #FFF6DF;
    border-radius: 16px;
    margin-left:0px;
    margin-bottom:8px;
    padding: 30px;
    cursor: pointer;
}

.section-6 .flex-group .left-group .list-group .list-item .list-flex {
    display:flex;
    align-items: center;
}

.section-6 .flex-group .left-group .list-group .list-item .list-cont {
    display:none;
    margin-top:15px;
}

.section-6 .flex-group .left-group .list-group .list-item .icon-box {
    width:24px;
    height:24px;
    /*padding-left:24px;*/
}

.section-6 .flex-group .left-group .list-group .list-item .list-title {
    flex: 1;
    padding-left:12px;
}

.section-6 .flex-group .left-group .list-group .list-item .list-title span {
    font-weight: 700;
    font-size: 20px;
}

.section-6 .flex-group .left-group .list-group .list-item .arrow {
    /*padding: 30px;*/
    cursor: pointer;
}

.section-6 .flex-group .right-group {
    background-color: #00000026;
    width: 100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section 7 */
.section-7 {
    width: 100%;
    height: 566px;
    background: linear-gradient(270deg, #FF9327 0%, #FFC738 100%);
}

.section-7 .flex-group {
    display:flex;
    width: 100%;
    height: 100%;
    padding: 120px 0 120px 0;
}

.section-7 .flex-group .left-section {
    width: 100%;
    height: 100%;
    padding: 27px 0 27px 0;
}

.section-7 .flex-group .left-section .context-group .context-label {
    font-size: 18px;
    font-weight: 600;
}

.section-7 .flex-group .left-section .context-group .context-lg {
    font-size: 48px;
    font-weight: 700;
}

.section-7 .flex-group .left-section .context-group .context-sm {
    font-size: 18px;
}

.section-7 .flex-group .left-section .button-group {
    margin-top:24px;
}

.section-7 .flex-group .right-section {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-7 .flex-group .right-section .mok-2-3 {
    position: absolute;
    width: 150px;
    height: 326px;
    right: 0px;
    z-index: 1;
}

.section-7 .flex-group .right-section .mok-2-4 {
    position: absolute;
    width: 447px;
    height: 251px;
    right: 143px;
    top: 37px;
}

/* section 8 */

.section-8 {
    width: 100%;
    height: 672px;
    background-color: #000000;
}

.section-8 .question-group {
    width: 100%;
    height: 100%;
    padding: 160px 0 160px 0;
}

.section-8 .question-group .title-box {
    width: 100%;
    height: 52px;
    text-align: center;
    margin-bottom: 40px;
}

.section-8 .question-group .title-box .title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
}

.section-8 .question-group .flex-group {
    display: flex;
    flex-direction: column;
}

.section-8 .question-group .flex-group .question-list {
    width: 100%;
    height: 122px;
    justify-content: space-between;
    border-radius: 12px;
    background: #FFFFFF26;
    padding: 28px 40px 28px 40px;
    margin-bottom: 16px;
}

.section-8 .question-group .flex-group .question-list * {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
}

/* section 9 */

.section-9 {
    width: 100%;
    height: 366px;
    background-image: url('/theme-assets/images/home/qna.png');
}

.section-9 .question-group {
    padding: 120px 0 120px 0;
}

.section-9 .question-group .context-box {
    width: 100%;
    height: 40px;
    text-align: center;
}

.section-9 .question-group .context-box .context-df {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.section-9 .question-group .button-group {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top:33px;
}

.mok-img-5 {
    text-align: center;
    padding-top: 18px;
}

/*section-10*/
.section-10 {
    /*height: 1641px;*/
    background: #000000DE;
}

.section-10 .top-group {
    padding-top:160px;
}

.section-10 .top-group .img-group {
    display:flex;
    gap:28px;
    margin-top:60px;
}

.section-10 .top-group .img-group .img-list {
    width:100%;
    height:300px;
    display: flex;
    flex-direction: column;
}

.section-10 .top-group .img-group .img-list .img-box {
    width:100%;
    height:260px;
    border-radius: 12px;
}

.section-10 .top-group .img-group .img-list .img-box img {
    width:100%; height:100%;
}

.section-10 .top-group .img-group .img-list .img-txt-box {
    height:36px;
    margin-top: 20px;
}

.section-10 .top-group .img-group .img-list .img-txt-box span {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
}

.section-10 .top-group .img-group .img-list .img-txt-box .sm-text {
    font-size:20px;
    font-weight:400;
    color:#FFFFFF;
}

.section-10 .top-group .context-group .context-lg {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 700;
}

.section-10 .top-group .context-group .context-sm {
    font-size: 20px;
    color: #FFFFFFB2;
    line-height: 1.5;
}

.section-10 .bottom-group {
    margin-top:120px;
    padding-bottom:160px;
}

.section-10 .bottom-group .badge {
    border: 1px solid #FFFFFF80;
    background-color: #FFFFFF1A;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    height: 44px;
    opacity: 1;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-radius: 24px;
    border-width: 1px;
    text-align: center;
    max-width: 154px;
}

.section-10 .bottom-group .context-group {
    text-align: center;
    margin-top: 20px;
}

.section-10 .bottom-group .context-group .context-sm {
    font-size: 20px;
}

.section-10 .bottom-group .img-group {
    display: flex;
    width:100%;
    height: auto;
    gap: 27px;
    margin-top: 48px;
}

.section-10 .bottom-group .img-group .img-list {
    display: flex;
    flex-direction: column;
}

.section-10 .bottom-group .img-group .img-list .img-box img {
    width:100%;
    height:100%;
}

.section-10 .bottom-group .img-group .img-list .img-txt-box {
    margin-top:12px;
}

.section-10 .bottom-group .img-group .img-list .img-txt-box span {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
}

    /* footer */
footer {
    width: 100%;
    height: 152px;
    background-color: #000000;
    border: 0px;
}

footer .flex-group {
    display:flex;
    width: 100%;
    height: 100%;
    padding: 67px 0 67px 0;
}

footer .flex-group .left-section {
    width: 100%;
    height: 100%;
    display:flex;
}

footer .flex-group .left-section .policy-group {
    width:100%;
    height: auto;
    text-align: left;
}

footer .flex-group .left-section .policy-group a {
    font-size: 18px;
    font-weight: 600;
    color:#ffffff;
    margin-right: 28px;
}

footer .flex-group .right-section {
    width: 100%;
    height: 100%;
    text-align: right;
}

footer .flex-group .right-section p {
    font-size: 14px;
    color: #BCBCBC;
}

/*common*/
.scroll-disable {
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    touch-action:none;
}

.layout-set {
    width: 100%;
    height: 100%;
    padding-left: 300px;
    padding-right: 300px;
}

.dot-style {
    font-weight: 700;
}

.yellow-font {
    color: #FFD600;
}

.yellow-font-thin {
    color:#FFD600;
}

.orange-font * {
    color: #FB641D;
}

.black-button {
    width: 198px;
    height: 60px;
    border-radius: 10px;
    border: 0px;
    background-color: #000000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    cursor:pointer;
}

.yellow-button {
    width: 163px;
    height: 60px;
    background-color: #FFD600;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    border-radius: 10px;
    cursor:pointer;
}

.top-group {
    padding-top:116px;
    text-align: center;
    position: relative;
}

.bg-text {
    font-size:32px;
    font-weight: 700;
}

.sm-text {
    font-size: 16px;
    margin-top:16px;
}

.store-group {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.store-btn {
    width: 180px;
    height: 48px;
    border: 1px solid black;
    border-radius: 32px;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 33.5px;
}

.store-btn span {
    font-size: 14px;
    font-weight: 600;
}

.store-group-lg {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.store-btn-lg {
    width: 240px;
    height: 48px;
    border: 1px solid black;
    border-radius: 32px;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 65.5px;
}

.store-btn-lg span {
    font-size: 14px;
    font-weight: 600;
}

.text-group {
    padding-top: 25px;
    text-align: center;
}

.text-group-lg {
    padding-top: 60px;
    text-align: center;
}

.cmn-fs-text {
    font-size: 14px;
    font-weight: 700;
    color: #FF9900;
}

.cmn-md {
    margin-top: 4px;
}

.cmn-md-text {
    font-size: 28px;
    font-weight: 700;
}

.cmn-bt {
    margin-top: 12px;
}

.cmn-bt-text-white {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.cmn-bt-text {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
}

.white-background {
    background-color: #ffffff;
}

.gray-background {
    background-color: #F9F9F9;
}

.yellow-grad {
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(90deg, #FBE300 0%, #FFAA00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/*   modal   */
.dialog {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.dialog>.tb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.dialog>.tb .inner {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
}

.dialog .top {
    display: flex;
    align-item: center;
    /*border-bottom: 1px solid #ddd;*/
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dialog .title {
    font-weight: bold;
    font-size: 20px;
    width: 100%;
}

.dialog .ct {
    max-height: 60vh;
    height: 35vh;
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
}

.dialog .modal-close {
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: .5;
}

.modal-header {
    padding: 1rem 1rem;
}

.modal-title {
    font-size: calc(1.275rem + .3vw);
    text-align: center;
}

.modal-body {
    padding: 1rem;
}

.modal-footer {
    padding: 1rem;
}

.modal-cont-title {
    font-weight: 700;
    margin-bottom: .5rem;
    float:left;
}

.modal-cont-input {
    width:100%;
    box-sizing: border-box;
}

.ph-input {
    width: 100%;
    padding: .5rem;
    border: 1px solid #dee2e6;
    font-size: 1rem;
}

.modal-send-btn {
    background-color: #4582F9;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 50rem;
    border: 0px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    cursor: pointer;
}

/* Modal Base Styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    box-sizing: border-box;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    max-width: 700px; /* Set a max-width for larger screens */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.modal-btn {
    width: 100%;
    height: 45px;
    margin-top: 20px;
}
.btn {
    cursor: pointer;
    border: 0px;
    background: #7C3AED;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 8px;
    font-weight: bold;
}

/* Close Button Styles */
.ham-close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover, .close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.input-group
{
    margin-top: 15px;
}

.required
{
    color: red;
}

.input-label
{
    display: inline-block;
}

.input-box
{
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.input-control
{
    border-radius: 0.25rem;
    color: #3b4781;
    border: 1px solid #cacfe7;
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
}

.info-box
{
    width:100%;
    background: #F6F6F6;
    padding:20px;
    box-sizing: border-box;
}

input[type="text"]
{
    box-sizing: border-box;
    max-width: 100%;
}

textarea
{
    box-sizing: border-box;
    max-width: 100%;
}

.no-scroll
{
    overflow: hidden;
    height: 100%;
}

.modal-btn
{
    width:100%;
    height:45px;
    margin-top:20px;
}

.mob-btn-box
{
    display: none;
}

@media (max-width: 1630px)
{
    .wrap {
        height: auto;
    }

    nav .nav-section .logo-box {
        width:20%;
        padding: 12px 20px;
        display: flex;
    }

    nav .nav-section .logo-box .logo-title {
        text-align: left;
        font-size: 16px;
        font-weight: 700;
        line-height: 34px;
        cursor: pointer;
        color: #FFFFFF;
        display:none;
    }

    nav .nav-section .btn-box {
        width:100%;
        padding: 12px 20px;
        text-align: right;
    }

    .layout-set {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* section 1 */
    .section-1 {
        height: auto;
    }

    .section-1 .section-group {
        display: unset;
    }

    .section-1 .section-group .left-section {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
        padding-top: 140px;
    }

    .section-1 .section-group .left-section .left-group {
        font-size: 36px;
    }

    .section-1 .section-group .left-section button {
        display:none;
    }

    .section-1 .section-group .right-section {
        width: 100%;
        padding: 0 50px;
    }

    .section-1 .section-group .right-section .back-1 {
        display: none;
    }

    .section-1 .section-group .right-section .mok-1 {
        display: none;
    }

    .section-1 .section-group .right-section .mok-1-sm {
        display: block;
        position: unset;
        width: 100%;
    }

/*  section 2  */
    .section-2 {
        height: auto;
    }

    .section-2 .top-group {
        display: unset;
    }

    .section-2 .top-group .left-section {
        width: 100%;
        padding-top: 48px;
    }

    .section-2 .top-group .left-section .point-label {
        display: none;
    }

    .section-2 .top-group .left-section .context-group .context-lg {
        font-size: 24px;
    }

    .section-2 .top-group .left-section .context-group .context-sm {
        font-size: 14px;
    }

    .section-2 .top-group .right-section {
        width: 100%;
        margin-top: 20px;
    }

    .section-2 .top-group .right-section .mok-2-1 {
        display: none;
    }

    .section-2 .top-group .right-section .mok-2-2 {
        display: none;
    }

    .section-2 .top-group .right-section .mok-2-sm {
        display: block;
        width: 100%;
    }

    .section-2 .bottom-group {
        flex-direction: column-reverse;
        height: auto;
        padding-top: 48px;
    }

    .section-2 .bottom-group .left-section {
        width: 100%;
        margin-top: 20px;
    }

    .section-2 .bottom-group .left-section .mok-2-3 {
        display: none;
    }

    .section-2 .bottom-group .left-section .mok-2-4 {
        position: unset;
        width: 100%;
    }

    .section-2 .bottom-group .right-section {
        width: 100%;
    }

    .section-2 .bottom-group .right-section .point-label {
        display: none;
    }

    .section-2 .bottom-group .right-section .context-group .context-lg {
        font-size: 24px;
    }

    .section-2 .bottom-group .right-section .context-group .context-sm {
        font-size: 14px;
    }

/*  section 3  */
    .section-3 {
        height: auto;
    }

    .section-3 .context-group {
        padding-top: 60px;
    }

    .section-3 .context-group .context-lg {
        font-size: 24px;
    }

    .section-3 .context-group .context-sm {
        font-size: 14px;
    }

    .section-3 .img-section {
        display:none;
    }

    .section-3 .img-section-sm {
        display: block;
    }

    /* section 4 */
    .section-4 {
        height: auto;
    }

    .section-4 .flex-group {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-4 .flex-group .left-group .left-group-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

    .section-4 .flex-group .left-group .list-group .list-item {
        width: 100%;
    }

    .section-4 .flex-group .left-group .list-group .list-item .arrow-img {
        display: none;
    }

    .section-4 .flex-group .left-group .list-group .list-item .list-cont {
        display: block;
    }

    .section-4 .flex-group .right-group {
        display: none;
    }

    /* section 5 */
    .section-5 {
        height: auto;
    }

    .section-5 .flex-group {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-5 .flex-group .left-group .left-group-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

    .section-5 .flex-group .left-group .list-group .list-item {
        width: 100%;
    }

    .section-5 .flex-group .left-group .list-group .list-item .arrow-img {
        display: none;
    }

    .section-5 .flex-group .left-group .list-group .list-item .list-cont {
        display: block;
    }

    .section-5 .flex-group .right-group {
        display: none;
    }

    /* section 6 */
    .section-6 {
        height: auto;
    }

    .section-6 .flex-group {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-6 .flex-group .left-group .left-group-title {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

    .section-6 .flex-group .left-group .list-group .list-item {
        width: 100%;
    }

    .section-6 .flex-group .left-group .list-group .list-item .arrow-img {
        display: none;
    }

    .section-6 .flex-group .left-group .list-group .list-item .list-cont {
        display: block;
    }

    .section-6 .flex-group .right-group {
        display: none;
    }

/*  section 7  */

    .section-7 {
        height: auto;
    }

    .section-7 .flex-group {
        padding: 60px 0 60px 0;
    }

    .section-7 .flex-group .left-section .context-group .context-label {
        display: none;
    }

    .section-7 .flex-group .left-section .context-group .context-lg {
        font-size: 28px;
        text-align: center;
    }

    .section-7 .flex-group .left-section .context-group .context-sm {
        font-size: 14px;
        text-align: center;
    }

    .section-7 .flex-group .left-section .button-group {
        text-align: center;
        margin-top: 28px;
    }

    .section-7 .flex-group .right-section {
        display: none;
    }

/*  section 8  */
    .section-8 {
        height: auto;
    }

    .section-8 .question-group {
        padding: 60px 0 60px 0;
    }

    .section-8 .question-group .title-box {
        margin-bottom: 24px;
    }

    .section-8 .question-group .title-box .title {
        font-size: 24px;
        text-align: left;
    }

    .section-8 .question-group .flex-group .question-list {
        padding: 16px;
    }

    .section-8 .question-group .flex-group .question-list * {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFFB2;
    }

    .section-8 .question-group .flex-group .question-list .question-title {
        font-size: 15px;
        font-weight: 500;
        color: #FFFFFF;
    }

    /* section 9 */
    .section-9 {
        height: auto;
    }

    .section-9 .question-group {
        padding: 60px 40px 60px 40px;
    }

    .section-9 .question-group .context-box .context-df {
        font-size: 20px;
    }

    /* section 10 */
    .section-10 .top-group .context-group .context-lg {
        font-size: 24px;
    }

    .section-10 .top-group .context-group .context-sm {
        font-size: 14px;
    }

    .section-10 .top-group .img-group .img-list .img-txt-box span {
        font-size: 17px;
    }

    .section-10 .top-group .img-group .img-list .img-txt-box .sm-text {
        font-size: 14px;
    }

    .section-10 .top-group {
        padding-top: 60px;
    }

    .section-10 .top-group .img-group {
        flex-direction: column;
    }

    .section-10 .top-group .img-group .img-list .img-box {
        height: 236px;
    }



    .section-10 .bottom-group {
        padding-bottom: 60px;
    }

    .section-10 .bottom-group .badge {
        border: 1px solid #FFFFFF80;
        background-color: #FFFFFF1A;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 700;
        height: 44px;
        opacity: 1;
        padding-top: 11px;
        padding-right: 10px;
        padding-bottom: 8px;
        padding-left: 10px;
        border-radius: 24px;
        border-width: 1px;
        text-align: center;
        max-width: 110px;
    }

    .section-10 .bottom-group .img-group {
        display: none;
    }

    .section-10 .bottom-group .context-group .context-sm {
        font-size: 14px;
    }

    /* footer */
    footer {
        height: auto;
    }

    footer .flex-group {
        padding: 40px 0 40px 0;
        display:block;
    }

    footer .flex-group .left-section .policy-group {

    }

    footer .flex-group .left-section .policy-group a {
        font-size: 16px;
        margin-right: 12px;
    }

    footer .flex-group .right-section p {
        margin-top: 12px;
    }

    footer .flex-group .right-section p {
        font-size: 14px;
        color: #FFFFFFB2;
        text-align: left;
    }

    .yellow-button {
        width: 140px;
        height: 40px;
        font-size: 13px;
    }
}