
@charset "UTF-8";

/*pretendard*/

@font-face {
    font-family: 'PretendardGOV';
    font-style: normal;
    font-display: swap;
    font-weight: 45 920;
    src: local("PretendardGOV"), url("./font/PretendardGOVVariable.eot?#iefix") format("embedded-opentype"),
    url('./font/PretendardGOVVariable.woff2') format('font-woff2'),
    url('./font/PretendardGOVVariable.woff') format('woff'),
    url('./font/PretendardGOVVariable.ttf') format('truetype'),
    url('./font/PretendardGOVVariable.svg#PretendardGOV') format('svg'),
    url('./font/PretendardGOVVariable.otf') format('opentype');
}



/* reset */
* {box-sizing: border-box;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, textarea, p, blockquote, th, td, input, select, textarea, button {margin: 0;
    padding: 0}

fieldset, img, abbr, acronym {border: 0 none}

dl, ul, ol, menu, li {list-style: none}

table {border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
    word-break: break-word;
    -ms-word-break: break-word;}

th {box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}

th, td {border: 0px;
    word-break: break-all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}

blockquote, q {quotes: none}

label {margin: 0;
    padding: 0}

blockquote:before, blockquote:after, q:before, q:after {content: ''}

input, select, textarea, button {vertical-align: middle}

hr {display: none}

button {border: 0 none;
    background-color: transparent;
    cursor: pointer;
    border: 0;
    outline: none;}

body {min-width: 320px;
    font-family: "Pretendard", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #333;}

img, iframe {vertical-align: top;}

legend {*display: none;}

a { color: #333;
    text-decoration: none;
    cursor: pointer;}

a:active, a:hover, a:link, a:visited {text-decoration: none}

a:focus {}

address, cite, code, dfn, var {font-style: normal;
    font-weight: normal}

caption {font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px}

ins {text-decoration: none}

del {text-decoration: line-through}

input, select {
	font-family: "Pretendard", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #666;}


/* 플로팅 */
.fr {float: right !important;}
.fl {float: left !important;}
.fn {float: none !important;}

.clear:after {display: block; clear: both; content: "";}
.clear {display: block; clear: both; content: "";}

.block {display: block;}

.inline {display: inline-block !important;}

.cl-b {width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both}

.hide {display: block;
    width: 0;
    height: 0;
    text-indent: -9000px;
    overflow: hidden;}


/* 테이블 초기화 */
.clear-g {display: block;
    overflow: visible;
    width: auto;
    clear: both;
    *zoom: 1}

.clear-g:after {display: block;
    visibility: hidden;
    height: 0;
    font-size: 0;
    clear: both;
    content: ''}

.txtL {text-align: left !important; white-space: inherit !important;}
.txtC {text-align: center !important}
.txtR {text-align: right !important}
.vm {vertical-align: middle !important}
.vt {vertical-align: top !important}


/*COMMON*/

html, body {width: 100%; margin: 0; padding: 0;height: 100%; font-family: "Pretendard", sans-serif;position: relative; letter-spacing: -0.05rem;}

#main-wrap{overflow: hidden; min-width:320px; position: relative;background-image: url(../img/back.png);background-repeat: no-repeat; background-position: center;background-size: cover; /*background: radial-gradient( farthest-corner at 50% 250%, #D0D8E5 60%, #F4F6F8, #ffffff );*/}

#container{height: 100%; overflow: hidden; box-sizing: border-box;}

#container-in{position: relative; width: auto; margin:0 auto; }

#container.sub{height: auto}


/* skip */
.skipH {position: absolute;height: 0; width: 0; left: -9999px; overflow: hidden; font-size: 0; line-height: 0;}
a.skipNavi { display: block; position: absolute; z-index: 9999999; left: 0; top: -10000px; font-size: 1em; text-align: center; width: 100%;}
a.skipNavi:hover, a.skipNavi:focus, a.skipNavi:active{position:absolute; top:0; z-index:9999999; padding:10px 0; color:#fff; font-weight:bold;background: none repeat scroll 0 0 #051539;}
a.skipNavi:focus {outline-color: transparent;}
a.skipNavi:focus::before {content:""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 2px dashed #fff; box-sizing: border-box;}

/*텍스트숨기기*/
.blind {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/*
.loading-spinner{
    width:30px;
    height:30px;
    border:2px solid #1950BE;
    border-radius:50%;
    border-top-color:#0001;
    display:inline-block;
    animation:loadingspinner .7s linear infinite;
}
@keyframes loadingspinner{
    0%{
        transform:rotate(0deg)
    }
    100%{
        transform:rotate(360deg)
    }
}*/
