@charset "utf-8";

@import url('jquery-ui.css');
@import url('fontawesome.css');
@import url('animate.css');
@import url('swiper-8.css');
@import url('iziModal.css');
@import url('vegas.css');
@import url('niceselect.css');

@import url('fonts.css');
@import url('content.css');






/* 초기화 세팅 ******************************************************** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}


/* 사이트 기본구성 */
* {box-sizing: border-box;}
html {height:100%;}
body {height:100%; min-width:320px; word-break:keep-all; background:#000;}
body,input,textarea,select,button {font-family:'NanumSquareNeo', 'Malgun Gothic', '맑은 고딕', '돋움', 'Tahoma'; font-weight:400; font-size:13px; line-height:22px; color:#888;}
table,th,h1,h2,h3,h4,h5,h6 {font-size:13px; font-weight:normal;}
legend, caption {display:none;}
img,input,select,textarea {vertical-align:middle;}
em {font-style:normal;}
a {text-decoration:none; color:#888; transition:all 0.3s ease-in-out;}
a:hover {text-decoration:none; color:#4171F4;}
a:active {text-decoration:none; color:#4171F4;}
button {text-decoration:none; color:#aaa5b7; border:none; background:none; transition:all 0.3s ease-in-out;}
button:hover {text-decoration:none; color:#4171F4;}
button:active {text-decoration:none; color:#4171F4;}
/* button:active {border-radius:20%; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.05);} */

/* 스크롤바 */
html {
  scrollbar-arrow-color: #fff;
  scrollbar-Track-Color: #fff;
  scrollbar-base-color: #b1b1b1;
  scrollbar-Face-Color: #b1b1b1;
  scrollbar-3dLight-Color: #b1b1b1;
  scrollbar-DarkShadow-Color: #b1b1b1;
  scrollbar-Highlight-Color: #b1b1b1;
  scrollbar-Shadow-Color: #b1b1b1;
}

::-webkit-scrollbar {width:4px; border-radius:10px;}
::-webkit-scrollbar-track {background-color:#fff;}
::-webkit-scrollbar-thumb {background-color:#b1b1b1; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background:#b1b1b1;}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {width:16px; height:16px; background:#fff;}







/* 폼 기본정의 ******************************************************** */
/* input 포커스 테두리 삭제 */
::placeholder {color:#999;}

/* input 포커스 테두리 삭제 */
input:focus {outline:none;}
select:focus {outline:none;}
textarea:focus {outline:none;}

/* input 기본 스타일 초기화 */
input [type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-appearance: none;
          appearance: none;
}

/* select 스타일 초기화 */
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
     -moz-appearance: none;
          appearance: none;
}

/* textarea 스타일 초기화 */
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}








/* 폼구성 ******************************************************** */
/* 입력박스 */
.input-box[type='text'] {height:50px; padding:0 12px; font-weight:400; font-size:14px; line-height:14px; color:#999; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:6px;} 
.input-box[type='text']:focus {color:#222; border:#999 1px solid; transition:all 0.4s ease-in-out;} 
.input-box[type='text'].error {color:#D67A66; border:#D67A66 1px solid;} 
.input-box[type='text'].error::placeholder {color:#D67A66;} 
.input-box[type='text'].success {color:#1fc944; border:#1fc944 1px solid;}
.input-box[type='text'].success::placeholder {color:#1fc944;} 

.input-box[type='password'] {height:50px; padding:0 12px; font-weight:400; font-size:14px; line-height:14px; color:#999; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:6px;} 
.input-box[type='password']:focus {color:#222; border:#999 1px solid; transition:all 0.4s ease-in-out;} 
.input-box[type='password'].error {color:#D67A66; border:#D67A66 1px solid;} 
.input-box[type='password'].error::placeholder {color:#D67A66;} 
.input-box[type='password'].success {color:#1fc944; border:#1fc944 1px solid;}
.input-box[type='password'].success::placeholder {color:#1fc944;}

.input-box[type='number'] {height:50px; padding:0 12px; font-weight:400; font-size:14px; line-height:14px; color:#999; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:6px;} 
.input-box[type='number']:focus {color:#222; border:#999 1px solid; transition:all 0.4s ease-in-out;} 
.input-box[type='number'].error {color:#D67A66; border:#D67A66 1px solid;} 
.input-box[type='number'].error::placeholder {color:#D67A66;} 
.input-box[type='number'].success {color:#1fc944; border:#1fc944 1px solid;}
.input-box[type='number'].success::placeholder {color:#1fc944;}


/* 입력박스 - 라인 */
.input-line[type='text'] {height:50px; font-weight:400; font-size:14px; line-height:14px; color:#999; letter-spacing:-0.5px; border:none; border-bottom:#e9e9e9 1px solid;} 
.input-line[type='text']:focus {color:#222; border-bottom:#999 1px solid; transition:all 0.4s ease-in-out;} 
.input-line[type='text'].error {color:#D67A66; border-bottom:#D67A66 1px solid;} 
.input-line[type='text'].error::placeholder {color:#D67A66;} 
.input-line[type='text'].success {color:#1fc944; border-bottom:#1fc944 1px solid;}
.input-line[type='text'].success::placeholder {color:#1fc944;} 

.input-line[type='password'] {height:50px; font-weight:400; font-size:14px; line-height:14px; color:#999; letter-spacing:-0.5px; border:none; border-bottom:#e9e9e9 1px solid;} 
.input-line[type='password']:focus {color:#222; border-bottom:#999 1px solid; transition:all 0.4s ease-in-out;} 
.input-line[type='password'].error {color:#D67A66; border-bottom:#D67A66 1px solid;} 
.input-line[type='password'].error::placeholder {color:#D67A66;} 
.input-line[type='password'].success {color:#1fc944; border-bottom:#1fc944 1px solid;}
.input-line[type='password'].success::placeholder {color:#1fc944;} 

.input-line[type='number'] {height:50px; font-weight:400; font-size:14px; line-height:14px; color:#999; letter-spacing:-0.5px; border:none; border-bottom:#e9e9e9 1px solid;} 
.input-line[type='number']:focus {color:#222; border-bottom:#999 1px solid; transition:all 0.4s ease-in-out;} 
.input-line[type='number'].error {color:#D67A66; border-bottom:#D67A66 1px solid;} 
.input-line[type='number'].error::placeholder {color:#D67A66;} 
.input-line[type='number'].success {color:#1fc944; border-bottom:#1fc944 1px solid;}
.input-line[type='number'].success::placeholder {color:#1fc944;} 


/* 셀렉트박스 */
.select-box {height:50px; padding:0 15px; font-weight:400; font-size:14px; line-height:14px; color:#999; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:6px; background:url('../image/icn_selectbox.gif') right center no-repeat, #fff;} 
.select-box:focus {color:#222; border:#999 1px solid; transition:all 0.4s ease-in-out;} 
.select-box.small {height:30px; padding:0 10px; font-weight:400; font-size:12px; line-height:12px; border-radius:3px;} 
.select-box.error {color:#D67A66; border:#D67A66 1px solid;} 
.select-box.error::placeholder {color:#D67A66;} 
.select-box.success {color:#1fc944; border:#1fc944 1px solid;}
.select-box.success::placeholder {color:#1fc944;}


/* 내용박스 */
textarea {padding:15px; border:#e9e9e9 1px solid; border-radius:6px;} 
textarea:focus {color:#222; border:#999 1px solid; transition:all 0.4s ease-in-out;} 
textarea.error {color:#D67A66; border:#D67A66 1px solid;} 
textarea.error::placeholder {color:#D67A66;} 
textarea.success {color:#1fc944; border:#1fc944 1px solid;}
textarea.success::placeholder {color:#1fc944;}


/* 라디오버튼 */
.radio-box input[type="radio"] {display:none !important;}
.radio-box input[type="radio"] + label {padding:1px 0 5px 27px; font-size:14px; line-height:14px; color:#999; letter-spacing:-1px; background:url("../image/radio_box_off.svg") 0 0 no-repeat; cursor:pointer; transition:all 0.3s ease-in-out;}
.radio-box input[type="radio"]:checked + label {color:#222; background:url("../image/radio_box_on.svg") 0 0 no-repeat;}


/* 체크박스 */
.check-box input[type="checkbox"] {display:none !important;}
.check-box input[type="checkbox"] + label {display:inline-block; padding:0 0 5px 28px; font-size:14px; line-height:20px; color:#999; letter-spacing:-1px; background:url("../image/check_box_off.svg") 0 0 no-repeat; cursor:pointer; transition:all 0.3s ease-in-out;}
.check-box input[type="checkbox"]:checked + label {color:#222; background:url("../image/check_box_on.svg") 0 0 no-repeat;}

.check-box-red input[type="checkbox"] {display:none !important;}
.check-box-red input[type="checkbox"] + label {display:inline-block; padding:0 0 5px 28px; font-size:14px; line-height:20px; color:#999; letter-spacing:-1px; background:url("../image/check_box_red_off.svg") 0 0 no-repeat; cursor:pointer; transition:all 0.3s ease-in-out;}
.check-box-red input[type="checkbox"]:checked + label {color:#222; background:url("../image/check_box_red_on.svg") 0 0 no-repeat;}

.check-box-blue input[type="checkbox"] {display:none !important;}
.check-box-blue input[type="checkbox"] + label {display:inline-block; padding:0 0 5px 28px; font-size:14px; line-height:20px; color:#999; letter-spacing:-1px; background:url("../image/check_box_blue_off.svg") 0 0 no-repeat; cursor:pointer; transition:all 0.3s ease-in-out;}
.check-box-blue input[type="checkbox"]:checked + label {color:#222; background:url("../image/check_box_blue_on.svg") 0 0 no-repeat;}

.check-box-gray input[type="checkbox"] {display:none !important;}
.check-box-gray input[type="checkbox"] + label {display:inline-block; padding:0 0 5px 28px; font-size:14px; line-height:20px; color:#999; letter-spacing:-1px; background:url("../image/check_box_gray_off.svg") 0 0 no-repeat; cursor:pointer; transition:all 0.3s ease-in-out;}
.check-box-gray input[type="checkbox"]:checked + label {color:#222; background:url("../image/check_box_gray_on.svg") 0 0 no-repeat;}


/* 체크박스 - 전체박스 */
.check-box-area input[type="checkbox"] {display:none !important;}
.check-box-area input[type="checkbox"] + label {display:block; width:100%; padding:15px 20px 17px 45px; font-weight:600; font-size:14px; line-height:14px; color:#222; letter-spacing:-0.5px; border:#e3e6ff 1px solid; border-radius:7px; background:url("../image/check_box_off.svg") 15px 10px no-repeat, #f3f8ff; cursor:pointer; transition:all 0.3s ease-in-out;}
.check-box-area input[type="checkbox"]:checked + label {color:#fff; border:#4F8EF8 1px solid; background:url("../image/check_box_on02.svg") 15px 10px no-repeat, #4F8EF8;}


/* 스위치 버튼 */
.switch-button {display:inline-block; position:relative; width:45px; height:24px;} 
.switch-button input {width:0; height:0; opacity:0;} 
.switch-button .onoff-switch {position:absolute; top:0; left:0; right:0; bottom:0; background:#D4D6DB; border-radius:20px; -webkit-transition:.4s; transition:.4s; cursor:pointer;} 
.switch-button .onoff-switch:before {content:""; position:absolute; left:2px; bottom:2px; height:20px; width:20px;  border-radius:20px; background:#fff; -webkit-transition:.5s; transition:.4s;} 
.switch-button input:checked + .onoff-switch {background:#4F8EF8;} 
.switch-button input:checked + .onoff-switch:before {-webkit-transform:translateX(21px); -ms-transform:translateX(21px); transform:translateX(21px);}


/* 파일입력 */
.input-file {display:flex; width:100%;}
.input-file > label {display:inline-block; position:relative; width:10%; height:50px; vertical-align:middle; color:#fff; text-align:center; line-height:48px; border-radius:6px; background:#ccc; overflow:hidden; cursor:pointer;}
.input-file > label input {display:none; position:absolute; width:0; height:0; overflow:hidden;}
.input-file > input[type=text] {display:inline-block; width:90%; vertical-align:middle;}


/* 아이콘 - 적용 */
.date-icn {padding:0 15px 0 35px !important; background:url('../image/icn_calendar.svg') 10px center no-repeat, #FFF;}
.search-icn {padding:0 15px 0 35px !important; background:url('../image/icn_search.svg') 10px center no-repeat, #FFF;}
.id-icn {padding:0 15px 0 35px !important; background:url('../image/icn_id.svg') 10px center no-repeat, #FFF;}
.pw-icn {padding:0 15px 0 35px !important; background:url('../image/icn_pw.svg') 10px center no-repeat, #FFF;}







/* 버튼 ******************************************************** */
/* 기본 */
.btn-default {display:inline-block; height:50px; padding:17px 15px; text-align:center; font-size:14px; line-height:14px; color:#fff; letter-spacing:-0.5px; border-radius:6px; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-default:hover {color:#fff; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.6);}
.btn-default:active {color:#fff; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.6);}

.btn-default-b {display:inline-block; height:60px; padding:21px 15px; text-align:center; font-weight:600; font-size:16px; line-height:16px; color:#fff; letter-spacing:-0.5px; border-radius:8px; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-default-b:hover {color:#fff; box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.6);}
.btn-default-b:active {color:#fff; box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.6);}

.btn-default-m {display:inline-block; height:40px; padding:13px 10px; text-align:center; font-size:13px; line-height:13px; color:#fff; letter-spacing:-0.5px; border-radius:5px; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-default-m:hover {color:#fff; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.6);}
.btn-default-m:active {color:#fff; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.6);}

.btn-default-s {display:inline-block; height:25px; padding:6px 8px 6px 8px; text-align:center; font-size:11px; line-height:11px; color:#fff; letter-spacing:-1px; border-radius:5px; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-default-s:hover {color:#fff; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.3);}
.btn-default-s:active {color:#fff; box-shadow:inset 0 0 8px rgba(0, 0, 0, 0.3);}


/* 라인 */
.btn-line-blue {display:inline-block; height:50px; padding:17px 15px; text-align:center; font-weight:600; font-size:14px; line-height:14px; color:#4F8EF8; letter-spacing:-0.5px; border:#4F8EF8 1px solid; border-radius:6px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-blue:hover {color:#4F8EF8; background:#E5EDFA;}
.btn-line-blue:active {color:#4F8EF8; background:#E5EDFA;}

.btn-line-blue-b {display:inline-block; height:60px; padding:21px 15px; text-align:center; font-weight:600; font-size:16px; line-height:16px; color:#4F8EF8; letter-spacing:-0.5px; border:#4F8EF8 1px solid; border-radius:8px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-blue-b:hover {color:#4F8EF8; background:#E5EDFA;}
.btn-line-blue-b:active {color:#4F8EF8; background:#E5EDFA;}

.btn-line-blue-m {display:inline-block; height:40px; padding:13px 10px; text-align:center; font-weight:500; font-size:13px; line-height:13px; color:#4F8EF8; letter-spacing:-0.5px; border:#4F8EF8 1px solid; border-radius:5px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-blue-m:hover {color:#4F8EF8; background:#E5EDFA;}
.btn-line-blue-m:active {color:#4F8EF8; background:#E5EDFA;}

.btn-line-blue-s {display:inline-block; height:25px; padding:6px 8px 6px 8px; text-align:center; font-weight:400; font-size:11px; line-height:11px; color:#4F8EF8; letter-spacing:-0.5px; border:#4F8EF8 1px solid; border-radius:5px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-blue-s:hover {color:#4F8EF8; background:#E5EDFA;}
.btn-line-blue-s:active {color:#4F8EF8; background:#E5EDFA;}

.btn-line-red {display:inline-block; height:50px; padding:17px 15px; text-align:center; font-weight:600; font-size:14px; line-height:14px; color:#f64e60; letter-spacing:-0.5px; border:#f64e60 1px solid; border-radius:6px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-red:hover {color:#f64e60; background:#fff7f8;}
.btn-line-red:active {color:#f64e60; background:#fff7f8;}

.btn-line-red-b {display:inline-block; height:60px; padding:21px 15px; text-align:center; font-weight:600; font-size:16px; line-height:16px; color:#f64e60; letter-spacing:-0.5px; border:#f64e60 1px solid; border-radius:8px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-red-b:hover {color:#f64e60; background:#fff7f8;}
.btn-line-red-b:active {color:#f64e60; background:#fff7f8;}

.btn-line-red-m {display:inline-block; height:40px; padding:13px 10px; text-align:center; font-weight:600; font-size:13px; line-height:13px; color:#f64e60; letter-spacing:-0.5px; border:#f64e60 1px solid; border-radius:5px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-red-m:hover {color:#f64e60; background:#fff7f8;}
.btn-line-red-m:active {color:#f64e60; background:#fff7f8;}

.btn-line-red-s {display:inline-block; height:25px; padding:6px 8px 6px 8px; text-align:center; font-weight:400; font-size:11px; line-height:11px; color:#f64e60; letter-spacing:-0.5px; border:#f64e60 1px solid; border-radius:5px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-red-s:hover {color:#f64e60; background:#fff7f8;}
.btn-line-red-s:active {color:#f64e60; background:#fff7f8;}

.btn-line-gray {display:inline-block; height:50px; padding:17px 15px; text-align:center; font-weight:600; font-size:14px; line-height:14px; color:#888; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:6px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-gray:hover {color:#222; background:#E5EDFA;}
.btn-line-gray:active {color:#222; background:#E5EDFA;}

.btn-line-gray-b {display:inline-block; height:60px; padding:21px 15px; text-align:center; font-weight:600; font-size:16px; line-height:16px; color:#888; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:8px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-gray-b:hover {color:#222; background:#E5EDFA;}
.btn-line-gray-b:active {color:#222; background:#E5EDFA;}

.btn-line-gray-m {display:inline-block; height:40px; padding:12px 10px; text-align:center; font-weight:500; font-size:13px; line-height:13px; color:#888; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:5px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-gray-m:hover {color:#222; background:#E5EDFA;}
.btn-line-gray-m:active {color:#222; background:#E5EDFA;}

.btn-line-gray-s {display:inline-block; height:25px; padding:6px 8px 6px 8px; text-align:center; font-weight:400; font-size:11px; line-height:11px; color:#888; letter-spacing:-0.5px; border:#e9e9e9 1px solid; border-radius:5px; background:#fff; transition:all 0.4s ease-in-out; cursor:pointer;}
.btn-line-gray-s:hover {color:#222; background:#E5EDFA;}
.btn-line-gray-s:active {color:#222; background:#E5EDFA;}


/* 버튼영역 */
.btn-area {width:100%; text-align:center;}
.btn-area button {margin:0 3px;}
.btn-area-space {width:100%; padding:0 20px;}








/* 기본 클래스 ******************************************************** */
/* 기본 */
.ta-center {text-align:center !important;}
.ta-left {text-align:left !important;}
.ta-right {text-align:right !important;}
.display-block {display:block !important;}
.display-none {display:none !important;}
.border-none {border:none !important;}


/* 배경색 */
.bg-red1 {background:#E81A0C !important;}
.bg-red2 {background:#FE7D87 !important;}
.bg-red-light {background:#fff5f6 !important;}
.bg-orange1 {background:#FF4400 !important;}
.bg-orange2 {background:#FE6900 !important;}
.bg-orange-light {background:#FFF8F1 !important;}
.bg-yellow1 {background:#FEB912 !important;}
.bg-yellow2 {background:#FEDA49 !important;}
.bg-lime {background:#AFF218 !important;}
.bg-indigo1 {background:#E54887 !important;}
.bg-indigo2 {background:#F4AFCA !important;}
.bg-violet1 {background:#702BFE !important;}
.bg-violet2 {background:#B0A6E5 !important;}
.bg-blue1 {background:#148CE6 !important;}
.bg-blue2 {background:#438BF9 !important;}
.bg-blue3 {background:#5BA6EB !important;}
.bg-blue-light {background:#F2F2FC !important;}
.bg-green1 {background:#039C55 !important;}
.bg-green2 {background:#98DD62 !important;}
.bg-aqua1 {background:#33A8A1 !important;}
.bg-aqua2 {background:#87DBDD !important;}
.bg-aqua-light {background:#EBF8F6 !important;}
.bg-white {background:#ffffff !important;}
.bg-light {background:#DEE2E9 !important;}
.bg-gray {background:#888888 !important;}
.bg-dark {background:#343a40 !important;}
.bg-black {background:#222222 !important;}


/* 폰트색상 */
.color-red1 {color:#E81A0C !important;}
.color-red2 {color:#FE7D87 !important;}
.color-orange1 {color:#FF4400 !important;}
.color-orange2 {color:#FE6900 !important;}
.color-yellow1 {color:#FEB912 !important;}
.color-yellow2 {color:#FEDA49 !important;}
.color-lime {color:#AFF218 !important;}
.color-indigo1 {color:#E54887 !important;}
.color-indigo2 {color:#F4AFCA !important;}
.color-violet1 {color:#702BFE !important;}
.color-violet2 {color:#B0A6E5 !important;}
.color-blue1 {color:#2C81FB !important;}
.color-blue2 {color:#438BF9 !important;}
.color-blue3 {color:#5BA6EB !important;}
.color-green1 {color:#039C55 !important;}
.color-green2 {color:#98DD62 !important;}
.color-aqua1 {color:#33A8A1 !important;}
.color-aqua2 {color:#87DBDD !important;}
.color-white {color:#ffffff !important;}
.color-light {color:#DEE2E9 !important;}
.color-gray {color:#888888 !important;}
.color-dark {color:#343a40 !important;}
.color-black {color:#222222 !important;}


/* 라인색 */
.border-red1 {border:#E81A0C 1px solid !important;}
.border-red2 {border:#FE7D87 1px solid !important;}
.border-orange1 {border:#FF4400 1px solid !important;}
.border-orange2 {border:#FE6900 1px solid !important;}
.border-yellow1 {border:#FEB912 1px solid !important;}
.border-yellow2 {border:#FEDA49 1px solid !important;}
.border-lime {border:#AFF218 1px solid !important;}
.border-indigo1 {border:#E54887 1px solid !important;}
.border-indigo2 {border:#F4AFCA 1px solid !important;}
.border-violet1 {border:#702BFE 1px solid !important;}
.border-violet2 {border:#B0A6E5 1px solid !important;}
.border-blue1 {border:#2C81FB 1px solid !important;}
.border-blue2 {border:#438BF9 1px solid !important;}
.border-blue3 {border:#5BA6EB 1px solid !important;}
.border-green1 {border:#039C55 1px solid !important;}
.border-green2 {border:#98DD62 1px solid !important;}
.border-aqua1 {border:#33A8A1 1px solid !important;}
.border-aqua2 {border:#87DBDD 1px solid !important;}
.border-white {border:#ffffff 1px solid !important;}
.border-light {border:#DEE2E9 1px solid !important;}
.border-gray {border:#888888 1px solid !important;}
.border-dark {border:#343a40 1px solid !important;}
.border-black {border:#222222 1px solid !important;}


/* 가로사이즈 (%) */
.w100p {width:100% !important;}
.w99p {width:99% !important;}
.w95p {width:95% !important;}
.w94p {width:94% !important;}
.w93p {width:93% !important;}
.w90p {width:90% !important;}
.w89p {width:89% !important;}
.w88p {width:88% !important;}
.w87p {width:87% !important;}
.w86p {width:86% !important;}
.w85p {width:85% !important;}
.w84p {width:84% !important;}
.w83p {width:83% !important;}
.w82p {width:82% !important;}
.w81p {width:81% !important;}
.w80p {width:80% !important;}
.w79p {width:79% !important;}
.w78p {width:78% !important;}
.w77p {width:77% !important;}
.w76p {width:76% !important;}
.w75p {width:75% !important;}
.w70p {width:70% !important;}
.w68p {width:68% !important;}
.w67p {width:67% !important;}
.w66p {width:66% !important;}
.w65p {width:65% !important;}
.w60p {width:60% !important;}
.w55p {width:55% !important;}
.w50p {width:50% !important;}
.w49p {width:49% !important;}
.w48p {width:48% !important;}
.w47p {width:47% !important;}
.w46p {width:46% !important;}
.w45p {width:45% !important;}
.w42p {width:42% !important;}
.w41p {width:41% !important;}
.w40p {width:40% !important;}
.w39p {width:39% !important;}
.w38p {width:38% !important;}
.w37p {width:37% !important;}
.w36p {width:36% !important;}
.w35p {width:35% !important;}
.w34p {width:34% !important;}
.w33p {width:33% !important;}
.w32p {width:32% !important;}
.w31p {width:31% !important;}
.w30p {width:30% !important;}
.w29p {width:29% !important;}
.w28p {width:28% !important;}
.w27p {width:27% !important;}
.w26p {width:26% !important;}
.w25p {width:25% !important;}
.w24p {width:24% !important;}
.w23p {width:23% !important;}
.w22p {width:22% !important;}
.w20p {width:20% !important;}
.w19p {width:19% !important;}
.w18p {width:18% !important;}
.w17p {width:17% !important;}
.w16p {width:16% !important;}
.w15p {width:15% !important;}
.w14p {width:14% !important;}
.w10p {width:10% !important;}
.w9p {width:9% !important;}
.w8p {width:8% !important;}
.w7p {width:7% !important;}
.w6p {width:6% !important;}
.w5p {width:5% !important;}


/* 가로사이즈 (PX) */
.w10 {width:10px !important;}
.w19 {width:19px !important;}
.w20 {width:20px !important;}
.w24 {width:24px !important;}
.w25 {width:25px !important;}
.w30 {width:30px !important;}
.w35 {width:35px !important;}
.w40 {width:40px !important;}
.w42 {width:42px !important;}
.w50 {width:50px !important;}
.w52 {width:52px !important;}
.w60 {width:60px !important;}
.w70 {width:70px !important;}
.w72 {width:72px !important;}
.w80 {width:80px !important;}
.w82 {width:82px !important;}
.w90 {width:90px !important;}
.w100 {width:100px !important;}
.w110 {width:110px !important;}
.w120 {width:120px !important;}
.w122 {width:122px !important;}
.w140 {width:140px !important;}
.w150 {width:150px !important;}
.w152 {width:152px !important;}
.w170 {width:170px !important;}
.w172 {width:172px !important;}
.w180 {width:180px !important;}
.w182 {width:182px !important;}
.w190 {width:190px !important;}
.w200 {width:200px !important;}
.w210 {width:210px !important;}
.w220 {width:220px !important;}
.w230 {width:230px !important;}
.w240 {width:240px !important;}
.w250 {width:250px !important;}
.w252 {width:252px !important;}
.w255 {width:255px !important;}
.w280 {width:280px !important;}
.w300 {width:300px !important;}
.w310 {width:310px !important;}
.w350 {width:350px !important;}
.w400 {width:400px !important;}
.w410 {width:410px !important;}
.w450 {width:450px !important;}
.w465 {width:465px !important;}
.w500 {width:500px !important;}
.w600 {width:600px !important;}
.w610 {width:630px !important;}
.w630 {width:630px !important;}
.w650 {width:650px !important;}
.w700 {width:700px !important;}


/* 세로사이즈(%) */
.h100p {height:100% !important;}


/* 세로사이즈 */
.h30 {height:30px !important;}
.h35 {height:35px !important;}
.h40 {height:40px !important;}
.h42 {height:42px !important;}
.h50 {height:50px !important;}
.h52 {height:52px !important;}
.h55 {height:55px !important;}
.h60 {height:60px !important;}
.h70 {height:70px !important;}
.h72 {height:72px !important;}
.h80 {height:80px !important;}
.h82 {height:82px !important;}
.h90 {height:90px !important;}
.h100 {height:100px !important;}
.h110 {height:110px !important;}
.h120 {height:120px !important;}
.h122 {height:122px !important;}
.h140 {height:140px !important;}
.h150 {height:150px !important;}
.h152 {height:152px !important;}
.h170 {height:170px !important;}
.h172 {height:172px !important;}
.h180 {height:180px !important;}
.h182 {height:182px !important;}
.h190 {height:190px !important;}
.h200 {height:200px !important;}
.h210 {height:210px !important;}
.h220 {height:220px !important;}
.h230 {height:230px !important;}
.h240 {height:240px !important;}
.h250 {height:250px !important;}
.h252 {height:252px !important;}
.h255 {height:255px !important;}
.h300 {height:300px !important;}
.h310 {height:310px !important;}
.h350 {height:350px !important;}
.h400 {height:400px !important;}
.h410 {height:410px !important;}
.h450 {height:450px !important;}
.h465 {height:465px !important;}
.h500 {height:500px !important;}
.h550 {height:550px !important;}
.h600 {height:600px !important;}
.h610 {height:630px !important;}
.h630 {height:630px !important;}
.h650 {height:650px !important;}
.h700 {height:700px !important;}
.h800 {height:800px !important;}
.h850 {height:850px !important;}
.h900 {height:900px !important;}


/* 마진-상단 */
.mt0 {margin-top:0 !important;}
.mt1 {margin-top:1px !important;}
.mt2 {margin-top:2px !important;}
.mt3 {margin-top:3px !important;}
.mt4 {margin-top:4px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mt55 {margin-top:55px !important;}
.mt70 {margin-top:70px !important;}


/* 마진-하단 */
.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}


/* 마진-좌측 */
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}


/* 마진-우측 */
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}


/* 패딩-상단 */
.pt0 {padding-top:0 !important;}
.pt5 {padding-top:5px !important;}
.pt6 {padding-top:6px !important;}
.pt7 {padding-top:7px !important;}
.pt8 {padding-top:8px !important;}
.pt9 {padding-top:9px !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt25 {padding-top:25px !important;}
.pt30 {padding-top:30px !important;}
.pt35 {padding-top:35px !important;}
.pt40 {padding-top:40px !important;}
.pt45 {padding-top:45px !important;}
.pt50 {padding-top:50px !important;}
.pt70 {padding-top:70px !important;}


/* 패딩-하단 */
.pb0 {padding-bottom:0 !important;}
.pb5 {padding-bottom:5px !important;}
.pb10 {padding-bottom:10px !important;}
.pb11 {padding-bottom:11px !important;}
.pb12 {padding-bottom:12px !important;}
.pb13 {padding-bottom:13px !important;}
.pb14 {padding-bottom:14px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb25 {padding-bottom:25px !important;}
.pb30 {padding-bottom:30px !important;}
.pb35 {padding-bottom:35px !important;}
.pb40 {padding-bottom:40px !important;}
.pb45 {padding-bottom:45px !important;}
.pb50 {padding-bottom:50px !important;}
.pb60 {padding-bottom:60px !important;}
.pb70 {padding-bottom:70px !important;}
.pb80 {padding-bottom:80px !important;}


/* 패딩-좌측 */
.pl0 {padding-left:0 !important;}
.pl5 {padding-left:5px !important;}
.pl10 {padding-left:10px !important;}
.pl15 {padding-left:15px !important;}
.pl20 {padding-left:20px !important;}
.pl25 {padding-left:25px !important;}
.pl30 {padding-left:30px !important;}
.pl35 {padding-left:35px !important;}
.pl40 {padding-left:40px !important;}
.pl45 {padding-left:45px !important;}
.pl50 {padding-left:50px !important;}


/* 패딩-우측 */
.pr0 {padding-right:0 !important;}
.pr5 {padding-right:5px !important;}
.pr10 {padding-right:10px !important;}
.pr15 {padding-right:15px !important;}
.pr20 {padding-right:20px !important;}
.pr25 {padding-right:25px !important;}
.pr30 {padding-right:30px !important;}
.pr35 {padding-right:35px !important;}
.pr40 {padding-right:40px !important;}
.pr45 {padding-right:45px !important;}
.pr50 {padding-right:50px !important;}


/* 폰트사이즈 */
.font11 {font-size:11px !important;}
.font12 {font-size:12px !important;}
.font14 {font-size:14px !important;}
.font16 {font-size:16px !important;}
.font18 {font-size:18px !important;}
.font20 {font-size:20px !important;}
.font25 {font-size:25px !important;}
.font26 {font-size:26px !important;}
.font27 {font-size:27px !important;}
.font28 {font-size:28px !important;}
.font29 {font-size:29px !important;}
.font30 {font-size:30px !important;}
.font35 {font-size:35px !important;}
.font40 {font-size:40px !important;}
.font45 {font-size:45px !important;}
.font50 {font-size:50px !important;}

.popmodal {
	
  display: none; /* 처음에 숨김 */
  position: fixed;
  opacity: 1;      /* 기본값은 보이는 상태! */
  transition: opacity 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* 팝업 박스 */
.popmodal-content {
  background: white;
  padding: 0px;
  border-radius: 6px;
  width: 500px;
  position: relative;
}


.ui-dialog-content {
    padding: 0 !important;
}
/* 닫기 버튼 */
.popclose {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.ui-widget-overlay {
    background: #000 !important;
    opacity: 0.5 !important;
}