 /* ---------------------------------- */
/* fontface specs for Korean pages */
 /* ---------------------------------- */

 /* -------Batang Fonts ------------ */
 @font-face {
font-family: "fontNorm-Batang";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/NotoSerifKR-Regular.otf);
}
 /* ---------------------------------- */
 
@font-face {
font-family: "fontBold-Batang";
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/NotoSerifKR-Bold.otf);
}

 /* -----------Gulim Fonts------------------ */
 @font-face {
font-family: "fontNorm-Gulim";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/GothicA1-Regular.ttf);
}
 /* ---------------------------------- */
 
@font-face {
font-family: "fontBold-Gulim";
  font-weight: bold;
  font-style: normal;
  src: url(../fonts/GothicA1-SemiBold.ttf);
}
 /* ---------------------------------- */
  
@font-face {
font-family: "Gothic A1";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/GothicA1-Regular.ttf);
}
 /* ---------------------------------- */
 /* -----    Korean: URKA VERSION    -------- */
 /* ---------------------------------- */
.ub_cap				{font-family: 'Gothic A1';font-size: 105%;}
.ub_bold			{font-weight:bold;}
.ub_cap_bold		{font-family: 'Gothic A1';font-weight:bold;}
.ub_fullcap			{font-family:'Malgun Gothic',gulim;}
.ub_bold_cap		{font-weight:bold;}
.ub_fullcap_bold	{font-family:'Malgun Gothic',gulim;font-weight:bold;}
 /* ---------------------------------- */
 
 /* ---------------------------------- */
 /* -----    Korean: TAI KIM VERSION    -------- */
 /* ---------------------------------- */
.gulimClass 		{font-family:"fontNorm-Gulim";font-weight:normal;}
.gulimClassBold 	{font-family:"fontBold-Gulim";}
#Kor00GlossaryE 	{vertical-align:7%;}
 /* ---------------------------------- */

 /* ---------------------------------- */
 /* -----    Korean: Foundation VERSION    -------- */
 /* ---------------------------------- */
.uf-font2 {font-family: '맑은 고딕', Malgun Gothic, '굴림', Gulim, '돋움', Dotum, sans-serif;}
.uf-font3 { text-decoration: underline; font-family: '맑은 고딕', Malgun Gothic, '굴림', Gulim, '돋움', Dotum, sans-serif;}
.uf-UL {text-decoration: underline;}
.uf-blockQuote {padding-left:20px;}
/* ---------------------------------- */

 
p, h1, h3, h4 * {font-family:"fontNorm-Batang";}



#ubContent h2 {font-family:"fontBold-Gulim";font-size:90%;}
p i.fa.fa-ellipsis-v {font-family:"FontAwesome";background-color:#CF6;font-size:100%!important;}

li a b .gulimClass {font-family:"fontBold-Batang";}
/* li {text-indent:-40px; padding-left:60px;} */
ul li ul li * .gulimClass {font-family:"fontNorm-Batang";}

#ubContent .langColumn p { font-size:1.05em!important;  line-height:1.5em; text-align:justify;}

.kor00SpecialMessage {box-shadow: 3px 3px 3px #888888;border:1px solid #CCC;border-radius:5px!important; }
.langText {font-family:"fontNorm-Batang";}
.genText {font-family:"fontNorm-Batang";}


@media (max-width: 710px) {

#ubContent .englishColumn p {font-size:.85em!important;}
#ubContent .langColumn h1 { font-size: .85em !important;}
}
@media (max-width: 500px) {
#ubContent .langColumn p { font-size:0.80em!important; }
#ubContent .englishColumn p {font-size:.70em!important;}
}