@charset "utf-8";

/* ===================================================================
css information

File Name  : courseInfo.css
Author     : 
Style Info : 
=================================================================== */

/*********************************************************************

.layout-courseInfo //////////////////////////////////////////////////

*********************************************************************/

.layout-courseInfo {  }

.txtbox-1 { padding:10px 10px 0 10px; font-size:1.143rem; line-height:1.6; }
.notes-txt { color:#F44336; font-size:1rem; }

@media screen and (max-width:768px){
.txtbox-1 { padding:8px 0 0 0; font-size:1rem; line-height:1.5; }
.notes-txt { font-size:0.769rem; }
}

/*-----------------------------------
.web-view
-----------------------------------*/
.web-view .txtbox-1 { padding:8px 0 0 0; font-size:1rem; line-height:1.5; }
.web-view .notes-txt { font-size:0.769rem; }


