@CHARSET "UTF-8";

@font-face {
   font-family: 'nanumpen';
   src: url('/resources/fonts/NANUMPEN.woff') format('woff');
}

.greetings{
    padding-top: 20px;
    width: 100%;	
}
.greetings > .left{
    float: left;
    width: 100px;
    margin: 0 20px 0 10px;
}
.greetings > .left > img{
	border-radius: 3px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,.2);	
}
.greetings > .right{
    width: calc(100% - 130px);
    float: left;
    line-height: 18px;
}
.greetings > .right > .text{
    width: 100%;	
    text-align: justify;    
}
.greetings > .right > .text > span{
    color: rgb(0,131,212);
    font-size: 14px;
}
.greetings > .right > .sign{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    text-align: right;
}
.greetings > .right > .sign > span{
    color: rgb(0,131,212);
}
.greetings > .right > .sign > span.name{
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    color: rgb(31,31,31);    
}

.purpose{
    padding: 20px 10px 10px 10px;
}
.purpose > .title{
    font-size: 18px;
    padding: 10px;
    text-align: justify;
    line-height: 30px;
    color: rgb(80,80,80);
    border-radius: 5px;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);
    background-color: rgb(250,250,250);
}
.purpose > .title:before{
    content: "\275D";
    margin-right: 5px;
    font-size: 30px;
    color: rgb(74,187,237);
}
.purpose > .title:after{
    content : "\275E";
    margin-left: 5px;    
    font-size: 30px;
    color: rgb(74,187,237);  
}
.purpose > .title > span{
    color: rgb(74,187,237);
    font-size: 20px;     
}
.purpose > .headline{
    width: calc(100% - 12px);
    height: 24px;
    border-left: 2px solid rgb(74,187,237);
    padding-left: 10px;
    margin: 30px 0 10px 0;
    line-height: 24px;
    font-size: 16px;     
}
.purpose > .text{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 20px;
    position: relative;	
}
.purpose > .text:before{
    content: "\2756";
    position: absolute;
    left: 5px;
    left: 3px;
    color: rgb(0,131,212);
    font-size: 12px;
}
.history{
	padding: 10px 0 10px 0;
}
.history > .btns{
	width: 100%;
	height: 30px;	
    text-align: center;
    margin-top: 10px;	
}
.history > .btns > input{
	width: 100px;
	height: 100%;
}

.president{
    width: calc(100% - 1px);
    overflow: auto;
    border-left: 1px solid rgb(220,220,220);
    border-top: 1px solid rgb(220,220,220);
}
.president > .item{
    width: calc(100% / 2 - 1px);
    height: 120px;
    float: left;
    overflow: hidden;
    border-bottom: 1px solid rgb(220,220,220);
    border-right: 1px solid rgb(220,220,220);
}
.president > .item > .left{
    width: 120px;
    height: 100%;
    float: left;
    position: relative;
}
.president > .item > .left > div.img{
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 10px;
    border: 1px solid rgb(220,220,220); 
    border-radius: 2px;    
}
.president > .item > .right{
    width: calc(100% - 140px);
    height: calc(100% - 20px);
    float: left;
    padding: 10px;
    text-align: center;    
}
.president > .item > .right > .title{
	width: 100%;
    height: 25px;
    font-weight: bold;  
}
.president > .item > .right > .period{
    width: 100%;
    height: 20px;	
}
.president > .item > .right > .aff{
    width: 100%;
    height: 25px;	
}
.president > .item > .right > .name{
    width: 100%;
    height: 30px;
    font-size: 14px;
	color: rgb(0,131,212);    
}

.executives{
    width: 100%;	
}
.executives > .items{
    width: 100%;
    overflow: auto;	
    margin-bottom: 20px;    
}
.executives > .items > .title{
    width: calc(100% - 12px);
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: rgb(0,131,212);
    border-left: 2px solid rgb(0,131,212);
    padding-left: 10px;
    margin: 8px 0 8px 0;
}
.executives > .items > .item{
    width: calc(100% / 2 - 2px);
    height: 100px;
    float: left;
    overflow: hidden;
    border: 1px solid rgb(220,220,220);	
}
.executives > .items > .item > .left{
    width: 100px;
    height: 100%;
    float: left;
    position: relative;	
}
.executives > .items > .item > .left > div.img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.executives > .items > .item > .right{
    width: calc(100% - 120px);
    height: calc(100% - 20px);
    float: left;
    padding: 10px;
}
.executives > .items > .item > .right > .name{
    font-size: 14px;
    width:100%;
    height: 40px;
    line-height: 40px;
    color: rgb(0,131,212);	
}
.executives > .items > .item > .right > .aff{
	width: 100%;
	height: 20px;
	line-height: 20px;	
}
.executives > .items > .item > .right > .task{
	width: 100%;
	height: 20px;
	line-height: 20px;
    color: rgb(120,120,120);	
}

.secretariat > .title{
	width: calc(100% - 12px);
    height: 24px;
    border-left: 2px solid rgb(74,187,237);
    padding-left: 10px;
    margin: 10px 0 10px 0;
    line-height: 24px;
    font-size: 16px;
}
.secretariat > .info{
    width: calc(100% - 12px);
    padding-left: 12px;
    margin-bottom: 30px;
}
.secretariat > .info > .text{
    width: 100%;
    height: 30px;
    line-height: 30px;	
}
.secretariat > .info > .text > img{
    width: 15px;
    height: 15px;	
    vertical-align: middle;    
    margin-right: 10px;    
}
.secretariat > .location{
    overflow: auto;
    text-align: center;
}
.secretariat > .location > .text{
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: rgb(120,120,120);	
}

.related_site{
	width: 100%;
	overflow: auto;	
}
.related_site > a.site_item{
    width: calc(100% / 4 - 22px);
    height: 100px;
    display: block;
    float: left;
    text-decoration: none;
    margin: 10px;
    border: 1px solid rgb(220,220,220);
    border-radius: 2px;    
}
.related_site > a.site_item:hover{
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,.1);	
}
.related_site > a.site_item > span.img{
    display: block;
    width: calc(100% - 20px);
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 10px;   
}
.related_site > a.site_item > span.text{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgb(0,131,212);
    background-color: rgb(74,187,237);
    color: white;
}

textarea{
	width: 100%;	
}



