/* BASIC css start */
@charset "utf-8";

/* Adobe ÆùÆ® °¡Á®¿À±â */
<link rel="stylesheet" href="https://use.typekit.net/fyw1urr.css">

/* Noto Sans KR À¥ÆùÆ® °¡Á®¿À±â morenvy.com */
@font-face { font-family: 'Noto Sans KR'; 
             font-style: normal; 
             font-weight: 100; 
             src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
             url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
             url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); }

@font-face { font-family: 'Noto Sans KR'; 
             font-style: normal; 
             font-weight: 200; 
             src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'), 
             url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'), 
             url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype'); }

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
      url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

#estimate {margin: 62px auto;}
#estimate  .content_title {color: #000000; font-size: 30px; margin-bottom:10px; clear: both;}
#estimate  .content_title_s {padding-bottom: 20px; color: #1E1E1E; margin-top: 50px; font-size: 20px; font-weight: 300; clear: both;}

#estimate  .content_sub_t {padding-left: 20px; color: #000000; font-family: "Noto Sans KR"; font-weight: 400; font-size: 18px; line-height: 30px;}
#estimate  .content_sub {padding-left: 20px; color: #3A3A3A; font-family: "Noto Sans KR"; font-weight: 200; font-size: 16px; padding-bottom: 15px; line-height: 25px;}
#estimate  .content_sub ul li {color: #5F5F5F; line-height: 30px; text-align: left; font-size: 15px;}


#estimate  .img {text-align: left; margin-left: 30px;}
#estimate  .empty_50 {margin-bottom: 30px;}
#estimate  .empty_80 {margin-bottom: 80px;}
#estimate  .empty_150 {margin-bottom: 100px;}


             


@media ( max-width: 700px ) {
#estimate  .content_title {color: #000000; font-size: 30px; margin-top: 35px; margin-bottom:10px; clear: both;}
#estimate  .content_title_s {padding-bottom: 20px; color: #1E1E1E; margin-top: 50px; font-size: 20px; font-weight: 300; clear: both;}

#estimate  .content_sub_t {padding-left: 20px; color: #000000; font-family: "Noto Sans KR"; font-weight: 400; font-size: 18px; line-height: 30px;}
#estimate  .content_sub {padding-left: 20px; color: #3A3A3A; font-family: "Noto Sans KR"; font-weight: 200; font-size: 16px; padding-bottom: 15px; line-height: 25px;}
#estimate  .content_sub ul li {color: #5F5F5F; line-height: 30px; text-align: left; font-size: 15px;}


#estimate  .img {text-align: center;}

#estimate  .empty_50 {margin-bottom: 30px; clear:both;}
#estimate  .empty_80 {margin-bottom: 80px; clear:both;}
#estimate  .empty_150 {margin-bottom: 100px; clear:both; }

}                                                                                                

/* BASIC css end */

