/* 공통 */
.sub_con {width: 1300px; margin:0 auto;}
.w_box {width: 1200px; margin:0 auto; padding:0 0 80px; background: #fff; position: relative; z-index: 2; }
.sub_title h2 {font-size:16px; font-weight: 600; color:#0053a5; letter-spacing: 9.6px; text-transform: uppercase; margin-bottom: 30px; font-family: 'Montserrat'; }
.sub_title h1 {font-size:36px; font-weight: 300; color:#333; font-family: 'NanumSquare',sans-serif;}
.sub_title h1 b {font-weight: 700; }
.sub_p {font-size:15px; font-weight: 300; color:#666; line-height: 30px; }
.sub_bot_bg {width: 100%; height: 450px; background: url('../img/gre_bg.jpg') 50% 50% no-repeat; background-size:cover; margin-top:-80px; }

.pc {display: block;}
.mobile {display: none;}


/*Content CSS*/
#greetings {text-align: center; padding:80px 0 0;}
#greetings p {margin:30px 0 60px; word-break: keep-all; }
#greetings h3 {font-size:17px; font-weight: 700; color:#666; font-family: 'NanumSquare',sans-serif;}
#greetings h3 b {color:#000; font-weight: 700; font-size:24px; }
#greetings .sign {margin:20px 0 0;}





@media screen and (max-width: 1300px) {
    /* 공통 */
    .sub_con {width: 100%; padding: 0 80px; }
    .sub_title h1 {font-size:32px; }
    .sub_bot_bg  {height: 300px; margin-top: 0; }

    /* content */
    .w_box {width: 100%;  padding-bottom: 60px;}


}

@media screen and (max-width: 1024px) {
    /* 공통 */
    .sub_con {width: 100%; padding: 0 50px; }
    .sub_title h2 {font-size:14px; margin-bottom:20px; }
    .sub_title h1 {font-size: 30px ; line-height: 50px; }
    .sub_p {font-size: 14px; letter-spacing: -.5px ; line-height: 26px; }

    /* content */
    .pc {display: none;}
    .mobile {display: block;}
    .w_box {padding-bottom: 60px;}
    #greetings p  {margin:20px 0 50px; }
    #greetings h3 {font-size:15px; }
    #greetings h3 b { font-size:22px; }

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {
    /* 공통*/
    #greetings {padding:50px 0 0;}
    .sub_con {width: 100%; padding: 0 30px; }
    .sub_title h2 {font-size:14px; margin-bottom:20px; letter-spacing: 5px; margin-bottom: 15px; }
    .sub_title h1 {font-size:24px ; line-height: 42px; }
    .sub_bot_bg  {height: 200px; margin-top: 0; }

    /* content */
    .w_box {padding-bottom: 50px;}
}


@media screen and (max-width: 375px) {
    /* 공통*/
    .sub_con  {padding: 0 15px; }


    /* content */
    .w_box {padding-bottom: 50px;}

}
