@charset "euc-kr";
/* nanum-gothic-regular - korean_latin */
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 400;
  src: url('./font/nanum-gothic-v11-korean_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('³ª´®°íµñ'), local('NanumGothic'), local('Nanum Gothic'),
       url('./font/nanum-gothic-v11-korean_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/nanum-gothic-v11-korean_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/nanum-gothic-v11-korean_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./font/nanum-gothic-v11-korean_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/nanum-gothic-v11-korean_latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
}

/* nanum-gothic-700 - korean_latin */
@font-face {
  font-family: "NanumGothic";
  font-style: normal;
  font-weight: 700;
  src: url('./font/nanum-gothic-v11-korean_latin-700.eot'); /* IE9 Compat Modes */
  src: local('NanumGothic Bold'), local('NanumGothic-Bold'), local('NanumGothicBold'),
       url('./font/nanum-gothic-v11-korean_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/nanum-gothic-v11-korean_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/nanum-gothic-v11-korean_latin-700.woff') format('woff'), /* Modern Browsers */
       url('./font/nanum-gothic-v11-korean_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/nanum-gothic-v11-korean_latin-700.svg#NanumGothic') format('svg'); /* Legacy iOS */
}

/* common */
html{font-size:10px;}
body, div, ul, ol, li, dl, dt, dd, form, fieldset, input, p, h1, h2, h3, h4, h5, h6, blockquote, iframe, th, td, span {margin:0; padding:0; color:#191919; font-size:12px; font-style:normal; font-family:"NanumGothic"; line-height:1.2em}
img {border:0; vertical-align:middle;outline:none;}
li {list-style:none;}
body {display:flex; flex-direction: column;}
body,html{width:100%;height:100%;min-height:100%;}

/* table */
table {border-collapse:collapse; border-spacing:0;}
th, td {border-collapse:collapse;}
caption {line-height:0; overflow:hidden; top:0; left:0; width:1px; height:0px; font-size:0;}
hr {display:none;}
legend {position:absolute; top:0; left:0; width:0; height:0; overflow:hidden; padding:0; visibility:hidden; font-size:0; line-height:0;}


/* form */
form {display:inline;}
select, input, textarea,label {font-family:"NanumGothic",dotum,"µ¸¿ò",Arial, sans-serif; vertical-align:middle; resize:none;}
input[type="checkbox"] {margin: -1px 3px 0 0;}
fieldset, blockquote, iframe {border:none;}
object, embed {outline:0;}
/*button {display:inline-block; cursor: pointer; margin: 0;padding: 0; border: 0; width:auto; overflow: visible; }*/
button span {display:block; position: relative; }
textarea {font-size:12px;font-family:"NanumGothic",dotum,"µ¸¿ò",Arial, sans-serif; color:#666;}
/* font */
i, em, u, cite {font-style:normal;}
input + label {padding-right:4px;}
/* link */
a {font-family:"NanumGothic",dotum,"µ¸¿ò",Arial, sans-serif; text-decoration:none; color:#191919;}
a:hover {color:#1d8091;}

body { position:relative; }

/* float clear */
.f_clear:after {content: "."; clear:both; display:block; height:0; visibility:hidden;}
* html .f_clear {height:1px;}
.f_clear {display:block; min-height:1px;}

/* float */
.f_left {float:left;}
.f_right {float:right;}
/* margin */
.mt10{margin-top:10px;}
.mt20{margin-top:30px;}
.mt20_1{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}

.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}

.pd25 {padding:25px !important;}
.pdl0 {padding-left:0 !important;}
.pdr0 {padding-right:0 !important;}
.pdt0 {padding-top:0 !important;}

/* button */
.gray_btn {position:static;display:inline-block; font-size:11px; color:#585858;height:14px; background:url('/static/open_images/sub/search_part_btnbg.gif') no-repeat right 0; padding:4px 6px 0 6px; color:#fff; cursor:pointer;}

/* font */
.fs11 {font-size:11px;}
.fs13 {font-size:13px;}
.fs15 {font-size:15px;}
.fs16 {font-size:16px;}
.fs18 {font-size:18px;}

.fc_blue {color:#3180c3;}
.fc_red {color:#dd1100;}

.fw_noraml {font-weight: normal;}
.fw_bold {font-weight: 600;}

.lh18 {line-height: 18px;}
.lh20 {line-height: 20px;}
.lh24 {line-height: 24px;}

.t_left {text-align:left!important;}
.t_right {text-align:right!important;}
.t_center {text-align:center!important;}

.w100p {width:100%;}
.scroll-y{overflow-y:auto;}

.bg-lightblue{background-color:#eef5f7!important;}
.d_none{display:none}








