
/* google fonts */



/* common css */

a {
	color:#000;
}
a :hover{
        color:#dca000;
    text-decoration: underline  ; 
}
a:hover{
        color:#dca000;
    text-decoration: underline  ; 
}
a img{
    transition:all 0.5s ease; 
}
a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.noAlpha a:hover img{
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
}


.noWrap {white-space: nowrap;}

.wrapIMG{width:100%;display:flex;justify-content: center;padding:0;}
.box2{width:calc(100% / 2); margin: 0 5px;}
.box3{width:calc(100% / 3); margin: 0 5px;}
.box4{width:calc(100% / 4);}
.box5{width:calc(100% / 5);}

.img-r_06{border-radius: 6px;}

.red{ color: #b93458; } /* rgba(185,52,88, 1.0) */
.yel{ color: #dca000 ;} /* rgba(220,160,0, 1.0) */
.grn{ color: #006d60 ;} /* rgba(0,109,96, 1.0) */
.blu{ color: #00447d ;} /* rgba(0,68,125, 1.0) */

/* custom */

.alignC{text-align:center!important;}
.alignR{text-align:right!important;}
.alignL{text-align:left!important;}

.fo10{ font-size:10px!important;}
.fo11{ font-size:11px!important;}
.fo12{ font-size:12px!important;}
.fo14{ font-size:14px!important;}
.fo16{ font-size:16px!important;}
.fo18{ font-size:18px!important;}
.fo20{ font-size:20px!important;}
.fo22{ font-size:22px!important;}
.fo24{ font-size:24px!important;}
.fo26{ font-size:26px!important;}
.fo28{ font-size:28px!important;}
.fo30{ font-size:30px!important;}
.fo32{ font-size:32px!important;}
.fo34{ font-size:34px!important;}
.fo36{ font-size:36px!important;}

.foB{font-weight:bold!important;}
.foN{font-weight:normal!important;}

.fw400{font-weight: 400 !important;}
.fw600{font-weight: 600 !important;}

.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}

.mt-10 {margin-top: -10px !important;}
.mt-20 {margin-top: -20px !important;}
.mt-30 {margin-top: -30px !important;}
.mt-40 {margin-top: -40px !important;}
.mt-50 {margin-top: -50px !important;}

.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px!important;}
.mb80 {margin-bottom: 80px !important;}
.mb100 {margin-bottom: 100px !important;}

.mb-10 {margin-bottom: -10px !important;}
.mb-20 {margin-bottom: -20px !important;}
.mb-30 {margin-bottom: -30px !important;}
.mb-40 {margin-bottom: -40px !important;}
.mb-50 {margin-bottom: -50px !important;}

.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}

.pd5{padding: 5px !important;}
.pd10{padding: 10px !important;}
.pd20{padding: 20px !important;}
.pd30{padding: 30px !important;}

.pdSide10{padding: 0 10px !important;}
.pdSide20{padding: 0 20px !important;}
.pdSide30{padding: 0 30px !important;}
.pdSide40{padding: 0 40px !important;}

.pdTB20{padding: 20px 0 !important;}
.pd0{padding:  0 !important;}

.pt10{padding-top: 10px !important;}
.pt20{padding-top: 20px !important;}
.pt30{padding-top: 30px !important;}

.pb10{padding-bottom: 10px!important;}
.pb20{padding-bottom: 20px!important;}
.pb30{padding-bottom: 30px!important;}
.pb40{padding-bottom: 40px!important;}

.mgnA{margin:0 auto!important;}

.w100{width:100%!important; margin:0 auto!important;}
.w90{width:90%!important; margin:0 auto!important;}
.w80{width:80%!important; margin:0 auto!important;}

.lh20{ line-height: 2.0 !important;}
.lh18{ line-height: 1.8 !important;}
.lh16{ line-height: 1.6 !important;}
.lh14{ line-height: 1.4 !important;}
.lh13{ line-height: 1.3 !important;}
.lh12{ line-height: 1.2 !important;}

.ls00{ letter-spacing:0 !important;}
.ls008{ letter-spacing:0.08em !important;}
.ls01{ letter-spacing:0.1em !important;}
.ls02{ letter-spacing:0.2em !important;}

.udLne{text-decoration:underline  !important;}
.udLneN {text-decoration-line: none !important;}

.over_txt2{
 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
-webkit-line-clamp: 2;}

.over_txt3{
 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
-webkit-line-clamp: 3;}


@media screen and (max-width: 768px) {  /*sp*/
.pc {display: none;}

.sp-fo10{ font-size:10px!important;}
.sp-fo11{ font-size:11px!important;}
.sp-fo12{ font-size:12px!important;}
.sp-fo14{ font-size:14px!important;}
.sp-fo16{ font-size:16px!important;}
.sp-fo18{ font-size:18px!important;}
.sp-fo20{ font-size:20px!important;}

.sp-90 img{width:90%!important;}
.sp-80 img{width:80%!important;}
.sp-70 img{width:70%!important;}
.sp-60 img{width:60%!important;}
.sp-50 img{width:50%!important;}
.sp-40 img{width:40%!important;}
.sp-30 img{width:30%!important;}
.sp-20 img{width:20%!important;}
.sp-10 img{width:10%!important;}

.sp-mt10{margin-top:10px!important;}
.sp-mt20{margin-top:20px!important;}
.sp-mt30{margin-top:30px!important;}
.sp-mt40{margin-top:40px!important;}
.sp-mt50{margin-top:50px!important;}

.sp-mt-10 {margin-top: -10px !important;}
.sp-mt-20 {margin-top: -20px !important;}
.sp-mt-30 {margin-top: -30px !important;}
.sp-mt-40 {margin-top: -40px !important;}
.sp-mt-50 {margin-top: -50px !important;}

.sp-over_txt2{
 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
-webkit-line-clamp: 2;}

.sp-over_txt3{
 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
}