@charset "utf-8";


.t_style1 {
	font-size: 22px;
	font-weight: 700;
	color: #cc9529;line-height:50px;
}
.t_style2 {
	font-size: 18px;
	font-weight: 600;
	color: #412929;
}
.t_style3 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;line-height:30px;
}
.t_style4 {
	font-size: 15px;
	color: #333333;line-height:25px;
}


.t_box {
	width:90%;
	background:#eee;
	padding:30px;
	}


	.t_box li {margin-bottom:10px;}



 /* 프로필 css */

 #cv {
	width: 100%;
	max-width: 900px;
	margin: 30px auto;
}


.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #cc9529;
	background: #f0f0f0;
}

#name h1 {
	font-size: 30px;
	font-weight: 700;
	color:#cc9529;
	font-family: 'Nanum Myeongjo', Arial, sans-serif;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 18px;
	font-weight:400;
	margin-left: 2px;
	margin-top:5px;
	color: #666;
}

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 20%;
	float: left;
	margin-right: 30px;
}

#headshot img {
	width: 100%;
	height: auto;
}

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style: circle;
	font-size: 15px;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}



section {
	border-top: 1px solid #dedede;
	padding: 20px 0 20px 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
	font-size:15px;
}

.sectionContent ul {
	list-style: circle;
	}

.sectionTitle h1 {
	font-family: 'Nanum Myeongjo', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 25px;
	color: #cc9529;
}
.sectionTitle h2 {
	font-size: 18px;
	font-weight:400;
	color: #999;
}


.clear {clear: both;}



/*    */


.mainDetails2 {
	padding: 25px 35px;
	border-bottom: 2px solid #cc9529;
	background: #fff;
}

#name h1 {
	font-size: 30px;
	font-weight: 700;
	color:#cc9529;
	font-family: 'Nanum Myeongjo', Arial, sans-serif;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 18px;
	font-weight:400;
	margin-left: 2px;
	margin-top:5px;
	color: #666;
}

#mainArea {
	padding: 0 40px;
}

.mainDetails2 #headshot {
	width: 100%;
	float: center
	margin-right: 30px;
}

.mainDetails2 #name {
	float: left;
	margin-top:15px;
}

.mainDetails2 #contactDetails {
	float: right;
	margin-top:15px;
}

#contactDetails ul {
	list-style: circle;;
	font-size: 15px;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #444;
}



section {
	border-top: 1px solid #dedede;
	padding: 20px 0 20px 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
	font-size:15px;
}

.sectionContent ul {
	list-style: circle;
	}

.sectionTitle h1 {
	font-family: 'Nanum Myeongjo', Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 25px;
	color: #cc9529;
}
.sectionTitle h2 {
	font-size: 18px;
	font-weight:400;
	color: #999;
}


.clear {clear: both;}
