@import url(css/webfont.css);
@import url(css/blank.css);


@media screen and (max-width:320px) {
     body {zoom:50%;}
 }
 @media screen and (min-width:321px) and (max-width:359px) {
     body {zoom:50%;}
 }
 @media screen and (min-width:360px) and (max-width:374px) {
     body {zoom:56.2%;}
 }
 @media screen and (min-width:375px) and (max-width:375px) {
     body {zoom:58.5%;}
 }
 @media screen and (min-width:376px) and (max-width:479px) {
     body {zoom:64.6%;}
 }
 @media screen and (min-width:480px) and (max-width:639px) {
     body {zoom:75%;}
 }
  /* 아이패드(1024X768)보다 큰 스크린 사이즈와 해상도를 갖는 모든 기기에서의 해상도 설정
 @media all and (min-width: 640px) {
     body {width:640px; margin:0 auto;}
  */
  @media all and (min-width: 640px) {
     body {zoom:100%; margin:0 auto;}
 }


*{margin:0; padding:0; box-sizing:border-box;color:inherit;letter-spacing:-0.01em;}
img {border:0;vertical-align:top;}
a {border:0; text-decoration:none; color:inherit;}
ul, li {list-style:none;}
div {display:block;}
body {width:100%;max-width:640px;font-family: 'Noto Sans Korean','Noto Sans KR','Nanum Barun Gothic','Nanum Gothic','Roboto', sans-serif; color:#303030;margin:0 auto;}
.clearfix {clear:both}

/* 텍스트 설정 */
h1,h2,h3,h4,h5 {font-weight:300;line-height:1.25}
b {letter-spacing:inherit;font-weight:600}
.c_main {color:#ed145b !important}
.c_sub {color:#006cb0 !important}
.c_lightgray {color:#c0c0c0 !important}
.c_gray {color:#808080 !important}
.c_red {color:#c70000 !important}
.c_white {color:#fff !important}
.c_black {color:#303030 !important}

h1 {font-size:50px;}
h2 {font-size:40px}
h3 {font-size:30px;}
h4 {font-size:24px;}
h5 {font-size:20px;line-height:1.6}
p {font-size:18px;font-weight:400;line-height:1.7;color:inherit;word-break:keep-all }
p.small {font-size:16px;}


.inner {width:600px;margin:auto !important}
.inner2 {width:550px;margin:auto !important}
.img100 {width:100%;height:auto}
hr {width:100%;height:1px;background:#e0e0e0;border:0;margin:10px auto;}
hr.vertical {background:#fff;width:1px;height:35px;}

.mt50 {margin-top: 50px;} 
.mt100 {margin-top: 100px;} 
.mb50 {margin-bottom:  50px;} 
.mb100 {margin-bottom: 100px;} 

/* 크기 및 정렬 설정 */
.float {float:left;}
.float_r {float:right}
.left {text-align:left !important}
.right {text-align:right !important}
.center {text-align:center !important}
.half {width:50% !important}
.clearfix {clear:both;display:inline-block}
.clearfix:after {content:"";clear:both;}



/* 넓이 설정 */
.half {width:50% !important}


/* 보더 설정 */
.bd_b {border-bottom:1px #d0d0d0 solid}
.bd_t {border-top:1px #d0d0d0 solid}
.bd_r {border-right:1px #d0d0d0 solid}
.bd_l {border-left:1px #d0d0d0 solid}




#wrap {width:100%; display:inline-block;position:relative;background:#fff;}

h1.logo {width:258px;height:82px;background-image:url(images/logo.png);text-indent:-3333px;}
h1.logo.white {background-image:url(images/logo_w.png);}



/* 공통상단 */
#header {width:100%; height:118px;line-height:0; background-color:#fff;}
#header .inner {position:relative}
#header .logo {position:absolute; top:18px; left:0;}
#header .menu {right:0; position:absolute;top:40px}
#header .menu i {font-size:55px;color:#333}



/* 공통 하단 */
#footer {width:100%; display:inline-block;}
#footer .logo {margin:0 auto 20px;}
#footer .tel {width:100%;height:113px;display:block;background:url(images/footer_tel.jpg);text-indent:-3333px;}
#footer > div {width:100%;display:inline-block;font-size:15px;position:relative;padding:20px 0;background-color:#333;border-top:4px #555 solid;text-align:center;}
#footer .txt { display:inline-block; }
#footer .txt span {font-size:14px;color:#808080;padding-right:10px;line-height:160%}
#footer a.derma {background-color:#fcaf17;padding:15px 40px;border-radius:50px;display:inline-block;text-align:center;font-size:20px;margin:20px 0}
#footer a#back-top {width:55px;height:55px;line-height:55px;display:block;position:absolute;right:20px;top:20px;border:1px #808080 solid;font-size:30px;color:#a0a0a0;}
#footer a#back-top i {font-size:inherit !important}
#footer .btn {text-align:center;}
#footer .btn a {border-radius:50px; color:#fff; display:inline-block; font-size:17px;font-weight:500; margin:0 5px}