@charset "UTF-8";
/*-------------------------------------------------
title       : 초기화
Create date : 2021-01-05
-------------------------------------------------*/

*, *:before, *:after{box-sizing:inherit;}
html {margin: 0; padding: 0; word-break: keep-all; font-size: 10px; overflow-y: scroll; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none;box-sizing:border-box;}
body {margin: 0; padding: 0; color: #000;  line-height: 1.5625; font-size: 1.6rem; font-family: Malgun Gothic, "Noto Sans KR", "맑은 고딕",  "돋움", Dotum, "굴림", Gulim, Tahoma, Verdana, AppleGothic, UnDotum, sans-serif; font-weight: 300;}
header, footer, article, section, aside, nav, main{display:block;}
mark{background-color:#fff;}
a {color: inherit; text-decoration: none;}
/* a:hover {text-decoration: underline;} */
a[href*=tel]{color: inherit;}
a[target="_blank"]::after {display: inline-block;content: "\e980";font-family: "xeicon";vertical-align: middle;margin-left: 0.25rem;}
ul, ol, li, dl, dt, dd { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, p, form, figure, figcaption { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; }
fieldset, hr { display: block; margin: 0; padding: 0; border: 0 none; }
input, select { max-width: 100%; vertical-align: middle; background-color: #fff;-webkit-appearance:none; border-radius: 0;}
input, select, button, textarea, optgroup { margin: 0; font-family: inherit; font-size: inherit; color: inherit; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
address, em, i { font-style: normal; }
strong { font-weight: 700; }
button { padding: 0; border: 0 none; background: none; cursor: pointer; }
input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #9b9b9b;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #9b9b9b;}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {color: #9b9b9b;}
input::placeholder, textarea::placeholder {color: #9b9b9b;}
img {max-width: 100%; border: 0 none; font-size: 0; vertical-align: middle; }
img[usemap] {max-width: 100%; width: auto; height: auto;}
table { width: 100%; border-collapse: collapse; }
table th{white-space:nowrap;}
table td{white-space:normal;}
caption, legend, .sr_only, .sr-only, .hidden, .IR { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0 none; clip: rect(0, 0, 0, 0); }
iframe {margin:0; padding:0; border:currentcolor; border-image-source:none;}

.bx-wrapper .bx-loading { display: none; }
.bx-wrapper .bx-viewport { -webkit-box-shadow: 0 0 0 transparent; box-shadow: 0 0 0 transparent; }
#skip_nav { position: absolute; left: 0; top: -1000px; width: 100%; height: 0px; z-index: 1000; line-height: 0px; font-size: 0px; }
#skip_nav a { display: block; text-align: center; width: 100%; line-height: 0px; font-size: 0px; }
#skip_nav a:focus, #skip_nav a:hover, #skip_nav a:active { position: absolute; left: 0px; top: 1000px; padding: 8px 0; display: block; height: 30px; background: #20262c; font-size: 12px; font-weight: bold; line-height: 18px; color: #fff; }

/* Float STYLE*/
.float_wrap, .float_wrap02 {clear: both; overflow: hidden;}
.float_wrap02 {margin-top: 7rem;}
.float_clear::after {display: block; clear: both;content: "";}
.clear  {clear: both;}
.float_left {float: left;}
.float_right {float: right;}
.display_none {display: none;}
.display_block {display: block;}
.display_inline {display: inline-block;}
.vertical_middle {vertical-align: middle;}
.vertical_img {display: inline-block; margin-right: 10px;vertical-align: middle;}

/* 폰트정렬 STYLE*/
.txt_left { text-align: left !important; }
.txt_center { text-align: center !important; }
.txt_right { text-align: right !important; }

/* Float STYLE*/
.float_wrap, .float_wrap02 {clear: both; overflow: hidden;}
.float_wrap02 {margin-top: 7rem;}
.clear  {clear: both;}
.float_left {float: left;}
.float_right {float: right;}
.display_none {display: none;}
.display_block {display: block;}
.display_inline {display: inline-block;}
.vertical_middle {vertical-align: middle;}
.vertical_img {display: inline-block; margin-right: 10px;vertical-align: middle;}

.align_center {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.float_clear::after {display: block;clear: both;content: "";}

::-webkit-input-placeholder { font-style: normal !important; }
:-moz-placeholder { font-style: normal !important; }
::-moz-placeholder { font-style: normal !important; }
:-ms-input-placeholder { font-style: normal !important; }

input[type=text]::-ms-clear { display:none; }