/*프리텐다드*/
@font-face {
  font-family: 'Prtd1';
  src: url('/fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Prtd2';
  src: url('/fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Prtd3';
  src: url('/fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Prtd4';
  src: url('/fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Prtd5';
  src: url('/fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Prtd6';
  src: url('/fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd7';
  src: url('/fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd8';
  src: url('/fonts/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Prtd9';
  src: url('/fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* 노토산스 */
@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 100;
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
    url('/fonts/notosanskr-light.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url('/fonts/notosanskr-light.woff2') format('woff2'),
    url('/fonts/notosanskr-light.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 400;
  src: url('/fonts/notosanskr-regular.woff2') format('woff2'),
		url('/fonts/notosanskr-regular.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 500;
  src: url('/fonts/notosanskr-medium.woff2') format('woff2'),
		url('/fonts/notosanskr-medium.woff') format('woff')
}

@font-face {
  font-family: 'Noto Sans KR';
  font-weight: 900;
  src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
		url('/fonts/notosanskr-bold.woff') format('woff')

}

/* G마켓 */
@font-face {
  font-family: 'ggs';
  font-weight: 900;
  src: url('/fonts/GmarketSansTTFBold.ttf')
}


* { margin: 0; padding: 0; box-sizing: border-box; word-break:break-all; position: relative; font-family: "Pretendard"; letter-spacing: -1px; outline: none !important; }
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
html, body { width: 100%;  min-width: 320px;  float: left; color: #111; font-size: 1rem; -webkit-text-size-adjust: 100%; overflow-x: hidden;}
body{/* overflow-x: hidden;*/ }
#wrap { width: 100%; height: 100%; float: left; }

a { color: inherit; text-decoration: none; }
img { max-width:100%; vertical-align: middle; }
ul, li { list-style: none; }
button { border: 0; cursor: pointer; }
table { table-layout: fixed; border-collapse: separate; border-spacing: 0; }
tspan { letter-spacing: -0.5px !important; }
label { cursor: pointer; }
label > .on { display: none; color: #3366CC; }
label > .off { display: inline-block; color: #CCC; }
input[type="checkbox"], input[type="radio"] { display: none; }
input[type="checkbox"]:checked + label > .on { display: inline-block; }
input[type="checkbox"]:checked + label > .off { display: none; }
input[type="radio"]:checked + label > .on { display: inline-block; }
input[type="radio"]:checked + label > .off { display: none; }
input{padding-left: 20px;}
input::placeholder{color: #555;}
textarea::placeholder{color: #555;}

select{
  width: 135px; height: 40px; line-height: 40px; color: #666; border: 1px solid #D9D9D9; border-radius: 5px; padding: 0 10%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/select_arrow.png) no-repeat right 10px center;
  }


/* loading */
#loadingWrap { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999999; display: none; }
#loadingWrap * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#loadingWrap > #loadingPercent { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; text-align: center; line-height: 50px; font-size: 11px; font-weight: bold; letter-spacing: -0.5px; color: #111; text-shadow: 0 0 2px #FFF; }
#loadingWrap > #loading { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; border: 3px solid rgba(255, 255, 255, 0.3); border-radius: 50%; animation: loading 1s ease-in-out infinite; -webkit-animation: loading 1s ease-in-out infinite; }

@keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.lp0{letter-spacing: 0;}


.common_box{
    width: 100%;
    float:left;
    min-width:1300px;
}

.common_box > div{
    width: 1300px;
    margin: 0 auto;
}

.common_box > div > div{
    width: 100%;
    float: left;
}


/* 공통 */
.main_color01{color: #21622C !important;}
.main_color02{color: #EF7D2E !important;}
.main_color03{color: #197D2A !important;}
.mainbg_color01{background-color: #21622C !important;}
.mainbg_color02{background-color: #EF7D2E !important;}
.mainbg_color03{background-color: #197D2A !important;}


/* 반응형 */

/* PC (1400 이하) */
@media only screen and (max-width: 1400px) {

    html, body{min-width: 1100px; font-size: 0.9rem;}
    .common_box{min-width: 1100px;}
    .common_box > div{width: 1100px;}


}


/* 태블릿 (1024 이하) */
@media only screen and (max-width: 1200px) {

    html, body{min-width: 100%; font-size: 0.85rem;}
    .common_box{min-width: 100%;}
    .common_box > div{width: 100%; padding: 0 5%;}


}





