@charset "utf-8";

/* --- font --- */
@font-face {
  font-family: 'SCD-4'; 
  /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); */
  src: url('../font/S-CoreDream-4Regular.woff') format('woff');
  font-weight: normal; 
  font-style: normal;
}
@font-face {
  font-family: 'SCD-5'; 
  /* src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); */
  src: url('../font/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal; 
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}


/* --- icon --- */
@font-face {
  font-family: "unifont";
  src: url('../font/fontello.eot?25674547');
  src: url('../font/fontello.eot?25674547#iefix') format('embedded-opentype'),
        url('../font/fontello.woff?25674547') format('woff'),
        url('../font/fontello.ttf?25674547') format('truetype'),
        url('../font/fontello.svg?25674547#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.unicon {
  font-family: "unifont";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="ico-"]:before, [class*=" ico-"]:before {
  font-family: "unifont";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1em; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* - icon-list - */
.ico-uni-close:before { content: '\e80b'; } /* '' */


/* --- reset --- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
button,
fieldset, form, label, legend, select, option,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, nav, nav, section, summary,
time, mark, audio, video {
  font-family: "Pretendard-Regular", "Roboto", "Helvetica Neue", Helvetica, Sans-serif;
  margin:0;
  padding:0;
  border:0 none;
  outline:0;
  background:transparent;
  -webkit-print-color-adjust:exact;
  print-color-adjust:exact;
}
dl, ul, ol, nav, li {list-style:none;}
img {
  border: 0;
  vertical-align: middle;
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #ff253a;
  text-decoration: none;
}
a:focus {outline: 0;}
button {cursor: pointer;}
input[disabled], 
input[readonly], 
input.disabled, 
input.readonly, 
fieldset[disabled],
fieldset.disabled,
select[disabled],
select.disabled,
textarea[disabled],
textarea.disabled,
.cont-box.disabled {
  background-color: #eee;
  opacity: 1;
}
textarea {resize: none;}
fieldset {border: 0;}
legend {display: none;}
select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
  appearance:none;
}
select::-ms-expand{display:none;}
input,
textarea {font-family: Sans-serif !important;}


/* --- body --- */
body {
  min-height: 500px;
  font: 15px "Pretendard-Regular", "Roboto", "Helvetica Neue", Helvetica, Sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  letter-spacing: -0.02em;
  background-color: #f6f6f8;
  -webkit-font-smoothing: subpixel-antialiased;
}
.wrap {
  position: relative;
  min-height: calc(100vh - 70px);
  margin: 0 auto;
  padding-bottom: 70px;
}
::selection {
  background: rgba(30,136,227,.15);
  text-shadow: none;
}


section {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.content-area {
  position: relative;
  padding: 60px 0;
}


/* --- 로그인 --- */
.login-area {
  display: flex;
  height: 512px;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 15px 15px rgba(0,0,0,.02);
  box-sizing: border-box;
}
.login-area .col-1 {
  position: relative;
  width: 500px;
  margin-right: 100px;
  box-sizing: border-box;
}
.login-area .col-1::before {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 1px;
  height: 512px;
  content: '';
  background-color: #f5f5f5;
}
.login-area .col-2 {
  width: calc(100% - 600px);
  box-sizing: border-box;
}
.login-area .logo {
  display: block;
  width: 100px;
  height: 30px;
  background: url('../images/logo-unipost.svg') 0 0 no-repeat;
}

/* 내부 광고 영역 */
.ad-box.top {
  position: relative;
  width: 100%;
  height: 271px;
  margin-top: 30px;
  padding: 50px;
  border-radius: 10px;
  background-color: #f4f9fe;
  box-sizing: border-box;
}
.ad-box.top::before {
  position: absolute;
  top: -31px;
  left: 88px;
  width: 412px;
  height: 301px;
  content: '';
  border-radius: 10px;
  background: url('../images/img-ad-unipost.png') 0 0 no-repeat;
  background-size: 713px 533px;
  /* opacity: 0;
  animation: opacity .5s ease .2s forwards; */
}
.ad-box.top h2 {
  margin-top: -5px;
  line-height: 35px;
}
.ad-box.top h2 p {
  font-weight: bold;
  font-size: 24px;
}
.ad-box.top .btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50px;
  height: 28px;
  padding: 0 15px;
  font-family: 'Pretendard-Bold';
  font-size: 14px;
  color: #555;
  border: 1px solid #555;
  border-radius: 28px;
  box-sizing: border-box;
  transition: all .4s ease 0s;
}
.ad-box.top .btn-link:hover {
  padding-right: 30px;
  color: #0551db;
  border-color: #0551db;
}
.ad-box.top .btn-link:hover::after {
  position: absolute;
  top: 3px;
  right: 10px;
  content: '┐';
  font-weight: bold;
  color: #0551db;
  opacity: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  animation: opacity .4s ease 0s forwards;
}
.ad-box.bottom {
  overflow: hidden;
  height: 60px;
  margin-top: 20px;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  border-radius: 10px;
}
.ad-box.bottom .banner-ad {
  overflow: hidden;
  display: block;
  height: 100%;
  text-indent: -9999px;
  font-size: 0;
  color: transparent;
  background: url('../images/bann-ad-partnership-unipost.png') 0 0 no-repeat;
  background-size: 500px 60px;
}
.ad-box.bottom .banner-ad:hover {opacity: .9;}

/* 로그인 영역 */
.login-box {
  position: relative;
  height: calc(100% - 28px);
  margin-top: 28px;
}
.login-box .cont-tt {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 68px;
  line-height: 26px;
  box-sizing: border-box;
}
.login-box .cont-tt p {font-size: 18px;}
.login-box .cont-tt::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 48px;
  height: 48px;
  content: '';
  border-radius: 50%;
  background: url('../images/ico-service-tax.svg') calc(50% - 2px) calc(50% - 1px) no-repeat;
  background-size: 27px 25px;
  background-color: #222;
}
.login-box .cont-tt .point {font-weight: bold;}
.login-box .radio-area {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  margin: 30px 0 0 0;
  font-size: 15px;
  border-radius: 10px;
  background-color: #f4f9fe;
}
.login-box .radio-area .radio-label {margin-right: 30px;}
.login-box .input-area dl {overflow: hidden;}
.login-box .input-area dl dt {
  margin: 30px 0 15px;
  font-size: 16px;
  color: #8d9aa3;
}
.login-box .non-member .business dl dd {
  display: flex;
  align-items: center;
}
.login-box .non-member .business dl dd .inp {
  width: calc(33.33333333% - 12px);
  text-align: center;
}
.login-box .non-member .business dl dd .inp + .dash {
  margin: 0 5px;
  color: #bbb;
}
.login-box .non-member .user dl dd .inp,
.login-box .non-member .foreigner dl dd .inp {
  width: 100%;
  text-align: center;
}
.login-box .member .input-area {margin-top: 35px;}
.login-box .member .input-area dl + dl {margin-top: 12px;}
.login-box .member .input-area dl dt {
  display: none;
  width: 105px;
  margin: 0;
  line-height: 38px;
}
.login-box .member .input-area dl dt,
.login-box .member .input-area dl dd {
  float: left;
}
.login-box .member .input-area dl dd {width: 100%}
.login-box .member .input-area dl dd .inp {width: 100%;}
.login-box .btn-area {margin-top: 20px;}
.login-box .btn-area .btn-login {
  position: relative;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  background-color: #0551db;
}
.login-box .btn-area .btn-login:hover::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.1);
}
.login-box .btn-area .col-2 {
  display: flex;
  width: inherit;
  margin-top: 21px;
  padding-top: 20px;
  font-size: 14px;
  border-top: 1px solid #f5f5f5;
}
.login-box .btn-area .col-2 button:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.login-box .btn-area .col-2 .btn-find {
  margin-left: auto;
  color: #999;
}
.login-box .btn-area .add-explain {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  font-size: 14px;
  color: #bbb;
  border-radius: 8px;
  background-color: rgba(170,170,170,.08);
}


/* --- 제휴 서비스 영역 --- */
.bann-area.partnership {margin-top: 60px;}
.bann-area.partnership .cont-tt {
  position: relative;
  padding-left: 60px;
  line-height: 26px;
  font-family: 'Pretendard-Bold';
  font-size: 22px;
}
.bann-area.partnership .cont-tt::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 26px;
  padding-left: 3px;
  content: 'AD';
  text-align: center;
  letter-spacing: 0.1em;
  font-family: 'Pretendard-Bold';
  font-size: 14px;
  color: #fff;
  border-radius: 26px;
  background-color: #ff6225;
  box-sizing: border-box;
}
.bann-area.partnership .service-list {
  overflow: hidden;
  margin-top: 30px;
}
.bann-area.partnership .service-list li {
  float: left;
  width: 320px;
  height: 80px;
  margin: 0 20px 20px 0;
  box-sizing: border-box;
}
.bann-area.partnership .service-list li:nth-child(3n) {margin-right: 0;}
.bann-area.partnership .service-list li a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.bann-area.partnership .service-list li a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '제휴 서비스 배너';
  font-size: 17px;
  color: #a9abb0;
}
.bann-area.partnership .service-list li a:hover {box-shadow: 0 10px 20px rgba(0,0,0,.05);}
.bann-area.partnership .service-list li a img {
  position: relative;
  width: 320px;
  height: 80px;
  z-index: 1;
}


/* --- 하단 --- */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  letter-spacing: 0;
  font-size: 14px;
  color: #fff;
  background-color: #333;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer .footer-in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
.footer .footer-menu ul {
  display: inline-block;
  width: 100%;
}
.footer .footer-menu ul li {
  position: relative;
  float: left;
}
.footer .footer-menu ul li + li {margin-left: 30px;}
.footer .footer-menu ul li + li::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 1.5px);
  left: -16px;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 50%;
  background-color: rgba(255,255,255,.3);
}
/* .footer .footer-menu ul li.customer-center {margin-left: 40px;}
.footer .footer-menu ul li.customer-center::before {display: none;} */
.footer .footer-menu ul li.customer-center .cont-tt{color: #ffec00;}
.footer .footer-menu ul li.customer-center span {
  margin-left: 15px;
  color: #999;
}


/* --- form --- */
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {color: #aaa;}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: 1px solid rgba(34,34,34,.5);
}
input.error,
select.error,
textarea.error,
input.error:focus,
select.error:focus,
textarea.error:focus {
  color: #ff253a;
  border: 1px solid #ff253a;
  background-color: rgba(255,37,58,.05);
}
.inp-area,
.slt-area {
  display: inline-block;
  position: relative;
}
.inp,
.slt {
  font-family: "Pretendard-Regular";
  height: 38px;
  padding: 0 15px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 38px;
  background-color: #fff;
  box-sizing: border-box;
}
.slt {
  position: relative;
  padding: 0 30px 0 8px;
  z-index: 20;
}
.slt + i {
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
  color: #222;
  z-index: 20;
  pointer-events: none;
}

/* checkbox */
.checkbox-area {
  display: inline-block;
  margin: 0 8px 0 -10px;
}
.checkbox-area * {
  float: left;
  margin-left: 10px;
}
.checkbox-area::after {
  display: block;
  content: '';
  clear: both;
}
input[type=checkbox] { 
  opacity: 0; 
  position: absolute; 
  width: 16px; 
  height: 16px; 
}
input[type=checkbox] + .check-label {
  position: relative; 
  height: 16px;
  padding-left: 28px;
  line-height: 18px;
  cursor: pointer;
}
input[type=checkbox] + .check-label::before, 
input[type=checkbox] + .check-label::after,
input[type=checkbox]:checked + .check-label::before, 
input[type=checkbox]:checked + .check-label::after {
  content: '';
  left: 0;
  position: absolute;
}
input[type=checkbox] + .check-label::before,
input[type=checkbox]:checked + .check-label::before {
  top: 0;
  left: 0;
  width: 4px;
  height: 10px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  z-index: 10;
  transform: rotate(39deg);
  -webkit-transform: rotateZ(39deg);
  transform: rotateZ(39deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
input[type=checkbox] + .check-label::after {
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background-color: #fff;
  z-index: 0;
}
input[type=checkbox]:checked + .check-label::after {
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ff253a;
  background-color: #ff253a;
  z-index: 0;
}
input[type=checkbox] + .check-label.disabled::before, 
input[type=checkbox] + .check-label.readonly::before,
input[type=checkbox] + .check-label.disabled::after, 
input[type=checkbox] + .check-label.readonly::after {
  border: 1px solid transparent;
  background-color: #eee;
}
input[type=checkbox]:checked + .check-label.disabled::before, 
input[type=checkbox]:checked + .check-label.readonly::before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
input[type=checkbox]:checked + .check-label.disabled::after, 
input[type=checkbox]:checked + .check-label.readonly::after {
  border: 1px solid transparent;
  background-color: #eee;
}

/* radio */
.radio-area {
  display: inline-block;
  margin-right: 8px;
}
.radio-area.no-label {
  overflow: hidden;
  width: 17px;
}
.radio-area .radio-label {margin-right: 10px;}
.radio-area .radio-label:last-child {margin-right: 0;}
input[type=radio] { 
  display: none;
  position: absolute;
  opacity: 0; 
}
input[type=radio] + .radio-label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
input[type=radio]:checked + .radio-label::before, 
input[type=radio]:checked + .radio-label::after {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}
input[type=radio]:checked + .radio-label::before {background-color: transparent;}
input[type=radio]:checked + .radio-label::after {
  top: 5px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #0551db;
  background-color: #0551db;
  box-sizing: border-box;
  z-index: 0;
}
input[type=radio] + .radio-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  z-index: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 50%;
}
input[type=radio] + .radio-label.disabled,
input[type=radio] + .radio-label.readonly {
  cursor: no-drop;
}
input[type=radio] + .radio-label.disabled::before, 
input[type=radio] + .radio-label.readonly::before,
input[type=radio] + .radio-label.disabled::after, 
input[type=radio] + .radio-label.readonly::after {
  background-color: #eee;
}
input[type=radio]:checked + .radio-label.disabled::before, 
input[type=radio]:checked + .radio-label.readonly::before {
  border-color: #eee;
  background-color: #eee;
}
input[type=radio]:checked + .radio-label.disabled::after, 
input[type=radio]:checked + .radio-label.readonly::after {
  border: 1px solid #bbb;
  background-color: #bbb;
}


/* --- etc --- */
/* - 효과 - */
@-webkit-keyframes opacity {
  0% {opacity: 0;} 
  100% {opacity: 1;}
} 
@keyframes opacity {
  0% {opacity: 0;} 
  100% {opacity: 1;}
}
.opacity {
  -webkit-animation-name: opacity;
  animation-name: opacity;
}
@-webkit-keyframes fadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
} 
@keyframes fadeInR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInR {
  -webkit-animation-name: fadeInR;
  animation-name: fadeInR;
}
@-webkit-keyframes widthLeft {
  0% {
    opacity: 1;
    width: 0;
  } 
  100% {
    opacity: 1;
    width: 100%;
  }
} 
@keyframes widthLeft {
  0% {
    opacity: 1;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.widthLeft {
  -webkit-animation-name: widthLeft;
  animation-name: widthLeft;
}


/* --- etc --- */
.c1 {color: #0551db;}
.m-hgt-600px {min-height: 600px !important;}


/* --- modal --- */
.modal.wid-1000 .modal-dialog {width: 1000px;}
.modal.wid-800 .modal-dialog {width: 800px;}
.modal-content {
  border: 0;
  border-radius: 1px;
}
.modal-header {
  position: relative;
  padding: 15px 30px;
  color: #fff;
  border-bottom: 0;
  background-color: #222;
}
.modal-title {
  margin: 0;
  font-size: 20px;
  line-height: inherit;
}
.modal-header i {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
}
i.btn-close:hover {animation: rotateIn .5s ease-in-out 1;}
.modal-body {
  overflow: hidden;
  padding: 30px;
}
.modal-body .pagination-area {margin-top: 20px;}
.modal-footer {
  padding: 0 0 30px 0;
  text-align: center;
  border-top: 0;
}
.modal-header:after, .modal-header:before,
.modal-footer:after, .modal-footer:before {
  display: initial;
}


/* --- dialog --- */
body .ui-dialog {
	padding: 1em;
	box-shadow: 0 10px 5px rgba(85,85,85,.05), 
							0 20px 10px rgba(85,85,85,.05), 
							0 40px 30px rgba(85,85,85,.2);
}
body .ui-dialog.ui-corner-all,
body .ui-dialog .ui-corner-all {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
body .ui-dialog .ui-widget-header {
	font-weight: normal;
	color: #222;
	border: 0;
	border-bottom: 1px solid #ddd;
	background: #fff;
}
body .ui-dialog .ui-dialog-titlebar {padding: .6em;}
body .ui-dialog .ui-dialog-title {font-size: 18px;}
body .ui-dialog .ui-widget-content {
	padding: 1em .6em;
	font-size: 14px;
	border: 0;
}
body .ui-dialog button {outline: 0;}
body .ui-dialog .ui-dialog-buttonpane {
  margin: 0;
  padding: 1em 0;
}
body .ui-dialog .ui-dialog-buttonpane button:last-child {margin: 0;}
body .ui-dialog .ui-button {
	top: .6em;
	right: 0;
	border: 0;
	background: transparent;
}
body .ui-dialog .ui-dialog-buttonpane button {
	height: 29px;
	padding: 0 12px;
	line-height: 29px;
	color: #777;
	border: 1px solid transparent;
	border: 1px solid rgba(119,119,119,.3);
}
body .ui-dialog .ui-dialog-buttonpane button:hover {border: 1px solid rgba(119,119,119,1);}
body button.ui-button.ui-dialog-titlebar-close {
  top: 1.5em;
  right: 0.5em;
}
body button.ui-button.ui-dialog-titlebar-close::after {
  display: inline-block;
  font-family: "unifont";
  content: '\e80b';
  font-size: 22px;
  font-weight: 600;
  color: #222;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}
body .ui-state-default span.ui-icon-closethick {background: none;}
body .ui-dialog pre {
  font-size: 16px;
  white-space: normal;
  color: #555;
}
body .ui-dialog.ui-widget.ui-widget-content {border: 5px solid #222;}
body .ui-dialog .ui-dialog-buttonpane button:first-child,
body .ui-dialog .ui-dialog-buttonpane button.c1 {
	color: #222;
	border: 1px solid rgba(34,34,34,.3);
}
body .ui-dialog .ui-dialog-buttonpane button:first-child:hover,
body .ui-dialog .ui-dialog-buttonpane button.c1:hover {
	border: 1px solid rgba(34,34,34,1);
}
body .ui-widget-overlay {z-index: 1060 !important;}


/* bootstrap 상속 없애기 */
body * {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
body *:before,
body *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
body label {font-weight: inherit;}
body dt {font-weight: inherit;}
body dd, 
body dt {line-height: inherit;}
/* body h1, body h2, body h3, body h4, body h5, body h6 {line-height: inherit;} */
body .ui-datepicker {z-index: 1052 !important;}
body .btn-link:focus,
body .btn-link:hover {
  text-decoration: none;
}