@charset "euc-kr";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Brush+Script&family=Nanum+Pen+Script&display=swap');

@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nanum Brush Script', cursive;
font-family: 'Nanum Pen Script', cursive;
*/

@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
    font-family: 'ELAND_Nice_M';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts-20-12@1.0/ELAND_Nice_M.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HangeulNuri-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/HangeulNuri-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




body {
	margin: 0px; 
	padding:0px;
    font-size: 16px;
}

#wrapper  {
     max-width:100%;
	 max-height:100%;
     background-image: url(../img/mainBG_1920x1080.jpg);
     background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;   
}
.container  {
     width: 540px;
	 height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -170px;
    margin-left: -270px;
}

.copy {
     font-family: 'ELAND_Nice_M';
     font-size: 2.5rem;
     color: #fff;
     width: 340px;
	 height:auto;
	 margin:0 auto;
     text-align: right;
	 margin-bottom: 0px;
	 margin-top: 0px;
    padding-top: 15px;
    float: right;
    line-height: 1.3;
    /*text-shadow: 3px 3px 9px #733fdf;*/
    text-shadow: 2px 2px 4px #333;
}

.copyimg {
    width: 200px;
    height: 333px;
    float: left;
}

.copytext {
        float: right;
        width: 340px;
        height: auto;
        padding-top: 2.2rem;
/*      font-family: 'HangeulNuri-Bold';
        font-family: 'Nanum Pen Script', cursive;  */
        font-family: 'Nanum Brush Script', cursive; 
        font-size: 3.8rem;
        text-shadow: 3px 3px rgba(255,255,255,0.2);
        font-weight: normal; 
        color: black;
        text-align: right;
}

.profileContainer {
    width: 900px;
    height: auto;
    margin-top: 120px;
    background-color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    
}

.profileRight {
    width: 200px;
    float: right;
    box-sizing: border-box;
    padding-top: 50px;
/*    background-color: aqua;*/
}

.profileLeft {
    width: 700px;
    float: left;
    box-sizing: border-box;
    padding: 0px 50px 30px 30px;
    color: #fff;
    line-height: 150%;
    font-family: 'Chosunilbo_myungjo';
    font-size: 1.2rem;
}

.subtitle {
    font-family: 'Nanum Pen Script', cursive;
    font-size: 3.0rem;
}

.oldHome {
	width: 250px;
	border: 1px solid #fff;
	float:right;
	line-height: 1;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0px;
	margin-top: 20px;
	border-radius: 0px;
}

.oldHome a {
	text-decoration: none;
	color: #fff;
}

.oldHome a:hover {
	color: #eac3fe;
}

#logo {
	
}

.address {
     color:#D5B1F8;
	 font-size:14px;
	 padding-top:15px;
     padding-bottom: 15px;
	 text-shadow: 1px 1px 5px #000;
    width: 100%;
    height : 85px;
    background-color: rgba(0,0,0,.3);
    bottom: 0;
    text-align: center;
    position: fixed;
    line-height: 150%;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}

.address02 {
     color:#D5B1F8;
	 font-size:14px;
	 padding-top:15px;
     padding-bottom: 15px;
	 text-shadow: 1px 1px 5px #000;
    width: 100%;
    height : 85px;
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    text-align: center;
    position: fixed;
    line-height: 150%;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
}

