.lp-header {
    position: relative;
    height: 100vh;
}

.slider-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.menu {
    position: absolute;
    left: 0;
    z-index: 900;
    width: 100%;
    bottom: 0;
}

.menu label {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50px;
    margin: 0 .2em 1em;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    padding: 8em 1em 0;
    background-size: cover;
    background-position: 50% 50%;
    transition: left 0s .75s;
    transition-timing-function: ease-out;
}

[id^="slide"]:checked+.slide {
    left: 0;
    z-index: 100;
    transition: left 1.6s cubic-bezier(1, .41, .97, .79);
}

.slide-1 {
    background-image: url("../../../uploads/2020/06/IMGLP20200610-1.jpg");
}

.slide-2 {
    background-image: url("../../../uploads/2020/06/IMGLP20200610-2.jpg");
}

.slide-3 {
    background-image: url("../../../uploads/2020/06/IMGLP20200610-3.jpg");
}

.lp-header-img0 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner {
    max-width: 1040px;
    margin:  0 auto;
}

.lp-introduce {
    background-color: #fff5d9;
}

.lp-introduce p {
    color: #333333;
    text-align: center;
    line-height: 200%;
    font-size: 14px;
    /* font-weight: bold; */
}

.lp-introduce img {
    width: 600px;
    margin: auto;
}

.lp-introduce .inner {
    padding: 80px 0;
}

@media screen and (max-width: 559px) {
    .lp-introduce .inner {
        padding: 48px 14px;
    }
    .lp-introduce .inner p {
        font-size: 14px;
        line-height: 200%;
    }
}

.lp-logo .inner {
    padding: 80px 0;
}

.lp-logo p {
    color: #333333;
    text-align: center;
    line-height: 200%;
    /* font-weight: bold; */
}

.lp-logo h3 {
    color: #333333;
    text-align: center;
    line-height: 200%;
    font-weight: bold;
}

@media screen and (max-width: 559px) {
    .lp-logo .inner {
        padding: 48px 14px;
    }
    .lp-logo .inner p {
        font-size: 14px;
        line-height: 200%;
    }
}

.lp-speakers {
    background-color: #D2D2D2;
}

.lp-speakers .inner {
    padding: 0 0 50px;
    width: 100%;
    max-width: 900px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lp-speakers .member-banner {
    width: 180px;
}

.lp-speakers .member-banner p {
    font-size: 12px;
    height: 75px;
    line-height: 160%;
    text-align: center;
    margin-top: 8px;
    color: #333333;
}

.lp-titlewrap {
    width: 100%;
    height: 48px;
    position: relative;
    text-align: center;
}

.lp-titlewrap .titleline {
    position: absolute;
    top: 50%;
    height: 2px;
    left: 0;
    right: 0;
    background-color: black;
}

.lp-titlewrap .lp-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    background-color: #d2d2d2;
    padding: 12px;
}

.lp-speakers .speakerstitle {
    width: 100%;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 48px;
    font-weight: bold;
}

.lp-speakers .speakerstitle span {
    background-color: white;
    z-index: 10;
}

.lp-speakers .speakerstitle::before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    background-color: #000000;
    left: 0;
    top: 50%;
    z-index: -2;
}

.lp-schedule {
    background-color: #b2b2b2;
    padding-bottom: 50px;
}

.lp-hosting {
    padding: 40px 0 80px 0;
    background-color: white;
}

.hosting-item {
    text-align: center;
}

.lp-sectiontitle {
    width: 100%;
}

p.background {
    position: relative;
    z-index: 1;
    font-size: 48px;
    padding: 48px 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

p.background:before {
    border-top: 2px solid #d2d2d2;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

p.background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #d2d2d2;
    padding: 0 15px;
}

p.double:before {
    /* this is just to undo the :before styling from above */
    border-top: none;
}

p.double:after {
    border-bottom: 1px solid black;
    -webkit-box-shadow: 0 1px 0 0 black;
    -moz-box-shadow: 0 1px 0 0 black;
    box-shadow: 0 1px 0 0 black;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
}

.lp-schedule p.background span {
    background-color: #b2b2b2;
}

.lp-sponsor p.background span {
    background-color: #ffffff;
}

.lp-sponsor a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #1a73e8 !important;
}

.lp-hosting p.background span {
    background-color: #ffffff;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-container .lpsponsor-item {
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-container .person-item {
    flex: 0 0 21%;
    margin-bottom: 30px;
}

.flex-container .person-item .__thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
    /**/
    position: relative;
    /**/
}

.flex-container .person-item .__thumb:hover {
    cursor: pointer;
}

.flex-container .person-item .__thumb img {
    transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.flex-container .person-item .__thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.flex-container .person-item-filler {
    flex: 0 0 21%;
}
.flex-container .schedule-left {
    flex: 0 0 30%;
}

.schedule-left p {
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
}

.schedule-itemdiv {
    margin-bottom: 50px;
}

.flex-container .schedule-title {
    font-size: 24px;
    font-weight: bold;
}

.flex-container .schedule-right {
    flex: 1;
}

.scheduleperson-div {
    margin-bottom: 24px;
    margin-top: 24px;
}

.schedule-right .scheduleperson-item {
    width: 100px;
}

.schedule-right .scheduleperson-item .__thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    /**/
    position: relative;
    /**/
}

.schedule-right .scheduleperson-item .__thumb:hover {
    cursor: pointer;
}

.schedule-right .scheduleperson-item .__thumb img {
    transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.schedule-right .scheduleperson-item .__thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.scheduleperson-div .scheduleperson-info {
    padding-left: 24px;
    padding-top: 12px;
    flex: 1;
}

.scheduleperson-name {
    font-weight: 18px;
    font-weight: bold;
}

.inner-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* Slider */

[data-barba="wrapper"] {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.topIndexArea {
    position: relative;
}

.parallaxImageWrap {
    position: absolute;
    top: 0;
    left: 0;
}

.topIndexTitleWrap {
    padding-left: 8.84615%;
    margin-bottom: 60px;
}

.topIndexTitleWrap h2 {
    font-size: 28px;
    font-weight: 400;
    color: #006BFF;
    padding-left: 65px;
    margin-bottom: 20px;
    position: relative;
}

.topIndexTitleWrap img {
    position: relative;
    display: block;
    left: -65px;
    margin-bottom: 10px;
}

.topIndexTitleWrap p {
    padding-left: 65px;
    padding-left: 65px;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .topIndexTitleWrap {
        padding-left: 7.2%;
    }
    .topIndexTitleWrap img {
        left: 0;
    }
    .topIndexTitleWrap h2 {
        padding-left: 0;
    }
    .topIndexTitleWrap p {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .topIndexTitleWrap h2 {
        margin-bottom: 36px;
        padding-left: 0;
        font-size: 20px;
    }
    .topIndexTitleWrap img {
        left: 0;
    }
    .topIndexTitleWrap p {
        padding-left: 0;
        line-height: 1.72;
    }
}
/*
top slider */

.topIndexAreaSlider {
    position: relative;
    overflow: hidden;
}

.topIndexAreaSliderTitle {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 130px;
    right: 12%;
    z-index: 1000;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
}

.topIndexAreaSliderCopyWrap {
    position: relative;
    top: -380px;
    z-index: 1000;
    width: 80%;
}

.topIndexAreaSliderCopyWrap::after {
    position: absolute;
    content: "";
    display: block;
    right: -31%;
    top: 380px;
    width: 67%;
    height: 53%;
    background: no-repeat url(../lpassets/bg_top_blue01.png) bottom right;
    background-size: cover;
    z-index: -1;
}

.topIndexAreaSliderCopyImage {
    position: relative;
    line-height: 1;
}

.topIndexAreaSliderCopyImage img {
    position: relative;
    left: -1%;
    bottom: -14px;
    vertical-align: bottom;
}

@media (max-width: 1023px) {
    .topIndexAreaSliderCopyWrap {
        top: -33vw;
    }
    .topIndexAreaSliderCopyWrap::after {
        top: 33vw;
    }
}

.topIndexAreaSliderCopy {
    background-color: #fff;
    position: relative;
}

.topIndexAreaSliderCopy::after,
.topIndexAreaSliderCopy::before {
    position: absolute;
    content: "";
    display: block;
}

.topIndexAreaSliderCopy::after {
    left: 0;
    bottom: -150px;
    width: 75%;
    height: 100%;
    background: #E6F7FF;
    z-index: -1;
}

.topIndexAreaSliderCopy::before {
    left: 43%;
    bottom: -100px;
    width: 67%;
    height: 60%;
    background: no-repeat url(../lpassets/bg_top_blue02.png) bottom right;
    z-index: -1;
}

.topIndexAreaSliderCopyInnerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 0;
}

.topIndexAreaSliderCopyInnerWrap .topIndexAreaSliderCopyInner {
    width: 550px;
}

.topIndexAreaSliderCopyInnerWrap::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.topIndexAreaSliderCopyInnerWrap::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.topIndexAreaSliderCopy h3 {
    color: #006BFF;
    font-size: 28px;
    font-weight: lighter;
    line-height: 1.79;
}

.topIndexAreaSliderCopy p {
    margin-top: 34px;
    font-size: 16px;
    line-height: 2.125;
}

.topIndexAreaSliderCopy h3+p {
    margin-top: 22px;
}

.topIndexAreaSliderCopy .topIndexAreaSliderCopyButton {
    margin-top: 52px;
}

.topIndexAreaSliderCopy .topIndexAreaSliderCopyButton .btnMod02 {
    background: no-repeat url(../lpassets/bg_btn_blue02.png) 0 0;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

@media screen and (max-width: 767px) {
    .topIndexAreaSliderCopyWrap {
        width: 100%;
        top: -30vw;
    }
    .topIndexAreaSliderCopyWrap::after {
        height: 80%;
        background-position: bottom;
        top: 30vw;
    }
    .topIndexAreaSliderCopyImage {
        bottom: 25.4vw;
        width: 96.5%;
    }
    .topIndexAreaSliderCopyImage img {
        position: relative;
        bottom: 0;
        width: 96.5%;
        max-width: 100%;
    }
    .topIndexAreaSliderCopy {
        width: 92%;
        position: relative;
        top: -7vh;
    }
    .topIndexAreaSliderCopyInnerWrap {
        padding: 48px 0 40px 0;
    }
    .topIndexAreaSliderCopyInnerWrap .topIndexAreaSliderCopyInner {
        width: 84%;
    }
    .topIndexAreaSliderCopyInnerWrap .topIndexAreaSliderCopyInner p {
        font-size: 13px;
    }
    .topIndexAreaSliderCopy h3 {
        font-size: 18px;
        line-height: 1.78;
    }
    .topIndexAreaSliderCopy p {
        margin-top: 26px;
        font-size: 13px;
        line-height: 2;
    }
    .topIndexAreaSliderCopy h3+p {
        margin-top: 10px;
    }
    .topIndexAreaSliderCopy .topIndexAreaSliderCopyButton {
        margin-top: 37px;
    }
    .topIndexAreaSliderCopy .topIndexAreaSliderCopyButton .btnMod02 {
        width: 200px;
        height: 60px;
        font-size: 14px;
    }
    .topIndexAreaSliderCopy::before {
        left: 36%;
        bottom: -40px;
    }
    .topIndexAreaSliderCopy::after {
        bottom: -60px;
    }
}
/*
top about */

.topIndexAreaAbot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -150px;
}

.topIndexAreaAbotWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.topIndexAreaAbotWrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 80px;
    background: #FFF;
    z-index: 3;
}

.topIndexAreaAbotWrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 80px;
    background: #FFF;
    z-index: 3;
}

.topIndexAreaAbotWrap .bg01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(50vw + 80px);
    line-height: 0;
    overflow: hidden;
    z-index: 2;
}

.topIndexAreaAbotWrap .bg01 img {
    position: absolute;
    top: -38%;
    left: -9%;
    width: 119.69230%;
    max-width: 119.69230%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.topIndexAreaAbotWrap>div {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    height: 50vw;
}

.topIndexAreaAbotTitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0 7.69231vw;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8.84615%;
    z-index: 3;
}

.topIndexAreaAbotTitle h2 {
    font-size: 28px;
    margin-bottom: 29px;
    font-weight: 300;
}

.topIndexAreaAbotTitle p {
    font-size: 14px;
    line-height: 2;
}

.topIndexAreaAbotTitle img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.topIndexAreaAbotContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    background-color: rgba(0, 0, 0, 0.19);
    padding: 3.84vw;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 3;
}

.topIndexAreaAbotContent::after {
    top: 0;
    left: 0;
}

.topIndexAreaAbotLinkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.topIndexAreaAbotLinkWrap li {
    width: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topIndexAreaAbotLinkWrap li a:hover {
    color: #006BFF;
}

.topIndexAreaAbotLinkWrap li:nth-child(4),
.topIndexAreaAbotLinkWrap li:nth-child(2) {
    border-left: 1px solid #F0F0F0;
}

.topIndexAreaAbotLinkWrap li:nth-child(4),
.topIndexAreaAbotLinkWrap li:nth-child(3) {
    border-top: 1px solid #F0F0F0;
}

.topIndexAreaAbotLinkWrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5vw 2.6vw 4vw 2.6vw;
    width: 100%;
}

.topIndexAreaAbotLinkTitle {
    font-size: 16px;
    color: #006BFF;
    text-align: center;
    margin-bottom: 62px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .topIndexAreaAbotLinkTitle {
        margin-bottom: 2.5vw;
    }
    .topIndexAreaAbotLinkWrap a {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .topIndexAreaAbot {
        margin-top: -8vw;
    }
    .topIndexAreaAbotWrap {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: url(/contents/recruit/images/top/bg_top_about_01_ipad.jpg) no-repeat 0 0;
        background-size: cover;
        width: 100%;
    }
    .topIndexAreaAbotWrap .bg01 {
        display: none;
    }
    .topIndexAreaAbotWrap::after,
    .topIndexAreaAbotWrap::before {
        display: none;
    }
    .topIndexAreaAbotWrap>div {
        width: auto;
        height: auto;
    }
    .topIndexAreaAbotTitle {
        display: block;
        padding: 77px 7.2% 33px 7.2%;
    }
    .topIndexAreaAbotTitle h2 {
        margin-bottom: 4px;
    }
    .topIndexAreaAbotTitle img {
        margin: 0 0 8px 0;
        max-width: 310px;
    }
    .topIndexAreaAbotContent {
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 0 7.2% 7.2vw 7.2%;
    }
    .topIndexAreaAbotLinkWrap a {
        padding: 6.3vw 4.4vw 6.1vw 4.4vw;
    }
    .topIndexAreaAbotLinkTitle {
        margin-bottom: 5.9vw;
    }
}

@media screen and (max-width: 767px) {
    .topIndexAreaAbot {
        margin-top: -40px;
        background: no-repeat url(../lpassets/bg_top_about_sp.png);
        background-size: 100% auto;
    }
    .topIndexAreaAbotWrap {
        position: relative;
        display: block;
    }
    .topIndexAreaAbotWrap .bg01 {
        display: none;
    }
    .topIndexAreaAbotWrap::after,
    .topIndexAreaAbotWrap::before {
        display: none;
    }
    .topIndexAreaAbotWrap>div {
        width: 100%;
        padding: 0 0 0 8%;
        height: auto;
        margin: 0;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle {
        padding: 45px 8% 39px 8%;
        background-color: transparent;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle h2 {
        margin-bottom: 31px;
        font-size: 20px;
        font-weight: 400;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle p {
        line-height: 1.72;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle img {
        margin: 0;
    }
    .topIndexAreaAbotContent {
        display: block;
        margin-top: 0;
        padding: 0;
        background-color: transparent;
    }
    .topIndexAreaAbotLinkWrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-shadow: 0px 6px 25px rgba(21, 31, 36, 0.05);
        box-shadow: 0px 6px 25px rgba(21, 31, 36, 0.05);
    }
    .topIndexAreaAbotLinkWrap a {
        padding: 22px 60px 29px 30px;
    }
    .topIndexAreaAbotLinkWrap li {
        width: auto;
        border-bottom: 1px solid #E8E8E8;
    }
    .topIndexAreaAbotLinkWrap li:nth-child(4),
    .topIndexAreaAbotLinkWrap li:nth-child(2) {
        border-left: none;
    }
    .topIndexAreaAbotLinkWrap li:nth-child(4),
    .topIndexAreaAbotLinkWrap li:nth-child(3) {
        border-top: none;
    }
    .topIndexAreaAbotLinkWrap li:nth-child(4) {
        border-bottom: none;
    }
    .topIndexAreaAbotLinkTitle {
        text-align: left;
        margin-bottom: 7px;
        letter-spacing: 0.1em;
    }
    .topIndexAreaAbotLinkCaption {
        font-size: 12px;
        line-height: 1.84;
    }
}
/*
top interview */

.topIndexAreaInterview {
    margin-top: 126px;
    margin-bottom: 120px;
}

.topIndexAreaInterview::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 57px;
    width: 80%;
    height: 95.5%;
    background: #F0FAFF;
    z-index: -1;
}

.c-hksd {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    background-size: cover;
}

.c-hksd-frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-hksd-slider {
    position: relative;
}

.c-hksd-slider,
.c-hksd-slider_inner {
    overflow: hidden;
    height: 100%;
}

.c-hksd-slider_slide {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, 100vw, 100vh, 100vw);
}

.c-hksd-slider_slide_inner {
    margin: -9px;
    width: calc(100% + 18px);
    height: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-hksd-slider_slide_inner {
        height: calc(100% + 18px);
    }
}

.c-hksd-slider_slide figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

.c-hksd-slider_slide figure::before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.17);
    z-index: 100;
}

.c-hksd-slider_slide figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    height: auto;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-hksd-slider_slide figure img {
        top: 0;
        left: 0;
        width: 100%;
        min-width: 0;
        height: 100%;
        min-height: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.c-hksd-slider_slide figure img {
    width: 100%;
    height: 100%;
}

.c-hksd-slider_slide.pre {
    z-index: 20;
    clip: rect(0, 100vw, 100vh, 0);
    -webkit-animation: c-hksd-prev-slide 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    animation: c-hksd-prev-slide 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}

@-webkit-keyframes c-hksd-prev-slide {
    from {
        left: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        left: -10%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes c-hksd-prev-slide {
    from {
        left: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        left: -10%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.c-hksd-slider_slide.active {
    -webkit-animation: c-hksd-slide-clip 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    animation: c-hksd-slide-clip 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    z-index: 30;
}

@-webkit-keyframes c-hksd-slide-clip {
    from {
        clip: rect(0, 100vw, 100vh, 100vw);
    }
    50% {
        clip: rect(0, 100vw, 100vh, 0);
    }
    to {
        clip: rect(0, 100vw, 100vh, 0);
    }
}

@keyframes c-hksd-slide-clip {
    from {
        clip: rect(0, 100vw, 100vh, 100vw);
    }
    50% {
        clip: rect(0, 100vw, 100vh, 0);
    }
    to {
        clip: rect(0, 100vw, 100vh, 0);
    }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-hksd-slider_slide.active img {
        -webkit-animation: hksd-slide-scale-in 7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
        animation: hksd-slide-scale-in 7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    }
    @-webkit-keyframes hksd-slide-scale-in {
        from {
            -webkit-transform: scale(1.2) translate3d(150px, 0, 0);
            transform: scale(1.2) translate3d(150px, 0, 0);
        }
        25% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        45% {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
        to {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
    }
    @keyframes hksd-slide-scale-in {
        from {
            -webkit-transform: scale(1.2) translate3d(150px, 0, 0);
            transform: scale(1.2) translate3d(150px, 0, 0);
        }
        25% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        45% {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
        to {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
    }
}

.c-hksd_progress {
    z-index: 50;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 60px);
}

.c-hksd-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #fff;
}

@media (min-width: 768px) {
    .c-hksd_progress {
        width: 20%;
        right: 0;
    }
}

.tablet .viewed .c-hksd-progress_inner {
    width: 60%;
}

.tablet .c-hksd-nomax_max,
.tablet .c-hksd-nomax_no {
    width: 1em;
}

@media (max-width: 767px) {
    .c-hksd_progress {
        bottom: 5.5%;
        left: 0;
        padding-left: 15px;
    }
    .c-hksd_progress .viewed {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .viewed .c-hksd-progress_inner {
        padding: 0;
    }
}

.c-hksd-progress_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.viewed .c-hksd-progress_bg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.c-hksd-progress_inner {
    padding: 36.66667px 0 46px 0;
    z-index: 10;
    position: relative;
    -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.viewed .c-hksd-progress_inner {
    width: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.c-hksd-progress_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-hksd-progress_bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -2px;
    margin-right: -3px;
    width: 50%;
}

.c-hksd-progress_bar {
    padding-right: 2.5px;
    padding-left: 2.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 2px;
}

.c-hksd-progress_bar_inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.c-hksd-progress_bar_bg {
    background-color: rgba(255, 255, 255, 0.2);
}

.c-hksd-progress_bar_bg,
.c-hksd-progress_bar_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-hksd-progress_bar_line.active {
    background-color: #fff;
    -webkit-transition: linear 0s;
    transition: linear 0s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-name: progress_bar-active;
    animation-name: progress_bar-active;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    left: 100%;
}

@-webkit-keyframes progress_bar-active {
    0% {
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    95% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: 0%;
    }
    to {
        left: 150%;
    }
}

@keyframes progress_bar-active {
    0% {
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    95% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: 0%;
    }
    to {
        left: 150%;
    }
}

.c-hksd-nomax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.c-hksd-nomax_delimiter,
.c-hksd-nomax_max,
.c-hksd-nomax_no {
    letter-spacing: 0;
    line-height: 1;
    font-size: 14px;
    position: relative;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 700;
}

.c-hksd-nomax_no {
    top: 0;
}

.c-hksd-nomax_max,
.c-hksd-nomax_no {
    overflow: hidden;
    position: relative;
    width: 1.5em;
    height: 1em;
}

.c-hksd-nomax_max span,
.c-hksd-nomax_no span {
    -webkit-animation: c-hksd-num-up-out 1s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
    animation: c-hksd-num-up-out 1s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
    position: absolute;
    left: 0;
}

@-webkit-keyframes c-hksd-num-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes c-hksd-num-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

.c-hksd-nomax_max span.active,
.c-hksd-nomax_no span.active {
    -webkit-animation: c-hksd-num-up-in 0.8s cubic-bezier(0.26, 1, 0.48, 1) 1 0s normal both;
    animation: c-hksd-num-up-in 0.8s cubic-bezier(0.26, 1, 0.48, 1) 1 0s normal both;
}

@-webkit-keyframes c-hksd-num-up-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes c-hksd-num-up-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .c-hksd {
        /* height: 59.18vh; */
        height: calc(100vh - 90px);
    }
    .topIndexAreaSliderTitle {
        font-size: 24px;
        top: 100px;
        right: 6%;
    }
    .pc .topIndexAreaSliderTitle {
        font-size: 3vh;
    }
}

@media (max-width: 767px) {
    .c-hksd {
        height: calc(100vh - 42px);
    }
    .topIndexAreaSliderTitle {
        top: 120px;
        right: 7%;
        font-size: 18px;
    }
}

.c-hksd_progress {
    display: none;
}

.event-titlediv {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
}
/* ----------------------- */

.mail-register {
    display: inline-block;
    background-color: #E10816;
    border-radius: 55px;
    color: #fff!important;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    transition: all 0.5s;
    margin-top: 48px!important;
    margin: 0 auto;
    padding: 20px 70px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 50;
}

.mail-register:hover {
    color: #fff;
    opacity: 0.8;
}

.mail-register:visited,
.mail-register:active {
    color: #fff!important;
}

.online-register {
    display: inline-block;
    background-color: #E10816;
    border-radius: 55px;
    color: #fff!important;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    transition: all 0.5s;
    margin-top: 48px!important;
    margin: 0 auto;
    padding: 20px 70px;
    z-index: 50;
}

.online-register:hover {
    color: #fff;
    opacity: 0.8;
}

.online-register:visited,
.online-register:active {
    color: #fff!important;
}

@media (max-width: 559px) {
    .mail-register {
        right: 0px;
        font-size: 12px;
        line-height: 18px;
        left: 16px;
        right: 16px;
    }
    .online-register {
        padding: 20px 30px;
    }
    p.background {
        font-size: 30px;
        padding: 25px 0;
    }
    .flex-container .schedule-left {
        flex: 0 0 100%;
    }
    .flex-container .schedule-left p {
        text-align: left;
        font-size: 12px;
    }
    .flex-container .schedule-title {
        font-size: 20px;
    }
    .scheduleperson-div {
        margin: 12px 0;
    }
    .schedule-right .scheduleperson-item {
        width: 60px;
    }
    .schedule-right .scheduleperson-item .__thumb {
        border-radius: 30px;
    }
    .schedule-right .scheduleperson-item .__thumb img {
        border-radius: 30px;
    }
    .scheduleperson-div .scheduleperson-info {
        padding-top: 0;
        padding-left: 10px;
    }
    .scheduleperson-name {
        font-size: 16px;
    }
    .schedule-detail,
    .scheduleperson-detail {
        font-size: 14px;
    }
    .schedule-itemdiv {
        margin-bottom: 20px;
    }
    .lp-schedule {
        padding-bottom: 20px;
    }
}

.person-name {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
}

.person-detail {
    text-align: center;
    line-height: 25px;
    max-height: 100px;
    overflow: hidden;
    font-size: 14px;
}
.person-item.third .person-detail {
    line-height: 20px;
}
.float-banner {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 24px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white !important;
    z-index: 100;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.float-banner:hover {
    background-color: rgba(0, 0, 0, 1);
}

/* Page wrapper */

.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    text-align: center;
}
/* Icons */

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}

.modal {
    position: absolute;
    z-index: 10000;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 500px;
    margin-left: -16em;
    padding-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
    border-radius: 8px;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    /* background-color: #fff; */
    /* box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06); */
    /* border-bottom: 1px solid #e8e8e8; */
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    margin: 2px 2px 0 0;
}

button.modal-close:hover {
    background-color: #eee;
}

.modal-close:hover {
    background-color: #eee;
}

.modal-heading {
    font-size: 16px;
    color: #333333;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-body {
    color: #333333;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.modal-content-left {
    flex: 0 0 30%;
}

.modal-content-right {
    flex: 0 0 70%;
}

.msgpicture {
    margin: 0 16px 0 0;
    width: 200px;
    float: left;
}

.messagep {
    font-size: 14px;
}

@media screen and (max-width: 559px) {
    .modal-wrapper {
        left: 16px;
        right: 16px;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .messagep {
        font-size: 14px;
    }
    .msgpicture {
        width: 100px;
    }
}

.desktop-content {
    display: block;
}

.mobile-content {
    display: none;
}

@media screen and (max-width: 559px) {
    .desktop-content {
        display: none;
    }
    .mobile-content {
        display: block;
    }
}


/******Second LP Start**********************/
.event-titlediv.second{
top: 43%;
}
a.float-banner-second, a.float-banner-second:focus, a.float-banner-second:visited,
.float-banner-second {
position: absolute;
top: 0;
right: 0;
padding: 10px 24px;
background-color: #E10816;
color: white !important;
z-index: 100;
text-align: center;
transition: all 0.3s;
}
.float-banner-second:hover {
color: #fff;
opacity: 0.8;
}
.mail-register-second {
display: inline-block;
border-radius: 55px;
color: #fff!important;
text-align: center;
line-height: 35px;
font-size: 20px;
font-weight: bold;
transition: all 0.5s;
margin-top: 48px!important;
margin: 0 auto;
padding: 20px 70px;
position: absolute;
bottom: 50px;
left: 50px;
z-index: 50;
}
@media (max-width: 559px) {
.mail-register-second {
    font-size: 12px;
    line-height: 18px;
    left: 0;
    right: 0;
    padding: 20px 8px;
}
}
.lp-introduce.second {
background-color: white;
}
.online-register.second {
border-radius: 0;
}
.video-div {
width: 600px;
margin: 80px auto 0;
}
.video-div video {
width: 100%;
}
.lp2-title {
position: relative;
font-size: 36px;
width: 100%;
font-weight: bold;
text-align: center;
line-height: 2.4em;
margin-bottom: 30px;
}
.lp2-title:after {
border-bottom: 1px solid #E10816;
-webkit-box-shadow: 0 1px 0 0 #E10816;
-moz-box-shadow: 0 1px 0 0 #E10816;
box-shadow: 0 1px 0 0 #E10816;
content: "";
margin: 0 auto;
position: absolute;
bottom: 18%;
left: 0;
right: 0;
width: 90px;
}
.lp3-title {
    position: relative;
    font-size: 36px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 2.4em;
    margin-bottom: 30px;
}
.lp-speakers.second {
    background-color: white;
    font-size: 14px;
}
.lp-speakers.third {
    background-color: #f7f7f7;
    padding-top: 40px;
}
.flex-container .person-item.second {
margin-bottom: 50px;
}
.flex-container .person-item.third {
    margin-bottom: 50px;
    padding: 20px 10px;
    background-color: #fff;
    flex: 0 0 23.5%;
}
.flex-container .person-item .__thumb.second {
border-radius: 50%;
width: 70%;
margin: auto;
}
.flex-container .person-item .__thumb.third {
    border-radius: 50%;
    width: 70%;
    margin: auto;
}
.person-name.second,
.person-name.third {
line-height: 2.4em;
position: relative;
}
.person-name.second:after,
.person-name.third:after {
border-bottom: 0.5px solid #111;
-webkit-box-shadow: 0 0.5px 0 0 #111;
-moz-box-shadow: 0 0.5px 0 0 #111;
box-shadow: 0 0.5px 0 0 #111;
content: "";
margin: 0 auto;
position: absolute;
bottom: 18%;
left: 0;
right: 0;
width: 76px;
}

.person-profilediv {
display: flex;
justify-content:  center;
margin-top: 10px;
}
.person-profilediv a{
padding: 2px 10px;
background-color: #bfbfbf;
color: white !important;
text-align: center;
transition: all 0.3s;
font-size: 12px;
}
.person-item.third .person-profilediv a{
    padding: 2px 10px;
    background-color: #fff;
    border: solid 1px #111111;
    color: #111111 !important;
    text-align: center;
    transition: all 0.3s;
    font-size: 12px;
}

.digit-effect {
position: absolute;
z-index: 49;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width:100%;
height: 100%;
background-image: url(../assets/images/digit-effect.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.sticky {
position: fixed;
top: 0;
opacity: 1;
}

.mobilesticky {
position: fixed;
top: 55px;
opacity: 1;
}

.sticky+.content {
padding-top: 102px;
}

a.float-banner-second.sticky {
position: fixed;
top: 0;
opacity: 1;
}
a.float-banner-second.mobilesticky {
position: fixed;
top: 55px;
opacity: 1;
}

.sponsor-gold-title {
padding-top: 80px;
padding-bottom: 80px;
}
.sponsor-gold-title p {
background-color: #d9b05f;
color: white;
text-align: center;
font-size: 36px;
}
.sponsor-regular-title {
padding-top: 80px;
padding-bottom: 80px;
}
.sponsor-regular-title p {
background-color: #bfbfbf;
color: white;
text-align: center;
font-size: 36px;
}
.sponsor-title {
padding-top: 40px;
padding-bottom: 80px;
}
.sponsor-title p {
background-color: #e78e92;
color: white;
text-align: center;
font-size: 36px;
}
.lp-schedule.second {
background-color: #f7f5f0;
}
.lp-schedule.second .inner {
padding: 95px 0 0 0;
}
.lp-schedule.second .title-div {
padding-top: 80px;
padding-bottom: 80px
}
.lp-schedule.second .inner-container {
background-color: white;
}
.schedule-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px auto;
    background-color: white;
    border: solid 1px #cccccc;
    padding: 40px 80px;
    color: #333333;
    font-size: 14px;
}
.schedule-container.third {
    border: none;
}
.schedule-container .flex-container {
justify-content: space-evenly;
}
.schedule-container .flex-container .person-item {
flex: 0 0 30%;
}
.schedule-title-second {
font-size: 48px;
color: #ed1c24;
}
.schedule-title-third {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.schedule-content-second {
color: #333333;
line-height: 200%;
}
.schedule-time.third {
    padding: 10px 20px;
    border: solid 1px #707070;
    display: inline-block;
    margin: unset;
}
.schedule-time.third {
    padding: 6px 12px;
}
.schedule-time-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.speaker-level {
color: white;
background-color: #E10816;
padding: 4px 20px;
margin-top: 40px;
margin-bottom: 40px;
font-size: 24px;
font-weight: bold;
}
.speaker-level.third {
    color: #d9b060;
    background-color: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    font-size: 18px;
}
.speaker-level.regular {
background-color: #bfbfbf;
}
.schedule-group-wrap {
    border-top: solid 2px #d9b060;
    background-color: #f7f7f7;
}

@media (max-width: 900px) {
    .flex-container {
        padding: 0 16px;
    }
    .flex-container .lpsponsor-item {
        flex: 0 0 45%;
        text-align: center;
    }
    .flex-container .person-item,
    .flex-container .person-item.second
    .flex-container .person-item.third {
        flex: 0 0 45%;
    }
}

@media (max-width: 567px) {
    a.float-banner-second {
        top: 13px;
    }
    .flex-container .lpsponsor-item {
        flex: 0 0 100%;
        text-align: center;
    }
    .flex-container .person-item,
    .flex-container .person-item.second
    .flex-container .person-item.third {
        flex: 0 0 100% !important;
    }
}

.member-subtitle {
    font-size: 28px;
    font-weight: bold;
    color: #E10816;
    margin-bottom: 20px;
}

.member {
    background-color: #F7F5F0;
    font-size: 14px;
}

.member .inner {
    padding: 95px 0 50px;
    width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.member-banner {
    width: 136px;
}

.member-banner p {
    font-size: 12px;
    height: 75px;
    line-height: 160%;
    text-align: center;
    margin-top: 8px;
    color: #333333;
}

@media (max-width: 567px) {
    .member .inner {
        padding: 30px 20px;
        width: 100%;
    }
    .lp2-title:after {
        border-bottom: none;
    }

    .schedule-container {
        width: 100%;
        padding: 40px 10px;
    }
}

/******End of Second LP*********************/