/*사이트 디자인 글로벌 설정*/ //functions .ft-context-apply(none) { font-family:@st_ft_fam_context_han; } .ft-context-apply(@x) when (default()) { font-family:@x, @st_ft_fam_context_han; } .ft-title-apply(none) { font-family:@st_ft_fam_title_han; } .ft-title-apply(@x) when (default()) { font-family:@x, @st_ft_fam_title_han; } //apply body #main_container{ /*overflow-x: hidden; //9.15 hemode 깨짐 주석처리함*/ background-color:@st_global_bgcor; font-size: @st_ft_size; color: @st_ft_normal_cor; //font-family:@st_ft_fam_context_eng, @st_ft_fam_context_han; .ft-context-apply(@st_ft_fam_context_eng); } body{ background-color:@st_global_bgcor; h1,h2,h3,h4,h5,h6 { .ft-title-apply(@st_ft_fam_title_eng); } .qv-text, .ml-item{ line-height:@st_ft_lh; } //.text-s, //.text-m { // .ft-context-apply(@st_ft_fam_context_eng); //} .text-l, .text-xl, .text-xxl { .ft-title-apply(@st_ft_fam_title_eng); } } .boxing{max-width:@st_content_wid} .boxing .box-background-video {max-width:@st_content_wid} body #main_container a{ color:@st_ft_link_cor; } body #main_container a:active:not(.image-area), body a:hover:not(.image-area){ color:@st_ft_hover_cor; } body #main_container .logo-text { max-width: 600px; } body #main_container .logo-text a { color: @st_ft_normal_cor; font-size:20px; font-weight:bold; } body #main_container table{ /*background-color:@st_global_bgcor; 2019.10.1 영향없음으로 판단하여 주석처리*/ font-size: @st_ft_size; color: @st_ft_normal_cor; .ft-context-apply(@st_ft_fam_context_eng); } body #main_container .qv-calendar .fc-day-grid-event.fc-event-day .fc-time{ background-color:@st_global_bgcor; } @media (min-width:768px){ body { .qv-text, .ml-item { letter-spacing: @st_ft_ls; } #main_container .read-body{ max-width:@st_content_wid; } } } /* 2020.03.23 재헌 * 백그라운드 색상을 상속받아야 하는 애니메이션 */ //.qv-ani-ele.qv-in-viewport.reveal-b-to-t:after, //.qv-ani-ele.qv-in-viewport.reveal-t-to-b:after, //.qv-ani-ele.qv-in-viewport.reveal-l-to-r:after, //.qv-ani-ele.qv-in-viewport.reveal-r-to-l:after, //.qv-ani-ele.qv-in-viewport.reveal-horizontal:before, //.qv-ani-ele.qv-in-viewport.reveal-horizontal:after, //.qv-ani-ele.qv-in-viewport.reveal-vertical:before, //.qv-ani-ele.qv-in-viewport.reveal-vertical:after { // background-color: @st_global_bgcor; //}