/**/
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

@font-face {
    font-family: 'TheJamsil';
    font-weight: 100;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Thin.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Thin.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontwors2_1ld/TheJamsil/TheJamsil-Thin.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Thin.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Thin.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'TheJamsil';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'TheJamsil';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'TheJamsil';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Bold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Bold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Bold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Bold.ttf') format("truetype");
    font-display: swap;
}

#event_header {
    background-color: #2b7d645e;
}


#event_body{
    word-break: auto-phrase;
    font-family: 'TheJamsil';
    font-weight: 400;
}

#event_body img.lazyload {
    max-width: 100%;
}

.s_b{
    margin-bottom: 4rem;
    font-size: 16px;
}
@media (min-width: 992px) {
    .s_b {
        margin-bottom: 6rem;
        font-size: 18px;
    }
}

.w_img{
    display: block;
    margin: 0 auto 5em auto;
    width: 100%;
    object-fit: cover;
}

.bg-lazy{background-image:none !important;}



.only_m {
    display: block !important;
}

.only_pc {
    display: none !important;
}
@media (min-width: 992px) {
    .only_m {
        display: none !important;
    }
    .only_pc {
        display: block !important;
    }
}




/*
#s1_1 {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    background: url('/common/event/images/yellowknife/s1_bg.webp') 50% 80% no-repeat;
    background-size: cover;
} */

#s1 {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    overflow: hidden;
}
#s1 #bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    z-index: 9;
    /* min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto; */
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
/* #s1 .bgimg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    object-fit: cover;
} */
#event_video{
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.intro_text_wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 11;
    padding: 19% 0 0 13%;
}

.intro_text_wrap h2{
    margin: 0 0 20px 0;
    font-weight: 100;
    color: #fff;
    font-size: 2em;
}
.intro_text_wrap h1{
    font-weight: 500;
    color: #f2ffce;
    font-size: 2.4em;
}
.intro_text_wrap h5{
    font-weight: 300;
    color: #ffd600;
    font-family: "Berkshire Swash", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}
.intro_text_wrap .logo {
    width: 200px;
    margin-top: 20px;
}

#s1 .logo2 {
    display: block;
    position: absolute;
    /* top: 100px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    z-index: 10;
    right: 20px;
    bottom: 20px;
    width: 150px;
}



@media (min-width: 992px) {
    .intro_text_wrap {
        padding: 13% 0 0 13%;
    }
    .intro_text_wrap h2{
        font-size: 2.5em;
    }
    .intro_text_wrap h1{
        font-size: 3.5em;
    }
    .intro_text_wrap h5{
        font-size: 2em;
    }
    .intro_text_wrap .logo {
        width: 200px;
        margin-top: 20px;
    }
    #s1 .logo2 {
        right: 100px;
        bottom: 100px;
        width: 380px;
    }
}










#s2 {
    /* position: relative;
    margin-bottom: 0;
    padding-bottom: 4em;
    background-color: #000;
    color: #fff;
    text-align: center; */

    position: relative;
    width: 100%;
    height: 70vh;
    margin-bottom: 0;
    padding-top: 7em;
    background: url('/common/event/images/yellowknife/s2_bg.webp') 40% 100% no-repeat;
    background-size: cover;
}
.catchphrase {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
}
/* .catchphrase:after{
    display: block;
    content: '';
    padding-bottom: 100%;
} */
.catchphrase img {
    width: 100%;
    max-width: 500px !important;
}
.title_main_text {
    display: inline-block;
    padding-top: 2rem;
    border-top: 1px solid #fcbe29;
    margin: 0 0 1rem 0;
    text-align: center;
    color: #fff;
}

.title_main_text .yellow {
    color: #ffd600;
}

.title_main_text .white {
    display: block;
    color: #e7ffd1;
    font-size: .8em;
}
@media (min-width: 992px) {
    #s2 {
        padding-top: 15%;
        min-height: 1000px;
    }
    .title_main_text {
        font-size: 3em;
    }
}








/* #s2 .w_img {margin-bottom: 0;} */
#s2_1 {
    padding: 4em 0;
    /* margin-bottom: 0; */
    /* background-color: #000; */
    color: #fff;

    padding: 4em 0;
    margin-bottom: 0;
    background-color: #000;
    color: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    /* padding-top: 4em; */
    /* background: #000 url(/common/event/images/yellowknife/aurora_light_1.png) 50% 0% no-repeat; */
    /* background-size: cover; */
}

#s2_1 .map{
    display: block;
    margin: 80px auto 0 auto;
    padding-top: 80px;
    border-top: 1px solid #454545;
}

#s2_1 .container{
    text-align: left;
}

#s2_1 h1{margin-bottom: 3rem;color:#b8f5e7}
#s2_1 p{margin: 0 0 15px 0;}
#s2_1 p .accent1{color: #cc0000;}
#s2_1 p .accent2{color: #ffcb00;}



/*
#s2_1{}
#s2_1 h1{margin-bottom: 3rem;color:#3c4fa1}
#s2_1 p{margin: 0 0 15px 0;}
#s2_1 p .accent1{color: #cc0000;}
#s2_1 p .accent2{background-color: #ffcb00;}
#s2_1 img{} */


@media (min-width: 992px) {
}






#s3 {
    position: relative;
    margin-bottom: 0;
    padding: 5em 0;
    width: 100%;
    background: url('/common/event/images/yellowknife/s3_bg.jpg') 50% 0% no-repeat;
    background-size: cover;
}

#s3 h1{
    margin: 0 0 15px 0;
    color: #1c5992;
}
#s3 h1 .accent{
    color: #7c59d1;
}

#s3 h5 {
    margin: 0 0 2em 0;
    font-size: 1.3em;
    line-height: 200%;
}
#s3 h5 .accent{
    display: inline-block;
    padding: 0 7px 14px 7px;
    font-size: 1.5em;
    color: #7c59d1;
}
.sup_acc{
    position: relative;
    display: inline-block;
}
/* .sup_acc::after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fcbe29;
    position: absolute;
    left: 12px;
    top: -10px;
    z-index: 3;
} */
.sup_acc_type1::after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: -8px;
    z-index: 3;
    background-color: #d0a700;
}
.sup_acc_type2::after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: -8px;
    z-index: 3;
    background-color: #48af51;
}
.sup_acc_type3::after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: -8px;
    z-index: 3;
    background-color: #a45dc2;
}
@media (min-width: 992px) {
    .sup_acc_type1::after {left: 10px; top: -10px;}
    .sup_acc_type2::after {left: 12px; top: -10px;}
    .sup_acc_type3::after {left: 12px; top: -10px;}
}



.benefit{}
.benefit_el{
    /* margin: 0 0 2.4em 0; */
    padding: 3em 0;
    border-top: 1px solid #fff;
}
.benefit_el h3{
    display: flex;
    color: #7f3a7c;
    margin: 0 0 .8em 0;
}
.benefit_el h3 span {
    display: block;
    padding: 0 5px 0 0;
}
.benefit_el p{
    margin: 0 0 .6em 0;
}
.benefit_el img.photoset{
    border: 8px solid #f5f5f5;
    border-bottom: 36px solid #f5f5f5;
    transform: rotate(5deg);
    box-shadow: 1px 1px 5px #0000003d;
}

.benefit_el .gift_title{

}
.benefit_el .gift_desc{

}
.benefit_el .gift_img{

}



.gift_el{
    position: relative;
}
.gift_el .gift_txt{

}
.gift_el .gift_txt .gift_name{
    display: inline-block;
    padding: 3px 6px;
    background-color: #7a78cf;
    color: #fff;
    margin-bottom: 0;
    font-size: 1.2em;
}
.gift_el .gift_txt .gift_desc{
    padding: 3px 6px;
    background-color: #fff;
    color: #7a78cf;
    height: 5em;
}
.gift_el .gift_img{}


@media (min-width: 992px) {
    .gift_el .gift_txt {
        position: absolute;
        left: 0px;
        top: 30px;
        z-index: 5;
    }
    .gift_el .gift_img img {
        border-radius: 20px;
    }
    .gift_el .gift_txt .gift_desc {
        height: auto;
    }
}

















#s4{
    position: relative;
    margin-bottom: 0;
    padding: 5em 0;
    width: 100%;
    background: url('/common/event/images/yellowknife/s4_1_bg.webp') 50% 0% no-repeat;
    background-size: cover;
    color: #fff;
}
#s4 .catchphrase {
    position: relative;
    background-color: #ffffff87;
    border-radius: 50%;
    width: 90%;
    max-width: 480px;
    text-align: center;
    margin: 0 auto 3em auto;
}
/* #s4 .catchphrase:after{
    display: block;
    content: '';
    padding-bottom: 100%;
} */
#s4 .catchphrase img {
    display: block;
    max-width: 400px !important;
    margin: 0 auto;
}
#s4 h1{
    margin: 0 0 2em 0;
    text-align: center;
    color: #b7ddff;
}
.advantage{
    margin: 2em 0;
}
.advantage .count {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 5px;
    margin-bottom: 10px;
    width: 60px;
    height: 45px;
    border-radius: 20%;
    background-color: #ffb7df;
    color: #450c0c;
    font-size: 1.3em;
}
.advantage h4{
    padding: 5px 0 15px 0;
    color: #88ffd4;
}
.advantage p{
    margin: 0 0 1.5em 0;
    font-weight: 100;
}
.advantage .yellowvillage_logo{
    display: block;
    margin: 0 auto;
    max-width: 240px !important;
}
.advantage img {
    border-radius: 15px;
}
.advantage img.cg{
    /* margin-top: 100px; */
}
@media (min-width: 992px) {
    .advantage img.cg{
        /* margin-top: 10px; */
    }
}






#s5{}
#s5 .w_bg{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    margin: 0 0 3em 0;
    height: 60vh;
    background: url('/common/event/images/yellowknife/s5_bg2.webp') 50% 0% no-repeat;
    background-size: cover;
}
#s5 .w_bg h1{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
    z-index: 10;
    min-width: 300px;
    color: #e9faff;
}
.program_el{
    margin: 0  0 1.5em 0;
}
.program_el h3{
    color: #3c7a29;
}
.program_el ul{
    list-style-type: disc;
    padding-left: 15px;
}
.program_el ul li{
    font-weight: 100;
}
.program_el ol{
    list-style-type: decimal;
    padding-left: 15px;
}
.program_el ol li{
    font-weight: 100;
}

.program_el p{
    font-weight: 100;
}
.program_el p.sub{
    margin: 1em 0 0 0;
    color: #333;
}
@media (min-width: 992px) {
    #s5 .w_bg h1 {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}



#s6{}
#s6 .w_bg {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    position: relative;
    margin: 0 0 3em 0;
    height: 60vh;
    background: url('/common/event/images/yellowknife/s6_bg.webp') 50% 0% no-repeat;
    background-size: cover;
}
#s6 .w_bg h1{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
    z-index: 10;
    color: #cdfbff;
}
@media (min-width: 992px) {
    #s6 .w_bg h1 {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}










.customer_consult {
    margin: 3em auto 0 auto;
    padding: 1.5em 1em;
    max-width: 800px;
    box-shadow: 3px 3px #d9d9d9;
    background-color: #228be6;
}

.customer_consult .icon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.customer_consult .icon i {
    color: #fff;
    font-size: 3em;
    font-family: var(--font-awesome) !important;
}

.customer_consult p {
    color: #fff;
    font-size: .9em;
    text-align: left;
    margin-top: 1em;
}

.customer_consult a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    background-color: var(--consult);
    background: var(--consult-bg);
    color: #fff;
    border: 1px solid var(--consult-border)
}

@media (min-width: 992px) {
    .customer_consult p {
        margin-top: 0;
    }

    .customer_consult a {
        display: inline-block;
        text-align: left;
    }
}