@charset "utf-8";
/* reset */
/* 여백 초기화 */
*,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    word-break: keep-all;
}

/* html5shiv */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary { display: block; } 

img { max-width: 100%; border: 0 none; font-size: 0; vertical-align: middle;}

/* 대문자 */
.capital { text-transform: uppercase; } 
/* 단어 줄바꿈 */
p,
span { word-break: keep-all; } 

/* a 링크 초기화 */
a { display: inline-block; color: #2d2d2d; text-decoration: none; } 

/*:before, :after*/
*,
*:after,
*:before { box-sizing: border-box; } 

/* 블릿기호 초기화 */
li,
ol,
ul { list-style: none; } 

/*버튼 초기화*/
button { padding: 0; border: 0; background: none; cursor: pointer; } 


/* font */
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

.nanum {
    font-family: 'NanumMyeongjo', serif !important;
}

@font-face {
     font-family: "GmarketSans";
      font-style: normal;
       font-weight: 300; 
       src: url("/portfolio/fonts/GmarketSans/GmarketSansTTFLight.woff") format('woff');
       
    }
@font-face { 
    font-family: "GmarketSans";
    font-style: normal;
     font-weight: 500;
      src: url("/portfolio/fonts/GmarketSans/GmarketSansTTFMedium.woff") format('woff');
    


    }
@font-face {
    font-family: "GmarketSans";
    font-style: normal;
    font-weight:700;
    src: url("/portfolio/fonts/GmarketSans/GmarketSansTTFBold.woff") format('woff');


}

*,
p,
address,
body,
button,
em,
input,
input::placeholder,
select,
table,
textarea,
a {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    font-weight: 500;
    font-style: inherit;
    font-family: "GmarketSans", sans-serif;
    letter-spacing: -1px;
   font-stretch: 90%;
    
}

caption,
legend,
.sr_only,
.hidden,
.blind,
.IR { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0 none; clip: rect(0, 0, 0, 0); } 

select { background: #fff; } 

textarea { resize: none; } 

/* 블릿기호 초기화 */
ol,
ul { list-style: none; } 

blockquote,
q { quotes: none; } 

blockquote:after,
blockquote:before,
q:after,
q:before { content: ''; content: none; } 

/*input box 초기화*/
input { border: 0; background: none; } 

/*table*/
table { border-collapse: collapse; border-spacing: 0; } 

/*form 초기화*/
fieldset { border: 0; } 

/*IR효과*/
.ir { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; border: 0; white-space: nowrap; overflow: hidden; clip: rect(0, 0, 0, 0); } 

/* clearfix */
.clearfix:after { display: block; clear: both; content: ''; } 

.btn_margin { font-size: 0; line-height: 0; } 

.txt_left { text-align: left !important; } 

.txt_center { text-align: center !important; } 

.txt_right { text-align: right !important; } 