/* BASIC css start */
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic&display=swap');

body {
    /*font-family: 'Nanum Gothic', sans-serif;*/
    letter-spacing: 0.01rem;
    line-height:1.5 !important;
}

body, html, header, footer, aside, nav, section, article, details, figure, figcaption, menu, command, div, dl, dd, ol, ul, li, form, fieldset, legend, iframe, table, caption, thead, tfoot, tbody, tr, th, td, h1, h2, h3, h4, h5, h6, dt, summary, input, textarea, button, select, datalist, img, embed, object, canvas, audio, video, meter, progress, keygen, a, label, output, dialog, address, blockquote, p, pre, span, b, strong, i, em, dfn, var, u, ins, s, del, q, mark, small, sub, sup, abbr, bdi, bdo, cite, time, ruby, rp, rt, code, kbd, samp, acronym, big, frame, frameset, noframes, tt, map, option, hr, * {
    border: inherit;
    padding: inherit;
    margin: inherit;
    line-height: inherit;
    /* vertical-align: middle; */
    list-style: inherit;
    -webkit-tap-highlight-color: inherit;
}

p {
    line-height:1.5 !important;
}
a {
    text-decoration: none;
}
td, th {
    border: none;
}
#personal {
    padding: 15px;
    margin: 0 auto;
    width: 1200px;    
}
.intro {
    background-color: #f2f2f2;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.intro > h3:before {
	content: "";
	width: 5px;
    height: 24px;
	float: left;
    background-color: #fcb316;
    margin-right: 8px;
    margin-top: 4px;    
}
.intro > p {
    margin-bottom: 0;
}
.chapter {
    padding: 20px 20px 0;
}
.chapter > h4 {
    font-size: 15px;
    font-weight: 600;
    padding-left: 3px;
    line-height: 18px;
    padding-bottom:7px;
}
.chapter > h4:before {
	content: "";
	width: 2px;
    height: 16px;	
    background-color: #fcb316;
    float: left;
    margin-right: 5px
}
.chapter > h3 {
    font-size: 18px;
    font-weight: 600;    
    margin-left: 8px;
}
ol.first {    
	counter-reset: item;	
    padding: 10px 30px 0 50px;
    margin-bottom: 0;
}
ol.first > li {
	counter-increment: item;
	list-style: none;		
	font-size: 15px;	    
    line-height: 28px;
}
ol.first > li:before {
	content: counter(item);	
    margin-left: -23px;
    margin-top: 5px;
	padding: 0;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 16px;	
    background-color: #3366cc;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	float: left;
    line-height: 16px;
}

ol.second {
    padding: 0 25px;
}
ol.second > li {        
    padding: 10px 0;
    font-weight: 400;
    list-style:auto;
}
ol.second > li > ul {    
    font-size: 13px;
    list-style: none;
    line-height: 20px;
}
ol.second > li > ul > li:before {
    content: "";
	width: 10px;
    height: 2px;
	float: left;
    background-color: #3366cc;
    margin-right: 2px;
    margin-top: 10px;
    margin-left: -15px;
}
table{
    table-layout:inherit;
}
table.style-1 {
    font-size: 14px;
    font-weight: 400;
    border-top: solid 2px #878787;
    border-bottom: solid 2px #878787;
    width: 100%;
    margin: 15px 0;
}
table.style-1 > thead > tr > th {
    text-align: center;
    padding: 10px;
    border-bottom: solid 1px #878787;
}
table.style-1 > tbody > tr > td {
    font-size: 13px;
    padding: 8px 15px;
    border-bottom: solid 1px #d6d6d6;
}
table.style-1 > tbody > tr > td.first {
    width: 100px;
    text-align: center;
    font-weight: 600;
    background-color: #f2f2f2;
}
.num3 > ol.first > table > tbody > tr >td {
    text-align: center;
}
ul.style-2 {margin-left:50px !important;margin-bottom:0 !important;}
ul.style-2,
.num8 > ol.first > ul, 
.num9 > ol.first > ul,
.num10 > ol.first > ul {
    margin: 15px 0;
}
ul.style-2 > li,
.num8 > ol.first > ul > li,
.num9 > ol.first > ul > li,
.num10 > ol.first > ul > li {
    font-size: 14px;
    font-weight: 600;
    list-style: none;
}
ul.style-2 > li:before,
.num8 > ol.first > ul > li:before,
.num9 > ol.first > ul > li:before,
.num10 > ol.first > ul > li:before {
    content: "";
	width: 10px;
    height: 2px;
	float: left;
    background-color: #3366cc;
    margin-right: 2px;
    margin-top: 9px;
    margin-left: -15px;
}
/*ul.style-2 > li:before {margin-top: 12px;}*/
ul.style-2 > li > ul,
.num8 > ol.first > ul > li > ul,
.num9 > ol.first > ul > li > ul,
.num10 > ol.first > ul > li > ul {   
    font-weight: 400;
    padding: 5px 20px 10px;
    list-style-type: circle;
}
.num11 {
    margin-bottom: 80px;
}
.num11 > .download {
    display: block;
    margin: 15px 0;
}
.num11 > .download > a {
    width: 32.8%;
    border: solid 1px #d6d6d6;
    border-radius: 3px;
    display: inline-block;
    margin: 2px 1px;
    
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    color: #3e2c15;
}
.num11 > .download > a:hover {
    text-decoration: none;
    background-color: #3e2c15;
    color: #fff;    
}
@media only screen and (max-width: 1024px) {
    h3 {
        font-size: 20px;
        font-weight: 600;
    }
    p {
        font-size: 13px;
    }
    .intro > h3:before {        
        height: 20px;
        margin-top: 0;
    }
    .chapter {
        padding: 10px 10px 0;
    }    
    ol.first {
        padding: 0 0 0 30px;
    }
    ol.first > li {
        line-height: 28px;
    }
    ol.second {
        padding: 0;
    }
    ol.second > li > ul {
        padding-left: 10px;
    }    
    ol > table {
        margin: 5px 0;
    }
    .num11 > .download > a {
        width: 48.8%;
    }
}


::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px !important;
}
ul {padding-inline-start: 40px !important;}
.square li {list-style:square;}
.num li {list-style:auto;}
.circle li {list-style:circle;}
/* BASIC css end */

