/*  #########################
FONTS
*/
@font-face{
    font-family:'Nanum Gothic'; font-style:normal; font-weight:400;
    src:url(http://sgp1bdemo.anene.net/assets/css/font/NanumGothic.eot);
    src:url(http://sgp1bdemo.anene.net/assets/css/font//NanumGothic.eot?#iefix) format('embedded-opentype'),
    url(http://sgp1bdemo.anene.net/assets/css/font/NanumGothic.woff) format('woff'),
    url(http://sgp1bdemo.anene.net/assets/css/font/NanumGothic.ttf) format('truetype');
    }

@font-face{
    font-family:'Nanum Gothic'; font-style:normal; font-weight:600;
    src:url(http://sgp1bdemo.anene.net/assets/css/font/NanumGothic-Bold.eot);
    src:url(http://sgp1bdemo.anene.net/assets/css/font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
    url(http://sgp1bdemo.anene.net/assets/css/font/NanumGothic-Bold.woff) format('woff'),
    url(http://sgp1bdemo.anene.net/assets/css/font/NanumGothic-Bold.ttf) format('truetype');
    }
    
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* basic font family */
html, body { line-height:1.4; font-family: 'Noto Sans KR', nanumgothic, "나눔고딕", dotum, "돋움", sans-serif;  } 
h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans KR','nanumgothic', "나눔고딕", dotum, "돋움", sans-serif;  } 
h1#page-title { font-family: 'nanumgothic', "나눔고딕", dotum, "돋움", sans-serif;  } 
p { font-family: nanumgothic, "나눔고딕", dotum, "돋움", sans-serif;  }              
#south-container h1, #south-container h2, #south-container h3, #south-container h4, #south-container h5, #south-container h6 { font-family: 'Noto Sans KR', nanumgothic, "나눔고딕", dotum, "돋움", sans-serif;  } 


/* basic font size and color */   
h1, h2, h3 { font-weight:700 }
h4, h5, h6 { font-weight:600 }      
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p {}

h1#page-title  {}
.app-page-summary p {}   

.app-detail-more-subtitle h2 {font-size:22px}


/* north-top language */
ul.global    {}
ul.global li {}
ul.global a  { font-size:12px; }



.cta-text {font-size:1.2em}
.sidebar .widget-container li {font-style:normal;font-family: 'Nanum Gothic', sans-serif !important;}


/* index-title */
h2.index-title { color:#1e1e1e; font-size:22px; margin:0 0 12px; line-height:26px; ;}
h2.index-title-border { color:#1e1e1e; font-size:22px; border-bottom: 1px solid #afafaf; margin:0 0 12px; padding-bottom:10px; line-height:26px; ;}


/* tab containers-title */
.app-detail-masonry .app-detail-tab-text-box-title { border-bottom:1px solid #898989; font-size:18px }
.sh-col3-sjm .app-detail-tab-text-box-title { border-bottom:1px solid #898989; font-size:16px } 
.sh-col4-sjm .app-detail-tab-text-box-title { border-bottom:1px solid #898989; font-size:14px } 
.sh-col5-sjm .app-detail-tab-text-box-title { border-bottom:1px solid #898989; font-size:14px } 

/* app-detail-basic font */
.app-detail-basic h2 {}
.app-detail-basic h3 {}
.app-detail-basic h4 {}
.app-detail-basic h5 {}
.app-detail-basic h6 {}
.app-detail-basic p  {} 


/* app-detail text editor-content link icons*/
.editor-content a:link, .editor-content a:link a:active   {  }
.editor-content ul, .editor-content ol { }
.editor-content ul { }
.editor-content ul li { line-height:1.7;  }
.editor-content ul li a::after { }
.editor-content ol li { }
.editor-content ol li a:link {  }
.editor-content ol li a:hover { }
.editor-content ol li a::after { }


.editor-content h1, .editor-content h2, .editor-content h3, .editor-content h4, .editor-content h5, .editor-content h6 { font-weight:600 }
.editor-content h2 { letter-spacing:-0.02px; line-height:1.4 }
.editor-content h3 { letter-spacing:-0.02px }
.editor-content h4 { font-size:1.1em; line-height:1.5; letter-spacing:-0.02px }
.editor-content h5 { }
.editor-content h6 { }
.editor-content p  { line-height:1.6em; letter-spacing:-0.1px}




/* 
http://www.google.com/fonts/earlyaccess
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);         font-family: ‘Noto Sans KR’ ;
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css)         font-family: 'Nanum Gothic', serif;
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);      font-family: 'Nanum Myeongjo', serif;
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);   font-family: ‘Nanum Brush Script’
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);     font-family: 'Nanum Pen Script', serif;
@import url(http://fonts.googleapis.com/earlyaccess/hanna.css);              font-family: 'Hanna', serif;
@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);         font-family: 'Jeju Gothic', serif;
@import url(http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css);       font-family: 'Jeju Myeongjo', serif;
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);   font-family: 'Nanum Brush Script', serif;
*/