/*! 초기화(옵션) 스타일 */

/*
	나눔고딕
	font-family:'Nanum Gothic';
	font-weight:
	라이트 : 300
	레귤러 : 400
	볼드 : 700
	엑스트라볼드 : 800
*/
@import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css);

/* brandongrotesque-regular */
@font-face {
    font-family: 'brandongrotesque-regular';
    src: url('../fonts/brandongrotesque-regular-webfont.eot');
    src: url('../fonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-regular-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-regular-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-regular-webfont.svg#brandongrotesque-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* brandongrotesque-bold */
@font-face {
    font-family: 'brandongrotesque-bold';
    src: url('../fonts/brandon_bld.eot');
    src: url('../fonts/brandon_bld.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_bld.woff') format('woff'),
         url('../fonts/brandon_bld.ttf') format('truetype'),
         url('../fonts/brandon_bld.svg#brandon_bld') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* brandongrotesque-black */
@font-face {
    font-family: 'brandongrotesque-black';
    src: url('../fonts/brandongrotesque-black-webfont.eot');
    src: url('../fonts/brandongrotesque-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-black-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-black-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-black-webfont.svg#brandongrotesque-black-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HelveticaNeueLT-HeavyExt */
@font-face {
    font-family: 'HelveticaNeueLT-HeavyExt';
    src: url('../fonts/HelveticaNeueLT-HeavyExt.eot');
    src: url('../fonts/HelveticaNeueLT-HeavyExt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLT-HeavyExt.woff') format('woff'),
         url('../fonts/HelveticaNeueLT-HeavyExt.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLT-HeavyExt.svg#HelveticaNeueLT-HeavyExt') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HelveticaNeueLT-BlackExt */
@font-face {
    font-family: 'HelveticaNeueLT-BlackExt';
    src: url('../fonts/HelveticaNeueLT-BlackExt.eot');
    src: url('../fonts/HelveticaNeueLT-BlackExt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLT-BlackExt.woff') format('woff'),
         url('../fonts/HelveticaNeueLT-BlackExt.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLT-BlackExt.svg#HelveticaNeueLT-BlackExt') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
	border: 0;
}

ol, ul, li, dl, dt, dd {
	list-style: none;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

body, div, dl, dt, dd, ul, li, ol, p, figure {
	padding: 0;
	margin: 0;
}

/* 필요한 base 넣을것 */
:root,
html {
	font-size: 10px;
}

body {
	font-family: 'Pretendard', sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: rgb(0,0,0);
	-webkit-font-smoothing: antialiased;
}

button, input[type='submit'], input[type='reset'], input[type='button'] {
	padding: 0;
	border: 0;
	background: none;
	line-height: normal;
	font: inherit;
	color: inherit;
	overflow: visible;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

button {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	outline:0;
}

input[type='submit'], input[type='reset'], input[type='button'] {
	-webkit-appearance: button;
	   -moz-appearance: button;
	        appearance: button;
}

a {
	color: inherit;
}

a:link {
	text-decoration: none;
}

.hidden {
	display: none;
}

.acc-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	visibility: hidden;
	font-size: 0;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

input[type='text'], input[type='tel'], input[type='password'], textarea {
	-webkit-appearance: none;
	border-radius: 0;
	margin: 0;
	line-height: normal;
	border: 0;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

input[type='number'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ui-loader {
	display: none;
}

select {
	border-radius: none;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}
select::-ms-expand {display: none;}
.ie9 select{background: none !important;}
.cb {
	clear: both;
}
a[href^=tel] {
	color: inherit;
}

input[type="password"]{font-family: sans-serif;}

input[type=text]::-ms-clear,
input[type=password]::-ms-clear {
   display: none;
   width: 0;
   height: 0;
}
input[type=text]::-ms-reveal,
input[type=password]::-ms-reveal {
   display: none;
   width: 0;
   height: 0;
}

/* button style */
.btn__bdrd {
	display: block;
	text-align: center;
	border-radius: 5px;
}
.btn__bdrd._bk {
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
}
.btn__bdrd._gr {
	color: rgb(153,153,153);
	background-color: rgb(247,247,247);
}
.btn__bdrd[class*='_ln']{
	border-width: 1px;
	border-style: solid;
	box-sizing: border-box;
}
.btn__bdrd._lnbk {
	color: rgb(0,0,0);
	border-color: rgb(0,0,0);
}
.btn__bdrd._lngr {
	color: rgb(0,0,0);
	border-color: rgb(204,204,204);
}

/* checkbox style & radio style */
.cb__style,
.rd__style{
	position: absolute;
	z-index: -9999999;
	opacity: 0;
}
.cb__style + label,
.rd__style + label{
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.cb__style + label{
	padding: 0 0 0 25px;
}
.rd__style + label {
	padding: 0 0 0 25px;
}
.cb__style + label:before,
.rd__style + label:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.cb__style + label:before {
	width: 16px;
	height: 16px;
	top: 2px;
	background-image: url(/pc/resource/images/common/ico_chk.png);
}
.cb__style:checked + label:before {background-position-y: -26px;}

.rd__style + label:before {
	width: 14px;
	height: 14px;
	top: 2px;
	background-position-y:-24px;
	background-image: url(/pc/resource/images/common/ico_radio.png);
}
.rd__style:checked + label:before {background-position-y: 0px;}
