@import'https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Rufina:wght@400;700&display=swap';@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{max-width:100%;height:auto;display:block}a{text-decoration:none}.container{max-width:1200px;margin:0 auto}.wrap{font-family:"Lato","Noto Sans TC",sans-serif;position:relative;overflow:hidden}p{line-height:1.75;color:#465474;letter-spacing:.04rem;font-weight:300}.tit{position:relative;font-size:2rem;font-weight:700;letter-spacing:3px;margin-bottom:1.5rem;text-align:center}.tit img{margin-right:.5rem}.modal .modal-dialog{max-width:800px}.modal .modal-content{padding:20px 30px}.modal .modal-header{position:relative;justify-content:space-between;border-bottom:0}.modal .modal-header::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(90deg, #005480, #91AEC7)}.modal .modal-header .modal-title{font-size:20px;font-weight:bold;display:block;color:#005480;line-height:1.25}.modal .modal-header .modal-title.modal-title-fix{width:100%;display:flex;align-items:center}.modal .modal-header .modal-title.modal-title-fix img{max-width:20px;transform:translateY(-0.5px)}.modal .modal-header .sub{position:relative;margin:5px 0 0 0;font-size:20px;line-height:1.4;font-weight:300;color:#005480;display:block}.modal .modal-header .btn-close{position:absolute;top:25px;right:30px;transform:rotate(0deg);transition:all .3s ease-in-out;cursor:pointer}.modal .modal-header .btn-close:hover{transform:rotate(180deg)}.modal .modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto;background-color:rgba(0,0,0,0);border:0;float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.modal .modal-body{padding:.75rem}.modal .modal-body .sub{display:inline-block;font-weight:500;font-size:16px;margin:1.25em 0 .25rem 0;background-color:#465474;color:#fff;padding:0rem .25rem}.modal .modal-body .sub:first-child{margin-top:.25rem}.modal .modal-body p,.modal .modal-body li{font-size:16px;font-weight:300;color:#005480;text-align:justify;margin-bottom:.325rem}.modal .modal-body p:last-child,.modal .modal-body li:last-child{margin-bottom:0}.modal .modal-body ul,.modal .modal-body ol{padding:0 0 0 20px;line-height:1.75}@media(max-width: 768px){p{line-height:1.5}.container{max-width:720px}.tit{font-size:1.75rem}.modal .modal-dialog{max-width:800px}.modal .modal-content{margin:50px auto;padding:10px 20px}.modal .modal-header{text-align:left;padding:.75rem .5rem}.modal .modal-header .btn-close{top:18px;right:5px}.modal .modal-header .modal-title{font-size:1.125rem;max-width:90%}.modal .modal-header .modal-title.modal-title-fix{width:100%;display:flex;align-items:center}.modal .modal-header .modal-title.modal-title-fix img{max-width:18px;transform:translateY(-1px)}.modal .modal-header .sub{font-size:16px}.modal .modal-body{line-height:1.3;letter-spacing:0;font-size:15px}.modal .modal-body p{letter-spacing:0;font-size:15px}.modal .modal-body ul{padding:0 0 0 16px;letter-spacing:0;font-size:15px}.modal .modal-body li{margin-bottom:0}}.fix_aside{position:fixed;z-index:99;bottom:1%;right:-50%;display:flex;flex-direction:column;align-items:center;transition:all 1s}.fix_aside p{color:#fff;letter-spacing:2px}.fix_aside.is_active{right:.5%}.fix_aside .item{position:relative;width:64px;height:64px;background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(25,16,65,.2);margin:.35rem;cursor:pointer;transition:all .3s ease-in-out}.fix_aside .item p{position:absolute;top:20%;left:25%;color:#f39800;font-weight:500;line-height:1.25}.fix_aside .item.is_calendar{background-color:rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(25,16,65,0)}.fix_aside .item.scrollTop{background-image:url(../../assets/images/icons/arrow_top.png);background-repeat:no-repeat;background-position:center center}.fix_aside .item:hover{transform:translateY(-3px);box-shadow:0 1px 3px 0 rgba(25,16,65,0)}.fix_aside .button{cursor:pointer;border:none;background:#f39800;color:#fff;width:100px;height:100px;border-radius:50%;overflow:hidden;position:relative;display:grid;place-content:center;transition:background 300ms,transform 200ms;font-weight:600;margin-bottom:.25rem}.fix_aside .button__text{position:absolute;font-weight:500;inset:0;animation:text-rotation 8s linear infinite}.fix_aside .button__text>span{position:absolute;transform:rotate(calc(30deg * var(--index)));inset:1px}.fix_aside .button__circle{position:relative;width:40px;height:40px;overflow:hidden;background:#fff;color:#f39800;border-radius:50%;display:flex;align-items:center;justify-content:center}.fix_aside .button__icon--copy{position:absolute;transform:translate(-150%, 150%)}.fix_aside .button:hover{background:#005480;transform:scale(1.05)}.fix_aside .button:hover .button__icon{color:#005480}.fix_aside .button:hover .button__icon:first-child{transition:transform .3s ease-in-out;transform:translate(150%, -150%)}.fix_aside .button:hover .button__icon--copy{transition:transform .3s ease-in-out .1s;transform:translate(0)}@keyframes text-rotation{to{rotate:360deg}}nav{position:fixed;top:-120px;left:0;width:100%;height:auto;z-index:999;transition:all .3s ease-out}nav.is_active{top:0px}nav.is_active .nav_area ul{height:42px}nav.is_active .nav_area ul li a{font-size:1rem}nav.is_active .nav_sns{transform:translateY(85%)}nav .nav_area{position:relative;top:0;right:0;width:100%;box-sizing:border-box;margin:0 auto;height:auto;display:flex;justify-content:flex-end;align-items:center}nav .nav_area ul{position:relative;width:auto;height:50px;margin:.5rem .5rem 0 0;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:all .2s ease-out;background-color:hsla(0,0%,100%,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#191041;border-radius:100px;padding:.25rem .75rem}nav .nav_area ul li{position:relative;width:auto;height:auto;display:inline-flex;justify-content:center;align-items:center;padding:0 12px}nav .nav_area ul li a{position:relative;width:auto;height:auto;box-sizing:border-box;padding:3px;color:#191041;font-size:1rem;font-weight:500;overflow:hidden;text-decoration:none;cursor:pointer;transition:all .2s ease-out}nav .nav_area ul li a:hover{transform:translateY(-2px)}nav .nav_mobile{display:none}nav .nav_sns{position:absolute;top:50%;right:10px;cursor:pointer;text-align:right;transform:translateY(100%);transition:all .2s ease-in-out}nav .nav_sns .hover{display:inline-block;position:relative}nav .nav_sns .hover:hover .hover_menu{display:block}nav .nav_sns .hover img{width:40px;line-height:0}nav .nav_sns .hover_holder{cursor:pointer}nav .nav_sns .hover_menu{position:absolute;padding:.5em 0;display:none}nav .nav_sns .hover_menu .hover_item{cursor:pointer;display:block;margin-top:.5em}.main{position:relative;z-index:1}header{position:relative;height:55vw;width:100%}header .mainBG{position:fixed;top:0%;left:0%;z-index:1;width:100%;height:55vw}header .mainBG .halo{position:absolute;z-index:1;width:65.1041666667%;top:0%;left:0%;opacity:0}header .mainBG .num{position:absolute;z-index:1;width:99.4791666667%;top:1.5%;left:0%;opacity:0}header .mainBG .line{position:absolute;z-index:1;width:141.6145833333%;bottom:-11%;left:-20%}header .mainBG .bg{position:relative;width:100%}header .solid{position:absolute;width:100%;z-index:1;height:55vw}header .solid .ball_light{position:absolute;z-index:3;width:36.6666666667%;top:27%;left:56%;opacity:0}header .solid .ball{position:relative;z-index:2;width:43.6979166667%;top:9%;left:51.5%;transform:scale(0.975)}header .solid .dots1,header .solid .dots2,header .solid .dots3,header .solid .dots4{position:absolute;z-index:2;width:43.6979166667%;top:9%;left:51.5%;opacity:0;transform:scale(0.95)}header .solid .ball_shadow{position:absolute;z-index:1;width:49.0625%;top:79%;left:58%;transform:scale(0.975);opacity:.75}header .logo{position:absolute;z-index:1;top:6%;left:3.75%;width:24.4270833333%}header .title{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-107%, -145%);width:38.1770833333%}header .title .inner{position:relative}header .title .inner .t1{position:relative;width:100%}header .title .inner .t2{position:absolute;width:100.4092769441%;top:113%;left:0%}header .title .inner .t3{position:absolute;width:100.4092769441%;top:196%;left:0%}header .title .inner .timer{position:absolute;display:flex;top:278%;right:0%}header .title .inner .timer .tb{position:relative;display:inline-block;color:#005480;padding:.75rem .75rem 1.25rem .75rem;font-size:1.25rem;font-weight:700;letter-spacing:.12rem;text-align:center;margin:0 5% 0 0;width:3.5rem}header .title .inner .timer .tb::before{content:"";position:absolute;bottom:20%;right:-10%;transform:rotate(25deg);width:1px;height:30%;background-color:#005480}header .title .inner .timer .tb:last-child::before{background-color:rgba(0,0,0,0)}header .title .inner .timer .tb::after{position:absolute;top:50%;left:50%;transform:translate(-50%, 90%);font-size:.625rem;letter-spacing:.05rem}header .title .inner .timer .tb.d::after{content:"DAY"}header .title .inner .timer .tb.h::after{content:"HR"}header .title .inner .timer .tb.m::after{content:"MIN"}header .title .inner .timer .tb.s::after{content:"SEC"}.sc_intro{position:relative;z-index:1;padding:3rem 0 1rem 0;text-align:justify;background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, white)}.sc_intro .main_tit{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem;line-height:1.5;color:#191041;letter-spacing:1px}.sc_intro .main_tit span{display:inline-block;transform-origin:center bottom;animation-name:qui-ani;animation-duration:1.25s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes qui-ani{0%{rotate:0deg}50%{rotate:6deg}100%{rotate:0deg}}.sc_intro-cnt .text{font-size:1.25rem;line-height:1.75;margin-bottom:.5rem}.sc_intro-cnt .text:last-child{margin-bottom:0}.sc_highlight{position:relative;padding:3rem 0;background-color:#fff}.sc_highlight .tit{white-space:nowrap;padding:0 2rem 0 1rem;letter-spacing:0;line-height:1.25;font-weight:900;font-size:1.75rem}.sc_highlight-cnt{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.sc_highlight .item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:30%;padding:0 2rem;text-align:center}.sc_highlight .item:last-child{padding-right:0rem}.sc_highlight .item::after{content:"";position:absolute;right:0%;top:50%;transform:translateY(-50%);height:80%;width:1px;background-color:hsla(0,0%,100%,.25)}.sc_highlight .item:last-child::after{width:0}.sc_highlight .item img{max-width:150px;margin-bottom:.25rem}.sc_highlight .item .subtit{font-weight:700;font-size:1.25rem;color:#262a56}.sc_highlight .item .text{font-size:1rem;line-height:1.5}.sc_cta{margin:2rem 0 3rem 0}.cta{text-align:center;border-radius:100px}.cta p{font-weight:700;font-size:1.275rem;color:#191041;margin-bottom:.5rem}.cta .cta-text p{margin-bottom:0;color:#f39800;font-weight:700;font-size:1.25rem;text-align:right}.cta .cta-text p.date{font-size:1.5rem}.cta .cta-text p.date span{font-size:1rem}.cta .cta-text p.place{margin-right:1.25rem}.cta .cta-btn{display:inline-block}.cta .cta-btn-inner{display:flex;align-items:center;background-color:#f39800;border-radius:100px;padding:1.2rem 3.75rem;border:10px solid #fff;box-shadow:0 0 4px 4px rgba(0,0,0,.1);transition:all .3s ease-in-out}.cta .cta-btn-inner:hover{transform:scale(0.9);border:10px solid #f39800}.cta .cta-btn-inner .text{position:relative;color:#f39800;font-size:1.75rem;font-weight:700;letter-spacing:3px;line-height:1.5;margin-bottom:0}.cta .cta-btn-inner .text::before{content:"";position:absolute;width:100%;color:#fff;animation-name:cta_text;animation-duration:2.5s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes cta_text{0%{content:"免費參加"}50%{content:"立即報名"}100%{content:"免費參加"}}.cta .arrow-right{margin-left:1rem;animation-name:arrowMove;animation-duration:.75s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-out}@keyframes arrowMove{0%{transform:translate(0px)}100%{transform:translate(10px)}}.sc_agenda{position:relative;z-index:1;padding:3rem 0}.sc_agenda .agenda_cnt .ag_wrap{padding:0}.sc_agenda .agenda_cnt .ag_row{display:flex;margin-bottom:1rem}.sc_agenda .agenda_cnt .ag_row.tr_one .td{flex:0 0 100%;text-align:center}.sc_agenda .agenda_cnt .ag_row.tr_one .td .title{justify-content:center}.sc_agenda .agenda_cnt .ag_row.tr_split{justify-content:space-between}.sc_agenda .agenda_cnt .ag_row.tr_split .td{flex:0 0 50%;max-width:calc(50% - .5rem)}.sc_agenda .agenda_cnt .ag_row.tr_split .td .track{color:#fff;font-size:1.25rem;font-weight:700;text-align:center}.sc_agenda .agenda_cnt .ag_row.tr_split .td .track span{display:inline-flex;background-color:#fff;align-items:center;justify-content:center;color:#005480;border-radius:100px;height:20px;width:20px;padding:.75rem}.sc_agenda .agenda_cnt .ag_row.tr_split .td .title{display:flex;align-items:flex-start}.sc_agenda .agenda_cnt .ag_track{flex:0 0 50%;max-width:calc(50% - .5rem)}.sc_agenda .agenda_cnt .ag_track .track{color:#fff;font-size:1.25rem;font-weight:700;text-align:center}.sc_agenda .agenda_cnt .ag_track .track span{display:inline-flex;background-color:#fff;align-items:center;justify-content:center;color:#005480;border-radius:100px;height:20px;width:20px;padding:.75rem}.sc_agenda .agenda_cnt .ag_track{background-color:rgba(0,84,128,.9);border-radius:4px;padding:10px}.sc_agenda .td{padding:0 20px 16px;border-radius:4px;background:linear-gradient(135deg, rgba(255, 255, 255, 0.1) 67%, rgba(193, 199, 209, 0.1));box-shadow:inset 0 0 10px 0 hsla(0,0%,100%,.35),0 0 2px 0 rgba(0,0,0,.12);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sc_agenda .td.td_light{background:linear-gradient(135deg, white 67%, rgba(145, 174, 199, 0.5));box-shadow:inset 0 0 10px 0 hsla(0,0%,100%,.25),0 0 4px 0 rgba(0,0,0,.1)}.sc_agenda .td .time{display:inline-block;padding:4px 10px;border-radius:0 0 6px 6px;max-width:12rem;background:rgba(70,84,116,.75);color:#fff;font-size:1rem;font-weight:300;letter-spacing:.5px}.sc_agenda .td .title{display:flex;justify-content:space-between;margin-top:10px}.sc_agenda .td .title .sub{font-size:1.225rem;line-height:1.25;max-width:420px;font-weight:500}.sc_agenda .td .title .sub-btn{color:#465474;border:1px solid #465474;font-size:.875rem;padding:.25rem .5rem;border-radius:4px;background-color:rgba(0,0,0,0);margin:0 .5rem;transition:all .3s ease-in-out}.sc_agenda .td .title .sub-btn:hover{background-color:#91aec7;color:#fff;border:1px solid rgba(0,0,0,0)}.sc_agenda .td .speaker{margin-top:.575rem}.sc_agenda .td .speaker p{font-size:.9rem;color:#465474}.sc_agenda .td .speaker .name{font-size:1.225rem;color:#005480;font-weight:500;line-height:1.375}.sc_agenda .td .speaker .job{display:inline-block;font-weight:300;font-size:1rem;margin-left:.2rem}.sc_agenda .td .ag_track{text-align:center;line-height:1;background-color:#005480;border-radius:.5rem;padding:.5rem 0}.sc_agenda .td .ag_track .track{display:inline-block;font-size:1.75rem;font-weight:700;color:#fff}.sc_agenda .td .ag_track .time{display:inline-block;padding-left:1rem;font-size:1.5rem;font-weight:400}.sc_agenda .tip{text-align:center;font-size:.9rem;line-height:1.5;letter-spacing:0}.sc_speaker-cnt{display:flex;flex-wrap:wrap}.sc_speaker .spk{position:relative;width:20%;cursor:pointer;overflow:hidden}.sc_speaker .spk.noinfo{cursor:auto}.sc_speaker .spk.noinfo:hover .pic{background-color:#465474}.sc_speaker .spk::before{content:"";position:absolute;top:0%;left:0%;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, black)}.sc_speaker .spk:hover .pic{background-color:#91aec7}.sc_speaker .spk .pic{background-color:#465474;transition:all .3s ease-in-out}.sc_speaker .spk .info{position:absolute;bottom:10px;left:10px}.sc_speaker .spk .info p{color:#fff}.sc_speaker .spk .info .name{font-size:18px;font-weight:700}.sc_speaker .spk .info .job{line-height:1.25;font-size:14px}.sc_gift{padding:4rem 0 0 0}.sc_gift-cnt{display:flex;justify-content:center;margin-top:1rem}.sc_gift .item{text-align:center;border-radius:.5rem;padding-bottom:1.225rem;margin:0 1%}.sc_gift .item .type{display:inline-block;background:linear-gradient(to right, rgba(0, 84, 128, 0), #005480 30%, #005480 70%, rgba(0, 84, 128, 0));color:#fff;padding:0 .5rem;font-weight:400;font-size:1.125rem;width:50%;letter-spacing:2px}.sc_gift .item img{width:65%;margin:0 auto .25rem auto;border-radius:4px}.sc_gift .item .name{font-weight:500;font-size:1.225rem;color:#191041}.sc_location{padding:3rem 0 4rem 0}.sc_location .text{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin-bottom:.5rem}.sc_location .text .loc{color:#005480;font-size:1.5rem;font-weight:500;margin-left:1rem;letter-spacing:0}.sc_location .text .address{margin-left:.5rem;font-size:18px;font-weight:400}.sc_detail{position:relative;z-index:1;background-color:#fff;letter-spacing:0;padding:3rem 0}.sc_detail .list{margin-bottom:.5rem;line-height:1.75;list-style-type:none}.sc_detail .list p{font-weight:600;color:#000}.sc_detail .list ul{margin-left:1rem;margin-bottom:.5rem;list-style-type:disc;font-size:.925rem}.sc_detail .list ul strong{font-weight:600}.sc_detail .policy_cnt a{color:#000;border:1px solid #000}@media(max-width: 768px){nav{height:35px}nav .nav_area{position:absolute;top:0;right:-100%;width:100%;height:100vh;background-color:#005480;flex-direction:column;justify-content:flex-start}nav .nav_area ul{position:relative;width:auto;height:auto;margin:0;display:flex;flex-direction:column;justify-content:center;align-items:center;top:25%;left:0%;background-color:rgba(0,0,0,0)}nav .nav_area ul li{position:relative;width:100%;height:auto;padding:15px 0;display:flex;flex-direction:column;justify-content:center;align-items:center}nav .nav_area ul li a{position:relative;width:auto;height:auto;box-sizing:border-box;padding:3px;color:#fff;font-size:1rem;font-weight:500;overflow:hidden;text-decoration:none;cursor:pointer;transition:all .3s ease-in-out}nav .nav_area ul li a:hover{transform:translateY(-4px)}nav .nav_mobile{position:relative;display:block}nav .nav_mobile-btn{position:absolute;top:5px;right:15px;width:35px;height:35px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center}nav .nav_mobile-btn-line{position:relative;display:block;width:25px;height:2px;background:#cbcbcb;border-radius:4px;margin:2.5px 0}nav .nav_sns{position:absolute;top:50px;right:0;cursor:pointer;padding:0 12px;text-align:right;transform:translateY(0)}header{height:80vw}header .logo{top:6%;left:3%;width:40%}header .solid{width:125%;top:20%;left:-18%}header .mainBG{position:fixed;z-index:1;margin:0 auto;overflow:hidden;height:80vw;width:150%;transform:translate(-23%, 0%)}header .mainBG .inner{height:80vw}header .title{position:absolute;z-index:1;transform:translate(-115%, -240%);width:40%}header .title .inner .timer{left:-5%;top:270%;scale:.9}header .title .inner .timer .tb{padding:.5rem .5rem .75rem .5rem;font-size:.75rem;letter-spacing:.08rem;margin:.5rem .25rem 0 0;width:2.2rem}header .title .inner .timer .tb::after{transform:translate(-50%, 68%);font-size:.45rem;letter-spacing:.05rem}.sc_intro{padding:40px 0px;background:#fff}.sc_intro .main_tit{font-size:1.3rem;margin-bottom:1.5rem;line-height:1.5;color:#191041;letter-spacing:1px;text-align:center}.sc_intro-cnt{margin-bottom:2rem}.sc_intro-cnt .text{font-size:1rem;text-align:center}.sc_highlight{padding:0 10px 40px 10px}.sc_highlight .tit{padding:0}.sc_highlight-cnt{flex-direction:column;justify-content:center;margin-bottom:0}.sc_highlight .item{width:100%;margin-bottom:2rem}.sc_highlight .item::after{content:"";position:absolute;right:0%;top:50%;transform:translateY(-50%);height:80%;width:1px;background-color:hsla(0,0%,100%,.25)}.sc_highlight .item:last-child{margin-right:2rem}.sc_highlight .item:last-child::after{width:0}.sc_highlight .item img{max-width:100px}.cta{margin-top:1rem;text-align:center}.cta-btn .cta-btn-inner{padding:1rem 2.75rem;font-size:1.25rem}.sc_agenda{padding:40px 10px;background-color:#dde6ed}.sc_agenda .agenda_cnt .ag_wrap .td .title .tit{font-size:1.25rem}.sc_agenda .agenda_cnt .ag_track{max-width:100%;margin:1rem 0;line-height:1.25;font-size:1.225rem}.sc_agenda .td .title{flex-direction:column;align-items:flex-start}.sc_agenda .td .title .tit{padding-right:0}.sc_agenda .td .title .sub-btn{margin:.5rem 0 0 0}.sc_agenda .td .title .sub{font-size:1.125rem}.sc_agenda .ag_table{margin-bottom:2rem}.sc_agenda .speaker .name{font-size:1.125rem}.sc_agenda .td{margin-top:1rem;padding:0 16px 12px}.sc_agenda .td .title .tri{display:inline-block;margin-top:10px;padding:8px 8px 10px}.sc_agenda .td .speaker{margin-top:.5rem}.sc_agenda .td .speaker .name{font-size:1.125rem}.sc_agenda .td .speaker .job{font-size:.9rem}.sc_agenda .tip{font-size:.725rem;letter-spacing:0;text-align:center;margin-top:.5rem}.sc_speaker{padding:40px 0;background-color:#465474}.sc_speaker .tit{color:#fff}.sc_speaker .spk{width:50%}.sc_speaker .spk .info .name{font-size:16px}.sc_speaker .spk .info .job{font-size:12px}.sc_gift{background-color:#fff}.sc_gift-cnt{flex-direction:column}.sc_gift-cnt .item{margin-bottom:2rem}.sc_cta{background-color:#fff;margin:0;padding-bottom:30px}.sc_cta .cta{margin:0}.sc_cta .cta p{font-size:1.225rem}.sc_location{padding:30px 0;background-color:#91aec7}.sc_location .text{flex-direction:column}.sc_location .text .loc{font-size:1.25rem;color:#000}.sc_location .text .address{color:#465474;font-size:1rem}.sc_detail{padding:30px 10px;letter-spacing:0}.sc_detail .tit{color:#000}}/*# sourceMappingURL=all.min.css.map */