@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumpenscript.css");


/* cont1 */
.greeting > div.cont1 > div.cont1_wrap {
	width: 100%;
    max-width:830px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
}
.greeting > div.cont1 > div.cont1_wrap > h2 {
	font-family: 'Jeju Myeongjo';
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -4px;
    color: #3c3c3c;
    margin-bottom:15px;
}
.greeting > div.cont1 > div.cont1_wrap > h2 > span {
	font-family: 'Jeju Myeongjo';
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -4px;
    line-height: 1.4;
	color: rgb(56, 107, 208);
}
.greeting > div.cont1 > div.cont1_wrap > h3 {
	font-family: 'Nanum Gothic';
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #535353;
}
.greeting > div.cont1 > div.cont1_wrap > h3 > span {
	color: rgb(56, 107, 208);
    font-size:1.4em;
    
}


/* cont2 */
.greeting > div.cont2 > ul {
	width:100%;
    max-width: 830px;
    margin: 30px auto;
    overflow: hidden;
}
.greeting > div.cont2 > ul > li { float:left; padding:15px; }
.greeting > div.cont2 > ul > li:nth-child(1) { width:60%; }
.greeting > div.cont2 > ul > li:nth-child(2) { width:40%; text-align:center; }

.greeting > div.cont2 > ul > li > p {
	font-family: 'Nanum Gothic';
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #535353;
    margin-bottom:20px;
}
.greeting > div.cont2 > ul > li > h1 { text-align:center; margin-bottom:20px; border-bottom:1px solid #e4e4e4; }
.greeting > div.cont2 > ul > li > h1 > img { width:100%; }
.greeting > div.cont2 > ul > li > p.sign {
	font-size:19px;
}
.greeting > div.cont2 > ul > li > p.sign > strong {
	font-family: 'Nanum Pen Script';
    font-size:35px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left:5px;
}
.greeting > div.cont2 > ul > li > p.sign:before {
	display: block;
    content: '';
    width:20px;
    height: 4px;
    background-color: #b60303;
    margin: 0 auto;
}
.cont2 ul li p:last-child{
    color: black;
    font-size: 15px;
    text-align: right;
    margin-top: 20px;
}
.cont2 ul li p:last-child strong{
    font-family: 'Nanum Brush Script' , serif;
    font-size: 40px;
    font-weight: 500;
}



/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .greeting > div.cont1 > div.cont1_wrap > h2 { font-size;28px; }
    .greeting > div.cont2 > ul > li:nth-child(1) { width:100%; }
    .greeting > div.cont2 > ul > li:nth-child(2) { width:100%; }
}
