/* Unchanged */
/* HTML */

body,td,th {
	width: 100%;
	height: 100%;
	font-family: "Avenir next","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 20px;
	font-weight:normal;
	color:#000000;
	line-height: 24px;
	letter-spacing:0.03em;
	margin:0;	
	text-align: center; 
	background-color:#f7f7f7;
	}

a {color: #000000;text-decoration: none;}
a:hover {color:#888;}
a img {border: 0;text-decoration: none;display: block;}


#container {
	margin: 0 auto;
	width:1000px;
	height: 100%;
	margin-bottom:120px;
	}
	
	
/*Header*/

#cont-head {text-align:center; width:1000px; height:340px;}
	
#logo {
	left: 50%;
	margin-left: -80px;
	margin-top: 80px;
	width: 160px;
	position:absolute;
	z-index:97;
	}

#center {
	margin-top:-50px;
	margin-left:-500px;
	position:absolute;
	top:50%;
	left:50%;
	width:1000px;
	height:100px;
	text-align: center;
	float:left;
	}

.cont{	height: 50px;
	position: fixed;
	top: 60px;
	left:60px;
	float:left;
	background-color:rgba(f,f,f,f.0);
	}




/*MENU BAR*/
	
.menu{
    height: 20px;
    position: fixed;
    right: 60px;
    top: 60px;
    width:  24px;
    z-index: 99;
}
.menu__line{
    background: #000;
    display: block;
    height: 1px;
    position: absolute;
    transition:step-end;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 1px;
}
.menu__line--top.active{
    top: 9px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}


/*gnav*/

.gnav{
    background: rgba(247,247,247,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    }
    
.gnav__wrap{
    align-items:center;
    display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
	}
    
.gnav__menu__item{
	font-family: Nanum Myeongjo,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	font-size: 20px;
	line-height: 30px;
	letter-spacing:0.1em;
	margin: 40px 0;
	}
    
.gnav__menu__item a{
	color: #000;
	padding: 40px;
	text-decoration: none;
	transition: .5s;
	}
	
.gnav__menu__item a:hover{
	color: #666;
	}

.site-header{
	display: flex;
	padding: 20px;
	position: absolute;
	justify-content: space-between;
	width: 100%;
	z-index: 99;
	}
	
.site-header.fixed{
	position: fixed;
	top: 0;
	}


/*cont*/

#cont {
	font-family: YuMincho,Cochin,Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	font-feature-settings: "palt";
	font-size: 15px;
	line-height: 44px;
	letter-spacing:0.2em;
	font-weight:lighter;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-top:0px;
	margin-bottom:0px;
	}

#cont-ms {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	line-height:40px;
	margin-top:120px;
	margin-bottom:200px;
	}

.cont-ms-1 {
	text-align: center;
	line-height:50px;
	margin-top:0px;
	margin-bottom:80px;
	}


	
.cont-ms-1-en {
	text-align: center;
	line-height:60px;
	margin-top:0px;
	margin-bottom:80px;
 	font-family: Nanum Myeongjo,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	font-size: 16px;
	line-height: 44px;
	letter-spacing:0.04em;
	font-weight:;
	}
	
.cont-ms-2 {
	padding-top:120px;
	text-align: center;
	line-height:36px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
.cm{
	padding-right: 30px;
	float:left;
	}

#cont img {
	top: 0;
	left: 0;
	float: left;
	}
	
.cont-inner-img {
	margin-left: 390px;
	margin-top: 80px;
	width: 220px;
	}
	
.cont-caption {
	padding-top:60px;
	padding-bottom:120px;
	font-family: "Avenir next","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	line-height: 24px;
	letter-spacing:0.05em;
	}
	
.cont-caption-name {
	padding-top:60px;
	padding-bottom:4px;
 	font-family: Nanum Myeongjo,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	font-size: 14px;
	font-weight:normal;
	color:#000000;
	line-height: 24px;
	letter-spacing:0.05em;
	}

.cont-caption-pen {	
	padding-bottom:120px;	
 	font-family: Nanum Myeongjo,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; 
	font-size: 12px;
	font-weight:normal;
	color:#000000;
	line-height: 24px;
	letter-spacing:0.05em;
	}


.cmark{	
	font-size: 12px;
	letter-spacing:0.08em;	
	height: 54px;
	position: fixed;
	bottom: 0;
	right:60px;
	float:left;
	}