@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,500);
@import url(https://cdn.jsdelivr.net/gh/theeluwin/NotoSansKR-Hestia@master/stylesheets/NotoSansKR-Hestia.css);
@import url(http://cdn.jsdelivr.net/font-notosans-kr/1.0.0-v1004/NotoSansKR-2350.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
@import url(https://cdn.jsdelivr.net/xeicon/2/xeicon.min.css);
@import url(../pc/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.02em;}
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: 'NotoSansKR','Noto Sans Korean','Noto Sans KR','Nanum Gothic','Roboto', sans-serif; color:#303030;margin:0 auto;}
.clearfix {clear:both}

/* 텍스트 설정 */
h1,h2,h3,h4,h5 {line-height:1.35;font-weight:400}
b {letter-spacing:inherit;font-weight:600}
.c_lightgray {color:#b0b0b0 !important}
.c_gray {color:#808080 !important}
.c_red {color:#c70000 !important}
.c_wine {color:#802536 !important}
.c_white {color:#fff !important}

h1 {font-size:50px}
h1.font70 {font-size:70px;line-height:1.2;}
h2 {font-size:40px}
h3 {font-size:32px;}
h4 {font-size:25px;line-height:1.5}
h5 {font-size:20px;line-height:1.8;font-weight:200;word-break:keep-all;letter-spacing:-0.03em;}
p {font-size:18px;font-weight:200;line-height:1.8;color:inherit;word-break:keep-all;letter-spacing:-0.03em;}
p.small {font-size:16px;}
p.smaller {font-size:14px;}
.ind3 {padding-left:3px;}
.ind5 {padding-left:5px;}
.roboto {font-family:'Roboto';}
.thin {font-weight:100;}
.bold {font-weight:700;}
.italic {font-style:italic;}
.font24 {font-size:24px;}
.tight {letter-spacing:-0.07em;}


.inner {width:600px;margin:auto !important;clear:both;position:relative;}
.inner2 {width:560px;margin:auto !important;clear:both;position:relative;}


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



.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}



/* 폭 설정 */
.half {width:50% !important}
.col4 {width:25%;}
.col3 {width:33.33%;}
.w40 {width:40%;}
.w55 {width:55%;}
.w60 {width:60%;}
.w70 {width:70%;}
.w90 {width:90%;}
.w100 {width:100%;}




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

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



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



/* 공통 하단 */
#footer {width:100%; display:inline-block;background-color:#303030;padding:40px 0;text-align:center}
#footer .logo {opacity:0.6;margin:0 auto 20px !important}
#footer .txt {color:#888;}
#footer span {font-size:14px;display:inline-block;margin-right:10px;font-weight:300;line-height:1.5;opacity:0.7;}
#footer span.link {opacity:1;font-size:18px;color:#fff}
#footer span.link:after {content:"|";padding-left:10px;}
#footer span.link.last:after {content:"";}
#footer a#back-top {display:block; width:60px;height:60px;border-radius:60px;float:right;text-align:center; background-color:#505050; -webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;color:#c0c0c0;line-height:60px;position:absolute;right:20px;bottom:40px;}
#footer a#back-top i {line-height:inherit;font-size:30px;}
#footer a#back-top:hover {color:#fff; background-color:#888;}