@CHARSET "UTF-8";

.curri-fx{width:100%; margin:0 auto;}
.curri-fx2{margin-top:100px;}

.fx-section{text-align:center;}
.fx-section:not(:first-child){padding-top:var(--detail-padding-top);}
.fx-section h2{font-size:43px; font-weight:900;}
.fx-section .sub-title{color:#ffcc00; font-size: 22px; margin-top:10px; font-weight:700;}
.fx-section .section-txt{font-size: 15px; margin-top:20px; color:#666; font-weight:500; line-height:1.5;}
.fx-banner{width:100%; height:auto; margin: 30px 0;}
.fx-banner img{width:100%;}

.fx-video-popup{flex-direction:column;}

.fx-explan{text-align:center; color:#666; font-size:16px; font-weight:500; margin-top:30px;}
.fx-explan li{padding:15px 0; border-bottom:1px solid #eee;}
.fx-explan li:last-child{border-bottom:0;}
.fx-explan li::before{content:''; display:inline-block; width:5px; height:5px; margin:0 8px 4px 0; background:#333;}
.fx-explan li p{font-size:15px; margin-top:10px; line-height:1.5;}

.wrap-fx-program .program-title{color:#333; padding: 60px 0 0 10px; font-weight:700; font-size:22px;}
.wrap-fx-program .program-title span{color:#666; font-weight:500; font-size:18px; vertical-align: 2px;}
.wrap-fx-program .fx-program{padding-top:20px; display:flex; justify-content:space-between; gap:40px;}
.wrap-fx-program .fx-program .program-left{text-align:left; width:50%;}
.wrap-fx-program .fx-program .program-left .program-detail-title{color:#333; font-size:18px; font-weight:800;}
.wrap-fx-program .fx-program .program-left .program-detail-title:not(fist-child){margin-top: 18px;}
.wrap-fx-program .fx-program .program-left .program-detail-title::before{content:''; display:inline-block; width:5px; height:5px; margin:0 8px 5px 0; background:#333;}
.wrap-fx-program .fx-program .program-left .detail-course{padding-top:5px; color:#666; margin-left:14px; font-size:15px; line-height:1.5; font-weight:600;}
.wrap-fx-program .fx-program .program-right{width:50%;}
.wrap-fx-program .fx-program .program-right img{width:100%; height:auto;}


@media screen and (max-width: 1024px){

.select-odd ul{gap:8px;}

.fx-section.fx-section:not(:first-child){padding-top:var(--tb_detail-padding-top);}
.fx-section h2{font-weight:500; font-size:38px;}
.fx-section .sub-title{font-weight:500;}

.wrap-fx-program .program-title{padding:60px 0 0 0; text-align:left; font-weight:500; font-size:20px;}
.wrap-fx-program .fx-program .program-left{width:100%}
.wrap-fx-program .fx-program .program-left .program-detail-title{font-weight:500; font-size:17px;}
.wrap-fx-program .fx-program .program-left .detail-course{font-weight:500;}
.wrap-fx-program .fx-program .program-right{margin-top:20px; width:100%;}

}

@media screen and (max-width: 767px){

.fx-video-popup h2{margin-bottom:10px;}
.fx-explan{margin-top:0;}
.fx-section.fx-section:not(:first-child){padding-top:var(--m_detail-padding-top);}
.fx-section h2{font-size:var(--m_section-title);}
.fx-section .section-txt{ margin-top:10px; font-size:13px;}
.fx-section .sub-title{margin-top:5px; font-size: 16px;}
.wrap-fx-program .program-title{padding:30px 0 0 0; font-size:16px;}
.wrap-fx-program .program-title span{font-size:15px; display:block; color:#222;}
.wrap-fx-program .fx-program{padding-top:0px; display:block;}

.fx-explan li::before{width:3px; height:3px;}
.fx-explan li p{font-size:14px;}

.wrap-fx-program .fx-program .program-left .program-detail-title{font-size:14px;}
.wrap-fx-program .fx-program .program-left .program-detail-title::before{width:3px; height:3px; margin-bottom:4px;}
.wrap-fx-program .fx-program .program-left .detail-course{font-size:14px;}
}

