.container{
	width:1282px;
	margin:0 auto;
}

.cl{
	clear:both;
}

.menu-wrap{
	width:100%;
	position:relative;
	z-index:9999;
	width:100%;
}

.menu-wrap.main-menu{
	position:fixed;
	top:0;
	left:0;
}

.menu-wrap.sub-menu{
	position:absolute;
	top:0;
	left:0;
}

.menu-wrap .top-wrap{
	background-color:#1e1e1e;
	text-align:right;
	border-bottom:1px solid #525252;
}

.menu-wrap .top-wrap a{
	display:inline-block;
	margin-right:-3px;
	font-size:14px;
}

.menu-wrap .top-wrap a.tel{
	color:#1e1e1e;
	background-color:#ffce72;
	padding:10px 15px;
}

.menu-wrap .top-wrap a.favor{
	color:#fff;
	padding:10px 25px;
}

/* 상단 메뉴 */
.topmenu-wrap{
	width:100%;
	position:relative;
	z-index:999;
	border-bottom:1px solid #fff;
}

.topmenu-wrap .tmenu-tbl{
	display:table;
	table-layout:fixed;
	width:100%;
}

.topmenu-wrap .tmenu-tbl .logo{
	display:table-cell;
	width:275px;
	vertical-align:middle;
}

.topmenu-wrap .tmenu-tbl .menu{
	display:table-cell;
	width:100%;
	vertical-align:middle;
}

.topmenu-wrap .tmenu-tbl .menu .tmenu{
	display:table;
	table-layout:fixed;
	width:100%;
}

.topmenu-wrap .tmenu-tbl .menu .tmenu .tm{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	font-size:18px;
	color:#fff;
}

.topmenu-wrap .tmenu-tbl .menu .tmenu .tm a{
	display:block;
	text-align:center;
	padding:40px 0;
	color:#fff;
}

.topmenu-wrap .submenu-wrap{
	position:absolute;
	z-index:98;
	width:100%;
	height:0;
	overflow:hidden;
}

.topmenu-wrap .submenu-wrap .submenu{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.8);
	padding:15px 0;
}

.topmenu-wrap .submenu-wrap .submenu ul{
	display:table;
	table-layout:fixed;
	width:100%;
}

.topmenu-wrap .submenu-wrap .submenu .submenuw {
width:1008px;
float:right;
}

.topmenu-wrap .submenu-wrap .submenu li.stmenu{
	display:block;
	width:168px;
	height:236px;
	float:left;
	padding-bottom:15px;
	text-align:center;
	vertical-align:top;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	border-right:1px solid #fff;
}

.topmenu-wrap .submenu-wrap .submenu li.stmenu:last-child{
	border:0;
}

.topmenu-wrap .submenu-wrap .submenu li.stmenu > a{
	color:#ee9009;
	font-size:17px;
	padding:15px 0 15px 0px;
	text-align:center;
	display:block;
	font-weight:bold;
}

.topmenu-wrap .submenu-wrap .submenu li.stmenu li a{
	display:block;
	padding:5px 0 5px 0px;
	text-align:center;
	color:#fff;
	font-size:14px;
}

/* 메인 페이지 */
.page-rotate-wrap{
	width:100%;
	position:relative;
	z-index:2;
	overflow:hidden;
}

.page-rotate-wrap .page-rotate-section{
	position:absolute;
	z-index:2;
	overflow:hidden;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
}

.page-rotate-wrap .page-dot{
	position:fixed;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	left:0;
	z-index:999;
	width:17px;
	height:163px;
}

.page-rotate-wrap .page-dot .page-dot-obj{
	background-color:rgba(0,0,0,0.5);
	border-radius:8px;
	width:100%;
	padding:20px 0;
	height:100%;
	display:table;
	table-layout:fixed;
}

.page-rotate-wrap .page-dot .page-dot-obj .page-dot-row{
	display:table-row;
	width:100%;
}

.page-rotate-wrap .page-dot .page-dot-obj .page-dot-cols{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	text-align:center;
}

.page-rotate-wrap .page-dot .page-dot-obj .page-dot-cols span{
	display:inline-block;
	width:7px;
	height:7px;
	background-color:#fff;
	border-radius:50%;
	cursor:pointer;
}

.page-rotate-wrap .page-dot .page-dot-obj .page-dot-cols span.active{
	background-color:#ffce70;
}

.quick-wrap{
	position:fixed;
	top:50%;
	z-index:4;
	width:140px;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.page-rotate-wrap .container{
	position:relative;
}

.ani-item-1{
	padding-top:250px;
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
}

.ani-item-1 .container{
	height:100%;
}

.ani-item-1 .item-box{
	margin-top:70px;
	width:100%;
	padding:0 64px;
}

a.onoff{
	position:relative;
	display:inline-block;
}

a.onoff:nth-child(2){
	margin:0 84px;
}

img.on{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	opacity:0;
}

.ani-item-1 .p1{
	text-align:center;
	font-size:45px;
	color:#fff;
	width:100%;
}

.ani-item-1 .p1 span{
	color:#ffce70;
}

.ani-item-1 .p2{
	margin-top:70px;
	text-align:center;
	font-size:26px;
	color:#fff;
	width:100%;
}

.ani-item-1 .p2 span{
	color:#ffce70;
}

.scroll-icon{
	text-align:center;
	position:absolute;
	z-index:9;
	left:50%;
	bottom:50px;
	cursor:pointer;
	-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}

.ani-item-2{
	padding-top:250px;
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
}

.ani-item-2 .container{
	height:100%;
}

.ani-item-2 .p1{
	text-align:center;
	font-size:45px;
	color:#fff;
}

.ani-item-2 .p1 span{
	color:#ffce70;
}

.ani-item-2 .item-box{
	margin-top:70px;
	width:100%;
}

.ani-item-2 .word-item-1{
	float:left;
	width:383px;
	height:286px;
}

.ani-item-2 .word-item-2{
	float:left;
	width:899px;
	height:286px;
}

.ani-item-2 .word-item-2 ul li{
	float:left;
	width:286px;
	height:139px;
	margin-left:10px;
}

.ani-item-2 .word-item-2 .mt10{
	margin-top:8px;
}

.ani-item-2 .item-box-2{
	margin-top:25px;
}

.ani-item-2 .word-item-3{
	float:left;
	width:383px;
	height:190px;
}

.ani-item-2 .word-item-4{
	float:left;
	width:899px;
	height:190px;
}

.ani-item-3{
	padding-top:150px;
	position:relative;
}

.ani-item-3 .word-item-5{
	float:left;
	width:596px;
	height:628px;
	background-color:#1a1a1c;
	border:1px solid #7a7a7c;
}

.ani-item-3 .word-item-5 .sitem-1{
	width:100%;
	height:314px;
	padding:30px 27px;
}

.ani-item-3 .word-item-5 .sitem-1 .subj{
	color:#ffce72;
	font-size:26px;
	margin-bottom:14px;
}

.ani-item-3 .word-item-5 .sitem-2 .subj{
	color:#fff;
	font-size:26px;
	margin-bottom:14px;
}

.ani-item-3 .word-item-5 .sitem-2{
	width:100%;
	height:314px;
	padding:30px 27px;
}

.ani-item-3 .word-item-6{
	float:left;
	width:598px;
	height:628px;
}

.ani-item-3 .word-item-6 .sitem-1{
	width:100%;
	height:314px;
	background-color:#dbdbdb;
	padding:30px 27px;
}

.ani-item-3 .word-item-6 .sitem-1 .subj{
	color:#1e1e1e;
	font-size:26px;
	margin-bottom:14px;
}

.ani-item-3 .word-item-6 .sitem-1 .subj a{
	float:right;
}

.ani-item-3 .word-item-6 .sitem-2{
	width:100%;
	height:314px;
}

/* CS */
.csform-wrap{
	width:100%;
}

.csform-wrap li{
	margin-bottom:15px;
}

.csform-wrap li:last-child{
	margin:0;
}

.csform-wrap input[type=text],
.csform-wrap select,
.csform-wrap textarea{
	padding:5px;
	background-color:#fff;
	font-size:14px;
}

.csform-wrap input::placeholder,
.csform-wrap textarea::placeholder{
	color:#ccc;
}

.csform-wrap select,
.csform-wrap .input-sm{
	width:32.8%;
}

.csform-wrap .full-input{
	width:100%;
}

.csform-wrap textarea{
	width:100%;
	height:135px;
	resize:none;
}

.csform-wrap .cs-input-area{
	width:415px;
	float:left;
}

.csform-wrap .cs-btn-area{
	float:right;
	width:112px;
}

.csform-wrap .cs-btn-area button{
	background-color:transparent;
	height:225px;
	border:1px solid #ccc;
	color:#fff;
	width:100%;
	font-size:16px;
}

/* 서브 */

.subtop{
	width:100%;
	height:595px;
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
}

.subtop .sub-subj{
	position:absolute;
	z-index:2;
	top:50%;
	width:100%;
	text-align:center;
	color:#fff;
	font-size:40px;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.subtop .submenu-wrap{
	width:1282px;
	margin:0 auto;
	position:absolute;
	bottom:10px;
	left:50%;
	-webkit-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	transform:translate(-50%,0);
}

.subtop .submenu-wrap .submenu{
	margin:0;
}

.subtop .submenu-wrap .submenu.cell-type-1{
	display:table;
	table-layout:fixed;
	width:100%;
}

.subtop .submenu-wrap .submenu.cell-type-2{
	display:block;
}

.subtop .submenu-wrap .submenu.cell-type-1 .cell{
	display:table-cell;
	padding:5px;
	width:100%;
}

.subtop .submenu-wrap .submenu.cell-type-2 .cell{
	display:inline-block;
	width:16.66666666666667%;
	margin-right:-3px;
	padding:5px;
}

.subtop .submenu-wrap .submenu .cell a{
	display:block;
	padding:20px 0;
	text-align:center;
	font-size:20px;
	color:#fff;
	border:1px solid #fff;
}

.subtop .submenu-wrap .submenu .cell a:hover,
.subtop .submenu-wrap .submenu .cell a.active{
	background-color:#ffce72;
	color:#252427;
	border:1px solid #ffce72;
}

.page-subject{
	width:100%;
	position:relative;
	border-bottom:1px solid #d6d6d6;
	margin-bottom:50px;
}

.page-subject .subj{
	font-size:40px;
	padding:70px 0;
	color:#b09460;
	text-align:center;
}

.page-subject .page-nav{
	position:absolute;
	z-index:2;
	top:50%;
	right:35px;
	font-size:16px;
	line-height:16px;
	color:#959595;
	text-align:right;
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
}

.page-subject .page-nav a{
	font-size:16px;
	line-height:16px;
	color:#959595;
}

/* 하단 */
.tail{
	position:absolute;
	z-index:2;
	bottom:0;
	background-color:#dfdfdf;
	padding:40px 0;
	width:100%;
}

.tail.sub-tail{
	position:static;
}

.tail .ft-tbl{
	display:table;
	table-layout:fixed;
	width:100%;
}

.tail .ft-tbl .ft-logo{
	display:table-cell;
	width:220px;
	vertical-align:middle;
}

.tail .ft-tbl .ft-info{
	display:table-cell;
	width:100%;
	font-size:14px;
	color:#46403c;
	line-height:24px;
}

.tail .ft-tbl .ft-link{
	display:table-cell;
	width:200px;
	vertical-align:middle;
}

.tail .ft-tbl .ft-link a{
	display:inline-block;
	background-color:#a99163;
	color:#fff;
	padding:5px;
	border-radius:5px;
}

.tail .ft-tbl .ft-link a:first-child{
	margin-right:10px;
}






/* 서브페이지 탭 메뉴 */
.tabmenu{
	width:100%;
}

.tabmenu li{
	float:left;
	width:33%;
	margin-left:-1px;
}

.tabmenu li a{
	display:block;
	background-color:#e8e8e8;
	color:#484745;
	text-align:center;
	padding:10px 0;
	margin:0 0 5px 5px;
}

.tabmenu li:nth-child(1),
.tabmenu li:nth-child(4),
.tabmenu li:nth-child(7),
.tabmenu li:nth-child(10),
.tabmenu li:nth-child(13),
.tabmenu li:nth-child(1) a,
.tabmenu li:nth-child(4) a,
.tabmenu li:nth-child(7) a,
.tabmenu li:nth-child(10) a,
.tabmenu li:nth-child(13) a{
	margin-left:0;
}

.tabmenu li:nth-child(4) a,
.tabmenu li:nth-child(5) a,
.tabmenu li:nth-child(6) a{
	margin-bottom:5px;
}

.tabmenu li a:hover,
.tabmenu li a.active{
	background-color:#4a4a4a;
	color:#fff;
}

.tab-content{
	clear:both;
	width:100%;
	position:relative;
}

.tab-content .tab-item{
	position:relative;
	width:100%;
	display:none;
}

.tab-content .tab-item.active{
	display:block;
}




.t_style1 {
	font-size: 25px;
	font-weight: 700;
	color: #dca640;line-height:50px;
}
.t_style2 {
	font-size: 20px;
	font-weight: 600;
	color: #a17f3f;
}
.t_style3 {
	font-size: 17px;
	font-weight: bold;
	color: #333333;line-height:30px;
}
.t_style4 {
	font-size: 17px;
	color: #333333;line-height:30px;
	margin-bottom:50px;
}


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





 /* 프로필 css */

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


.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #b09460;
	background: #f0f0f0;
}
#name .delayTwo {
	font-size: 30px;
	font-weight: 700;
	color:#b09460;
	font-family: 'Nanum Myeongjo', Arial, sans-serif;
	margin-bottom: -6px;
}

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

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 170px;
	margin:auto;
}


#name {
	float: center;
	text-align:center;
	margin-top:20px;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	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;
	line-height:30px;
}

.sectionContent ul {
	list-style: circle;
	}

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


.clear {clear: both;}
