@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&display=swap');

.conference22 .tpic.pp div::before,
.conference22 .tpic.pp img,
.conference22 .tpic.pp .more {
    display: none;
}

.conference22 .tpic.pp .tip {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

/**/
.mobile {
    display: none !important;
}

.conference22,
.modal-content {
    color: white;
    background: #0d3479;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
}

.conference22-main {
    height: calc(100vh - 199px);
    background: url(../images/conference22-main.jpg) top center no-repeat;
    background-size: cover;
}

.conference22 .modal-header {
    border: none;
}

.conference22 a {
    color: white;
    text-decoration: underline;
}

.conference22-tags {
    background: #041f4c;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    padding: 28px 0;
}

.conference22-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.conference22-tags ul li {
    display: inline-block;
}

.conference22-tags ul li a {
    display: inline-block;
    color: white;
    font-size: 1.4em;
    text-decoration: none;
    letter-spacing: 2px;
    border-left: 1px dashed white;
    padding: 0 70px;
}

.conference22-tags ul li:last-child a {
    border-right: 1px dashed white;
}

.conference22-bg1 {
    background: url(../images/conference22-bg1.jpg) top center no-repeat;
}

.conference22-bg2 {
    background: url(../images/conference22-bg2.jpg) bottom center no-repeat;
}

.conference22-bt2 {
    display: inline-block;
    text-align: center;
    background-color: #b55f20;
    width: 200px;
    border-radius: 50em;
    letter-spacing: 2px;
    font-weight: 500;
    padding: 10px;
    text-decoration: none !important;
    margin-top: 50px;
    transition: .3;
}

.conference22-bt2:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.conference22-bt2 img {
    width: 20px;
    margin-right: 5px;
}

.conference22-bt {
    display: inline-block;
    text-align: center;
    width: 250px;
    border-radius: 50em;
    margin: 50px 0;
    font-family: 'Noto Sans TC', serif;
    font-weight: 500;
    font-size: 1.2em;
    letter-spacing: 2px;
    padding: 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: relative;
    color: #041f4c !important;
    text-decoration: none !important;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c7ccf1+0,e7eddd+41,e7eddd+41,6dc4ff+86 */
    background: #c7ccf1;
    /* Old browsers */
    background: -moz-linear-gradient(left, #c7ccf1 0%, #e7eddd 41%, #e7eddd 41%, #6dc4ff 86%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c7ccf1 0%, #e7eddd 41%, #e7eddd 41%, #6dc4ff 86%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c7ccf1 0%, #e7eddd 41%, #e7eddd 41%, #6dc4ff 86%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7ccf1', endColorstr='#6dc4ff', GradientType=1);
    /* IE6-9 */
}

.conference22-bt:hover,
.conference22-bt:hover::after {
    color: #041f4c;
}

.conference22-bt::after {
    position: absolute;
    content: "→";
    font-weight: 500;
    transition: .3s;
    right: 20px;

}

.conference22-bt:hover::after {
    right: 15px;
}

.conference22 h2 {
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2.8em;
}

.conference22-lg {
    list-style: none;
    margin: 0;
    padding: 0;
}

.conference22-lg li span {
    width: 44px;
    display: inline-block;
}

.conference22-lg li {
    background: url(../images/conference22-lg.png) left center no-repeat;
    background-size: 25px;
    padding-left: 40px;
    font-size: 1.4em;
    margin-bottom: 5px;
}

.conference22 .logos {
    margin: 40px 0 80px;
}

.conference22 .logos img {
    width: auto;
    height: 45px;
}

.conference22 .theway {
    list-style: none;
    margin-top: 100px;
    padding: 0;
}

.conference22 .theway li {
    padding: 25px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    margin-top: 15px;
    padding-left: 220px;
    position: relative;
}

.conference22 .theway li span {
    font-size: 1.4em;
    position: absolute;
    left: 25px;
    font-weight: 500;
    padding-left: 60px;
}

.conference22 .theway li span b {
    display: block;
    font-size: 15px;
}

.conference22 .theway li:first-child:before {
    position: absolute;
    content: "";
    width: 47px;
    height: 40px;
    background: url(../images/conference22-icon1.png) no-repeat;
    background-size: contain;
    left: 20px;
}

.conference22 .theway li:nth-child(2):before {
    position: absolute;
    content: "";
    width: 47px;
    height: 40px;
    background: url(../images/conference22-icon2.png) no-repeat;
    background-size: contain;
    left: 20px;
}

.conference22 .theway li:nth-child(3):before {
    position: absolute;
    content: "";
    width: 47px;
    height: 40px;
    background: url(../images/conference22-icon3.png) no-repeat;
    background-size: contain;
    left: 20px;
}

.conference22 .price {
    padding: 0;
    margin: 0;
    list-style: none;
}

.conference22 .price li {
    padding: 25px 20px;
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    margin-top: 15px;
    font-weight: 500;
}

.conference22 .price li span,
.conference22 .notice span {
    font-size: 1.4em;
    font-weight: 500;
}

.conference22 .price li .border-bt .row .col-6 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.conference22 .price li .border-bt .row {
    border-bottom: 1px dashed white;
}

.conference22 .price li .border-bt .row:last-child {
    border-bottom: 0;
}

.conference22 .notice {
    margin-bottom: 100px;
}

.h2-1 {
    margin: 100px 0 40px;
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7e9ea+14,70c0ff+27,70c0ff+57,bae8ff+78 */
    background: #d7e9ea;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #d7e9ea 14%, #70c0ff 27%, #70c0ff 57%, #bae8ff 78%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #d7e9ea 14%, #70c0ff 27%, #70c0ff 57%, #bae8ff 78%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #d7e9ea 14%, #70c0ff 27%, #70c0ff 57%, #bae8ff 78%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7e9ea', endColorstr='#bae8ff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.conference22 .title {
    background: url(../images/conference22-title.png) center no-repeat;
    padding: 100px 0 60px;
    margin-top: 50px;
}

.conference22 .title h2 {
    font-size: 5.5em;
    font-weight: 600;
    letter-spacing: 2px;
}

.h2-2 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c7ccf1+26,e7eddd+38,6dc4ff+51,6dc4ff+51 */
    background: #c7ccf1;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #c7ccf1 26%, #e7eddd 38%, #6dc4ff 51%, #6dc4ff 51%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #c7ccf1 26%, #e7eddd 38%, #6dc4ff 51%, #6dc4ff 51%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #c7ccf1 26%, #e7eddd 38%, #6dc4ff 51%, #6dc4ff 51%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7ccf1', endColorstr='#6dc4ff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */


    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t1 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff0e9+0,68bfff+9 */
    background: rgb(255, 240, 233);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 9%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 9%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 9%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0e9', endColorstr='#68bfff', GradientType=1);
    /* IE6-9 */

    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t2 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff0e9+0,68bfff+9,fff0e9+30 */
    background: rgb(255, 240, 233);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 9%, rgba(255, 240, 233, 1) 30%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 9%, rgba(255, 240, 233, 1) 30%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 9%, rgba(255, 240, 233, 1) 30%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0e9', endColorstr='#fff0e9', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t3 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff0e9+0,68bfff+6 */
    background: rgb(255, 240, 233);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 6%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 6%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 240, 233, 1) 0%, rgba(104, 191, 255, 1) 6%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0e9', endColorstr='#68bfff', GradientType=1);
    /* IE6-9 */

    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t4 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#68bfff+4,eaf6ff+12 */
    background: rgb(104, 191, 255);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(104, 191, 255, 1) 4%, rgba(234, 246, 255, 1) 12%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(104, 191, 255, 1) 4%, rgba(234, 246, 255, 1) 12%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(104, 191, 255, 1) 4%, rgba(234, 246, 255, 1) 12%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68bfff', endColorstr='#eaf6ff', GradientType=1);
    /* IE6-9 */
    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t5 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d8fcf0+0,61a5f8+8 */
    background: rgb(216, 252, 240);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(216, 252, 240, 1) 0%, rgba(97, 165, 248, 1) 8%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(216, 252, 240, 1) 0%, rgba(97, 165, 248, 1) 8%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(216, 252, 240, 1) 0%, rgba(97, 165, 248, 1) 8%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8fcf0', endColorstr='#61a5f8', GradientType=1);
    /* IE6-9 */


    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t6 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cacdee+4,eaeddc+6,6caee2+9 */
    background: rgb(202, 205, 238);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(202, 205, 238, 1) 4%, rgba(234, 237, 220, 1) 6%, rgba(108, 174, 226, 1) 9%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(202, 205, 238, 1) 4%, rgba(234, 237, 220, 1) 6%, rgba(108, 174, 226, 1) 9%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(202, 205, 238, 1) 4%, rgba(234, 237, 220, 1) 6%, rgba(108, 174, 226, 1) 9%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacdee', endColorstr='#6caee2', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t7 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6caee2+2,eaeddc+7,eaeddc+7 */
    background: rgb(108, 174, 226);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(108, 174, 226, 1) 2%, rgba(234, 237, 220, 1) 7%, rgba(234, 237, 220, 1) 7%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(108, 174, 226, 1) 2%, rgba(234, 237, 220, 1) 7%, rgba(234, 237, 220, 1) 7%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(108, 174, 226, 1) 2%, rgba(234, 237, 220, 1) 7%, rgba(234, 237, 220, 1) 7%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6caee2', endColorstr='#eaeddc', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t8,
.timeline .time.t10 {
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eaeddc+2,6caee2+4 */
    background: rgb(234, 237, 220);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(234, 237, 220, 1) 2%, rgba(108, 174, 226, 1) 4%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(234, 237, 220, 1) 2%, rgba(108, 174, 226, 1) 4%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(234, 237, 220, 1) 2%, rgba(108, 174, 226, 1) 4%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeddc', endColorstr='#6caee2', GradientType=1);
    /* IE6-9 */

    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline .time.t9 {
    position: absolute;
    color: transparent;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6caee2+2,eaeddc+10 */
    background: rgb(108, 174, 226);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(108, 174, 226, 1) 2%, rgba(234, 237, 220, 1) 10%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(108, 174, 226, 1) 2%, rgba(234, 237, 220, 1) 10%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(108, 174, 226, 1) 2%, rgba(234, 237, 220, 1) 10%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6caee2', endColorstr='#eaeddc', GradientType=1);
    /* IE6-9 */

    -webkit-background-clip: text;
    /* 背景裁剪成文字的前景色 */
    background-clip: text;
}

.timeline {
    position: relative;
}

.timeline h2 {
    text-align: left;
}

.timeline .time,
h2.h2-4 span {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-style: italic;
}

.timeline .time {
    font-size: 2.2em;
    padding: 30px 0;
    display: block;
}

.timeline .timeblock {
    padding: 50px 0 50px 80px;
}

.conference22 .tpic {
    width: 268px;
    display: inline-table;
    margin: 10px 10px 20px;
    font-weight: 500;
    line-height: 1.6em;
}

.conference22 .tpic a {
    display: block;
}

.conference22 .tpic div {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.conference22 .tpic div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

.conference22 .modal .tpic div {
    cursor: default;
}

.conference22 .tpic .more::before {
    position: absolute;
    content: "+";
    font-size: 13px;
    line-height: normal;
    right: 7px;
    bottom: 2px;
}

.conference22 .tpic .more {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 22px;
    height: 22px;
    font-size: 13px;
    background: #0b3578;
    border-radius: 50em;
    transition: .3s;
    font-weight: 300;
}

.conference22 .tpic .tip {
    position: absolute;
    border-radius: 50em;
    border-radius: 50em;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.2em;
    padding: 3px 12px 4px;
    top: 10px;
    left: 10px;
    font-weight: 300;
}

.conference22 .tpic div:hover::before {
    opacity: 0;
}

.conference22 .tpic div:hover .more::before {
    content: "詳細介紹 +";
}

.conference22 .tpic div:hover .more {
    width: 80px;
    overflow: hidden;
}

.conference22 .modal .tpic {
    max-width: 100%;
    display: block;
    font-size: 1.2em;
}

.conference22 .modal .tpic div::before {
    display: none;
}

.modal-body {
    padding: 30px 8% 80px;
}

.modal a {
    cursor: pointer;
}

.modal .content {
    max-height: 50vh;
    overflow-y: scroll;
    padding-right: 15px;
}

.modal-header {
    padding: 30px;
}

.btn-close {
    background: none;
    opacity: 1;
    width: auto;
    height: auto;
}

.btn-close svg {
    width: 40px;
    height: 40px;
}

.btn-close:hover svg {
    color: white;
}

.modal-xl {
    padding: 0 30px;
}

.btn-prv svg,
.btn-next svg {
    width: 40px;
    height: 40px;
}

.btn-prv,
.btn-next {
    position: absolute;
}

.btn-prv {
    left: -40px;
    top: 40%;
}

.btn-next {
    right: -40px;
    top: 40%;
}

/* width */
.modal ::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.modal ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .2);
}

/* Handle */
.modal ::-webkit-scrollbar-thumb {
    background: white;
}

/* Handle on hover */
.modal ::-webkit-scrollbar-thumb:hover {
    background: white;
}

.timeline .content {
    max-width: 580px;
    display: flex;
}

.content-1,
.content-2 {
    flex: 1;
}

.content-2 {
    position: relative;
    top: 100px;
}

.tip.green {
    background: #047782;
}

.tip.org {
    background: #b55f20;
}

.tip.purple {
    background: #7261d0;
}

h2.h2-3 span {
    font-size: 24px;
    display: block;
}

h2.h2-4 {
    font-size: 1.8em;
    line-height: 1.6em;
    padding-left: 180px;
    position: relative;
    margin-bottom: 40px;
}

h2.h2-4 span {
    font-size: 24px;
    position: absolute;
    left: 0;
}

.timeblock {
    position: relative;
}

.timeblock::before {
    position: absolute;
    content: "";
    top: 0;
    width: 2px;
    height: 100%;
    left: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+26,ffffff+75,ffffff+75&0+0,1+25,1+75,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 26%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */

}

.conference22 .spot {
    position: sticky;
    top: 50%;
    transition: .5s;

}

.conference22 .spot::before {
    position: absolute;
    width: 54px;
    height: 54px;
    left: -16px;
    background: url(../images/conference22-spot.png);
    content: "";
    animation-name: shiny;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes shiny {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .conference22-main {
        height: calc(100vh - 164px);
        background: url(../images/conference22-main-m.jpg) top center no-repeat;
        background-size: cover;
    }

    .conference22-tags ul li a {
        padding: 0 20px;
    }

    .conference22 h2 {
        font-size: 2em;
    }

    .conference22 .title {
        padding: 50px 0;
        background-size: contain;
    }

    .conference22 .title h2 {
        font-size: 4em;
    }

    .timeline .timeblock {
        padding-left: 40px;
    }

    h2.h2-4 span {
        position: relative;
        display: block;
    }

    h2.h2-4 {
        font-size: 1.2em;
        line-height: auto;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .timeline .content {
        display: block;
    }

    .content-2 {
        top: 0;
    }

    .conference22-lg li {
        font-size: 1em;
    }

    .conference22-lg li span {
        display: none;
    }

    .conference22 .tpic {
        margin-left: 0;
        margin-right: 0;
        display: block;
        width: 100%;
    }



    .modal .content {
        max-height: 20vh;
    }

    .btn-close svg {
        width: 30px;
        height: 30px;
    }

    .modal-header {
        padding: 20px;
    }

    .modal-body {
        padding: 10px 15px 40px;
    }

    .conference22-bt2 {
        display: block;
        width: 100%;
    }

    .conference22 .theway li {
        padding-left: 25px;
        padding-top: 70px;
    }

    .conference22 .theway li span,
    .conference22 .theway li::before {
        top: 20px;
    }

    .conference22 .theway li span b {
        display: inline;
        padding-left: 5px;
    }

    .conference22 .notice {
        word-break: break-all;
    }

    .timeblock .col-md-auto {
        margin-top: 20px;
    }

    .conference22-bg2 {
        background-size: 780%;
    }

    .modal .content {
        max-height: none;
        overflow-y: auto;
        padding-right: 0;
    }

    .modal-xl {
        padding: 0;
    }

    .modal-body {
        padding: 0 50px 40px;
    }



    .modal-dialog {
        margin: 0 auto;
    }

    .btn-prv {
        left: 3px;
        top: 45%;
        position: fixed;
    }

    .btn-next {
        right: 3px;
        top: 45%;
        position: fixed;
    }

    .conference22 .logos img {
        height: auto;
        max-height: 45px;
    }

    .pd {
        padding-right: 18%;
    }

    .mobile {
        display: block !important;
    }
}