@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;1,400;1,700&display=swap');


html, body {
	width: 100%;
	overflow-x: hidden;
	text-shadow: #000 1px 1px 2px;
}

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: white;
	background-color: #000;
}

ul {
	margin: 0; padding: 0;
}

li {
	list-style: none;
}

p { 
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

button {
    cursor: pointer;
}

A {
	cursor: pointer;
    text-decoration: none;
}

A:focus { outline: none; }
A:link { COLOR:#aaaaaa;TEXT-DECORATION: none; }
A:visited { COLOR:#aaaaaa;TEXT-DECORATION: none; }
A:active:link { COLOR:#aaaaaa;TEXT-DECORATION: none; }
A:active:visited { COLOR:#aaaaaa;TEXT-DECORATION: none; }
A:hover:link { COLOR:#eeeeee;TEXT-DECORATION: none; }
A:hover:visited { COLOR:#eeeeee;TEXT-DECORATION: none; }

.underline A {
	color: #97c0ff;
	text-decoration: underline;
}

.scrollbar {
	/* Foreground, Background */
	scrollbar-color: #666 #333;
	overflow: auto;
}
.scrollbar.scroll-x {
	overflow-x: auto;
	overflow-y: hidden;
}
.scrollbar.scroll-xy {
	overflow-x: auto;
	overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
	width: 16px; /* Mostly for vertical scrollbars */
	height: 16px; /* Mostly for horizontal scrollbars */
}
.scrollbar::-webkit-scrollbar-thumb { /* Foreground */
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	background: #666;
}
.scrollbar::-webkit-scrollbar-track { /* Background */
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
	background: #333;
}
.scrollbar::-webkit-scrollbar-corner { /* xy 스크롤바의 경우 우측 하단 모서리 */
	background: transparent;
}

.regular { font-weight: 400; }
.bold { font-weight: bold; }
.font9 { font-size: 9pt;}
.font10 { font-size: 10pt;}
.font12 { font-size: 12pt;}
.font14 { font-size: 14pt;}
.font16 { font-size: 16pt;}
.font18 { font-size: 18pt;}
.font20 { font-size: 20pt;}
.font22 { font-size: 22pt;}
.font24 { font-size: 24pt;}
.font30 { font-size: 30pt;}

.font-smaller { font-size: 0.75em; }
.font-half { font-size: 0.5em; }


.padding0 { padding: 0; }
.padding1 { padding: 1px; }
.padding2 { PADDING: 2px; }
.padding3 { PADDING: 3px; }
.padding4 { PADDING: 4px; }
.padding5 { PADDING: 5px; }
.padding8 { PADDING: 8px; }
.padding10 { padding: 10px; }
.padding15 { padding: 15px; }
.padding20 { padding: 20px; }
.margin0 { margin: 0; }
.margin5 { margin: 5px; }
.margin10 { margin: 10px; }
.margin15 { margin: 15px; }
.marginright5 { margin-right: 5px; }
.marginright10 { margin-right: 10px; }
.marginright15 { margin-right: 15px; }
.marginright20 { margin-right: 20px; }
.marginright40 { margin-right: 40px; }
.marginright50 { margin-right: 50px; }
.marginleft5 { margin-left: 5px; }
.marginleft10 { margin-left: 10px; }
.marginleft15 { margin-left: 15px; }
.marginleft20 { margin-left: 20px; }
.marginleft40 { margin-left: 40px; }
.marginleft50 { margin-left: 50px; }
.margintop5 { margin-top: 5px; }
.margintop10 { margin-top: 10px; }
.margintop15 { margin-top: 15px; }
.margintop20 { margin-top: 20px; }
.margintop40 { margin-top: 40px; }
.margintop50 { margin-top: 50px; }
.marginbottom5 { margin-bottom: 5px; }
.marginbottom10 { margin-bottom: 10px; }
.marginbottom15 { margin-bottom: 15px; }
.marginbottom20 { margin-bottom: 20px; }
.marginbottom40 { margin-bottom: 40px; }
.marginbottom50 { margin-bottom: 50px; }

.fleft { float:left }
.fright { float:right }
.hcenter { text-align:center }
.hleft { text-align:left }
.hright { text-align:right }
.left { text-align:left }
.right { text-align:right }
.vtop { vertical-align:top; }
.vmiddle { vertical-align:middle; }
.fixed { position:fixed }
.absolute { position: absolute; }
.relative { position:relative }
.width100 { width: 100%; }
.rotate180 { transform: rotate(180deg); }
.timer { color: gold; }
.hide { display: none; }
.nowrap { white-space: nowrap }
.break-all { word-break: break-all }


.round {    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.round3 {	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.round5 {	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.round10 {	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }

.pointer {
    cursor: pointer;
    color: #97C0FF;
}
.pointer:hover {
    color: WHITE;
}

.cursor-pointer {
    cursor: pointer;
}

.greenmark
{
	color: #0F0;
	border: 1px solid #0F0; 
	border-radius: 5px; 
	background-color: rgba(0, 128, 0, 0.5);
	padding: 3px;	
}

.redmark
{
	color: #F00;
	border: 1px solid #F00; 
	border-radius: 5px; 
	background-color: rgba(128, 0, 0, 0.5);
	padding: 3px;	
}

.white { color:#ffffff; } 
.black { color:#000000; }
.gray { color:#999999; }
.darkgray { color:#666666; }
.green { color:#00ff00; }
.red { color:#ff0000; }
.lightred { color:#ff4000; }
.blue { color:#0000ff; }
.skyblue { color:#0080ff; }
.yellow { color:#ffff00; }
.orange { color:#ff9900; }
.cyan { color:#00ffff; }
.purple { color:#ff00ff; }

.bk { background:url(images/bk.png); }
.bk2 { background:url(images/bk2.png); }
.bk3 { background:url(images/bk3.png); }
.bkred { background:url(images/bk3red.png); }
.bk4 { background:url(images/bk4.png); }
.bkblue { background:url(images/bkblue.png); }
.bkdarkblue { background:url(images/bkdarkblue.png); }
.bkwhite { background:url(images/bkwhite.png); }
.bkgreen { background:url(images/bkgreen2.png); }
.shadow { text-shadow: 1px 1px 5px rgba(0, 0, 0, 1); }

.cx2bk { background:url(images/bk.png); }
.cx2bk2 { background:url(images/bk2.png); }
.cx2bk3 { background:url(images/bk3.png); }
.cx2bkred { background:url(images/bk3red.png); }
.cx2bk4 { background:url(images/bk4.png); }
.cx2bkblue { background:url(images/bkblue.png); }
.cx2bkdarkblue { background:url(images/bkdarkblue.png); }
.cx2bkwhite { background:url(images/bkwhite.png); }
.cx2bkgreen { background:url(images/bkgreen2.png); }

.cx2button {
    background: url(images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x;
	padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #444;
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    color: #fff;
	text-shadow: none;
}
.cx2button:hover {
    border: 1px solid #0b93d5;
    background: url(images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x;
}
.cx2button:active {
    border: 1px solid #26b3f7;
    background: url(images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x;
    text-decoration: none;
}
.cx2button:disabled {
    border: 1px solid #444;
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
    cursor: default;
}

.cx2button_red {
    background: url(images/cx2button.png) 0 -5px repeat-x !important;
	color: #000 !important;
}
.cx2button_red:hover {
    background: url(images/cx2button_hover.png) 0 -5px repeat-x !important;
}
.cx2button_green {
    background: url(images/cx2button.png) 0 -50px repeat-x !important;
	color: #000 !important;
}
.cx2button_green:hover {
    background: url(images/cx2button_hover.png) 0 -50px repeat-x !important;
}
.cx2button_blue {
    background: url(images/cx2button.png) 0 -95px repeat-x !important;
	color: #000 !important;
}
.cx2button_blue:hover {
    background: url(images/cx2button_hover.png) 0 -95px repeat-x !important;
}
.cx2button_yellow {
    background: url(images/cx2button.png) 0 -140px repeat-x !important;
	color: #000 !important;
}
.cx2button_yellow:hover {
    background: url(images/cx2button_hover.png) 0 -140px repeat-x !important;
}
.cx2button_orange {
    background: url(images/cx2button.png) 0 -185px repeat-x !important;
	color: #000 !important;
}
.cx2button_orange:hover {
    background: url(images/cx2button_hover.png) 0 -185px repeat-x !important;
}

.white_button {
	position: relative;
    border: 1px solid #FFF;
	border-radius: 5px;
	padding: 5px 15px;
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
    font-size: 9pt;
    text-decoration: none;
}

BR.clear { clear:both; }

DIV.info { color:#2e7db2;}
SPAN.info { color:#2e7db2;}
SPAN.pointer { cursor:pointer; color:#888888; }
SPAN.pointer:hover { color:#eeeeee; }

TABLE.round_lighter { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: rgba(255,255,255,0.1); }
TABLE.round_lighter TD { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: rgba(255,255,255,0.1); }
TABLE.round_darker { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: rgba(0,0,0,0.05); }
TABLE.round_darker TD { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: rgba(0,0,0,0.1); }

.gray_table 
{
  width: 100%;
  margin: 0%;
  border-spacing: 0px;
  background-color: #232323;
}

.gray_table th
{
  border-bottom: 1px solid #555;
  padding: 5px;
  font-weight: bold;
}

.gray_table th.tkey
{
  background-color: #323232;
}

.gray_table td
{
  border-bottom: 1px dotted #323232;
  padding: 5px;
}

.gray_table td.tkey
{
  background-color: #323232;
  border-bottom: 1px dotted #444444;
}

.gray_table .hodd {    
    background-color: #282828;
}

.wrap {
	max-width: 1300px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.ttl {
	font-size: 48px;
	font-style: var(--lang-font-style);
	color: #fff;
}
.ttl span {
	font-weight: bold;
}
@media(max-width:500px) {
    .ttl {font-size: 24px; }
}

.d-flex {
   display: flex;
}

.d-flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.d-flex-100 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.align-items-start
{
	align-items: start;
}

.align-items-center
{
	align-items: center;
}

.align-items-stretch
{
	align-items: stretch;
}

.justify-content-start
{
	justify-content: start;
}

.justify-content-flex-start
{
	justify-content: flex-start;
}

.justify-content-center
{
	justify-content: center;
}

.justify-content-space-between
{
	justify-content: space-between;
}

.join_us .d-flex-100{
	justify-content: space-between;
}

.flex {
   flex: 1;
}

.flex-3 {
    width: calc(100% / 3 - 107px);
    margin-right: 30px;
}
.flex-3:last-child {
    margin-right: 0;
}
.flex-4 {
    width: calc(100% / 4 - 90px);
    margin-right: 30px;
}
.flex-4:last-child{
    margin-right: 0;
}

@media(max-width:1280px) {
    .flex-4{
        width: calc(100% / 2 - 61px);
        margin-right: 15px;
        text-align: center;
        margin-bottom: 15px;
    }
    .flex-4:nth-of-type(2){
        margin-right: 0;
    }
}
@media(max-width:992px) {
    .flex-3{
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}






