@charset "UTF-8";
/*_base.scss*/
/*_mixins.scss*/
/* Responsive Breakpoints
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.border_srch, table.border_list tr td div.icon, footer.tm3_footer {
  *zoom: 1;
}

.border_srch:before, table.border_list tr td div.icon:before, footer.tm3_footer:before, .border_srch:after, table.border_list tr td div.icon:after, footer.tm3_footer:after {
  content: "";
  display: table;
}

.border_srch:after, table.border_list tr td div.icon:after, footer.tm3_footer:after {
  clear: both;
}

/*_forms.scss*/
.custom-radio {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/radio-sprite.png) no-repeat 0 0 transparent;
}

.custom-radio:hover {
  background-position: 0 -16px;
}

.custom-radio.selected {
  background-position: 0 -32px;
}

.custom-radio input[type="radio"] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

.custom-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 4px;
  margin-right: 0.3em;
  background: url(/_Resources/img/checkbox-sprite.png) no-repeat 0 0 transparent;
}

.custom-checkbox.selected {
  background-position: 0 -32px;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

/*_sub.scss*/
section.sub_wrap {
  position: relative;
  width: 930px;
  height: auto;
  margin: 50px auto 0 auto;
  padding: 0 0 50px 0;
}

section.sub_wrap h1 {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 32px;
  font-size: 2.08rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: -1.2px;
}

section.sub_wrap > p {
  display: inline-block;
  width: 100%;
  margin: 0 0 50px 0;
  text-align: center;
}

/*_colors.scss*/
/*_buttons.scss*/
.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  -webkit-animation: ripple-animation 1s;
          animation: ripple-animation 1s;
}

@-webkit-keyframes ripple-animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}

@keyframes ripple-animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}

button, input {
  outline: 0;
}

/*_icons.scss*/
.ic_pop1, .ic_pop2 {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
}

.ic_pop_book {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #cccccc;
}

.ic_price {
  padding: 3px 10px 5px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #fff;
  font-weight: bold;
  background: #ffb400;
  background: #ff6a4c;
}

.ic_box {
  padding: 2px 10px 4px 10px;
  font-size: 10.5px;
  font-size: 0.6825rem;
  font-weight: bold;
  background: #fff;
}

/*_placeholders.scss*/
.border_srch {
  margin: 50px 0 0 0;
}

.border_srch h3 {
  margin: 0 0 15px 0;
}

.border_srch div.select_wrap {
  float: left;
  position: relative;
  padding: 0;
  margin: 0;
  width: 397px;
  height: 35px;
  overflow: hidden;
  margin: 0 9px 0 0 !important;
}

.border_srch div.select_wrap.select_wrap {
  border: 1px solid #e6e6e6;
  background: #fff url(/_Resources/img/ic_arrow_s.png) no-repeat top right;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-size: 0.78rem;
  color: #666666;
}

.border_srch div.select_wrap.select_wrap:hover {
  border: 1px solid #000;
}

.border_srch div.select_wrap label {
  position: absolute;
  top: 5px;
  left: 5px;
}

.border_srch div.select_wrap select {
  padding: 5px;
  width: 100%;
  height: 35px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.border_srch button.btn_search {
  width: 88px;
  height: 35px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  margin-left: 2px;
}

table.border_list {
  width: 100%;
  margin: 20px 0 0 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

table.border_list caption {
  display: none;
}

table.border_list tr:hover {
  cursor: pointer;
  background: #f7f7f7;
}

table.border_list tr th {
  padding: 13px;
  border-bottom: 1px solid #000;
}

table.border_list tr td {
  padding: 13px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

table.border_list tr td p.text {
  display: block;
  width: 370px;
  text-align: left;
  line-height: 22px;
  line-height: 1.5rem;
}

table.border_list tr td p.text span {
  margin-right: 3px;
}

table.border_list tr td.fixwidth {
  width: 100px;
  text-align: left;
}

table.border_list tr td div.icon {
  margin: 12px 0 0 0;
}

table.border_list tr td div.icon span {
  display: block;
  float: left;
  margin-right: 5px;
  padding: 0 10px 2px 10px;
  line-height: 19px;
  line-height: 1.125rem;
}

div.join_btns {
  margin: 70px 0 0 0;
  text-align: center;
}

div.join_btns button.left {
  margin: 0 10px 0 0;
}

div.join_btns button.btn_ok {
  width: 190px;
  height: 50px;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
}

div.join_btns button.btn_cancel {
  border: 1px solid #000;
  color: #000;
  width: 190px;
  height: 50px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: none;
}

div.join_btns button.btn_cancel:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.paging {
  margin-top: 50px;
  text-align: center;
}

.paging a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px 7px 10px;
  vertical-align: middle;
  color: #666666;
}

.paging a.on {
  font-weight: bold;
  border: 1px solid #c1c1c1;
  color: #000000;
}

.paging a:hover {
  text-decoration: underline;
}

.paging a.first {
  background: url(/_Resources/img/paging_first.png) center 0 no-repeat;
}

.paging a.last {
  background: url(/_Resources/img/paging_last.png) center 0 no-repeat;
}

.paging a.prev {
  background: url(/_Resources/img/paging_prev.png) center 0 no-repeat;
}

.paging a.next {
  background: url(/_Resources/img/paging_next.png) center 0 no-repeat;
}

@font-face {
  font-family: 'Pretendard';
  src: url("https://wdr.ubion.co.kr/common/fonts/Pretendard-1.3.3/woff2/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url("https://wdr.ubion.co.kr/common/fonts/Pretendard-1.3.3/woff2/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  src: url("https://wdr.ubion.co.kr/common/fonts/Pretendard-1.3.3/woff2/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: 'Pretendard', '맑은고딕', 'Malgun Gothic',  sans-serif, '돋음', 'dotum';
  font-weight: 500;
  font-size: 13px;
  color: #000;
  word-spacing: -0.1em;
  letter-spacing: -0.3px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, svg, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  color: #000;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  border: 0 none;
}

figure {
  margin: 1em 40px;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms */
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  background: none;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*공통*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* 민형 추가 */
em, address {
  font-style: normal;
}

p {
  margin: 0;
}

dl, ul, ol, menu, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

label {
  cursor: pointer;
}

.ir_pm {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

.mt0 {
  margin: 0 !important;
}

.mr30 {
  margin-right: 30px !important;
}

.cb {
  clear: both;
}

.border_wrap {
  position: relative;
}

.border_wrap h3 {
  font-size: 17px;
  font-size: 1.105rem;
  font-weight: normal;
}

.border_wrap .border_view {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.border_wrap .border_view h4 {
  padding: 20px;
  font-size: 17px;
  border-bottom: 1px solid #000000;
}

.border_wrap .border_view .info {
  position: relative;
  padding: 20px;
  background: #f7f7f7;
}

.border_wrap .border_view .info span {
  color: #999;
}

.border_wrap .border_view .info span.line {
  margin: 0 20px;
  font-size: 9px;
}

.border_wrap .border_view .info button {
  float: right;
  color: #999;
}

.border_wrap .border_view .info button em {
  color: #000000;
}

.border_wrap .border_view .info .file_list {
  top: 50px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
  display: none;
  width: 250px;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.border_wrap .border_view .info .file_list li {
  color: #666666;
  margin: 7px 0;
  padding-left: 15px;
  background: url(/_Resources/img/ic_file.png) 0 4px no-repeat;
}

.border_wrap .border_view .content {
  padding: 40px 20px;
  color: #666666;
}

.border_wrap .border_view .content img {
  margin: 30px 0;
}

.border_wrap .border_view .list_ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 30px;
  cursor: pointer;
  border-top: 1px solid #e6e6e6;
}

.border_wrap .border_view .list_ul li:hover {
  background: #f7f7f7;
}

.border_wrap .border_view .list_ul li span {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-right: 30px;
}

.border_wrap .border_view .list_ul li span.prev {
  background: url(/_Resources/img/ic_top.png) no-repeat;
}

.border_wrap .border_view .list_ul li span.next {
  background: url(/_Resources/img/ic_bottom.png) no-repeat;
}

.border_wrap .tit_input input {
  width: 100%;
  height: 55px;
  padding: 0 20px;
  font-size: 17px;
  border: 1px solid #e6e6e6;
}

.border_wrap .tit_input input:focus {
  border-color: #666666;
}

.border_wrap .editor {
  margin-top: 30px;
}

.border_wrap .file_upload {
  position: relative;
  margin-top: 30px;
}

.border_wrap .file_upload button.btn_ok {
  position: relative;
  width: 110px;
  height: 35px;
  color: #fff;
}

.border_wrap .file_upload .upload_info {
  top: 7px;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
}

.border_wrap .file_upload .upload_info dl {
  float: left;
}

.border_wrap .file_upload .upload_info dl dt {
  float: left;
  margin-left: 30px;
}

.border_wrap .file_upload .upload_info dl dd {
  float: left;
  margin-left: 10px;
  color: #999;
}

.border_wrap .file_upload .file_list {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
}

.border_wrap .file_upload .file_list li {
  position: relative;
  color: #666666;
  margin: 7px 0;
  padding-left: 15px;
  background: url(/_Resources/img/ic_file.png) 0 4px no-repeat;
}

.border_wrap .file_upload .file_list li button.del {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(/_Resources/img/ic_del2.png) no-repeat;
}

table.border_list td, table.border_list th {
  padding: 17px 13px !important;
}

table.border_list th {
  text-align: center;
}

table.border_list tr.none {
  cursor: default;
  background: none;
}

table.border_list tr.none td {
  color: #666666;
}

table.border_list tr.notice {
  background: #f8f8f8;
}

table.border_list td span.num {
  display: inline-block;
  padding: 3px 10px 5px 10px;
  border: 1px solid #e5e5e5;
  background: #fff;
}

table.border_list td.title {
  width: 600px;
  text-align: left;
}

table.border_list td.title span.file {
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(/_Resources/img/ic_file.png) no-repeat;
}

table.border_list td.title span.new {
  display: inline-block;
  width: 10px;
  height: 11px;
  margin-left: 5px;
  vertical-align: middle;
  background: url(/_Resources/img/ic_new.png) no-repeat;
}

.border_srch {
  margin-top: 40px;
  padding: 25px 0;
  background: #f7f7f7;
  text-align: center;
}

.border_srch label {
  margin-right: 30px;
}

.border_srch fieldset {
  display: inline-block;
  vertical-align: top;
}

.border_srch fieldset input.search_input {
  width: 400px;
  height: 35px;
  padding: 0 0 0 10px;
}

.btn_list {
  margin-top: 30px;
  overflow: hidden;
}

.btn_list button.top_back {
  float: right;
  border: 1px solid #666666;
  color: #666666;
  width: 115px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background: url(/_Resources/img/ic_arrow_left_b.png) no-repeat 15px 13px;
  text-align: left;
  padding: 0 0 3px 50px;
}

.btn_list button.top_back:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn_list .btn_modify,
.btn_list .btn_delete {
  border: 1px solid #666666;
  color: #666666;
  width: 115px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  filter: alpha(opacity=80);
  float: right;
  width: 75px;
  margin-left: 5px;
}

.btn_list .btn_modify:hover,
.btn_list .btn_delete:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.layer_pop {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.layer_pop#layer_login {
  background: none;
}

.layer_pop article.login_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 750px;
  height: 450px;
  margin: -225px 0 0 -375px;
  padding: 30px;
  background: #fff;
}

.layer_pop article.login_wrap h2 {
  padding-left: 45px;
  font-size: 30px;
  background: url("/_Resources/img/ic_login_tit.png") 0 6px no-repeat;
}

.layer_pop article.login_wrap .logo_box {
  height: 130px;
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}

.layer_pop article.login_wrap .logo_box img {
  display: inline-block;
  margin-right: 25px;
  padding: 20px 0;
  vertical-align: middle;
}

.layer_pop article.login_wrap .logo_box span {
  display: inline-block;
  text-align: left;
  color: #666666;
  line-height: 22px;
  vertical-align: middle;
}

.layer_pop article.login_wrap .logo_box span strong {
  font-size: 16px;
  color: #000000;
}

.layer_pop article.login_wrap .input_wrap {
  overflow: hidden;
}

.layer_pop article.login_wrap .input_wrap div.input {
  float: left;
  width: 510px;
}

.layer_pop article.login_wrap .input_wrap div.input input {
  width: 510px;
  height: 55px;
  width: 510px;
  height: 55px;
  margin-top: 15px;
  padding: 0 10px 0 70px;
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #999;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.layer_pop article.login_wrap .input_wrap div.input input.id {
  background: #fff url("/_Resources/img/ic_id.png") 20px center no-repeat;
}

.layer_pop article.login_wrap .input_wrap div.input input.id:focus, .layer_pop article.login_wrap .input_wrap div.input input.id:hover {
  background: #fff url("/_Resources/img/ic_id.png") 20px center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}

.layer_pop article.login_wrap .input_wrap div.input input.pw {
  background: #fff url("/_Resources/img/ic_pw.png") 20px center no-repeat;
}

.layer_pop article.login_wrap .input_wrap div.input input.pw:focus, .layer_pop article.login_wrap .input_wrap div.input input.pw:hover {
  background: #fff url("/_Resources/img/ic_pw.png") 20px center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}

.layer_pop article.login_wrap button.btn_login {
  top: 240px;
  right: 30px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 165px;
  height: 125px;
  padding-top: 46px;
  font-size: 18px;
  color: #fff;
}

.layer_pop article.login_wrap .info_box {
  margin-top: 20px;
  overflow: hidden;
}

.layer_pop article.login_wrap .info_box .check {
  float: left;
  padding-bottom: 5px;
}

.layer_pop article.login_wrap .info_box .check label {
  margin: 0 30px 0 3px;
  color: #666666;
}

.layer_pop article.login_wrap .info_box .check label:hover {
  color: #000000;
}

.layer_pop article.login_wrap .info_box .button {
  float: right;
}

.layer_pop article.login_wrap .info_box .button button {
  height: 26px;
  margin-left: 25px;
  padding: 0 0 4px 32px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.layer_pop article.login_wrap .info_box .button button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.layer_pop article.login_wrap .info_box .button .btn_join {
  background: url(/_Resources/img/ic_join.png) no-repeat;
}

.layer_pop article.login_wrap .info_box .button .btn_idpw {
  background: url(/_Resources/img/ic_idpw.png) no-repeat;
}

.layer_pop article.login_wrap .des_box {
  margin-top: 15px;
  padding-top: 15px;
  color: #666666;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.layer_pop article.login_wrap .layer_close {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 43px;
  height: 43px;
  background: url(/_Resources/img/ic_close.png) no-repeat;
}

.layer_pop article.login_wrap p.error {
  margin-top: 5px;
  font-size: 12px;
  color: #ff6a4c;
}

.privacy_wrap p.pri_box {
  padding: 20px 30px;
  color: #666666;
  line-height: 21px;
  background: #f7f7f7;
}

.privacy_wrap p.pri_box em {
  font-size: 16px;
  color: #000000;
}

.privacy_wrap .pri_article h4 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: normal;
}

.privacy_wrap .pri_article .pri_p1 {
  margin-top: 20px;
  color: #666666;
  line-height: 21px;
}

.privacy_wrap .pri_article .ol_depth1 > li {
  margin-top: 20px;
  color: #666666;
  line-height: 21px;
}

.privacy_wrap .pri_article h5 {
  margin-bottom: 7px;
  font-size: 14px;
  color: #000000;
}

.privacy_wrap .pri_article .bullet {
  padding-left: 20px;
}

.privacy_wrap .pri_article .bullet > li {
  color: #666666;
  margin-top: 7px;
  padding-left: 12px;
  background: url(/_Resources/img/bullet.png) 0 10px no-repeat;
}

.login_exception {
  overflow-y: auto;
  overflow-x: hidden;
}

.login_exception article.login_wrap {
  height: auto;
  margin: 0 0 0 -375px;
}

.login_exception article.login_wrap h2 {
  padding: 10px 0 0 0;
  margin-bottom: 40px;
  background: none;
}

.login_exception article.login_wrap div.input_box {
  position: relative;
}

.login_exception article.login_wrap button.btn_login {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 165px;
  height: 125px;
  padding-top: 46px;
  font-size: 18px;
  color: #fff;
}

.login_exception article.login_wrap .des_box {
  margin-top: 15px;
  padding-top: 15px;
  color: #666666;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

.sorry_wrap {
  height: 100%;
  text-align: center;
  background: #000000;
}

.sorry_wrap article {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  width: 500px;
  height: 260px;
  margin: -130px 0 0 -250px;
}

.sorry_wrap article h2 {
  padding-top: 55px;
  font-size: 30px;
  font-weight: normal;
  color: #e6e6e6;
  background: url(/_Resources/img/ic_sorry.png) center 0 no-repeat;
}

.sorry_wrap article p {
  margin: 20px auto 0 auto;
  padding: 25px 0;
  color: #c1c1c1;
  line-height: 22px;
  border-top: 1px solid #666666;
}

.sorry_wrap article .btn_prev {
  padding: 10px 35px 15px 35px;
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
}

.wrap_center {
  width: 930px;
  margin: 0 auto;
}

/*_mixins.scss*/
/* Responsive Breakpoints
   ========================================================================== */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.border_srch, table.border_list tr td div.icon, footer.tm3_footer {
  *zoom: 1;
}

.border_srch:before, table.border_list tr td div.icon:before, footer.tm3_footer:before, .border_srch:after, table.border_list tr td div.icon:after, footer.tm3_footer:after {
  content: "";
  display: table;
}

.border_srch:after, table.border_list tr td div.icon:after, footer.tm3_footer:after {
  clear: both;
}

/*_colors.scss*/
/*_buttons.scss*/
.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  -webkit-animation: ripple-animation 1s;
          animation: ripple-animation 1s;
}

@keyframes ripple-animation {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(100);
            transform: scale(100);
    opacity: 0;
  }
}

button, input {
  outline: 0;
}

/*_header.scss*/
header {
  position: relative;
  width: 100%;
  min-width: 960px;
  border-bottom: 1px solid #c1c1c1;
}

header h2 {
  font-size: 14px;
  font-size: 0.91rem;
}

header h2 a {
  display: inline-block;
}

header h2 a img {
  display: inline-block;
  padding: 20px;
  vertical-align: middle;
}

header h2 a span {
  display: inline-block;
  padding: 0 0 2px 15px;
  line-height: 25px;
  border-left: 1px solid #c1c1c1;
}

header div.header_right {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
  font-size: 12px;
  font-size: 0.78rem;
}

header div.header_right p {
  display: inline-block;
  margin-right: 15px;
}

header div.header_right button.btn_logout, header div.header_right button.btn_login, header div.header_right button.btn_join, header div.header_right button.btn_modify, header div.header_right button.btn_admin, header div.header_right button.btn_favorites {
  height: 26px;
  line-height: 10px;
  border: none;
  padding-left: 28px;
  padding-bottom: 3px;
  background: url(/_Resources/img/ic_logout.png) no-repeat 0 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

header div.header_right button.btn_logout:hover, header div.header_right button.btn_login:hover, header div.header_right button.btn_join:hover, header div.header_right button.btn_modify:hover, header div.header_right button.btn_admin:hover, header div.header_right button.btn_favorites:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

header div.header_right button.btn_login {
  background: url(/_Resources/img/ic_login.png) no-repeat 0 0;
}

header div.header_right button.btn_join {
  background: url(/_Resources/img/ic_join.png) no-repeat 0 0;
}

header div.header_right button.btn_modify {
  background: url(/_Resources/img/ic_modify.png) no-repeat 0 0;
}

header div.header_right button.btn_admin {
  background: url(/_Resources/img/ic_admin.png) no-repeat 0 0;
}

header div.header_right button.btn_favorites {
  background: url(/_Resources/img/ic_favorites.png) no-repeat 0 0;
}

/*_footer.scss*/
footer {
  margin: 70px 0 0 0;
  padding: 35px 0;
  width: 100%;
  min-width: 960px;
  height: 180px !important;
  background: #4d5259;
}

footer ul {
  text-align: center;
  margin: 0 0 20px 0;
}

footer ul li {
  display: inline-block;
}

footer ul li a {
  font-weight: bold;
  margin: 0 20px 0 0;
  color: #cfd3da;
}

footer ul li a:hover {
  color: #f7f7f7;
}

footer.sub {
  height: 180px;
}

footer p {
  text-align: center;
  color: #cfd3da;
  line-height: 21px;
  line-height: 1.375rem;
}

footer p em {
  display: block;
  color: #f7f7f7;
  font-weight: bold;
}

footer p span {
  margin: 0 10px 0 10px;
}

aside.footmark {
  display: block;
  width: 100%;
}

ul.certifi_ul {
  display: block;
  width: auto;
  max-width: 960px;
  margin: 20px auto 50px;
  text-align: center;
}

ul.certifi_ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 13.5%;
  height: 100px;
  vertical-align: top;
}

ul.certifi_ul li.certi_1 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_1.png") no-repeat top;
}

ul.certifi_ul li.certi_2 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_2.png") no-repeat top;
}

ul.certifi_ul li.certi_3 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_3.png") no-repeat top;
}

ul.certifi_ul li.certi_4 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_4.png") no-repeat top;
}

ul.certifi_ul li.certi_5 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_5.png") no-repeat top;
}

ul.certifi_ul li.certi_6 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_6.png") no-repeat top;
}

ul.certifi_ul li.certi_7 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_7.png") no-repeat top;
}

ul.certifi_ul li.certi_8 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_8.png") no-repeat top;
}

ul.certifi_ul li.certi_9 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_9.png") no-repeat top;
}

ul.certifi_ul li.certi_10 {
  background: url("/_Resources/img/naebaeca/main_2019/certi_10.png") no-repeat top;
}

ul.certifi_ul li span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  max-width: 120px;
  padding: 35px 0 0 0;
  font-size: 10.5px;
  font-size: 0.6825rem;
  color: #1b1b1b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

footer.tm3_footer {
  height: 220px !important;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #e3e7ee;
  border-top: 1px solid #e3e7ee;
}

footer.tm3_footer .wrap_960 {
  position: relative;
  width: 960px;
  margin: 0 auto;
}

footer.tm3_footer div.logo {
  position: absolute;
  top: 30px;
  left: 0px;
}

footer.tm3_footer div.logo h2 a {
  display: block;
  width: 119px;
  height: 33px;
  background: url("/_Resources/img/logo_ubion.png") no-repeat center;
}

footer.tm3_footer div.logo span {
  display: inline-block;
  padding: 10px 0 0 0;
  font-size: 10px;
  font-size: 0.65rem;
  color: #bbb;
}

footer.tm3_footer article.company_ar {
  margin-left: 300px;
}

footer.tm3_footer article.company_ar ul.company_ul {
  margin: 0;
  padding: 25px 0 15px;
  text-align: left;
}

footer.tm3_footer article.company_ar ul.company_ul li {
  display: inline-block;
}

footer.tm3_footer article.company_ar ul.company_ul li a {
  display: inline-block;
  margin: 0px;
  padding-right: 41px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-size: 14px;
  font-size: 0.91rem;
  color: #393939 !important;
  font-weight: normal;
}

footer.tm3_footer article.company_ar ul.company_ul li a:hover {
  color: #4c9ecd !important;
}

footer.tm3_footer article.company_ar ul.company_ul li a.privacy {
  font-weight: bold;
}

footer.tm3_footer article.company_ar address p {
  text-align: left !important;
  padding-bottom: 5px;
}

footer.tm3_footer article.company_ar address p span {
  margin: 0;
  padding: 0;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e3e7ee;
  color: #737373;
  font-size: 12px;
  font-size: 0.78rem;
}

footer.tm3_footer article.company_ar address p span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

footer.tm3_footer article.company_ar address p span a {
  color: #737373;
}

footer.tm3_footer article.company_ar p.copyright {
  padding: 20px 0 0 0;
  text-align: left !important;
  font-weight: bold;
  color: #bbb;
}

/*_nav.scss*/
nav.main_nav, nav.sub_nav {
  position: relative;
  width: 100%;
  min-width: 960px;
  border-bottom: 1px solid #c1c1c1;
}

nav.main_nav ul.nav_1depth, nav.sub_nav ul.nav_1depth {
  text-align: center;
}

nav.main_nav ul.nav_1depth > li, nav.sub_nav ul.nav_1depth > li {
  position: relative;
  display: inline-block;
  height: 55px;
  font-size: 17px;
  font-size: 1.105rem;
  padding: 15px 38px 0 38px;
  cursor: pointer;
}

body.tm2 nav.main_nav ul.nav_1depth > li, body.tm2 nav.sub_nav ul.nav_1depth > li {
  color: #fff;
}

nav.main_nav ul.nav_1depth > li ul.nav_2depth, nav.sub_nav ul.nav_1depth > li ul.nav_2depth {
  z-index: 200;
  display: none;
  position: absolute;
  width: 100%;
  top: 56px;
  left: 0;
  border-left: 1px solid #616770;
}

nav.main_nav ul.nav_1depth > li ul.nav_2depth > li, nav.sub_nav ul.nav_1depth > li ul.nav_2depth > li {
  display: block;
  font-size: 13px;
  font-size: 0.845rem;
}

nav.main_nav ul.nav_1depth > li ul.nav_2depth > li > a, nav.sub_nav ul.nav_1depth > li ul.nav_2depth > li > a {
  display: block;
  height: 30px;
  padding: 10px 0;
  color: #cfd3da;
  text-align: center;
}

nav.main_nav ul.nav_1depth > li ul.nav_2depth > li > a:hover, nav.sub_nav ul.nav_1depth > li ul.nav_2depth > li > a:hover {
  font-weight: bold;
  color: #fff;
}

nav.main_nav ul.nav_1depth > li ul.nav_2depth > li:first-child, nav.sub_nav ul.nav_1depth > li ul.nav_2depth > li:first-child {
  margin-top: 10px;
}

nav.main_nav ul.nav_1depth > li ul.nav_2depth.first, nav.sub_nav ul.nav_1depth > li ul.nav_2depth.first {
  border: none;
}

nav.main_nav .nav_2depth_bg, nav.sub_nav .nav_2depth_bg {
  z-index: 101;
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  min-width: 960px;
  height: auto;
  background: #4d5259;
}

.global_humans nav.main_nav ul.nav_1depth, .global_humans nav.sub_nav ul.nav_1depth {
  padding-left: 200px;
}

nav.sub_nav ul.nav_1depth > li {
  color: #fff;
}

nav.main_middle_quick {
  width: 960px;
  margin: 40px auto 0 auto;
  text-align: center;
}

nav.main_middle_quick h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.975rem;
  margin-right: 10px;
}

nav.main_middle_quick ul {
  display: inline-block;
  vertical-align: middle;
}

nav.main_middle_quick ul li {
  display: inline-block;
  padding: 0 3px;
}

nav.main_middle_quick ul li a {
  display: block;
  padding: 15px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

nav.main_middle_quick ul li a:hover {
  background: #4c9ecd;
  border-color: #4c9ecd;
  color: #fff;
  font-weight: bold;
}

nav.main_middle_quick ul li a.on {
  background: #4c9ecd;
  border-color: #4c9ecd;
  color: #fff;
  font-weight: bold;
}

nav.main_middle_quick ul li:last-child a {
  border-color: #7fb8dd;
  background: #d0f1ff;
}

nav.main_middle_quick ul li:last-child a:hover {
  border-color: #2985bf;
  background: #2985bf;
}

/*_notice.scss*/
section.notice_ban {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 960px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-align: center;
}

section.notice_ban div.layer_pop {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: url(/_Resources/img/all_bg.png) repeat;
}

section.notice_ban div.layer_pop article.notice_ban_wrap {
  width: 960px;
  height: 450px;
  margin: 0 auto;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
}

section.notice_ban div.layer_pop button.btn_evn_close {
  width: 300px;
  display: inline-block;
  border: none;
  color: #fff;
  padding: 8px 20px 10px 40px;
  text-align: left;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
  background: #4d5259 url(/_Resources/img/ic_arrow_up.png) no-repeat 13px 9px !important;
}

section.notice_ban button.btn_evn_open {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -150px;
  border: none;
  color: #fff;
  background: #4d5259 url(/_Resources/img/ic_arrow_down.png) no-repeat 13px 9px;
  padding: 8px 20px 10px 40px;
  text-align: left;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
}
