@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");
#sub_contents {font-size:15px;line-height:1.7;color:#595959;}


/* 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: 'Nanum Gothic';
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -4px;
    color: #3c3c3c;
    margin-bottom:15px;
}
.greeting > div.cont1 > div.cont1_wrap > h2 > span { 
    font-family: 'Nanum Gothic';
    font-size: 33px;
    font-weight: 600;
    letter-spacing: -4px;
    line-height: 1.4;
	color: #6aa10b;
}
.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 {
    font-family: 'Nanum Gothic';
    color: #6aa10b;
    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 {
    margin-bottom:15px;
}
.greeting > div.cont2 > ul > li > p > b{
    color: #6aa10b;
}
.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;
}


.dot li{margin-bottom:5px;padding-left:13px;text-align:left;}
.dot li:before{display:inline-block; content:''; width:3px; height:3px;margin-right:10px;margin-left:-13px;
    border-radius:50%; vertical-align:middle;
    background-color:#8bd61e;
}
.dot li strong {color:#6aa10b;}


.i_con+.i_con {margin-top:40px;}
.i_con h3 {border-bottom:1px solid #ddd;margin-bottom:10px;
    font-size:28px;font-family:'jeju myeongjo';letter-spacing:-2px;color:#333;}


/* 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:25px; letter-spacing:-1px;}
    .greeting > div.cont1 > div.cont1_wrap > h2 > span {font-size:25px; letter-spacing:-1px;}
    .greeting > div.cont2 > ul > li:nth-child(1) { width:100%; }
    .greeting > div.cont2 > ul > li:nth-child(2) { width:100%; }
    
    
    .b_con h3 {font-size:22px;}
}