@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");

* {
  /* -webkit-box-sizing: border-box; */
  box-sizing: border-box;
}


input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  width: 100%;
  height: 40px;
  color: #666666;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #cddff5;
  border-radius: 50px;
}

.mt-40{
	margin-top: 40px;
}

.size-30{
	font-size: 2.5rem;
}

/* [Modify] 2022-12-14 /  스크롤 압박으로 인한 CSS 추가  Start =====================================*/
.fix_height{
	height: 400px;
}
/* [Modify] 2022-12-14 /  스크롤 압박으로 인한 CSS 추가  Start =====================================*/

/* [Modify] 2022-12-14 /  ToolTip CSS 추가  Start =====================================*/
.blue_color{
	color: blue;
}

/* [Modify] bbs. 2022-12-15 /  padding 추가 =====================================*/
.tooltiptextInfoDiv{
	background-color : "#d1e2f5";
	border-radius : 20px;
	padding: 5px;
}

.tooltiptextInfoleft{
	text-align : left;
}

.tooltip {
  position: relative;
  display: inline-block;
}

/* [Modify] bbs. 2022-12-15 /  border-radius 수정(5=>20) =====================================*/
.tooltip .tooltiptext {
  visibility: hidden;
  display: none;
  width: 300px;
  background-color: #e4f7ff;
  color: black;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  z-index: 30;
}

/* [Modify] bbs. 2022-12-15 /  border-radius 수정(5=>20) =====================================*/
/* [Modify] bbs. 2022-12-15 /  위치 추가 top, right =====================================*/
.tooltip .tooltiptextDID {
  visibility: hidden;
  width: 500px;
  background-color: #e4f7ff;
  color: black;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  z-index: 30;
  top: -315px;
  right: 17px;
}

.tooltip .tooltiptextInfo {
  visibility: hidden;
  color: black;
  text-align: center;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  display: block;
}
.tooltip:hover .tooltiptextDID {
  visibility: visible;
}
.tooltip:hover .tooltiptextInfo {
  visibility: visible;
}
/* [Modify] 2022-12-14 /  ToolTip CSS 추가  End ========================================*/

/* [Modify] 2022-12-14 / 메뉴 Disalbed 처리 추가로 인한 수정  Start ============================*/






address,caption,code,em,var {
  font-style: normal;
}

img,fieldset,iframe {
  border: 0 none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

audio,canvas,iframe,img,svg,video {
  vertical-align: middle;
}

input,select,textarea,button {
  vertical-align: middle;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

button,input[type=button],input[type=submit],input[type=reset],input[type=file] {
  border-radius: 0;
  -webkit-appearance: button;
}



input:checked[type=checkbox] {
  -webkit-appearance: checkbox;
  background-color: transparent;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

caption,legend {
/*   visibility: hidden; */
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
/*  select-dummy: expression(this.hideFocus=true);*/
}

body,h1,h2,h3,h4,h5,h6,th,td,input,select,textarea,button {
  /* font family, letter-spacing etc...*/
}

hr {
  display: none;
}

textarea,input {
  -webkit-apperence: none;
}

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

q {
  quotes: none;
}

q:before,q:after {
  content: "";
  content: none;
}

sub {
  line-height: 0;
}

html,body {
  width: 100%;
}

ul:after,ol:after {
  content: "";
  clear: both;
  display: block;
}

/*
    Font Import
*/

/* design font */

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSans";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

/* main font */

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format("woff2"), url(../fonts/NotoSansKR-Light.woff) format("woff"), url(../fonts/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansKR-Regular.woff2) format("woff2"), url(../fonts/NotoSansKR-Regular.woff) format("woff"), url(../fonts/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NotoSansKR-Medium.woff2) format("woff2"), url(../fonts/NotoSansKR-Medium.woff) format("woff"), url(../fonts/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NotoSansKR-Bold.woff2) format("woff2"), url(../fonts/NotoSansKR-Bold.woff) format("woff"), url(../fonts/NotoSansKR-Bold.otf) format("opentype");
}

* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
}

*::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

*:-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}

*::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}

*:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

::-moz-selection {
  color: #fff;
  background-color: #212121;
}

::selection {
  color: #fff;
  background-color: #212121;
}



::-moz-selection {
  color: #fff;
  background-color: #212121;
}


em.red {
  color: #de5d5d;
}

em.green {
  color: #4ab296;
}

em.blue {
  color: #478edf;
}

em.orange {
  color: #ff6f01;
}

:focus:not(:focus-visible) {
  outline: 0;
}

.skip-navigation a {
  position: absolute;
  left: -99999%;
  text-decoration: none;
}

.skip-navigation a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #000;
  color: #ffffff;
  outline: 5px solid #164194;
  text-align: center;
  font-weight: bold;
  outline-style: dotted;
  margin-top: 5px;
}

/*
    INPUT
*/

*::-webkit-input-placeholder {
  color: #757575;
  font-weight: normal;
}

*::-moz-placeholder {
  color: #757575;
  font-weight: normal;
}

*:-ms-input-placeholder {
  color: #757575;
  font-weight: normal;
}

*::-ms-input-placeholder {
  color: #757575;
  font-weight: normal;
}

*::placeholder {
  color: #757575;
  font-weight: normal;
}

*::-webkit-input-placeholder {
  color: #757575;
  font-weight: normal;
}

*::-moz-placeholder {
  color: #757575;
  font-weight: normal;
}

*:-ms-input-placeholder {
  color: #757575;
  font-weight: normal;
}

*:-moz-placeholder {
  color: #757575;
  font-weight: normal;
}



textarea {
  color: #888888;
  width: 100%;
  height: 100px;
  font-size: 1.6rem;
  background: #fff;
  padding: 20px;
  line-height: 1.5;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  border-radius: 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  resize: none;
}

textarea:invalid,textarea.invalid {
  border-color: #ff3156;
  color: #ff3156;
}

select::-ms-expand {
  display: none;
}

select {
  color: #2e2e2e;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f5f5f5 url("../images/ico-slt-arrow.png") no-repeat right center;
  background-size: 17px 6px;
  line-height: 50px;
  padding-right: 40px;
}

select.active {
  color: #2e2e2e;
}

input[type=password] {
  font-family: initial;
}

input[type=date] {
  color: #2e2e2e;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type=date]:before {
  content: "";
  color: transparent;
  background: none;
  display: block;
  background: url("../images/ico-date.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  color: #999;
}

.checkbox,.radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.checkbox.single,.radio.single {
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  z-index: 2;
}

.checkbox.single span,.radio.single span {
  width: 100%;
  height: 100%;
  line-height: inherit;
  padding: 0;
}

.checkbox.single span:before,.radio.single span:before {
  top: 0;
}

.checkbox input,.radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkbox span,.radio span {
  display: block;
  color: #666;
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 30px;
  line-height: 24px;
}

.checkbox span b,.radio span b {
  color: #2e2e2e;
}

.checkbox span:before,.radio span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}



.checkbox input:focus + span:before {
  border: 5px solid #164194;
}

.checkbox input:checked + span {
  color: #2e2e2e;
  font-weight: 900;
}

.checkbox input:checked + span:before {
  background: url("../images/crud-check-on.png") no-repeat center;
  background-size: contain;
}

.checkbox input:disabled + span:before {
  background: url("../images/crud-check-dis.png") no-repeat center;
  background-size: contain;
}

.checkbox span:before {
  width: 20px;
  height: 20px;
  background: url("../images/crud-check-off.png") no-repeat center;
  background-size: contain;
}

.radio input:checked + span {
  color: #2e2e2e;
  font-weight: bold;
}

.radio input:checked + span:before {
  background: url("../images/crud-radio-on.png") no-repeat center;
  background-size: contain;
}

.radio input:disabled + span:before {
  background: url("../images/crud-radio-on.png") no-repeat center;
  background-size: contain;
}

.radio span:before {
  width: 24px;
  height: 24px;
  background: url("../images/crud-radio-off.png") no-repeat center;
  background-size: contain;
}

.file {
  display: block;
  width: 100%;
  height: 103px;
  cursor: pointer;
  position: relative;
  border: 1px dashed #888;
  border-radius: 4px;
  overflow: hidden;
}

.file .file-remove {
  position: absolute;
  top: 0;
  right: 0;
  background: #000 url("../images/ico-close.png") no-repeat center;
  background-size: 50%;
  width: 20px;
  height: 20px;
  z-index: 3;
  border-radius: 0 0 0 3px;
  text-indent: -999rem;
}

.file.type-btn {
  border: none;
  height: auto;
}

.file.type-btn:after,.file.type-btn:before {
  content: none;
}

.file img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
}

.file:after,.file:before {
  content: "";
  display: block;
  background: #bbb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.file:after {
  width: 20px;
  height: 2px;
}

.file:before {
  height: 20px;
  width: 2px;
}

.file input {
  display: none;
}

input[disabled],select[disabled],option[disabled],textarea[disabled],button[disabled],a.disabled,input[readonly],select[readonly],option[readonly],textarea[readonly] {
  border-color: #d9d9d9;
  color: #8a92a5;
  cursor: none;
}

.txt-guide {
  font-size: 1.5rem;
  line-height: 22px;
  color: #888;
  text-align: left;
  margin-top: 10px;
}

.input-item.type-form {
  max-width: 600px;
  text-align: left;
}
.input-item.type-form p {
  padding-bottom:10px;
}

.input-item.type-form .btn.mid {
  font-size: 1.0rem;
}

.input-item.type-form.vt-center {
  position: relative;
  top: 3px;
}

.input-item.type-form.min {
  max-width: 500px;
}

.input-item.type-form.max {
  max-width: 100%;
}

.input-item.type-form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.input-item.type-form .row.col-2.coltype2 .column {
  width: calc(100% - 127px);
}

.input-item.type-form .row.col-2.coltype2 .column + .column {
  width: 127px;
}

.input-item.type-form .row .column {
  padding: 0 5px;
}

.input-item.type-form .row .column .btn {
  display: block;
  min-width: inherit;
}

.input-item.type-form .radio + .radio,.input-item.type-form .radio + .checkbox,.input-item.type-form .checkbox + .radio,.input-item.type-form .checkbox + .checkbox {
  margin-left: 36px;
}

.input-item.type-form input,.input-item.type-form select, .input-item.type-form span.form-input  {
  background-color: #eff2f7;
  color: #222;
  border-color: #000000;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
}

.input-item.type-form textarea  {
  background-color: #eff2f7;
  color: #222;
  border-color: #eff2f7;
  border-radius: 5px;
}


.input-item-inner {
  position: relative;
}

.input-item-inner .radio + .radio {
  margin-left: 8px;
}

.input-item-inner-txt {
  font-size: 1.2rem;
  padding-left: 80px;
  margin-top: 4px;
}

.input-item-inner.type-btn {
  *zoom: 1;
  display: block;
}

.input-item-inner.type-btn:after {
  content: "";
  display: block;
  clear: both;
}

.input-item-inner.type-btn input, .input-item-inner.type-btn span.form-input {
  width: calc(100% - 130px);
  float: left;
}

.input-item-inner.type-btn .btn {
  float: right;
}

.input-item-inner.type-ico {
  position: relative;
}

.input-item-inner.type-ico .ico {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.input-item-inner.type-ico input {
  padding: 0 34px 0 58px;
  height: 60px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 100px;
}

.input-item-inner + .input-item-inner {
  margin-top: 15px;
}

.input-item-inner.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.input-item-inner.toggle .radio,.input-item-inner.toggle .checkbox {
  width: 100%;
  overflow: inherit;
}

.input-item-inner.toggle .radio:hover span,.input-item-inner.toggle .checkbox:hover span {
  background: #f5f8fc;
}

.input-item-inner.toggle .radio input:checked + span,.input-item-inner.toggle .checkbox input:checked + span {
  background: #003878;
  color: #fff;
  border: 1px solid #003878;
}

.input-item-inner.toggle .radio input:disabled + span,.input-item-inner.toggle .checkbox input:disabled + span {
  background-color: #f1f2f4;
  border-color: #dfe1e5;
  cursor: none;
}

.input-item-inner.toggle .radio span,.input-item-inner.toggle .checkbox span {
  padding: 0;
  border: 1px solid #cddff5;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #666666;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
}

.input-item-inner.toggle .radio span:before,.input-item-inner.toggle .checkbox span:before {
  content: none;
}

.input-item-inner.text .radio,.input-item-inner.text .checkbox {
  display: inline-block;
}

.input-item-inner.text .radio + .radio,.input-item-inner.text .radio + .checkbox,.input-item-inner.text .checkbox + .radio,.input-item-inner.text .checkbox + .checkbox {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.input-item-inner.text .radio + .radio:before,.input-item-inner.text .radio + .checkbox:before,.input-item-inner.text .checkbox + .radio:before,.input-item-inner.text .checkbox + .checkbox:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #ccc;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.input-item-inner.text .radio:hover span,.input-item-inner.text .checkbox:hover span {
  color: #222;
}

.input-item-inner.text .radio input:checked + span,.input-item-inner.text .checkbox input:checked + span {
  color: #2f69ce;
  font-weight: 600;
}

.input-item-inner.text .radio input:disabled + span,.input-item-inner.text .checkbox input:disabled + span {
  color: #999;
}

.input-item-inner.text .radio span,.input-item-inner.text .checkbox span {
  padding: 0;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #444;
  line-height: 36px;
}

.input-item-inner.text .radio span:before,.input-item-inner.text .checkbox span:before {
  content: none;
}

.input-item .like-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #444;
  text-align: left;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.input-item .like-label.status:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
  width: 20px;
  height: 20px;
  background: url("../images/check-off.png") no-repeat;
  background-size: contain;
}

.input-item .like-label.status.on:before {
  background: url("../images/check-status-on.png") no-repeat;
  background-size: contain;
}

.input-item + .input-item {
  margin-top: 20px;
}

.input-item .input-date {
  *zoom: 1;
  display: block;
}

.input-item .input-date:after {
  content: "";
  display: block;
  clear: both;
}

.input-item .input-date span {
  float: left;
  width: 32px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #222;
}

.input-item .input-date .datepicker-item {
  width: calc(50% - 16px);
  position: relative;
  float: left;
}

.input-item .input-date .datepicker-item input {
  text-align: center;
}

.input-item .input-date .datepicker-item .ui-datepicker-trigger {
  width: 17px;
  height: 14px;
  background: url("../images/ico-calendar.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}

.input-item .input-date .datepicker-item.full {
  width: 100%;
}

.input-item .input-date .datepicker-item label {
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.input-item .input-date .datepicker-item label img {
  position: absolute;
  right: 0;
}

.input-comment {
  background: #f9f9f9;
  padding: 30px;
  position: relative;
  *zoom: 1;
  display: block;
}

.input-comment:after {
  content: "";
  display: block;
  clear: both;
}

.input-comment textarea {
  width: calc(100% - 130px);
  float: left;
  font-size: 1rem;
  line-height: 26px;
}

.input-comment .btn-submit {
  float: right;
  width: 120px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  background: #003878;
  border-radius: 5px;
}

.input-comment .btn-submit:hover {
  opacity: 0.9;
}

/*
    Layout System
*/

em.negative {
  color: #e93317;
}

.viewMobile {
  display: none;
}

.viewMobile .global-rank {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  padding: 0 20px;
  margin-left: 0;
  *zoom: 1;
  display: block;
}

.viewMobile .global-rank:after {
  content: "";
  display: block;
  clear: both;
}

.viewMobile .global-rank .mark {
  display: inline-block;
  width: 60px;
  line-height: 28px;
  text-align: center;
  font-weight: 1.4rem;
  color: #fff;
  background: #2393f3;
  border-radius: 50px;
  margin-right: 5px;
}

.viewMobile .global-rank .num {
  font-size: 1.4rem;
  line-height: 28px;
}

.viewMobile .global-rank .keyword {
  padding-left: 86px;
  font-size: 1.4rem;
  line-height: 28px;
  text-align: left;
}

.viewMobile .global-rank .keyword span {
  position: absolute;
  float: right;
  right: 20px;
 }


.viewMobile .global-rank .rank-item {
  width: 100%;
}

.viewMobile .global-rank .rank-item .rank-list-open:after {
  right: 20px;
  width: 13px;
  height: 6px;
}

.viewMobile .global-rank .rank-list {
  width: 100%;
  text-align: left;
  margin-top: 0;
}

.viewMobile .global-rank .rank-list-tit {
  font-size: 1.5rem;
}

.viewMobile .global-rank .rank-list-tit span {
  font-size: 1.3rem;
}

.viewMobile .global-rank .rank-list ul li + li {
  margin-top: 8px;
}

.viewMobile .global-rank .rank-list .num {
  font-size: 1.4rem;
}

.viewMobile .global-rank .rank-list .keyword {
  font-size: 1.4rem;
}

.viewport {
  min-width: 1280px;
  overflow: hidden;
  padding-top: 180px;
  -webkit-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s;
}

.viewport .app-inner {
  padding: 0 20px;
  width: 1280px;
  min-width: 1280px;
  margin: auto;
}

.loacation {
  *zoom: 1;
  display: block;
}

.loacation:after {
  content: "";
  display: block;
  clear: both;
}

.loacation li {
  float: left;
}

.loacation li a {
  display: block;
  color: #888;
  font-size: 1.4rem;
  line-height: 3.5;
  font-weight: 400;
}

.loacation li + li {
  margin-left: 12px;
}

.loacation li + li a:before {
  content: "";
  display: inline-block;
  background: url("../images/ico-next-gray.png") no-repeat;
  width: 5px;
  height: 10px;
  background-size: contain;
  position: relative;
  top: 1px;
  margin-right: 12px;

}

.loacation li.on a {
  color: #222;
}

.loacation li.home a {
  text-indent: -999rem;
  position: relative;
  height: 35px;
  width: 17px;
}

.loacation li.home a:before {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  background: url("../images/ico-home.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

article {
  margin-top: 40px;
}

.guideline {
  background: #f9f9f9;
  padding: 20px;
}

.guideline ul li {
  text-align: left;
  color: #666666;
  font-size: 1.8rem;
  line-height: 26px;
  position: relative;
  padding-left: 10px;
}

.guideline ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #7a7a7a;
  position: absolute;
  left: 0;
  top: 10px;
}

.guideline ul li + li {
  margin-top: 10px;
}

.app-title.center {
  text-align: center;
}

.app-title.left {
  text-align: left;
}

.app-title.right {
  text-align: right;
}


.app-title.lv1 {
  margin-top: 40px;
  margin-bottom: 20px;
}


.app-title.lv2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
}

.app-title.lv2.no-line {
  border-bottom: 0;
  margin-bottom:20px;
}
.app-title.lv2.no-line span {
  font-weight: 300;
}

.app-title.lv2 .tit {
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
}

.app-title.lv2 .tit .icon {
  height: 21px;
  position: relative;
  bottom: 3px;
  margin-right: 8px;
}

.app-title.noline {
  border: none;
}

.app-title .tit {
  font-family: "GmarketSans", sans-serif;
  font-size: 3rem;

}
.app-title .tit2 {
  font-family: "GmarketSans", sans-serif;
  font-size: 2.4rem;
}

.app-title .tit .dot {
  font-size: 4rem;
}

.app-title .tit + p {
  margin-top: 8px;
}

.app-title .marker {
  padding: 9px 10px 6px 11px;
  border: 1px solid #8b95a1;
  border-radius: 100px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
}

.app-title .marker + .tit {
  margin-top: 20px;
}

.app-title p {
  font-size: 2rem;
  color: #454545;
  font-weight: normal;
  line-height: 1.5;
}

.app-title p.tit-guide {
  font-size: 1.4rem;
  color: #666;
  position: relative;
  top: 13px;
}

.el-table {
  display: table;
  width: 100%;
  height: 100%;
}

.el-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.row {
  *zoom: 1;
  display: block;
}

.row:after {
  content: "";
  display: block;
  clear: both;
}

.row .column-r {
  float: right;
}

.row .column-l {
  float: left;
}

.row.center {
  text-align: center;
}

.row.center .column {
  display: inline-block;
  float: none;
}

.row.right {
  text-align: right;
}

.row.right .column {
  display: inline-block;
  float: none;
}

.row > .column {
  float: left;
  word-break: break-all;
}

.row > .column.relative {
  position: relative;
}

.row > .column.center {
  text-align: center;
}

.row.col-1 > .column {
  width: 100%;
}

.row.col-2 > .column {
  width: 50%;
}

.row.col-3 > .column {
  width: 33.33%;
}

.row.col-4 > .column {
  width: 25%;
}

.row.col-5 > .column {
  width: 20%;
}

.row.col-6 > .column {
  width: 16.6667%;
}

.row.col-3div1 > .column {
  width: 66.66%;
}

.row.col-3div1 > .column + .column {
  width: 33.33%;
  padding-left: 10px;
}

.row.col-3div1 > .column + .column .btn {
  display: block;
}

.row.col-1div3 > .column {
  width: 33.33%;
}

.row.col-1div3 > .column + .column {
  width: 66.66%;
}

.header-scroll .viewport {
  padding-top: 70px;
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 9;
}

.header .app-inner {
  *zoom: 1;
  display: block;
}

.header .app-inner:after {
  content: "";
  display: block;
  clear: both;
}

.header-top {
  height: 110px;
}

.header-top .app-inner {
  height: 100%;
}

.header-top + .header-btm {
  border-top: 1px solid #eeeeee;
}

.header-top-item {
  display: table;
  float: left;
  height: 100%;
}

.header-top-item:last-child {
  float: right;
}

.header-top-item .cell {
  display: table-cell;
  vertical-align: middle;
}

.header-btm {
  height: 70px;
  overflow: hidden;
}

.header .gnb {
  float: left;
  *zoom: 1;
  display: block;
}

.header .gnb .gnb-tit {
  font-size: 14px;
  font-weight: 900;
  display: block;
  width: 100%;
  line-height: 1;
}

.header .gnb:after {
  content: "";
  display: block;
  clear: both;
}

.header .gnb ul {
  *zoom: 1;
  display: block;
  float: left;
}

.header .gnb ul:after {
  content: "";
  display: block;
  clear: both;
}

.header .gnb ul > li.active .gnb-sub {
  display: block;
}

.header .gnb ul > li.new > a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e93317;
  position: absolute;
  top: 23px;
  right: -8px;
}

.header .gnb ul > li.line {
  margin-left: 25px;
  padding-left: 25px;
  position: relative;
}

.header .gnb ul > li.line:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 16px;
  background: #ccc;
}

.header .gnb ul li {
  float: left;
}

.header .gnb ul li + li {
  margin-left: 30px;
}

.header .gnb ul li > a {
  line-height: 70px;
  display: block;
  color: #2e2e2e;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}

.header .gnb ul li > a.active:before {
  content: "";
  display: block;
  height: 4px;
  background: #003878;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header .gnb-sub {
  display: none;
  position: fixed;
  -webkit-box-shadow: inset 0px 12px 13px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 12px 13px -10px rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 100%;
  left: 0;
  margin-top: -1px;
  padding: 30px 0;
}

.header .gnb-sub ul {
  width: 100%;
  margin-left: -10px;
}

.header .gnb-sub ul li {
  margin: 10px;
}

.header .gnb-sub ul li + li {
  margin-left: 10px;
}

.header .gnb-sub ul li a {
  display: block;
  font-size: 1.6rem;
  color: #444;
  line-height: 1;
  border: 1px solid #c4cce4;
  border-radius: 50px;
  padding: 12px 20px 14px;
}

.header .gnb-sub ul li a:hover {
  border-color: #003878;
  background: #eef1fc;
  color: #003878;
}

.header .gnb-sub ul + ul {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
}

.global-search {
  margin-left: 74px;
  width: 530px;
  border: 3px solid #003878;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.global-search input {
  display: block;
  background: none;
  color: #888;
  font-size: 1.6rem;
  line-height: 50px;
  height: 100%;
  padding-right: 60px;
}

.global-search .ico {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 50px;
  height: 50px;
  background: #003878;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 56, 120, 0.2);
  box-shadow: 5px 5px 10px 0 rgba(0, 56, 120, 0.2);
}

.global-rank {
  margin-left: 70px;
}

.global-rank .num {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #2393f3;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
}

.global-rank .keyword {
  font-size: 1.8rem;
  color: #222;
  font-weight: bold;
  line-height: 1;
  padding-left: 26px;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width:90%;
}

.global-rank .keyword span {
 position: absolute;
 float: right;
 right: 20px;
}

.global-rank .rank-rolling {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.global-rank .rank-rolling .rank-rolling-ul {
  position: relative;
  width: 100%;
  height: auto;
}

.global-rank .rank-rolling .rank-rolling-ul li {
  width: 100%;
  height: 50px;
}

.global-rank .rank-rolling .rank-rolling-ul li a .num,.global-rank .rank-rolling .rank-rolling-ul li a .keyword {
  line-height: 50px;
}

.global-rank .rank-item {
  width: 204px;
  position: relative;
}

.global-rank .rank-item .rank-item-link {
  display: block;
  position: relative;
}

.global-rank .rank-item .rank-list-open {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -999rem;
}

.global-rank .rank-item .rank-list-open:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url("../images/ico-arrow-b.png");
  background-size: contain;
  width: 13px;
  height: 6px;
}

.global-rank .rank-item .rank-list-open.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.global-rank .rank-list {
  display: none;
  width: 290px;
  background: #fff;
  border: 1px solid #eee;
  padding: 16px 14px 22px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 16px;
  z-index: 3;
}

.global-rank .rank-list-tit {
  font-size: 1.8rem;
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
}

.global-rank .rank-list-tit span {
  font-size: 1.4rem;
  color: #888;
  line-height: 2.14;
  font-weight: 400;
  margin-left: 14px;
}

.global-rank .rank-list ul li a {
  display: block;
}

.global-rank .rank-list ul li + li {
  margin-top: 12px;
}

.global-rank .rank-list .num {
  font-size: 1.6rem;
  text-align: center;
  width: 18px;
  left: 20px;
}

.global-rank .rank-list .keyword {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 0;
}

.global-rank .rank-list .ico {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.global-rank .rank-list .ico:hover {
  opacity: 0.7;
}

.global-menu {
  width: 60px;
  height: 60px;
  background: #eff2f7;
  border-radius: 50%;
}

.global-menu .ico {
  width: 100%;
  height: 100%;
  display: block;
}

.snb,.sitemap-mobile-snb {
  float: right;
  margin-top: 2px;
}

.snb > ul,.sitemap-mobile-snb > ul {
  *zoom: 1;
  display: block;
}

.snb ul:after,.sitemap-mobile-snb ul:after {
  content: "";
  display: block;
  clear: both;
}

.snb > ul > li,.sitemap-mobile-snb ul li {
  float: left;
  line-height: 70px;
}

.snb > ul > li + li,.sitemap-mobile-snb ul li + li {
  margin-left: 38px;
}

.snb ul li a,.sitemap-mobile-snb ul li a {
  color: #222;
  font-weight: 500;
}

.snb ul li a b,.sitemap-mobile-snb ul li a b {
  display: inline-block;
  margin-left: 10px;
}

.snb ul li a:hover,.sitemap-mobile-snb ul li a:hover {
  opacity: 0.7;
}

.snb ul li a:before,.sitemap-mobile-snb ul li a:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
}



.snb ul li.register a:before,.sitemap-mobile-snb ul li.register a:before {
  width: 15px;
  height: 17px;
  background: url("../images/ico-join.png");
  background-size: contain;
}

.snb ul li.line,.sitemap-mobile-snb ul li.line {
  margin-left: 20px;
}

.snb ul li.line:before,.sitemap-mobile-snb ul li.line:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 16px;
  background: #ccc;
  margin-right: 20px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.snb ul li.type-ico,.sitemap-mobile-snb ul li.type-ico {
  margin-left: 20px;
}

.snb ul li.type-ico.new > a:after,.sitemap-mobile-snb ul li.type-ico.new > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e93317;
  position: absolute;
  top: 26px;
  right: 4px;
  border: 2px solid #fff;
}


.snb ul li.alarm > a,.sitemap-mobile-snb ul li.alarm > a {
  display: inline-block;
  text-indent: -999rem;
  position: relative;
  width: 23px;
  height: 100%;
}

.snb ul li.alarm > a:before,.sitemap-mobile-snb ul li.alarm > a:before {
  width: 23px;
  height: 23px;
  background: url("../images/ico-alarm.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.snb ul li.alarm > a > .num,.sitemap-mobile-snb ul li.alarm > a > .num {
  position: absolute;
  color: #fff;
  font-size: 1rem;
  top: 15px;
  right: 0;
  left: 10px;
  margin: auto;
  text-indent: 0;
  background: #e93317;
  border: 2px solid #fff;
  border-radius: 30px;
  text-align: center;
  min-width: 23px;
  height: 20px;
  line-height: 16px;
}

.snb ul li .alarm-list-detal {
  margin:10px;
  float: left;
  background: white;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  padding: 15px 0 20px 20px;
  display: none;
  border:1px solid #eee;
  box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
  margin-left:-200px;
}

.snb ul li .alarm-list-detal:after {
  bottom: 100%;
  left: 70%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: white;
  border-width: 8px;
  margin-left: -8px;
}


.snb ul li .alarm-list-btn {
  display: flex;
  height:30px;
}
.snb ul li .alarm-list-btn p {
  line-height: 20px;
  display: inline-block;
  color:#888;
}
.snb ul li .alarm-list-btn a.close {
  position: absolute;
  float:right;
  right:20px;
  top:-10px;
}
.snb ul li .alarm-list-btn a.close::after {
  content: "\00d7";
  font-size:20pt;
}


/*
  alarm dropdown
*/
.dropdown-content {
  max-height: 400px;
  overflow-y: auto;
}
.dropdown-content li {
  line-height: 150%;
  margin-left:0;
  margin-right:15px;
}
.dropdown-content > li {
  border-bottom:1px solid #eee;
}
.dropdown-content li a {
  display: block;
  padding-bottom:20px;
}
.dropdown-content span.date {
  display: block;
  text-align: center;
  padding:5px;
  background:#f5f8fc;
  border-radius: 5px;
  margin-bottom:10px;
  border:1px solid #cddff5;
  color:#444;
}
.dropdown-content .message dl {
  clear: both;
  display: flex;
  margin-bottom:10px;
}
.dropdown-content .message dl dt {
  width:80px;
  margin-right:20px;
}
.dropdown-content .message dl dt img {
  max-width: 50px;
}
.dropdown-content .message ul {
  clear: both;
  display: flex;
  width:100%;
}
.dropdown-content .message ul li {
  color:#888;
  width:50%;
}
.dropdown-content .message ul li:last-child {
  text-align: right;
  width:50%;
}

/*
  alarm modal
*/
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}

/**/


.snb ul li.point a,.sitemap-mobile-snb ul li.point a {
  display: inline-block;
  text-indent: -999rem;
  position: relative;
  width: 23px;
  height: 100%;
}

.snb ul li.point a:before,.sitemap-mobile-snb ul li.point a:before {
  width: 23px;
  height: 23px;
  background: url("../images/ico-point.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sitemap {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 56, 120, 0.95);
  z-index: 10;
}

.sitemap .header {
  background: none;
  position: static;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sitemap .logo {
  background: url("../images/logo-w.png") no-repeat;
  background-size: contain;
}

.sitemap-gnb {
  padding-top: 50px;
}

.sitemap-gnb > ul {
  *zoom: 1;
  display: block;
  padding: 0 20px;
  width: 1280px;
  min-width: 1280px;
  margin: auto;
}

.sitemap-gnb > ul:after {
  content: "";
  display: block;
  clear: both;
}

.sitemap-gnb > ul > li {
  width: 20%;
  float: left;
  margin-top: 40px;
}

.sitemap-gnb .gnb-link {
  display: block;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.sitemap-gnb .gnb-sub a {
  color: #9cc8f9;
  font-size: 1.8rem;
  line-height: 2.2;
}

.sitemap-gnb .gnb-sub a:hover {
  color: #fff;
}

.sitemap-gnb .app-inner {
  width: auto;
  padding: 0;
  min-width: inherit;
}

.sitemap-mobile {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 100;
}

.sitemap-mobile.active {
  display: block;
}

.sitemap-mobile-head {
  height: 60px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.sitemap-mobile-head .sitemap-mobile-snb {
  float: none;
}

.sitemap-mobile-head .sitemap-mobile-snb ul li {
  line-height: 60px;
}

.sitemap-mobile-head .sitemap-mobile-snb ul li a {
  font-size: 1.4rem;
}

.sitemap-mobile-head .ico.close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.sitemap-mobile-head .ico.close:before {
  width: 18px;
  height: 18px;
}

.sitemap-mobile .sitemap-mobile-gnb {
  height: calc(100vh - 60px);
  background: #f5f5f5;
}

.sitemap-mobile .sitemap-mobile-gnb > ul > li {
  padding-left: 20px;
}

.sitemap-mobile .sitemap-mobile-gnb > ul > li > a {
  color: #222;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.75;
}

.sitemap-mobile .sitemap-mobile-gnb > ul > li.on {
  background: #fff;
}

.sitemap-mobile .sitemap-mobile-gnb > ul > li.on .gnb-sub {
  display: block;
}

.sitemap-mobile .sitemap-mobile-gnb .gnb-sub {
  display: none;
  padding-top: 15px;
  position: absolute;
  right: 0;
  top: 60px;
  width: calc(100% - 120px);
  height: calc(100vh - 60px);
  background: #fff;
}

.sitemap-mobile .sitemap-mobile-gnb .gnb-sub .gnb-headline {
  font-size: 2rem;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #222;
}

.sitemap-mobile .sitemap-mobile-gnb .gnb-sub ul > li.on > a {
  color: #2393f3;
}

.sitemap-mobile .sitemap-mobile-gnb .gnb-sub ul > li > a {
  line-height: 2.67;
  font-size: 1.5rem;
  color: #666666;
}

.logo {
	text-indent: -999rem;
  display: block;
  background: url("/assets/user/images/logo2.png") no-repeat;
  background-size: contain;
  /* width: 161px;
  height: 63px; */
  width: 250px;
  height: 100px;
  /* text-indent: -999rem;
  display: block;
  background: url("../images/logo.png") no-repeat;
  background-size: contain;
  width: 161px;
  height: 63px; */
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: 130px;
}

.footer.min {
  margin-top: 0;
}

.footer-top {
  background: #2b3340;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-btm {
  padding-top: 30px;
  padding-bottom: 44px;
}

.footer .fnb {
  float: left;
}

.footer .fnb ul {
  *zoom: 1;
  display: block;
}

.footer .fnb ul:after {
  content: "";
  display: block;
  clear: both;
}

.footer .fnb ul li {
  float: left;
}

.footer .fnb ul li + li {
  margin-left: 14px;
}

.footer .fnb ul li + li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #6b727e;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 14px;
}

.footer .fnb ul li a {
  color: #8b929e;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 50px;
}

.footer .fnb ul li a:hover {
  color: #fff;
}

.footer .fnb ul li a:hover b {
  color: #fff;
}

.footer .fnb ul li a b {
  font-weight: 400;
  color: #b8bfc9;
}

.footer .like-select {
  float: right;
}

.footer .app-inner {
  *zoom: 1;
  display: block;
}

.footer .app-inner:after {
  content: "";
  display: block;
  clear: both;
}

.footer .logo {
  float: left;
}

.footer .info {
  float: left;
  margin-left: 150px;
}

.footer .info address,.footer .info small {
  color: #666666;
  font-size: 1.6rem;
  line-height: 30px;
}

.footer .partner {
  float: right;
}

.footer .partner ul {
  *zoom: 1;
  display: block;
}

.footer .partner ul:after {
  content: "";
  display: block;
  clear: both;
}

.footer .partner ul li {
  float: left;
}

.footer .partner ul li + li {
  margin-left: 24px;
}

.like-select {
  position: relative;
  width: 292px;
  height: 50px;
}

.like-select.default {
  min-width: 144px;
  width: auto;
  height: 45px;
}

.like-select.default .like-select-link {
  font-size: 1.6rem;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 40px;
  text-align: left;
  color: #666666;
  background: #f8f8f8;
}

.like-select.default .like-select-link:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url("../images/ico-next.png") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.like-select.default .like-select-link + ul {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  bottom: auto;
  top: 50px;
}

.like-select.default .like-select-link + ul.active {
  bottom: auto;
  top: 50px;
}

.like-select.default .like-select-link + ul > li > a {
  display: block;
  color: #444;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.2;
  height: auto;
  font-weight: normal;
  background: #fff;
  border-radius: none;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.like-select.default .like-select-link + ul > li > a:hover {
  background: #fafafa;
}

.like-select.default .like-select-link + ul > li + li {
  border: none;
}

.like-select-link {
  width: 100%;
  height: 100%;
  background: #465164;
  border-radius: 100px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
  padding-right: 60px;
}

.like-select-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url("../images/ico-prev-w.png") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.like-select-link + ul {
  position: absolute;
  bottom: 0px;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}

.like-select-link + ul.active {
  z-index: 1;
  bottom: 50px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.like-select-link + ul > li > a {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 40px;
  height: 40px;
  font-weight: normal;
  background: #465164;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.like-select-link + ul > li > a:hover {
  background: #2b3340;
}

.like-select-link + ul > li + li {
  border-top: 1px solid #6b727e;
}

.main-popup {
  max-width: 400px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.main-popup-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: -70px;
  z-index: 10;
}

.main-popup-area .app-inner {
  *zoom: 1;
  display: block;
}

.main-popup-area .app-inner:after {
  content: "";
  display: block;
  clear: both;
}

.main-popup + .main-popup {
  margin-left: 20px;
}

.main-popup-body {
  background: #fff;
}

.main-popup-foot {
  background: #fff;
}

.main-popup-foot .row .column + .column {
  border-left: 1px solid #eaeaeb;
}

.main-popup-foot .foot-btn {
  display: block;
  text-align: center;
  line-height: 60px;
  font-size: 1.6rem;
  color: #147dfe;
  font-weight: 500;
}

.main-popup-foot .foot-btn:hover {
  color: #888;
}

.main-popup-dim {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.gnb-mobile {
  display: none;
  -webkit-box-shadow: 0 -8px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 -8px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
}

.gnb-mobile ul {
  height: 100%;
}

.gnb-mobile ul li {
  height: 100%;
}

.gnb-mobile ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999rem;
  position: relative;
}

.gnb-mobile ul li a .num {
  position: absolute;
  color: #fff;
  font-size: 1.1rem;
  top: 10px;
  right: 0;
  left: 20px;
  margin: auto;
  text-indent: 0;
  background: #e93317;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 18px;
}

.gnb-mobile ul li a:before {
  content: "";
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.gnb-mobile ul li a.menu:before {
  width: 22px;
  height: 17px;
  background: url("../images/m-ico-menu.png") no-repeat;
  background-size: contain;
}

.gnb-mobile ul li a.group:before {
  width: 34px;
  height: 25px;
  background: url("../images/m-ico-community.png") no-repeat;
  background-size: contain;
}

.gnb-mobile ul li a.home:before {
  width: 46px;
  height: 46px;
  background: url("../images/m-ico-home.png") no-repeat;
  background: url("/assets/img/no_img.jpg") no-repeat;
  background-size: contain;
}

.gnb-mobile ul li a.mypage:before {
  width: 23px;
  height: 25px;
  background: url("../images/m-ico-mypage.png") no-repeat;
  background-size: contain;
}

.gnb-mobile ul li a.alram:before {
  width: 21px;
  height: 25px;
  background: url("../images/m-ico-alram.png") no-repeat;
  background-size: contain;
}

.gnb-mobile ul li.new > a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e93317;
  position: absolute;
  top: 19px;
  right: 27px;
  border: 2px solid #fff;
}

.pagination {
  display: inline-block;
  margin-top: 30px;
}

.pagination li {
  float: left;
}

.pagination li > a {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  text-align: center;
  margin: 0 4px;
  width: 40px;
  height: 40px;
  line-height: 24px;
  border-radius: 50%;
  color: #666;
  border: 1px solid transparent;
}

.pagination li > a:hover {
  background: #f5f8fc;
}

.pagination li + li {
  margin-left: 10px;
}

.pagination li.disabled > a {
  pointer-events: none;
  opacity: 0.3;
}

.pagination li.on > a {
  color: #003878;
  border-color: #cddff5;
  background: #f5f8fc;
}

.pagination li.gui > a {
  display: block;
  position: relative;
  margin: 0;
  text-indent: -9999px;
  border-color: #dddddd;
}

.pagination li.gui > a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 10px;
  margin: auto;
  content: "";
}

.pagination li.prev a:before {
  background: url("../images/ico-pagination-prev.png") no-repeat;
  background-size: contain;
  right: 2px;
}

.pagination li.next a:before {
  background: url("../images/ico-pagination-next.png") no-repeat;
  background-size: contain;
  left: 2px;
}

/*
    Single Component
*/

.tbl {
  border-bottom: 1px solid #e1e1e1;
  border-top: 0;
}

.tbl.boardList {
  border-top: 2px solid #222;
}

.tbl.boardList .tit-link {
  color: #222;
  word-break: break-all;
}

.tbl.boardList .tit-link:hover {
  color: #003878;
}

.tbl.boardList .fileuse {
  width: 20px;
  margin-left: 10px;
  position: relative;
  bottom: 1px;
}

.tbl.boardList table thead tr {
  border-bottom: 1px solid #222;
}

.tbl.boardList table th[scope=col] {
  background: #fff;
}

.tbl.boardList table td {
  color: #888;
}

.tbl.boardList table th,.tbl.boardList table td {
  height: 60px;
}

.tbl-pay {
  background: #2f69ce;
  padding: 25px 40px;
  margin-top: 20px;
}

.tbl-pay p {
  line-height: 50px;
  font-size: 2.8rem;
  color: #fff;
}

.tbl table {
  width: 100%;
}

.tbl table tr.disabled {
  background: #f9f9f9;
  opacity: 0.5;
}

.tbl table thead {
  border-bottom: 1px solid #dddddd;
}

.tbl table tbody tr + tr {
  border-top: 1px solid #eeeeee;
}

.tbl table th,.tbl table td {
  text-align: left;
  font-size: 1.8rem;
  padding: 10px 10px;
  font-weight: 500;
  line-height: 26px;
  min-height: 50px;
}

.tbl table th.center,.tbl table td.center {
  text-align: center;
}

.tbl table th.right,.tbl table td.right {
  text-align: right;
}

.tbl table th.left,.tbl table td.left {
  text-align: left;
}

.tbl table th {
  color: #222;
}

.tbl table th[scope=row] {
  background: transparent;
}

.tbl table th[scope=col] {
  background: #f9f9f9;
}

.tbl table td {
  color: #888;
}

.tbl.tbl-form table tr th,.tbl.tbl-form table tr td {
  height: 85px;
  padding: 20px;
}

.tbl.tbl-form table tr td h3 {color:#222;}

.tbl-label {
  font-size: 1.8rem;
  color: #222;
  font-weight: 400;
}

.tbl .tbl-block th {
  background-color: #f9f9f9;
  width:15%;
}
.tbl .tbl-block td {
  width:35%;
}
.tbl .tbl-block td.v-logo .img {
  max-width:200px !important;
}

@media (max-width: 750px) {
  .tbl .tbl-block tbody th {
    font-size:14px;
  }
  .tbl .tbl-block tbody th {
    display: none;
  }
  .tbl .tbl-block tr {
    border-top:none;
    width: 100%;
  }
  .tbl .tbl-block th, .tbl-block td {
    display:block;
    position:relative;
    padding:10px 0;
    padding-left:50%;
    border-width:0 0 1px 0;
  }

  .tbl table.tbl-block td {
    width: 100%;
    border-bottom:1px solid #eee;
    padding:0;
    padding-left:22%;
    vertical-align: middle;
    min-height: 28px;
  }
    .tbl .tbl-block td:before {
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:20%;
    height: 100%;
    color:#222;

    background:#f9f9f9;
  }
  .tbl table.tbl-block td.v-logo:before {content:'벤더사 로고';}
  .tbl table.tbl-block td.v-company:before {content:'벤더사명';}
  .tbl table.tbl-block td.v-name:before {content:'담당자';}
  .tbl table.tbl-block td.v-num:before {content:'담당자연락처';}
  .tbl table.tbl-block td.v-hp:before {content:'홈페이지주소';}
  .tbl table.tbl-block td.v-add:before {content:'업체주소';}
  .tbl table.tbl-block td.v-info:before {content:'벤더사 소개';}
}

/*
    GUI
*/

.danger {
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  background: #e93317;
  border-radius: 50%;
  margin-left: 10px;
}

.ico {
  text-indent: -999rem;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
}

.ico span {
  display: block;
  text-indent: 0;
  font-size: 1.1rem;
  color: #000;
  background: #212121;
  position: relative;
  right: -20px;
  top: -2px;
  border-radius: 100px;
  text-align: center;
  line-height: 1;
  max-width: 25px;
  padding: 2px 0 3px;
}

.ico + .ico {
  margin-left: 4px;
}

.ico:active {
  opacity: 0.5;
}

.ico:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.ico.search:before {
  background: url("../images/ico-search-w.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.ico.search-default:before {
  background: url("../images/ico-search.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.ico.search-data:before {
  background: url("../images/ico-search-data.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.ico.help:before {
  background: url("../images/ico-help.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
}

.ico.gnb:before {
  background: url("../images/ico-menu.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}

.ico.prev:before {
  background: url("../images/ico-prev-gray.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
}

.ico.next:before {
  background: url("../images/ico-next-gray.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
}

.ico.align:before {
  background: url("../images/ico-align.png") no-repeat;
  background-size: contain;
  width: 7px;
  height: 13px;
}

.ico.close:before {
  background: url("../images/ico-close.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}

.ico.more {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid #dddddd;
}

.ico.more:hover:before {
  opacity: 0.5;
}

.ico.more:before {
  background: url("../images/ico-more.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.ico.user:before {
  background: url("../images/ico-user.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 17px;
}

.ico.password:before {
  background: url("../images/ico-password.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 19px;
}

p.guide {
  display: inline-block;
  font-size: 1.6rem;
  color: #444;
  line-height: 36px;
  margin: 0 20px;
}

p.guide em {
  font-weight: 600;
}

p.guide em.blue {
  color: #84B2FF;
}

.btn {
  display: inline-block;
  color: #222;
  font-size: 1.0rem;
  background: #003878;
  font-weight: 500;
  text-align: center;
  min-width: 110px;
  padding: 6px 10px 7px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn + .btn {
  margin-left: 10px;
}

.btn .icon {
  height: 17px;
  margin-right: 4px;
  position: relative;
  bottom: 2px;
}

.btn:active,.btn:hover {
  opacity: 0.7;
}

.btn.lar {
  min-width: 162px;
  font-size: 1.0rem;
  font-weight: 700;
  padding: 14px 10px 16px;
}

.btn.line {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 5px;
  min-width: inherit;
  font-weight: 400;
}

.btn.square {
  font-size: 1.0rem;
  min-width: 162px;
  padding: 11px 10px 12px;
  border-radius: 5px;
}

.btn.square.mid {
  min-width: 120px;
  padding: 0 20px;
  line-height: 43px;
}

.btn.positive {
  background: #003878;
  border-color: #003878;
  color: #fff;
}

.btn.blue {
  background: #2F69CE;
  border-color: #2F69CE;
  color: #fff;
}

.btn.gray {
  background: #828C98;
  border-color: #828C98;
  color: #fff;
}


.btn.point {
  border-color: #003878;
  color: #003878;
}

.btn.shadow {
  -webkit-box-shadow: 0 3px 15px 0 rgba(47, 105, 206, 0.3);
  box-shadow: 0 3px 15px 0 rgba(47, 105, 206, 0.3);
}

.btn.natural {
  background: #edeff5;
  color: #000000;
  border-color: #edeff5;
}

.btn.natural.transparent {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn.negative {
  color: #fff;
  background: #e93317;
}

.btn.negative:hover {
  background: #e0193c;
}

.btn.disabled {
  background-color: #f1f2f4;
  color: #b8bdc4;
}

.btn.normal {
  background: #2e2e2e;
  color: #fff;
}

.btn.normal:hover {
  background: #003878;
  color: #2e2e2e;
}

.modal {
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 40%;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.model-tbl-label {
  font-size: 1.0rem;
  color: #222;
  font-weight: 400;
}

.modal.auto .modal-body {
  max-height: inherit;
}

.modal.on {
  top: 50%;
}

.modal.on .modal-inner {
  opacity: 1;
}

.modal-inner {
  width: 90%;
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 99999;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  overflow: hidden;
}

.modal-header {
  position: relative;
  border-bottom: 1px solid #d1d6da;
  padding: 24px 20px 20px;
}

.modal-header .tit {
  color: #2e2e2e;
  font-size: 1.6rem;
  font-weight: 800;
}

.modal-body {
  padding: 20px;
  max-height: 415px;
  overflow: auto;
}

.modal-footer {
  margin: 0 0;
}

.modal-footer.row {
  padding: 20px;
}

.modal-footer .column {
  padding: 0 10px;
}

.modal-footer .column .btn {
  display: block;
}

.modal-controller {
  position: absolute;
  right: 6px;
  top: 12px;
  margin: auto;
  *zoom: 1;
  display: block;
  height: 40px;
}

.modal-controller:after {
  content: "";
  display: block;
  clear: both;
}

.modal-controller li {
  float: left;
}

.modal-controller li a:hover {
  opacity: 0.5;
}

.modal-controller li + li {
  margin-left: 10px;
}

.modal-dim {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=90);
  z-index: 99998;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.modal-dim.on {
  opacity: 0.7;
}

.only-th-mobile {
  display: none;
}

main {
  position: relative;
}

main .app-inner {
  height: 100%;
}

main .copy h2 span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2px;
  font-family: "Roboto", sans-serif;
}

main .copy h2 .tit {
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -2.5px;
  font-family: "GmarketSans", sans-serif;
}

main .copy p {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 36px;
}

main .service {
  padding: 28px 0;
  *zoom: 1;
  display: block;
  background: #F4F6FC;
}

main .service:after {
  content: "";
  display: block;
  clear: both;
}


main .service .cont {
  float: left;
  width: 100%;
  position: relative;
  padding: 0 36px;
  padding-right: 0;
}

main .serviceIn ul li{
  text-align: center;
  float:left;
  width:12.5%;
}

main .serviceIn ul li > a {
  display: block;
  color: #444;
  font-size: 1.6rem;
  font-weight: 300;
}


main .serviceIn ul li > a:before {
  content: "";
  display: block;
  height: 100px;
  width: 100px;
  margin: auto auto 10px;
  transition:all .3s ease;
}

main .serviceIn ul li > a.map:before {
  background: url("../images/ico_main_quick01.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.map:hover:before {
  background: url("../images/ico_main_quick01_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.notify:before {
  background: url("../images/ico_main_quick02.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.notify:hover:before {
  background: url("../images/ico_main_quick02_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.pol:before {
  background: url("../images/ico_main_quick03.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.pol:hover:before {
  background: url("../images/ico_main_quick03_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.safety:before {
  background: url("../images/ico_main_quick04.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.safety:hover:before {
  background: url("../images/ico_main_quick04_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.phishing:before {
  background: url("../images/ico_main_quick05.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.phishing:hover:before {
  background: url("../images/ico_main_quick05_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.level:before {
  background: url("../images/ico_main_quick06.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.level:hover:before {
  background: url("../images/ico_main_quick06_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.anti:before {
  background: url("../images/ico_main_quick07.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.anti:hover:before {
  background: url("../images/ico_main_quick07_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.web:before {
  background: url("../images/ico_main_quick08.png") no-repeat;
  background-size: contain;
}

main .serviceIn ul li > a.web:hover:before {
  background: url("../images/ico_main_quick08_on.png") no-repeat;
  background-size: contain;
}

main .serviceIn .slider-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

main .serviceIn .slider-next {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

main .bnrMain .swiper-wrapper {
  height: 550px;
}

main .bnrMain .swiper-controller-custom {
  width: 1240px;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  z-index: 1;
  text-align: right;
}

main .bnrMain .swiper-controller-custom .main-slider-more {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  vertical-align: middle;
  text-indent: -999rem;
  position: relative;
}

main .bnrMain .swiper-controller-custom .main-slider-more:before {
  content: "";
  display: block;
  background: url("../images/ico-more-w.png") no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

main .bnrMain .swiper-controller-custom .remote {
  vertical-align: middle;
  *zoom: 1;
  display: inline-block;
  width: 160px;
  height: 50px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin-left: 7px;
  position: relative;
}

main .bnrMain .swiper-controller-custom .remote:after {
  content: "";
  display: block;
  clear: both;
}

main .bnrMain .swiper-controller-custom .slider-prev {
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

main .bnrMain .swiper-controller-custom .slider-next {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

main .bnrMain .swiper-controller-custom .slider-pagination {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  font-family: "GmarketSans", sans-serif;
  line-height: 50px;
  position: relative;
  top: 2px;
}

main .bnrMain .swiper-controller-custom .slider-pagination span {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
}

.grid-div {
  *zoom: 1;
  display: block;
}

.grid-div:after {
  content: "";
  display: block;
  clear: both;
}

.grid-div.reverse {
  margin-bottom: 20px;
}

.grid-div.reverse p,.grid-div.reverse .like-select {
  display: inline-block;
}

.grid-div.reverse p {
  margin-left: 6px;
}

.grid-div.reverse .left {
  float: right;
}

.grid-div.reverse .right {
  float: left;
}

.grid-div .left {
  float: left;
}

.grid-div .right {
  float: right;
}

.resultline {
  border-bottom: 1px solid #444;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.resultline p {
  font-size: 2rem;
  color: #222222;
  line-height: 1.8;
  font-weight: 300;
}

.resultline p b {
  color: #003878;
  font-weight: 600;
}

.list-board-data {
  margin-left: -10px;
  margin-right: -10px;
  *zoom: 1;
  display: block;
}

.list-board-data:after {
  content: "";
  display: block;
  clear: both;
}

.list-board-data-item {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
}

.filter-section {
  margin-left: -10px;
  margin-right: -10px;
}

.filter-section .filter-group {
  border: 1px solid #cddff5;
  border-radius: 10px;
  background: #f5f8fc;
  margin: 0 10px;
  height: 380px;
  overflow: hidden;
}

.filter-section .filter-group-inner {
  padding: 20px;
}

.filter-section .filter-group .list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.filter-section .list-select {
  background: #fff;
  text-align: left;
  overflow: auto;
  height: calc(100% - 56px);
}

.filter-section .list-select ul li {
  border-bottom: 1px solid #eeeeee;
}

.filter-section .list-select ul li a {
  display: block;
  text-align: left;
  font-size: 1.6rem;
  color: #888888;
  line-height: 40px;
  padding: 0 20px;
}

.filter-section .list-select ul li a:hover {
  background: #f5f8fc;
}

.filter-section .list-select ul li.on a {
  background: #003878;
  color: #fff;
}

.filter-section .list-select-group {
  width: 50%;
}

.filter-section .list-select-group + .list-select-group {
  border-left: 1px solid #cddff5;
}

.filter-section .list-select-group .filter-tit {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 56px;
  padding: 0 20px;
  color: #444;
  text-align: left;
  border-bottom: 1px solid #cddff5;
}

.filter-section .filter-search {
  *zoom: 1;
  display: block;
  border: 1px solid #cddff5;
  background: #f5f8fc;
  border-radius: 10px;
  margin: 30px 10px;
  padding: 24px 20px 24px 60px;
}

.filter-section .filter-search:after {
  content: "";
  display: block;
  clear: both;
}

.filter-section .filter-search .input-serach {
  width: 540px;
  float: left;
  position: relative;
}

.filter-section .filter-search .input-serach .ico {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.filter-section .filter-search .input-serach input {
  color: #003878;
  background: none;
  font-weight: 600;
  font-size: 2.2rem;
  border-bottom: 2px solid #003878;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 63px;
  line-height: 63px;
  padding: 0;
}

.filter-section .filter-search .input-serach input::-webkit-input-placeholder {
  color: #5f85b1;
  font-weight: 600;
}

.filter-section .filter-search .input-serach input::-moz-placeholder {
  color: #5f85b1;
  font-weight: 600;
}

.filter-section .filter-search .input-serach input:-ms-input-placeholder {
  color: #5f85b1;
  font-weight: 600;
}

.filter-section .filter-search .input-serach input::-ms-input-placeholder {
  color: #5f85b1;
  font-weight: 600;
}

.filter-section .filter-search .input-serach input::placeholder {
  color: #5f85b1;
  font-weight: 600;
}

.filter-section .filter-search .search-tag {
  float: left;
  width: calc(100% - 540px);
  padding-left: 50px;
}

.filter-section .filter-search .search-tag .like-label {
  font-size: 1.8rem;
  color: #003878;
  font-weight: 500;
  margin-bottom: 16px;
  text-align: left;
}

.filter-section .filter-search .search-tag .like-label .tooltip {
  display: inline-block;
  position: relative;
}

.filter-section .filter-search .search-tag .like-label .tooltip .ico {
  width: 19px;
  height: 19px;
  bottom: 2px;
  margin-left: 4px;
}

.filter-section .filter-search .search-tag .like-label .tooltip p {
  display: none;
  font-size: 1.4rem;
  color: #fff;
  background: #003878;
  border-radius: 50px;
  padding: 5px 14px;
  position: absolute;
  bottom: 24px;
  left: 0;
  min-width: 184px;
}

.filter-section .filter-search .search-tag .like-label .tooltip:hover p {
  display: block;
}

.list-tag {
  display: block;
  text-align: left;
}

.list-tag li {
  display: inline-block;
}

.list-tag li + li {
  margin-left: 3px;
  margin-bottom:3px;
}

.list-tag li a {
  background: #003878;
  border-radius: 50px;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  padding: 6px 12px 8px;
}

.list-tag li a:hover {
  background: #2393f3;
  color: #fff;
}

.list-hash {
  text-align: left;
  margin: 10px 0 16px 0;
}

.list-hash li {
  display: inline-block;
  margin: 2px;
  font-size: 1.35rem;
  letter-spacing: -1.5px;
  color: #003878;
  border: 1px solid #003878;
  border-radius: 50px;
  padding: 4px 8px;
}

.list-hash li:nth-child(n+4) {
  display: none;
}

.list-sns {
  *zoom: 1;
  display: block;
}

.list-sns:after {
  content: "";
  display: block;
  clear: both;
}

.list-sns li {
  float: left;
}

.list-sns li + li {
  margin-left: 10px;
}

.list-sns li:last-child {
  margin-left: 28px;
}

.list-sns li a {
  display: block;
  text-indent: -999rem;
  width: 40px;
  height: 40px;
  position: relative;
}

.list-sns li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.list-sns li.ka a:after {
  background: url("../images/share-kakao.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.list-sns li.fb a:after {
  background: url("../images/share-facebook.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.list-sns li.nv a:after {
  background: url("../images/share-naver.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.list-sns li.like a:after {
  background: url("../images/m-ico-like-off.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.list-sns li.like.on a:after {
  -webkit-animation: heartBeat 1.3s both;
  animation: heartBeat 1.3s both;
  background: url("../images/m-ico-like.png") no-repeat;
  background-size: contain;
}

.view-section .data-view {
  overflow: hidden;
  border: 1px solid #cddff5;
  border-radius: 10px;
}

.view-section .data-view-head {
  padding: 30px;
  *zoom: 1;
  display: block;
}

.view-section .data-view-head:after {
  content: "";
  display: block;
  clear: both;
}

.view-section .data-view-head .img {
  float: left;
  width: 368px;
  height: 211px;
  background-size: cover !important;
}

.view-section .data-view-head .info {
  text-align: left;
  float: left;
  width: calc(100% - 368px);
  padding-left: 50px;
}

.view-section .data-view-head .info .caption {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 24px;
  display: inline-block;
}

.view-section .data-view-head .info .caption .date {
  display: inline-block;
  color: #888888;
  margin-left: 20px;
}

.view-section .data-view-head .info .tit {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

.view-section .data-view-head .info .list-hash {
  margin-bottom: 30px;
}

.view-section .data-view-head .info .list-info {
  background: #f8f9fc;
  border-radius: 100px;
  *zoom: 1;
  display: block;
  padding: 0 36px;
}

.view-section .data-view-head .info .list-info:after {
  content: "";
  display: block;
  clear: both;
}

.view-section .data-view-head .info .list-info li {
  float: left;
}

.view-section .data-view-head .info .list-info li + li {
  margin-left: 40px;
}

.view-section .data-view-head .info .list-info li dl dt {
  color: #888;
}

.view-section .data-view-head .info .list-info li dl dt:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #cccccc;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
  margin-right: 7px;
}

.view-section .data-view-head .info .list-info li dl dd {
  color: #000;
  padding-left: 20px;
}

.view-section .data-view-head .info .list-info li dl dt,.view-section .data-view-head .info .list-info li dl dd {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 60px;
  text-align: left;
}

.view-section .data-view-body {
  padding: 0 30px 30px;
  text-align: left;
}

.view-section .data-view-body .logo-box {
  display: inline-block;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 160px;
  vertical-align: top;
}

.view-section .data-view-body .logo-box img {
  width: 100%;
}

.view-section .data-view-body .desc {
  width: calc(100% - 180px);
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
}

.view-section .data-view-body .desc p {
  color: #888;
  font-size: 1.8rem;
  line-height: 26px;
}

.view-section .data-view-body .desc .subtit {
  font-size: 2rem;
  font-weight: 600;
}

.view-section .data-view-body .desc .subtit + p {
  margin-top: 8px;
}

.view-section .data-view-foot {
  background: #f8f9fc;
  border-top: 1px solid #cddff5;
  padding: 14px 30px;
}

.view-section .data-view-foot .grid-div .left {
  position: relative;
  top: 6px;
}

.view-btn {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  color: #222;
  border: 1px solid #c1cede;
  background: #fff;
  position: relative;
  padding: 10px 36px 10px 10px;
}

.view-btn:hover {
  background: #f8f9fc;
}

.view-btn:after {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  background: url("../images/ico-pagination-next.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
}

.view-btn .blue {
  color: #2f69ce;
}

.average-ui {
  *zoom: 1;
  display: inline-block;
  height: 22px;
}

.average-ui:after {
  content: "";
  display: block;
  clear: both;
}

.average-ui + .view-btn {
  margin-left: 25px;
  position: relative;
  bottom: 4px;
}

.average-ui dt {
  float: left;
  font-size: 1.6rem;
  color: #222;
  vertical-align: middle;
}

.average-ui dd {
  float: left;
  *zoom: 1;
  display: block;
  padding-left: 34px;
}

.average-ui dd:after {
  content: "";
  display: block;
  clear: both;
}

.average-ui ol {
  float: left;
  *zoom: 1;
  display: block;
  height: 22px;
}

.average-ui ol:after {
  content: "";
  display: block;
  clear: both;
}

.average-ui ol li {
  float: left;
}

.average-ui ol li img {
  width: 22px;
  height: 22px;
}

.average-ui ol li + li {
  margin-left: 4px;
}

.average-ui .score {
  float: left;
  font-size: 2rem;
  font-weight: 600;
  color: #222;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
  position: relative;
  top: 2px;
  margin-left: 14px;
}

.data-section {
  *zoom: 1;
  display: block;
  margin-top: 70px;
  margin-left: -10px;
  margin-right: -10px;
}

.data-section:after {
  content: "";
  display: block;
  clear: both;
}

.data-section .app-title {
  margin-bottom: 10px;
  padding: 0 10px;
}

.data-section .app-title .tit {
  color: #222;
  font-size: 2.4rem;
  font-weight: 900;
}

.data-section.default {
  margin-bottom: 60px;
}

.data-section .row {
  float: left;
  width: 66.66%;
}

.data-section .row + .row {
  width: 33.33%;
}

.data-section .tit-controller {
  width: 68px;
  height: 34px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #dddddd;
  *zoom: 1;
  display: block;
}

.data-section .tit-controller:after {
  content: "";
  display: block;
  clear: both;
}

.data-section .tit-controller li {
  width: 50%;
  height: 100%;
  float: left;
}

.data-section .tit-controller li + li {
  border-left: 1px solid #ddd;
}

.data-section .tit-controller li .ico {
  display: block;
  width: 100%;
  height: 100%;
}

.data-section .cardBnr .box-card {
  background-size: cover !important;
}

.data-section .cardBnr .box-card:hover {
  border-color: #ddd;
}

.data-section .cardBnr .bnr-desc {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 17px 20px 16px 20px;
}

a.box-card:hover {
  border-color: #2f69ce;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(47, 105, 206, 0.1);
  box-shadow: 5px 5px 10px 0 rgba(47, 105, 206, 0.1);
}

.box-card {
  display: block;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  position: relative;
  min-height: 321px;
}

.box-card .box-inner {
  padding: 20px 40px 0;
}

.box-card .img-box {
  position: relative;
}

.box-card .img-box-logo {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dddddd;
  max-height: 40px;
}

.box-card.full {
  background: #e3ebf8 url("../images/deco-report.png") no-repeat right bottom;
  background-size: contain;
  border-color: #acc5ee;
  padding: 34px 40px;
}

.box-card-wrap {
  padding: 0 10px;
}

.box-card .list-board ul li.on a p {
  color: red;
}

.box-card .list-board ul li.on .list-board-desc {
  max-height: 80px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.box-card .list-board ul li + li {
  margin-top: 17px;
}

.box-card .list-board ul li a {
  display: block;
  position: relative;
}

.box-card .list-board ul li a:hover {
  opacity: 0.7;
}

.box-card .list-board ul li a .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #888888;
  font-size: 1.4rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.box-card .list-board ul li a .num + .tit {
  padding-left: 42px;
}

.box-card .list-board ul li a .mark {
  display: inline-block;
  width: 57px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #4875f8;
  font-size: 1.6rem;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.box-card .list-board ul li a .mark + .tit {
  padding-left: 67px;
}

.box-card .list-board ul li a .tit {
  text-align: left;
  font-size: 2.2rem;
  color: #454545;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}

.box-card .list-board-desc {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.8rem;
  text-align: left;
  color: #888888;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 1px;
  max-height: 0;
  overflow: hidden;
  vertical-align: top;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  margin-bottom: 18px;
}

.box-card-tit {
  font-size: 2.2rem;
  color: #222;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-card-tit.center {
  text-align: center;
  margin:0;
  margin-bottom:20px;
}

.box-card .desc {
  font-size: 1.8rem;
  text-align: left;
  color: #888888;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 1px;
  max-height: 80px;
  min-height: 80px;
  overflow: hidden;
  vertical-align: top;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
  margin-bottom: 18px;
}

.box-card .box-head {
  padding: 30px 40px 0;
}

.box-card .box-head .icon {
  width: 70px;
  height: 70px;
  border-radius: 25px;
  background: #f2f4fb;
  text-align: center;
  position: relative;
}

.box-card .box-head .icon img {
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box-card .box-head .info {
  padding-left: 25px;
  padding-top: 10px;
  text-align: left;
}

.box-card .box-head .info .data-caption {
  font-size: 1.6rem;
  line-height: 1.5;
}

.box-card .box-head .info .data-date {
  font-size: 1.6rem;
  color: #888888;
  line-height: 1.5;
}

/* 220123 추가 */
.box-card .box-report {

}
.box-card .box-report .img-box {
  position: relative;
  overflow: hidden;
  height:320px;
}
.box-card .box-report .img-box img {
  width: auto;
  height: 100%;
}


.box-card .box-report .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index:1;
}
.box-card .box-report .img-box .tit {
  position: absolute;
  z-index:2;
  color:#fff;
  width:100%;
  text-align: center;
  top:25%;
}
.box-card .box-report .img-box .tit .title {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom:10px;
}

.box-card .box-report .write-info {
  position: absolute;
  bottom:10px;
  z-index:2;
  color:#fff;
  width:100%;
  display: flex;
}

.box-card .box-report .write-info .left {
  float:left;
  margin-left:20px;
  width:50%;
}

.box-card .box-report .write-info .left li {
  float: left;
  line-height:50px;
  margin-right:10px;
}

.box-card .box-report .write-info .right {
  float:right;
  margin-right:20px;
  width:50%;
  text-align: right;
}

.box-card .box-report .write-info .left .icon {
  overflow: hidden;
  width:50px;
  height:50px;
  background:#ddd;
  border-radius: 20px;
}

.report-in {width:100%; max-width:1280px; overflow: hidden;}


.top-report .top-box {
  position: relative;
  overflow: hidden;
  height:320px;
}

.top-report .top-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index:0;
}

.top-report .top-box .tit {
  position: absolute;
  color:#fff;
  z-index:2;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-report .top-box .tit .title {
  vertical-align: middle;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom:10px;
  text-align: center;
}
.top-report .top-box .tit .stitle {
  font-size:18px;
}


.top-report .top-box .write-info {
  position: absolute;
  bottom:10px;
  color:#fff;
  width:100%;
  max-width: 1280px;
  margin: 0 auto;
  z-index:2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}


.top-report .top-box .write-info .left {
  bottom:20px;
  float:left;
  margin-left:20px;
  width:50%;
}

.top-report .top-box .write-info .left li {
  float: left;
  line-height:50px;
  margin-right:10px;
}

.top-report .top-box .write-info .right {
  padding-right:20px;
  z-index:2;
  text-align: right;
}

.top-report .top-box .write-info .left .icon {
  overflow: hidden;
  width:50px;
  height:50px;
  background:#ddd;
  border-radius: 20px;
}

/* 220123 추가 끝 */


.box-card .box-body {
  padding: 8px 40px 15px;
  background: #f8f9fc;
}

.box-card .list-info {
  *zoom: 1;
  display: block;
}

.box-card .list-info:after {
  content: "";
  display: block;
  clear: both;
}

.box-card .list-info li {
  float: left;
  width: 50%;
}

.box-card .list-info li dl {
  *zoom: 1;
  display: block;
  margin-top: 10px;
}

.box-card .list-info li dl:after {
  content: "";
  display: block;
  clear: both;
}

.box-card .list-info li dl dt,.box-card .list-info li dl dd {
  width: 50%;
  float: left;
  text-align: center;
}

.box-card .list-info li dl dt {
  padding: 6px 8px 6px 9px;
  border-radius: 18px;
  border: solid 1px #c4cce4;
  background-color: #fff;
  color: #888888;
  font-size: 1.5rem;
  font-weight: 400;
}

.box-card .list-info li dl dd {
  padding: 6px 8px 6px 9px;
  color: #222;
}

.news-section {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.news-section .row.col-3 .column {
  width: 360px;
}

.news-section .row.col-3 .column .box-paper-wrap .box-paper,.news-section .row.col-3 .column .box-paper-vertical {
  height: 438px;
}

.news-section .row.col-3 .column .box-paper-wrap.half .box-paper {
  height: 100%;
}

.news-section .row.col-3 .column:last-child {
  width: 480px;
}

.box-paper {
  padding: 23px 30px;
  height: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.box-paper .list-board ul li + li {
  margin-top: 11px;
}

.box-paper .list-board ul li a {
  display: block;
  position: relative;
  *zoom: 1;
  display: block;
}

.box-paper .list-board ul li a:after {
  content: "";
  display: block;
  clear: both;
}

.box-paper .list-board ul li a:hover {
  opacity: 0.7;
}

.box-paper .list-board ul li a .mark {
  float: left;
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #4875f8;
  font-size: 1.4rem;
  border-radius: 50px;
  background: #ecf1ff;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
}

.box-paper .list-board ul li a .mark.pink {
  background: #f6f1fb;
  color: #9c5aee;
}

.box-paper .list-board ul li a .mark + .tit {
  padding-left: 60px;
}

.box-paper .list-board ul li a .tit {
  text-align: left;
  float: left;
  font-size: 1.8rem;
  color: #000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  width: calc(100% - 66px);
}

.box-paper .list-board ul li a .date {
  float: right;
  width: 66px;
  text-align: center;
  color: #888888;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: normal;
  font-family: "Roboto", sans-serif;
}

.box-paper-vertical {
  height: 100%;
}

.box-paper-vertical .box-paper .app-title .tit {
  margin-bottom: 12px;
}

.box-paper-wrap {
  padding: 0 10px;
}

.box-paper-wrap.half {
  height: 50%;
  padding-bottom: 5px;
}

.box-paper-wrap.half + .half {
  padding-bottom: 0;
  padding-top: 5px;
}

.box-paper .app-title .tit {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.box-paper .box-paper-tit {
  font-size: 2.2rem;
  color: #000;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 1px;
  max-height: 68px;
  overflow: hidden;
  vertical-align: top;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.box-paper .box-head {
  border-bottom: 1px dashed #dddddd;
  margin-bottom: 20px;
}

.box-paper .box-head.noline {
  border: none;
  margin: 0;
}

.box-paper .box-body .desc {
  font-size: 1.8rem;
  text-align: center;
  color: #888888;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 1px;
  max-height: 230px;
  overflow: hidden;
  vertical-align: top;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  word-break: break-word;
}

.bnrSide {
  height: 280px;
}

.bnrSide .app-inner {
  *zoom: 1;
  display: block;
  height: 100%;
}

.bnrSide .app-inner:after {
  content: "";
  display: block;
  clear: both;
}

.bnrSide .app-inner .bnr-img {
  width: 250px;
}

.bnrSide .app-inner .bnr-info {
  padding-left: 100px;
  text-align: left;
}

.bnrSide .app-inner .bnr-info .tit {
  font-size: 4rem;
  font-weight: 900;
  font-family: "GmarketSans", sans-serif;
  line-height: 1.15;
  letter-spacing: -1.6px;
}

.bnrSide .app-inner .bnr-info .tit + .desc {
  margin-top: 14px;
}

.bnrSide .app-inner .bnr-info .desc {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

.bnrSide .slider-pagination {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  bottom: 36px;
}

.bnrSide .slider-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 0.5;
  background: #fff;
}

.bnrSide .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-prev {
  width: 14px;
  height: 23px;
  z-index: 2;
  position: relative;
}

.slider-prev:before {
  content: "";
  display: block;
  background: url("../images/ico-prev-w.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.slider-prev:hover {
  opacity: 0.5;
}

.slider-next {
  width: 14px;
  height: 23px;
  z-index: 2;
  position: relative;
}

.slider-next:before {
  content: "";
  display: block;
  background: url("../images/ico-next-w.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.slider-next:hover {
  opacity: 0.5;
}

.app-banner {
  text-align: center;
  padding: 116px 0;
}

.app-banner.bix5 {
  background: url("../images/bg-bix5.png") no-repeat center;
  background-size: cover;
}

.app-banner .banner-copy {
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  font-family: "GmarketSans", sans-serif;
}

.app-section {
  text-align: center;
}

.app-section.footer-logo {
  background: url("../images/bg-main-footer.png") no-repeat center;
  background-size: cover;
  padding: 60px 0;
}

.app-section.footer-logo .app-title .tit {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 17px;
}

.app-section.footer-logo .logoSwiper ul {
  *zoom: 1;
  display: block;
}

.app-section.footer-logo .logoSwiper ul:after {
  content: "";
  display: block;
  clear: both;
}

.app-section.footer-logo .logoSwiper ul li {
  width: calc(16.66667% - 18px);
  float: left;
  margin: 9px;
}

.app-section.footer-logo .logoSwiper ul li a {
  display: block;
  background: #fff;
  padding: 23px 25px 14px;
  border-radius: 5px;
  border: solid 1px #e1e1e1;
}

.app-section.footer-logo .logoSwiper ul li a img {
  width: 182px;
}

.visual-row {
  margin-top: 90px;
  position: relative;
  min-height: 300px;
}

.visual-row .visual-img {
  width: 620px;
  position: absolute;
  right: 100px;
}

.visual-row .visual-article {
  text-align: center;
}

.visual-row .visual-article .tit {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.5;
}

.visual-row .visual-article .tit span {
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.visual-row .visual-article .tit span::before {
  content: '';
  position: absolute;
  background-color: #B7DEFF;
  height:15px;
  width:100%;
  bottom:5px;
  left:0;
  z-index: -1;
}


.visual-row .visual-article .desc {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.5;
}

.visual-row .btn-visual {
  margin-top: 40px;
}

.visual-row .list-visual-icon {
  margin-bottom: 40px;
}

.visual-row .list-visual-icon li img {
  width: 256px;
  margin: auto;
}

.visual-row .list-visual-icon li .tit {
  font-size: 2.8rem;
  color: #000;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -1px;
}

.visual-row .list-visual-icon li .desc {
  margin-top: 20px;
  font-size: 1.8rem;
  color: #666666;
  line-height: 1.5;
  letter-spacing: -0.7px;
}

.visual-bg {
  background-color: #F8F9FC;
  padding:60px 0 120px 0;
  margin-bottom:-130px;
}

.visual-bg h6 {
  font-size:1.8rem;
  font-weight: 500;
  padding:10px 0;
  display: block;
  width:120px;
  margin:0 auto;
  background-color: #2681CF;
  color:#fff;
  border-radius: 50px;
  margin-bottom:20px;
}

.btn-visual {
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  border:1px solid #2F69CE;
  font-size: 1.8rem;
  color: #2F69CE;
  font-weight: 500;
  padding: 16px 44px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-visual svg {
  fill:#2F69CE;
  margin-right:5px;
}


.btn-visual:hover {
  background: #2F69CE;
  color:#fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(38, 129, 207, 0.5);
  box-shadow: 0 5px 15px 0 rgba(38, 129, 207, 0.5);
}
.btn-visual:hover svg {
  fill:#fff;
}












.btnset {
  display: inline-block;
}

pre {
  word-break: break-all;
  white-space: pre-wrap;
}

.box-terms {
  text-align: left;
  max-height: 220px;
  overflow: auto;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 20px;
  margin-top: 10px;
}

.box-terms pre {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.63;
  font-family: "Noto Sans KR";
}

.terms-bar {
  text-align: left;
  padding: 20px 0 10px;
}
.terms-bar .checkbox span {
  font-size:1.2em;
  color:#222;
  font-weight: bold;
  padding-left:40px;
}

.terms-bar .checkbox span {
  line-height: 30px;
}
.terms-bar .checkbox span:before {
  width:30px;
  height:30px;
}

.terms-bar-mini {
  text-align: left;
  padding: 20px 0 10px;
}
.terms-bar-mini .checkbox span {
  font-size:1.18em;
  color:#222;
  font-weight: bold;
  padding-left:40px;
}

.terms-bar-mini .checkbox span {
  line-height: 30px;
}
.terms-bar-mini .checkbox span:before {
  width:30px;
  height:30px;
}

.btn-tab {
  margin-bottom: 15px;
}

.btn-tab .btn {
  font-size: 2rem;
  color: #888;
  font-weight: 500;
  min-width: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-tab .btn.positive {
  color: #fff;
}

.btn-bar {
  margin-top: 40px;
  *zoom: 1;
  display: block;
}

.btn-bar:after {
  content: "";
  display: block;
  clear: both;
}

.btn-bar.pos {
  margin-top: -46px;
}

.btn-bar.pos .btn {
  min-width: 100px;
}

.btn-bar .right {
  float: right;
}

.down-item {
  display: none;
}

.drop-bar {
  border-top: 2px solid #222;
}

.drop-bar .mark {
  display: inline-block;
  color: #222;
  font-size: 1.6rem;
  background: #eff2f7;
  border-radius: 50%;
  font-weight: 500;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  position: relative;
  bottom: 2px;
  margin-right: 15px;
}

.drop-bar .mark.on {
  background: #003878;
  color: #fff;
}

.drop-bar-item {
  border-bottom: 1px solid #eee;
  background: #fff;
}

.drop-bar-item a {
  display: block;
  text-align: left;
  font-size: 1.8rem;
  color: #222;
  position: relative;
  font-size: 500;
  padding: 22px 0 18px;
}

.drop-bar-item a .caption {
  color: #003878;
  font-weight: 500;
}

.drop-bar-item a .caption:after {
  content: "";
  display: inline-block;
  margin: 0 15px 0 20px;
  width: 1px;
  height: 14px;
  background: #003878;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.drop-bar-item a.downBtn:after {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  background: url("../images/ico-next.png") no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 6px;
  top: 30px;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drop-bar-item.on a.downBtn:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: url("../images/ico-next.png") no-repeat;
  background-size: contain;
  opacity: 1;
}

.drop-bar-body {
  border-top: 1px solid #eee;
  background: #f9f9f9;
  padding: 20px;
  position: relative;
}

.drop-bar-body .mark {
  position: absolute;
  left: 20px;
  top: 20px;
}

.drop-bar-body p {
  padding-left: 80px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #666;
}

.search-board {
  border: 1px solid #dedede;
  border-radius: 100px;
  position: relative;
  *zoom: 1;
  display: flex;
  min-width: 350px;
}

.search-board:after {
  content: "";
  display: block;
  clear: both;
}

.search-board:before {
  content: "";
  display: inline-block;
  background: #dedede;
  width: 1px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
}

.search-board input[type=text] {
  float: left;
  font-size: 1.2rem;
  color: #222;
  background: none;
  border: none;
  width: calc(100% - 100px);
  height: 45px;
  line-height: 45px;
  border-radius: 0 50px 50px 0;
}

.search-board select {
  float: left;
  color: #222;
  font-size: 1.2rem;
  width: 100px;
  font-weight: 500;
  border: none;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  border-radius: 50px 0 0 50px;
}

.search-board .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.list-file {
  border-radius: 3px;
  background: #f9f9f9;
  padding: 18px;
}

.list-file li {
  text-align: left;
}

.list-file li + li {
  margin-top: 10px;
}

.list-file li a {
  font-size: 1.6rem;
  color: #444;
  text-decoration: underline;
}

.list-file li a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 18px;
  background: url("../images/ico-file-b.png") no-repeat;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
}

.list-caption li {
  color: #666666;
  font-size: 1.0rem;
  display: inline-block;
  font-weight: 300;
}

.list-caption li .name {
  font-weight: 400;
}

.list-caption li + li:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #e1e1e1;
  margin: 0 18px;
  vertical-align: middle;
  position: relative;
  bottom: 1px;
}

.list-comment > ul > li {
  text-align: left;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.list-comment > ul > li .list-caption li + li:before {
  margin: 0 8px;
}

.list-comment > ul > li .txt-comment {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 24px;
  color: #222;
}

.boardView .view-head {
  border-top: 2px solid #222;
  border-bottom: 1px solid #222;
}

.boardView .view-head .headline {
  padding: 20px;
}

.boardView .view-head .headline .tit {
  line-height: 1.46;
  letter-spacing: -0.84px;
  font-size: 2.8rem;
  color: #222;
  font-weight: 700;
}

.boardView .view-head .headline .tit + .list-caption {
  margin-top: 10px;
}

.boardView .view-body {
  padding: 30px 0 100px;
}

.boardView .view-body .desc {
  text-align: left;
  color: #444;
  font-size: 1.8rem;
  line-height: 24px;
}

.boardView .view-body .desc + .desc {
  margin-top: 30px;
}

.boardView .view-foot .side {
  border-bottom: 1px solid #222;
  text-align: left;
  padding-bottom: 10px;
}

.boardView .view-foot .side .num {
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
}

.like-board {
  position: relative;
}

.like-board:before {
  content: "";
  display: inline-block;
  background: url("../images/ico-like-off.png") no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
  margin-right: 10px;
  position: relative;
  bottom: 1px;
  vertical-align: middle;
}

.like-board.on:before {
  -webkit-animation: heartBeat 1.3s both;
  animation: heartBeat 1.3s both;
  background: url("../images/ico-like.png") no-repeat;
  background-size: contain;
}

/*
    Library Component
*/

.ui-widget {
  font-family: "Roboto", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
}

.ui-datepicker {
  border-radius: 10px;
  padding: 10px;
  border: 0 !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.ui-datepicker .ui-widget-header {
  background: none;
  border: none;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title .yearsuffix {
  display: none;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title,.ui-datepicker .ui-widget-header .ui-datepicker-title span {
  font-size: 1.4rem;
  font-weight: 700;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next:before,.ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -6px;
  background-size: contain;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  content: "";
}

.ui-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,.ui-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover {
  background: none;
  border: none;
  opacity: 0.5;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  top: 6px;
  left: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev span {
  background: url("../images/ico-prev-gray.png") no-repeat;
  background-size: contain;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
  top: 6px;
  right: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next:before {
  margin-left: -4px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background: url("../images/ico-next-gray.png") no-repeat;
  background-size: contain;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.ui-datepicker td {
  padding: 3px;
}

.ui-datepicker th {
  font-size: 1.4rem;
}

.ui-datepicker .ui-state-default {
  padding: 3px;
  font-size: 1.4rem;
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  text-align: center;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  position: relative;
  color: #fff;
}

.ui-datepicker .ui-state-default.ui-state-highlight:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #003878;
  border-radius: 50%;
  z-index: -1;
  content: "";
}

.ui-datepicker .ui-state-default.ui-state-highlight.ui-state-hover {
  opacity: 1;
}

.ui-datepicker .ui-state-default.ui-state-active {
  position: relative;
  color: #fff;
}

.ui-datepicker .ui-state-default.ui-state-active:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #e93317;
  border-radius: 50%;
  z-index: -1;
  content: "";
}

.ui-datepicker .ui-state-default.ui-state-active.ui-state-hover {
  opacity: 1;
}

.ui-datepicker .ui-state-default.ui-state-hover {
  opacity: 0.5;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
  color: #2e2e2e;
  font-weight: 600;
  text-align: center;
}

.ui-datepicker select.ui-datepicker-year {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}

.ui-datepicker select.ui-datepicker-month {
  border-radius: 0 4px 4px 0;
}

/*
    Animation Component
*/

.el-move {
  position: relative;
  top: 20px;
  opacity: 0;
}

.el-move.active {
  -webkit-animation: elMoveBtm 0.5s 0.1s forwards;
  animation: elMoveBtm 0.5s 0.1s forwards;
}

.el-zoom {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.el-zoom.active {
  -webkit-animation: elZoom 1s 0.1s forwards;
  animation: elZoom 1s 0.1s forwards;
}

@-webkit-keyframes elMoveBtm {
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes elMoveBtm {
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes elZoom {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes elZoom {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
    Media Settings
*/

@media (max-width: 750px) {
  .only-th-mobile {
    display: block;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    color: #bbb;
  }

  .viewMobile {
    display: block;
  }

  .loacation {
    display: none;
  }

  .viewport {
    min-width: 100%;
    padding-bottom: 60px;
    padding-top: 102px;
  }

  .viewport .app-inner {
    width: 100%;
    min-width: 100%;
  }

  .gnb-mobile {
    display: block;
  }

  .header-scroll .viewport {
    padding-top: 42px;
  }

  .header-top {
    height: 60px;
  }

  .header-top-item.--gnb {
    display: none;
  }

  .header-top-item.--search {
    width: calc(100% - 90px);
  }

  .header-top-item.--rank {
    display: none;
  }

  .header-btm {
    height: 42px;
    overflow: auto;
    overflow-y: hidden;
  }

  .header .gnb {
    padding-right: 20px;
  }

  .header .gnb .gnb-tit {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .header .gnb .word-ctl {
    min-width: 77px;
  }

  .header .gnb > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .header .gnb > ul > li {
    float: none;
  }

  .header .gnb ul > li.sidemenu {
    display: none;
  }

  .header .gnb ul li > a {
    line-height: 42px;
    font-size: 1.5rem;
  }

  .header .gnb ul li > a.active:before {
    background: #2393f3;
  }

  .header .gnb-sub {
    padding: 10px 0;
  }

  .header .gnb-sub ul li {
    margin: 4px;
  }

  .header .gnb-sub ul li + li {
    margin-left: 4px;
  }

  .header .snb {
    display: none;
  }

  .global-search {
    margin-left: 30px;
    width: auto;
    border-width: 1px;
    height: 35px;
    line-height: 35px;
  }

  .global-search input {
    font-size: 1.4rem;
    line-height: 35px;
    padding-right: 45px;
    border: none;
  }

  .global-search .ico {
    right: -1px;
    top: -1px;
    width: 35px;
    height: 35px;
  }

  .global-search .ico:before {
    width: 14px;
    height: 14px;
  }

  .footer {
    margin-top: 60px;
  }

  .footer-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-btm {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer .fnb {
    float: none;
    text-align: center;
  }

  .footer .fnb ul {
    *zoom: 1;
    display: inline-block;
  }

  .footer .fnb ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .footer .fnb ul li {
    float: left;
  }

  .footer .fnb ul li + li {
    margin-left: 14px;
  }

  .footer .fnb ul li + li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #6b727e;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
    margin-right: 14px;
  }

  .footer .fnb ul li a {
    font-size: 1.2rem;
    line-height: 1;
  }

  .footer .like-select {
    float: none;
    width: 100%;
    margin-top: 4px;
  }

  .footer .logo {
    float: none;
  }

  .footer .info {
    float: none;
    margin-left: 0;
  }

  .footer .info address,  .footer .info small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .footer .info address {
    margin-top: 10px;
  }

  .footer .info small {
    margin-top: 12px;
  }

  .footer .partner {
    float: none;
    margin-top: 14px;
  }

  .footer .partner ul li {
    width: 50%;
  }

  .footer .partner ul li + li {
    margin-left: 0;
    text-align: center;
  }

  .like-select {
    height: 33px;
  }

  .like-select.default {
    min-width: 91px;
    height: 30px;
  }

  .like-select.default .like-select-link {
    font-size: 1.4rem;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 25px;
  }

  .like-select.default .like-select-link:after {
    width: 4px;
    height: 8px;
    right: 15px;
  }

  .like-select.default .like-select-link + ul {
    top: 40px;
  }

  .like-select.default .like-select-link + ul.active {
    top: 40px;
  }

  .like-select.default .like-select-link + ul > li > a {
    font-size: 1.3rem;
    line-height: 2;
    padding-left: 10px;
    padding-right: 10px;
  }

  .like-select-link {
    font-size: 1.2rem;
    line-height: 33px;
    padding-left: 20px;
    padding-right: 60px;
  }

  .like-select-link + ul {
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
  }

  .like-select-link + ul.active {
    bottom: 33px;
  }

  .like-select-link + ul > li > a {
    font-size: 1.2rem;
    line-height: 33px;
    height: 33px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 89px;
    height: 35px;
  }

  .main-popup {
    max-width: 100%;
    float: none;
  }

  .main-popup-area {
    top: -40px;
  }

  .main-popup + .main-popup {
    margin-left: 0;
    margin-top: 24px;
  }

  .main-popup-foot .foot-btn {
    font-size: 1.4rem;
    line-height: 50px;
  }

  .ico.more {
    width: 25px;
    height: 25px;
  }

  .ico.more:before {
    width: 9px;
    height: 9px;
  }

  .app-title.lv1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding:10px 0;
  }

  .app-title.lv2 .tit {
    font-size: 1.2rem;
  }

  .app-title.lv2 .tit .icon {
    height: 16px;
    bottom: 2px;
    margin-right: 6px;
  }

  .app-title .tit {
    font-size: 2.5rem;
  }

  .app-title p.tit-guide {
    text-align: left;
    margin-top: 10px;
    font-size: 1.2rem;
    position: static;
  }

  main .el-table {
    display: block;
    padding-top: 10px;
  }

  main .copy h2 span {
    font-size: 1rem;
  }

  main .copy h2 .tit {
    font-size: 2.5rem;
  }

  main .service {
    padding: 24px 0 10px 0;
  }

  main .service .tit {
    display: none;
  }

  main .service .cont {
    float: none;
    width: 100%;
    padding: 0;
  }

  main .serviceIn ul li {
    width:25%;
    margin-bottom:10px;
  }

  main .serviceIn ul li > a {
    font-size: 1.2rem;
    letter-spacing: -1px;
  }

  main .serviceIn ul li > a:before {
    content: "";
    display: block;
    height: 50px;
    width: 50px;
    margin: auto auto 4px;
  }

  main .bnrMain .swiper-wrapper {
    height: 375px;
  }

  main .bnrMain .swiper-controller-custom {
    padding: 0 20px;
    width: 100%;
    bottom: 15px;
  }

  main .bnrMain .swiper-controller-custom .main-slider-more {
    width: 25px;
    height: 25px;
  }

  main .bnrMain .swiper-controller-custom .main-slider-more:before {
    width: 7px;
    height: 7px;
  }

  main .bnrMain .swiper-controller-custom .remote {
    width: 80px;
    height: 25px;
  }

  main .bnrMain .swiper-controller-custom .slider-prev {
    left: 12px;
  }

  main .bnrMain .swiper-controller-custom .slider-next {
    right: 12px;
  }

  main .bnrMain .swiper-controller-custom .slider-pagination {
    font-size: 1rem;
    line-height: 25px;
    top: 1px;
  }

  main .bnrMain .swiper-controller-custom .slider-pagination span {
    font-size: 1rem;
    line-height: 25px;
  }

  .slider-prev {
    width: 7px;
    height: 12px;
  }

  .slider-next {
    width: 7px;
    height: 12px;
  }

  .data-section {
    margin-top: 35px;
    margin-left: 0;
    margin-right: 0;
  }

  .data-section .app-title {
    padding: 0;
  }

  .data-section .app-title .tit {
    font-size: 2rem;
  }

  .data-section .row {
    float: none;
    width: 100%;
  }

  .data-section .row + .row {
    width: 100%;
    margin-top: 30px;
  }

  .data-section .row .column {
    width: 100%;
    float: none;
  }

  .data-section .row .column + .column {
    margin-top: 10px;
  }

  .data-section .tit-controller {
    width: 56px;
    height: 27px;
  }

  .data-section .tit-controller li .ico:before {
    width: 5px;
    height: 8px;
  }

  .data-section .cardBnr .box-card {
    min-height: 244px;
  }

  .data-section .cardBnr .bnr-desc {
    font-size: 1.5rem;
    padding: 14px 15px 14px 15px;
  }

  .box-card {
    min-height: inherit;
  }

  .box-card .box-inner {
    padding: 6px 20px 20px;
  }

  .box-card .img-box-logo {
    bottom: 10px;
    right: 10px;
  }

  .box-card.full {
    padding: 25px 20px;
  }

  .box-card-wrap {
    padding: 0;
  }

  .box-card .list-board ul li + li {
    margin-top: 13px;
  }

  .box-card .list-board ul li a .num {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.1rem;
  }

  .box-card .list-board ul li a .num + .tit {
    padding-left: 35px;
  }

  .box-card .list-board ul li a .mark {
    width: 45px;
    height: 25px;
    line-height: 25px;
    font-size: 1.1rem;
  }

  .box-card .list-board ul li a .mark + .tit {
    padding-left: 55px;
  }

  .box-card .list-board ul li a .tit {
    font-size: 1.5rem;
    line-height: 25px;
  }

  .box-card-tit {
    font-size: 1.8rem;
  }
  .box-card-tit.center{
    margin-top:10px;
    margin-bottom:0;
  }

  .box-card .desc {
    font-size: 1.2rem;
    line-height: 20px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 0;
  }

  .box-card .box-head {
    padding: 20px;
  }

  .box-card .box-head .icon {
    width: 57px;
    height: 57px;
    border-radius: 12px;
  }

  .box-card .box-head .icon img {
    width: 55%;
  }

  .box-card .box-head .info {
    padding-left: 20px;
    padding-top: 7px;
  }

  .box-card .box-head .info .data-caption {
    font-size: 1.4rem;
  }

  .box-card .box-head .info .data-date {
    font-size: 1.4rem;
  }

  .box-card .box-body {
    padding: 6px 20px 15px;
    background: #f8f9fc;
  }

  .box-card .list-info li dl dt {
    width: 42%;
    padding: 4px 8px;
    font-size: 1.3rem;
  }

  .box-card .list-info li dl dd {
    width: 58%;
    padding: 4px 8px 4px 10px;
    font-size: 1.4rem;
    text-align: left;
  }

  .news-section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .news-section .row.col-3 .column {
    width: 100%;
  }

  .news-section .row.col-3 .column + .column {
    margin-top: 10px;
  }

  .news-section .row.col-3 .column .box-paper-wrap .box-paper,  .news-section .row.col-3 .column .box-paper-vertical {
    height: inherit;
  }

  .news-section .row.col-3 .column:last-child {
    width: 100%;
  }

  .box-paper {
    padding: 20px 20px;
  }

  .box-paper .list-board ul li + li {
    margin-top: 13px;
  }

  .box-paper .list-board ul li a .mark {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 1.1rem;
  }

  .box-paper .list-board ul li a .mark + .tit {
    padding-left: 45px;
  }

  .box-paper .list-board ul li a .tit {
    font-size: 1.5rem;
    line-height: 25px;
    width: calc(100% - 45px);
  }

  .box-paper .list-board ul li a .date {
    width: 45px;
    font-size: 1.2rem;
    line-height: 25px;
  }

  .box-paper-vertical {
    height: auto;
  }

  .box-paper-vertical .box-paper .app-title .tit {
    margin-bottom: 12px;
  }

  .box-paper-wrap {
    padding: 0;
  }

  .box-paper-wrap.half {
    height: auto;
    padding-bottom: 0;
  }

  .box-paper-wrap.half + .half {
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .box-paper .app-title .tit {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .box-paper .box-paper-tit {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 15px;
    max-height: 40px;
    text-align: left;
  }

  .box-paper .box-head {
    margin-bottom: 15px;
  }

  .box-paper .box-body .desc {
    font-size: 1.2rem;
    line-height: 20px;
    max-height: 60px;
    text-align: left;
    min-height: inherit;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
  }

  .bnrSide {
    height: auto;
    min-height: 240px;
  }

  .bnrSide .app-inner {
    padding: 20px 20px 50px;
    height: auto;
  }

  .bnrSide .app-inner .bnr-img {
    display: block;
    margin-bottom: 25px;
    width: auto;
  }

  .bnrSide .app-inner .bnr-img img {
    width: 50% !important;
  }

  .bnrSide .app-inner .bnr-info {
    display: block;
    padding-left: 0;
  }

  .bnrSide .app-inner .bnr-info .tit {
    font-size: 2rem;
  }

  .bnrSide .app-inner .bnr-info .tit + .desc {
    margin-top: 8px;
  }

  .bnrSide .app-inner .bnr-info .desc {
    font-size: 1.2rem;
  }

  .bnrSide .app-inner .bnr-info .desc br {
    display: none;
  }

  .bnrSide .slider-pagination {
    bottom: 18px;
  }

  .bnrSide .slider-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }

  .app-section.footer-logo {
    height: auto;
    padding: 30px 0;
  }

  .app-section.footer-logo .app-title .tit {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .app-section.footer-logo .logoSwiper ul {
    *zoom: 1;
    display: block;
  }

  .app-section.footer-logo .logoSwiper ul:after {
    content: "";
    display: block;
    clear: both;
  }

  .app-section.footer-logo .logoSwiper ul li {
    width: calc(33.33% - 6px);
    margin: 3px;
  }

  .app-section.footer-logo .logoSwiper ul li a {
    padding: 5px;
  }

  .app-section.footer-logo .logoSwiper ul li a img {
    width: 150px;
  }

  .filter-section {
    margin-left: 0;
    margin-right: 0;
  }

  .filter-section .row .column {
    width: 100%;
  }

  .filter-section .row .column + .column {
    margin-top: 20px;
  }

  .filter-section .filter-group {
    margin: 0;
    height: auto;
    border-radius: 5px;
  }

  .filter-section .filter-group .list-flex {
    display: block;
    height: auto;
  }

  .filter-section .list-select {
    max-height: 124px;
  }

  .filter-section .list-select ul li a {
    font-size: 1.4rem;
    color: #888888;
    line-height: 30px;
    padding: 0 20px;
  }

  .filter-section .list-select-group {
    width: 100%;
  }

  .filter-section .list-select-group + .list-select-group {
    border-left: none;
  }

  .filter-section .list-select-group .filter-tit {
    font-size: 1.6rem;
    line-height: 40px;
  }

  .filter-section .filter-search {
    border-radius: 5px;
    margin: 20px 0;
    padding: 10px 20px 20px;
  }

  .filter-section .filter-search .input-serach {
    width: 100%;
    float: none;
  }

  .filter-section .filter-search .input-serach input {
    font-size: 1.6rem;
    border-bottom: 1px solid #003878;
    height: 40px;
    line-height: 40px;
  }

  .filter-section .filter-search .search-tag {
    margin-top: 15px;
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .filter-section .filter-search .search-tag .like-label {
    font-size: 1.4rem;
    margin-bottom: 7px;
  }

  .filter-section .filter-search .search-tag .like-label .tooltip:hover p {
    display: none;
  }

  .list-tag li a {
    font-size: 1.4rem;
    padding: 4px 9px 4px;
  }

  .list-hash {
    margin: 10px 0 0;
  }

  .list-hash li {
    font-size: 1.2rem;
  }

  .list-hash li:nth-child(n+4) {
    display: inline-block;
  }

  .resultline {
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
    padding-bottom: 7px;
  }

  .resultline p {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .guideline {
    padding: 15px;
  }

  .guideline ul li {
    font-size: 1.4rem;
  }

  .guideline ul li:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }

  .guideline ul li + li {
    margin-top: 8px;
  }

  .list-board-data {
    margin-left: 0;
    margin-right: 0;
  }

  .list-board-data + .pagination {
    margin-top: 0;
  }

  .list-board-data-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .grid-div .block {
    display: block;
    width: 100%;
  }

  .grid-div.reverse {
    text-align: left;
  }

  .grid-div.reverse .left {
    float: none;
  }

  .grid-div.reverse .right {
    margin-top: 10px;
    float: none;
  }

  .grid-div.reverse .right p {
    font-size: 1.4rem;
  }

  .grid-div.type-row .left {
    text-align: left;
    float: none;
  }

  .grid-div.type-row .left .guide {
    display: block;
    margin: 0;
    margin-top: 12px;
    line-height: 1;
  }

  .grid-div.type-row .right {
    float: none;
    *zoom: 1;
    display: block;
    margin-top: 12px;
  }

  .grid-div.type-row .right:after {
    content: "";
    display: block;
    clear: both;
  }

  .grid-div.type-row .right .guide {
    padding: 0;
    margin: 0;
    line-height: 30px;
    float: left;
  }

  .grid-div.type-row .right .btnset {
    float: right;
  }

  .view-section .data-view {
    border-radius: 5px;
  }

  .view-section .data-view-head {
    padding: 15px;
  }

  .view-section .data-view-head .img {
    float: none;
    width: 100%;
    height: 170px;
  }

  .view-section .data-view-head .info {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .view-section .data-view-head .info .caption {
    margin-top: 15px;
    margin-bottom: 4px;
    font-size: 1.4rem;
    *zoom: 1;
    display: block;
  }

  .view-section .data-view-head .info .caption:after {
    content: "";
    display: block;
    clear: both;
  }

  .view-section .data-view-head .info .caption em {
    display: block;
  }

  .view-section .data-view-head .info .caption .date {
    display: block;
    font-size: 1.2rem;
    margin-left: 0;
    line-height: 1.5;
  }

  .view-section .data-view-head .info .tit {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .view-section .data-view-head .info .list-hash {
    margin-bottom: 8px;
    margin-top: 8px;
    margin-left: -2px;
  }

  .view-section .data-view-head .info .list-info {
    border-radius: 0;
    padding: 10px;
  }

  .view-section .data-view-head .info .list-info li {
    width: 50%;
    padding: 0 14px;
  }

  .view-section .data-view-head .info .list-info li + li {
    margin-left: 0;
  }

  .view-section .data-view-head .info .list-info li dl {
    *zoom: 1;
    display: block;
  }

  .view-section .data-view-head .info .list-info li dl:after {
    content: "";
    display: block;
    clear: both;
  }

  .view-section .data-view-head .info .list-info li dl dt {
    width: 55%;
  }

  .view-section .data-view-head .info .list-info li dl dt:before {
    width: 4px;
    height: 4px;
    margin-right: 5px;
    bottom: 1px;
  }

  .view-section .data-view-head .info .list-info li dl dd {
    width: 45%;
    text-align: right;
  }

  .view-section .data-view-head .info .list-info li dl dt,  .view-section .data-view-head .info .list-info li dl dd {
    display: block;
    float: left;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0;
  }

  .view-section .data-view-body {
    padding: 0 15px 15px;
  }

  .view-section .data-view-body .logo-box {
    width: 80px;
    display: block;
    margin-bottom: 10px;
  }

  .view-section .data-view-body .desc {
    width: 100%;
    display: block;
    padding-left: 0;
  }

  .view-section .data-view-body .desc p {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .view-section .data-view-body .desc .subtit {
    font-size: 1.6rem;
  }

  .view-section .data-view-body .desc .subtit + p {
    margin-top: 6px;
  }

  .view-section .data-view-foot {
    padding: 15px 0 6px;
  }

  .view-section .data-view-foot .grid-div .left {
    position: static;
    float: none;
    *zoom: 1;
    display: block;
    width: 100%;
    padding: 0 15px 13px 15px;
  }

  .view-section .data-view-foot .grid-div .left:after {
    content: "";
    display: block;
    clear: both;
  }

  .view-section .data-view-foot .grid-div .right {
    border-top: 1px solid #cddff5;
    float: none;
    padding: 10px 15px 0;
  }

  .view-section .data-view-foot .grid-div .right .view-btn {
    bottom: 1px;
  }

  .list-sns {
    *zoom: 1;
    display: inline-block;
  }

  .list-sns:after {
    content: "";
    display: block;
    clear: both;
  }

  .list-sns li + li {
    margin-left: 6px;
  }

  .list-sns li:last-child {
    margin-left: 6px;
  }

  .list-sns li a {
    width: 32px;
    height: 32px;
  }

  .view-btn {
    font-size: 1.2rem;
    padding: 7px 23px 7px 9px;
  }

  .view-btn:after {
    width: 5px;
    height: 7px;
    right: 7px;
  }

  .view-btn .blue {
    font-weight: 600;
  }

  .average-ui {
    float: left;
  }

  .average-ui + .view-btn {
    margin-left: 0;
    float: right;
  }

  .average-ui dt {
    display: none;
  }

  .average-ui dd {
    padding-left: 0;
  }

  .average-ui .score {
    font-size: 1.5rem;
    margin-left: 10px;
  }

  .pagination {
    margin-top: 20px;
  }

  .pagination li > a {
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .pagination li + li {
    margin-left: 4px;
  }

  .tbl.boardList .tit-link {
    font-size: 1.6rem;
  }

  .tbl.boardList .fileuse {
    width: 14px;
  }

  .tbl.boardList table th,  .tbl.boardList table td {
    height: auto;
  }

  .tbl-pay {
    padding: 15px;
  }

  .tbl-pay .left {
    float: none;
  }

  .tbl-pay .right {
    float: none;
  }

  .tbl-pay p {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .tbl-pay p span {
    display: block;
  }

  .tbl thead {
    display: none;
  }

  .tbl.res colgroup {
    display: none;
  }

  .tbl.res thead {
    display: none;
  }

  .tbl.res table tr {
    display: block;
    width: 100%;
    padding: 4px 0;
  }

  .tbl.res table tr + tr {
    border-color: #e1e1e1;
  }

  .tbl.res table thead {
    display: none;
  }

  .tbl.res table td {
    text-align: left;
    position: relative;
    height: auto;
    min-height: inherit;
    padding: 6px 4px;
  }

  .tbl.res table td .single {
    position: absolute;
    top: 5px;
  }

  .tbl.res table td.type-check {
    position: absolute;
  }

  .tbl.res table td.none {
    display: none;
  }

  .tbl.res table td.tit {
    display: block;
    width: 100%;
  }

  .tbl.res table td.tit.type-slt {
    padding-left: 30px;
  }

  .tbl.res table td.subtit {
    display: block;
    width: 100%;
  }

  .tbl.res table td.default + .default:before {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #e1e1e1;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    left: -2px;
  }

  .tbl .tit {
    color: #444;
    font-size: 1.4rem;
  }

  .tbl table td {
    font-size: 1.3rem;
  }

  .tbl table td.pl30 {
    padding-left: 30px;
  }

  .tbl.tbl-form table tr th {
    padding-bottom: 0;
    padding-top: 15px;
  }

  .tbl.tbl-form table tr td {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .tbl.tbl-form table tr th,  .tbl.tbl-form table tr td {
    display: block;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .tbl-label {
    font-size: 1.4rem;
  }



  .txt-guide {
    font-size: 1.3rem;
  }

  input[type=color],  input[type=date],  input[type=datetime-local],  input[type=datetime],  input[type=email],  input[type=month],  input[type=number],  input[type=password],  input[type=search],  input[type=tel],  input[type=text],  input[type=time],  input[type=url],  input[type=week],  select {
    line-height: 30px;
    height: 30px;
    font-size: 1rem;
    padding: 0 10px;
  }

  textarea {
    height: 50px;
    font-size: 1.2rem;
    padding: 10px;
  }

  .input-item.type-form {
    max-width: inherit;
    margin-left: 10px;
  }

  .input-item.type-form .btn.mid {
    font-size: 1.4rem;
    line-height: 31px;
    letter-spacing: -1px;
    padding: 0;
    border-radius: 3px;
  }

  .input-item.type-form.min {
    max-width: inherit;
  }

  .input-item.type-form .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .input-item.type-form .row.col-2.coltype2 .column {
    width: calc(100% - 86px);
  }

  .input-item.type-form .row.col-2.coltype2 .column + .column {
    width: 86px;
  }

  .input-item.type-form input,  .input-item.type-form select, .input-item.type-form span.form-input {
    border-radius: 3px;
    height: 33px;
    line-height: 33px;
  }

  .input-item-inner .radio + .radio {
    margin-left: 6px;
  }

  .input-item-inner.type-btn input, .input-item-inner.type-btn span.form-input {
    width: calc(100% - 86px);
  }

  .input-item-inner.type-btn .btn {
    min-width: 76px !important;
  }

  .input-item-inner.type-ico .ico {
    left: 5px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    bottom: 1px;
  }

  .input-item-inner.type-ico input {
    padding: 0 20px 0 40px;
    height: 37px;
  }

  .input-item-inner + .input-item-inner {
    margin-top: 6px;
  }

  .input-item-inner.toggle.col-3 {
    *zoom: 1;
    display: block;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
  }

  .input-item-inner.toggle.col-3:after {
    content: "";
    display: block;
    clear: both;
  }

  .input-item-inner.toggle.col-3 .radio,  .input-item-inner.toggle.col-3 .checkbox {
    margin: 0;
    padding: 3px;
    float: left;
    width: 33.33%;
  }

  .input-item-inner.toggle .radio span,  .input-item-inner.toggle .checkbox span {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .input-item-inner.text {
    height: 22px;
  }

  .input-item-inner.text .radio + .radio,  .input-item-inner.text .radio + .checkbox,  .input-item-inner.text .checkbox + .radio,  .input-item-inner.text .checkbox + .checkbox {
    margin-left: 12px;
    padding-left: 12px;
    position: relative;
  }

  .input-item-inner.text .radio + .radio:before,  .input-item-inner.text .radio + .checkbox:before,  .input-item-inner.text .checkbox + .radio:before,  .input-item-inner.text .checkbox + .checkbox:before {
    height: 10px;
    bottom: 0;
  }

  .input-item-inner.text .radio span,  .input-item-inner.text .checkbox span {
    font-size: 1.3rem;
    line-height: 25px;
  }

  .input-item .like-label {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .input-item + .input-item {
    margin-top: 10px;
  }

  .input-item .input-date span {
    line-height: 30px;
    font-size: 1.4rem;
  }

  .input-item .input-date .datepicker-item input {
    text-align: right;
  }

  .input-item .input-date .datepicker-item .ui-datepicker-trigger {
    width: 14px;
    height: 12px;
    left: 10px;
  }

  .input-comment {
    padding: 15px;
  }

  .input-comment textarea {
    width: calc(100% - 70px);
  }

  .input-comment .btn-submit {
    width: 60px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
  }

  .checkbox span,  .radio span {
    font-size: 1.4rem;
    padding-left: 20px;
    line-height: 15px;
  }

  .terms-bar .checkbox span {
	font-size: 1em;
	color:#222;
	font-weight: bold;
	padding-left:40px;
  }

  .checkbox span:before,  .radio span:before {
    width: 15px;
    height: 15px;
  }

  p.guide {
    font-size: 1.4rem;
  }

  .btn {
    font-size: 1.4rem;
    min-width: 90px;
    padding: 4px 10px 5px;
  }

  .btn + .btn {
    margin-left: 7px;
  }

  .btn .icon {
    height: 11px;
  }

  .btn.lar {
    min-width: inherit;
    font-size: 1.0rem;
    padding: 0 20px;
    line-height: 37px;
  }

  .btn.square {
    font-size: 1.4rem;
    min-width: 115px;
    padding: 8px 10px 9px;
  }

  .btn.square.mid {
    min-width: 60px;
    padding: 0 10px;
    line-height: 31px;
  }



  /* [Modify] bbs. 2022-12-15 /  화면 작을 때 툴팁 디자인 변경 추가 =====================================*/
  .tooltip .tooltiptextDID{
  	  visibility: hidden;
	  width: 350px;
	  background-color: #e4f7ff;
	  color: black;
	  text-align: center;
	  border-radius: 20px;
	  padding: 20px;
	  position: absolute;
	  z-index: 30;
	  top: 0px;
	  left: 0px;
  }


  .moGrid-div {
    *zoom: 1;
    display: block;
    margin-top: 40px;
  }

  .moGrid-div:after {
    content: "";
    display: block;
    clear: both;
  }

  .moGrid-div .btn-bar {
    margin: 0 !important;
  }

  .moGrid-div .left {
    float: left;
  }

  .moGrid-div .right {
    float: right;
  }

  .btn-bar {
    margin-top: 40px;
    *zoom: 1;
    display: block;
  }

  .btn-bar:after {
    content: "";
    display: block;
    clear: both;
  }

  .btn-bar.pos {
    margin-top: 20px;
  }

  .btn-bar .right {
    float: right;
  }

  .search-board {
    min-width: 100%;
  }

  .search-board:before {
    height: 15px;
    left: 70px;
  }

  .search-board input[type=text] {
    font-size: 1.4rem;
    width: calc(100% - 70px);
    height: 33px;
    line-height: 33px;
  }

  .search-board select {
    font-size: 1.4rem;
    width: 70px;
    height: 33px;
    line-height: 33px;
  }

  .search-board .ico {
    right: 5px;
  }

  .search-board .ico:before {
    width: 15px;
    height: 15px;
  }

  .list-comment > ul > li {
    padding: 10px 0;
  }

  .list-comment > ul > li .txt-comment {
    margin-top: 3px;
    font-size: 1.4rem;
  }

  .list-file {
    padding: 7px;
  }

  .list-file li + li {
    margin-top: 6px;
  }

  .list-file li a {
    font-size: 1.2rem;
  }

  .list-file li a:before {
    width: 12px;
    height: 14px;
    margin-right: 12px;
  }

  .list-caption li {
    font-size: 1.2rem;
  }

  .list-caption li + li:before {
    height: 10px;
    background: #e1e1e1;
    margin: 0 10px 0 7px;
  }

  .boardView .view-head .headline {
    padding: 15px 0;
  }

  .boardView .view-head .headline .tit {
    font-size: 2rem;
  }

  .boardView .view-head .headline .tit + .list-caption {
    margin-top: 7px;
  }

  .boardView .view-body {
    padding: 20px 0 40px;
  }

  .boardView .view-body .desc {
    font-size: 1.4rem;
  }

  .boardView .view-body .desc + .desc {
    margin-top: 15px;
  }

  .boardView .view-foot .side {
    padding-bottom: 6px;
  }

  .boardView .view-foot .side .num {
    font-size: 1.4rem;
  }

  .btn-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-right: -20px;
  }

  .btn-tab .btn {
    font-size: 1.2rem;
    min-width: inherit;
  }

  .drop-bar .mark {
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    line-height: 24px;
    margin-right: 10px;
  }

  .drop-bar-item a {
    font-size: 1.4rem;
    padding: 22px 0 18px;
  }

  .drop-bar-item a .tit {
    display: block;
    margin-top: 6px;
  }

  .drop-bar-item a .caption:after {
    content: none;
  }

  .drop-bar-item a.downBtn:after {
    width: 5px;
    height: 14px;
    top: 26px;
  }

  .drop-bar-body {
    padding: 15px;
  }

  .drop-bar-body .mark {
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .drop-bar-body p {
    padding-left: 30px;
    font-size: 1.4rem;
  }

  .box-terms {
    padding: 15px;
  }

  .box-terms pre {
    font-size: 1.1rem;
  }

  .app-banner.bix5 {
    padding: 40px 0;
  }

  .app-banner.bix5 .banner-copy {
    font-size: 2.5rem;
  }

  .visual-row {
    margin-top: 40px;
    margin-bottom:40px;
    min-height: inherit;
  }

  .visual-row .visual-img {
    width: 100%;
    position: static;
  }

  .visual-row .visual-article {
    text-align: center;
  }

  .visual-row .visual-article .tit {
    font-size: 2rem;
  }

  .visual-row .visual-article .tit span::before {
    height:10px;
  }



  .visual-row .visual-article .desc {
    font-size: 1.6rem;
  }

  .visual-row .btn-visual {
    margin-top: 20px;
  }

  .visual-row .list-visual-icon {
    margin-bottom: 20px;
  }

  .visual-row .list-visual-icon li.column {
    width: 50%;
  }

  .visual-row .list-visual-icon li img {
    width: 128px;
  }

  .visual-row .list-visual-icon li .tit {
    font-size: 2rem;
  }

  .visual-row .list-visual-icon li .desc {
    font-size: 1.4rem;
  }

  .visual-row .list-visual-icon li .desc br {
    display: none;
  }

  .visual-bg {
    margin-bottom:-60px;
  }
  .visual-bg h6 {
    font-size: 1.2rem;
  }
  .visual-bg {
    padding:50px 20px;
  }
  .btn-visual {
    font-size: 1.4rem;
    padding: 10px 25px;
  }


  .top-report .top-box .tit {
    top:40%;
    text-align:center;
    width:100%;
  }
  .top-report .top-box .tit .title {
    font-size:26px;
  }
}

/**/

/*
    Vender Settings
*/



/* 인포그래픽 추가 */

.info-inner {
  text-align: left;
}
/* info */
.info_box {
  border-left: 3px solid #005b9e;
  padding-left: 15px;
  text-align: left;
  margin-bottom:20px;
}
.info_box .bold {
  font-size: 28px;
  margin: 10px 0;
}
.info_box .medium {
  font-size: 18px;
  margin: 5px 0;
}
/* info_1 */
.info_title {
  width:100%;
}
.info_title p {
  background: #005b9e;
  padding:15px;
  font-weight: bold;
  color: #fff;
  font-size:1.3em;
}
.info_title .title-con {
  background-color:#f3f3f3;
  padding:15px;
  font-weight: 500;
}
.info_title .title-con span {
  color:#005b9e;
}
.info1_cont {
  text-align: center;
  padding:20px 0 40px 0;
}
.info1_cont img {
  max-width:800px;
  width:100%;
}
/* info_2 */
.info2_title ul li:first-child {
  background: #005b9e;
  font-weight: bold;
  color: #fff;
  text-indent: 5px;
  height: 29px;
}
.info2_title ul li:last-child {
  text-indent: 43px;
  background: #f3f3f3;
  color: #7c7c7c;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
}
.info2_title ul li:last-child span {
  color:#005b9e;
}
.info2_cont {
  padding:30px 0;
}
.info2_cont ul li {
  margin-bottom:10px;
  display: table;
  padding:10px 0;
}
.info2_cont ul li div {
  display: table-cell;
  vertical-align: middle;
}
.info2_cont ul li .info2_list_img {
  float: left;
  width: 71px;
  margin: 0 40px;
}
.info2_cont ul li .info2_list_text .text_title {
  font-size: 1.3em;
  padding-bottom:5px;
  font-weight: bold;
}
.info2_cont ul li .info2_list_text .text_cont {
  padding-bottom:5px;
}
.info2_cont ul li .info2_list_text .text_cont_small {
  font-size: 14px;
}
/* info_3 */

.info3_cont {
  padding:30px 0;
}
.info3_cont ul li {
  margin-bottom:10px;
  display: table;
  padding:10px 0;
}
.info3_cont ul li div {
  display: table-cell;
  vertical-align: middle;
}
.info3_cont ul li .info3_list_img {
  float: left;
  width: 71px;
  margin: 0 40px;
}
.info3_cont ul li .info3_list_text .text_title {
  font-size: 1.3em;
  padding-bottom:5px;
  font-weight: bold;
}
.info3_cont ul li .info3_list_text .text_cont {
  padding-bottom:5px;
}
.info3_cont ul li .info3_list_text .text_cont_small {
  font-size: 14px;
}
/* info_4 */
.info4_title ul {
  display: flex;
}
.info4_title ul li:first-child {
  background: #005b9e;
  font-weight: bold;
  color: #fff;
  text-indent: 5px;
  height: 29px;
}
.info4_title ul li:last-child {
  text-indent: 43px;
  background: #f3f3f3;
  color: #7c7c7c;
  font-size: 14px;
  height: 46px;
  line-height: 23px;
}
.info4_title ul li:last-child span {
  color:#005b9e;
}
.info4_cont {
  padding:30px 0;
}
.info4_cont .info4_cont_list {
  text-align: center;
}
.info4_cont .info4_cont_list img {
  width: 100px;
  margin: 20px 0;
}
.info4_cont .info4_cont_list .info4_cont_text01 {
  font-size: 1.3em;
  font-weight: bold;
}
.info4_cont .info4_cont_list2 {
  margin: 20px auto;
  display: flex;
}
.info4_cont .info4_cont_list2 .info4_cont_table {
  float: left;
  border-right: 1px solid #e1e1e1;
  padding:0 20px;
  width:50%;
}
.info4_cont .info4_cont_list2 .info4_cont_table:last-child {
  border:0;
}
.info4_cont .info4_cont_list2 p {
  font-size:1.2em;
  font-weight: bold;
}
.info4_cont .info4_cont_list2 p span {
  color:#666;
  font-weight: normal;
}
.info4_cont .info4_cont_list2 ul {
  padding-bottom:10px;
}
.info4_cont .info4_cont_list2 li {
  background: url('../images/ico_dot.gif') left 7px no-repeat;
  padding-left:15px;
}
.info4_cont .info4_cont_list3 {
  text-align: center;
  margin: 10px 0;
}
.info4_cont .info4_cont_list3 img {
  width: 100px;
  margin: 10px 0;
}
.info4_cont .info4_cont_list3 .info4_cont_text01 {
  font-size: 1.3em;
  font-weight: bold;
}
/* info_5 */
.info5_title ul li:first-child {
  background: #005b9e;
  font-weight: bold;
  color: #fff;
  text-indent: 5px;
  height: 29px;
}
.info5_title ul li:last-child {
  text-indent: 43px;
  background: #f3f3f3;
  color: #7c7c7c;
  font-size: 14px;
  height: 46px;
  line-height: 23px;
}
.info5_title ul li:last-child span {
  color:#005b9e;
}
.info5_cont {
  width: 100%;
  position: relative;
}
.info5_cont > ul {
  padding:30px 0;
  border-bottom: 1px dashed #e1e1e1;
}
.info5_cont > ul li {
  width: 33.333%;
  float:left;
  text-align: center;
}
.info5_cont .cont-img img {
  width: 100px;
  margin: 0 auto;
}
.info5_cont .cont-txt {
  margin: 20px 0;
  font-size: 16px;
}
.info5_cont::after {
  content: '';
  position: absolute;
  bottom:-40px;
  left:0;
   background:url('../images/info-arrow.png') left top no-repeat;
   width: 42px;
   height:83px;
  }

.info5_cont2 {
  width: 100%;
  text-align: center;
  padding:30px 0;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}
.info5_cont2 .cont-img img {
  width: 100px;
  margin: 0 auto;
}
.info5_cont2 .cont-txt {
  margin: 20px 0;
  font-size: 16px;
}
.info5_cont2::after {
  content: '';
  position: absolute;
  left:0;
  background:url('../images/info-arrow.png') left top no-repeat;
  width: 42px;
  height:83px;
}

.info5_cont3 {width: 100%; margin:0 auto; padding:30px}
.info5_cont3 > ul  {padding:30px 0;}
.info5_cont3 > ul li {width: 50%; float:left; text-align: center;}
.info5_cont3 .cont-img {width: 100px; margin: 0 auto;}
.info5_cont3 .cont-txt {margin: 20px 0; font-size: 16px;}


.info5_footer {  color:#999; width: 900px; margin: 0 auto; padding-bottom:30px;}

/* info_6 */

.info6_cont {padding:30px 0;}
.info6_cont li {float: left; width: 33.333%; padding:30px 20px;}
.info6_cont li .cont-img {width:100px; margin: 0 auto;}
.info6_cont li .info6-cont-in { border-right:1px solid #ddd; height:330px}
.info6_cont li .info6-cont-in h5 {font-size:1.3em; text-align: center; padding:20px 0;}
.info6_cont li .info6-cont-in span {font-size:1.18em; font-weight: 500; display: block;}
.info6_cont li .info6-cont-in .small {color:#888;}
.info6_cont li .info6-cont-in.last {border:0;}


@media (max-width: 750px) {
  .info2_cont ul li .info2_list_img {width:70px; margin:0; padding-right:20px;}
  .info4_cont .info4_cont_list2 { margin: 20px auto; display: block;}
  .info4_cont .info4_cont_list2 .info4_cont_table {float: inherit; border-right:0; border-bottom: 1px solid #e1e1e1; padding:20px; width:100%;}
  .info5_cont .cont-img img, .info5_cont2 .cont-img img, .info5_cont3 .cont-img img {width:50px;}
  .info5_cont::after, .info5_cont2::after {width:30px; height:50px; background-size: contain;}
  .info6_cont li {width:100%; left:inherit; padding:20px 0 0 0;}
  .info6_cont li .info6-cont-in {height:auto; padding-bottom:20px; border:0; border-bottom:1px solid #ddd;}
}



/********************************
22.11.01 ~ 추가 CSS 작업
**********************************/
/* 데이터개방현황 */
.data-open { background: linear-gradient(70deg, #2681CF, #079CFF); margin-bottom:40px;}
.data-open .banner-copy {background:url('../images/date_top_img.png') 80px top no-repeat; padding: 100px 0; padding-left:50%; }
.data-open .banner-copy h4 { font-size: 3.4rem; text-align: left; color: #fff; font-weight: 900; font-family: "GmarketSans", sans-serif;}
.data-open .banner-copy p {font-size:1.6rem; color:#fff; }
.data-box-graph {border:1px solid #E1E1E1; border-radius: 10px; padding:30px; margin-bottom:50px;}


.data-bg {background: #F8F9FC; padding:50px 0 150px 0; margin-bottom:-180px;}
.tabpage{width:100%; padding:20px 0;}
.data-open-tabs{position:relative; margin-bottom:20px;}
.data-open-tabs ul {width:100%;}
.data-open-tabs li{border:1px solid #E1E1E1; color:#848A8E; background-color: #fff; border-radius: 10px; width:calc(100% / 6 - 10px); margin:0 5px; box-sizing:border-box; line-height:60px; height:60px; text-align:center; float: left; font-size: 1.8rem;}
.data-open-tabs li:hover {cursor:pointer}
.data-open-tabs li.selected {background: #2F69CE; color:#fff; box-shadow: 0 10px 10px rgba(47, 105, 206, 0.2);}


.data-open-list li {border:1px solid #e1e1e1; background-color: #fff;  border-radius: 10px; padding:20px 30px; display: flex;  justify-content: flex-start; width:100%; margin-bottom:20px;}
.data-open-list li span {font-size: 1.8rem;   margin-right: auto; line-height: 45px;}
.data-open-list li .btn-group {float:right;}
.data-open-list li .btn-group a {font-size:1.6rem;}
.data-open-list li .btn-group .btn-link-now {border:1px solid #2F69CE; color:#2F69CE;}
.data-open-list li .btn-group .btn-cart-add {background:#2F69CE; border:1px solid #2F69CE; color:#fff;}
.data-open-list b {font-size:2.4rem}


/* 인재풀 관리 */
.talent-box {border-radius: 30px; padding-top:40px; font-size:2rem;}
.talent-box h5 {font-size:2rem; color:#222; letter-spacing: -.7pt; font-weight: 400;}
.talent-box h5 b {font-weight: bold;}
.talent-pool01 {background: url('../images/talent-pool-bg01.png') bottom center no-repeat; background-size: cover;}
.talent-pool02 {background: url('../images/talent-pool-bg02.png') bottom center no-repeat; background-size: cover;}
.talent-pool03 {background: url('../images/talent-pool-bg03.png') bottom center no-repeat; background-size: cover;}
#file-upload {position: absolute; left: -9999px;}
#file-upload label[for="file-upload"]:hover {background: #6b3880;}
#filename {float: left; white-space: nowrap; overflow: hidden;padding-left:10px; font-weight: 400; font-size: 1.6rem;}

.talent-section {border:1px solid #CDDFF5; border-radius: 10px; margin-bottom:35px;}
.talent-section .talent-view { display: flex; }
.talent-section .left {width:50%; min-height: 420px;}
.talent-section .left .img {height:100%; width:100%;}
.talent-section .left .txt {height:110px;}

.talent-section .right {display:table; table-layout:fixed;  width:50%;  height:420x; text-align:left; border-left:1px solid #cddff5}
.talent-section .right .txt {display:table-cell; vertical-align:middle; padding-left:55px;}
.talent-section .right .txt em {color:#888; font-size:1.8rem;}
.talent-section .right .txt .tit {color:#222; font-size:3rem; font-weight: bold;}

.talent-info {margin:0 -10px; padding-bottom:30px; position:relative; overflow: hidden; }
.talent-info .box {position:relative; overflow: hidden; border:1px solid #CDDFF5; border-radius: 10px; width:calc(100% / 2 - 20px); margin:0 10px; float:left; height:235px; position: relative; overflow: hidden; text-align: left;}
.talent-info .box .tit {width:100%; background: #F8F9FC; border-bottom:1px solid #cddff5; color:#222; font-size:2rem; text-align: left; font-weight: 600; padding:10px 20px;}
.talent-info .box .con {padding:30px 20px;}
.talent-info .box .con .txt {display: inline-block; width: 100%;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; /* 여러 줄 자르기 추가 스타일 */ white-space: normal; line-height: 1.6; height: 3.2em; text-align: left; word-wrap: break-word;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size:1.8rem}
.talent-info .box .btn {position: absolute; bottom:20px; width:94%; background:#2F69CE; border:1px solid #2F69CE; color:#fff;}

.talent-info .right .con {font-size:1.8rem;}
.talent-info .right .con dt {float:left; width:140px;}
.talent-info .right .con dt, .talent-info .right .con dd {line-height: 220%;}
.talent-info .right .con dt .icon {padding-right:15px;}

.talent-bg {background:#EFF2F7; padding:50px 0; margin-bottom:50px;}
.talent-bg .box {background-color: #fff; padding:30px; border-radius: 10px; margin-bottom:20px; text-align: left;}
.talent-bg .box .app-title.lv2 {margin-bottom:20px;}


/*공모전*/
.award-bg {padding: 40px 0 20px 0; background: url('../images/award_bg.png') center top no-repeat; }

.award-search {max-width:850px; margin:0 auto; display: flex; padding:3px; border:3px solid #fff;}
.award-search input {background: none; border:0; color:#fff; border-radius: 0;}
.award-search input::placeholder {color:rgba(255,255,255,0.6)}
.award-search button {background: #fff; border:0; color:#2F69CE; border-radius: 0; min-width:60px; font-weight: 500; font-family: "Noto Sans KR";}

.search-filter {max-width:850px; margin:20px auto;}
.search-label {width:100%; position: relative; display: block; cursor: pointer; transition: background-color .15s ease-in-out; font-size:1.8rem; text-align: left; color:#fff;}
.search-label:after, .search-input:checked + .search-label:after {
content: "";background: url(../images/icon_search_open.png) center 8px no-repeat; position: absolute; display: block; right: 0; top: 0; width: 32px; height: 60px;  line-height: 2.25em; text-align: center; transition:  background-color .15s ease-in-out;}
.search-input:checked + .search-label:after { background: url(../images/icon_search_close.png) center 8px no-repeat; }
.search-input:checked + .search-label:after {content: "";}
.search-input {display: none;}
.search-con {opacity: 0; height: 0; margin-bottom: .5em; transition: opacity .5s ease-in-out; overflow: hidden; }
.search-input:checked ~ .search-con, .search-sub .search-input:checked ~ .search-sub-text {  opacity: 1; height: auto; }
.search-input:checked ~ .search-con{margin:20px 0; background: #fff; border-radius: 10px; padding:30px;}
.search-con-detail {display: flex;}
.search-con-detail .form-group {width:calc(100% / 2 - 10px); margin:0 5px; text-align: left;}
.search-con-detail .form-group label {font-size:14px; color:#666; margin-bottom:10px; display: block;}
.search-con-detail .form-group select, .search-con-detail .form-group input {border-radius: 0; border:1px solid #444; box-shadow: 0 3px 6px rgba(0,0,0,0.1); line-height: 1;}

.award-top-list {display: flex; margin:0 -10px;}
.award-top-list .box {width: calc(100% / 2); margin:0 10px; display: inline-flex; border:1px solid #ddd; border-radius: 10px;  overflow: hidden;}
.award-top-list .box .left {width:240px; height:180px; float:left; position: relative; overflow: hidden;}
.award-top-list .box .left img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.award-top-list .box .right {width:calc(100% - 240px); text-align: left; padding:30px;}
.award-top-list .box .right p {font-size:2rem; font-weight: 500; padding-bottom:10px;}
.award-top-list .box .right p span {border:1px solid #003878; font-size: 14px; color:#003878; padding:0 3px; margin-right:5px;}
.award-top-list .box .right dl {display: flex; line-height: 180%;}
.award-top-list .box .right dl dt {width:100px; color:#666;}

.list-board-data.list-award-data {margin:0 -25px}
.box-card-wrap.award-card-wrap {padding:0 25px;}

.award-card .img-box {height:300px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom:20px; background-color: #EDEFF5;}
.award-card .img-box img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.award-card .img-box .state {position: absolute; width:55px; height:55px; border-radius: 50%; color:#fff; top:10px; right:10px; z-index :1; display: block; font-size:14px; line-height: 55px;}
.award-card .img-box .state-ing {background: rgba(47, 105, 206, 0.9);}
.award-card .img-box .state-end {background: rgba(85, 90, 99, 0.9);}
.award-card .box-inner {text-align: left; color:#222;}
.award-card .box-inner p {font-size:2rem; font-weight: 500; padding-bottom:10px;}
.award-card .box-inner p span {border:1px solid #003878; font-size: 14px; color:#003878; padding:0 3px; margin-right:5px;}
.award-card .box-inner dl {display: flex; line-height: 180%; justify-content: space-between;}
.award-card .box-inner dl dt {width:100px; color:#666;}

.award-title {padding:80px 0; position: relative; overflow: hidden; height: 340px;}
.award-title .cover {content: ''; position: absolute; width:100%; height: 100%; background: #012856; opacity: .6; left:0; top:0; z-index: 0;}
.award-title .tit {color:#fff; z-index: 1; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%);}

.award-view-top {display: flex;}
.award-view-top .left {width:300px;}
.award-view-top .left .img {width:300px; height:400px; position: relative; overflow: hidden; border-radius: 10px;}
.award-view-top .left .img img {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.award-view-top .right {width:calc(100% - 300px); margin-left:60px; text-align: left;}
.award-view-top .right .tit {border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px; font-size:2.4rem; color:#222; }
.award-view-top .right .tit p {margin-bottom:20px;}
.award-view-top .right .tit p span {font-size:14px; height:30px; text-align: center; line-height: 1;color:#fff; padding:2px 5px}
.award-view-top .right .tit p span.state-ing {background: rgba(47, 105, 206, 0.9);}
.award-view-top .right .tit p span.state-end {background: rgba(85, 90, 99, 0.9);}
.award-view-top .right .tit p span.d-day {border:1px solid #003878; color:#003878}
.award-view-top .right .tag {margin-bottom:30px;}
.award-view-top dl {display: flex;}
.award-view-top dl dt {color:#888; float:left; width:60px; font-size:16px; line-height: 30px;}
.award-view-top .list-hash {margin:0;}
.award-view-top .list-hash li:nth-child(n+4) {display: inline-block;}

.award-view-top .info {border:1px solid #EDEDED; border-radius: 10px; padding:30px 0;}
.award-view-top .info li {width:33.3%; text-align: center; float: left; border-right:1px solid #ededed;}
.award-view-top .info li:last-child {border-right:0;}
.award-view-top .info li p {padding-bottom:25px; color:#888}
.award-view-top .info li p b {color:#222;}

.award-calendar {position: relative; overflow: hidden; border:1px solid #D1E2F5; background: #F5F8FC; border-radius: 10px; padding:40px 100px; clear: both;}

.award-calendar li {float:left; width:20%; position: relative; overflow: hidden;}
.award-calendar li div {border:1px solid #D1E2F5; width:50px; height:50px; border-radius: 50%; margin:0 auto; margin-bottom:10px; }
.award-calendar li div::before {content: ''; position:absolute; height:1px; width:50%; background: #D1E2F5; right:62%; top:25px; margin-left:25px}
.award-calendar li div::after {content: ''; position:absolute; height:1px; width:100%; background: #D1E2F5; top:25px; margin-left:25px}
.award-calendar li div.step1 {background:#fff url('../images/ico-award-step1.png') center center no-repeat;}
.award-calendar li div.step2 {background:#fff url('../images/ico-award-step2.png') center center no-repeat;}
.award-calendar li div.step3 {background:#fff url('../images/ico-award-step3.png') center center no-repeat;}
.award-calendar li div.step4 {background:#fff url('../images/ico-award-step4.png') center center no-repeat;}
.award-calendar li div.step5 {background:#fff url('../images/ico-award-step5.png') center center no-repeat;}
.award-calendar li:first-child div::before {display: none;}
.award-calendar li:last-child div::after {display: none;}
.award-calendar li p {color:#666;}
.award-calendar li p b {color:#222;}

.award-info {margin:30px 0 40px 0}
.award-info-box {border:1px solid #ededed; border-radius: 10px; display: flex; clear: both; position: relative; width:100%; margin-bottom:20px; padding:20px 30px; text-align: left;}
.award-info-box h5 {font-size:1.8rem; font-weight: 500; line-height: 20px; width:200px; text-align: left;}
.award-info-box h5 .icon {line-height: 24px; width:25px; text-align: center; display: inline-block; margin-right:5px;}
.award-info-box h5 span{display: block; padding-left: 35px; font-size:15px; color:#666;}
.award-info-box .left, .award-info-box .right {width:50%; display: flex;}
.award-info-box .right {border-left:1px solid #ededed; padding-left:40px;}
.award-info-box .con {width:calc(100% - 200px)}
.award-info-box .con a {display: block; width:100%; padding:10px; margin-bottom:10px; background: #F5F8FC; border:1px solid #D1E2F5; color:#222;}
.award-info-box .con dl {display: flex;}
.award-info-box .con dl dt {color:#2F69CE; width:100px;}
.award-info-box .con li {width:50%; float:left;}
.award-info-box .con li span {color:#666; padding-right:30px;}

.agree-form h5 {margin-top:40px; font-size:1.18em; font-weight: bold; text-align: left; clear: both;}
.agree-form h5 span {color:#FF3759;}
.agree-form ul {width:100%; text-align: right;}
.agree-form ul li {display: inline-block; margin-left:40px;}

.small-font {font-size:1.6rem; font-weight: normal; color:#666}

.award-received {padding-top:40px;}
.award-received h2 {font-weight:normal; padding:50px 0 20px 0; font-size:30px;}
.award-received .box {background: #F5F8FC; border:1px solid #D1E2F5; border-radius: 10px; margin-bottom:30px; font-size: 1.8rem; padding:40px 20px; line-height:2;}

.img-box .crown {position: absolute; width:70px; height:70px; border-radius: 50%; color:#fff; top:10px; right:10px; z-index :5; display: block; font-size:14px; line-height: 55px; padding-top:20px; background: #2F69CE url('../images/ico-crown.png') center 15px no-repeat; box-shadow: rgba(47,105,206,0.3);}

.box-card .box-inner.award-tit {padding:10px 20px}

/*파일업로드*/
.upload-box {width: 100%; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.upload-box .drag-file { width: 100%; height: 130px; display: flex; flex-direction: column; justify-content: center; align-items: center;  border: 2px dashed #E1E1E1; }
.upload-box .drag-file.highlight {border: 3px dashed #003878; }
.upload-box .drag-file .image {width: 40px;}
.upload-box .drag-file .message {margin-bottom: 0;}
.upload-box .file-label {margin-top: 10px;  background-color: #003878; color: #fff; text-align: center; padding: 10px 0; width: 100%; border-radius: 6px; cursor: pointer;}
.upload-box .filelist {display: none;}
.files {width: 100%;  box-sizing: border-box; overflow: auto; }
.files .filelist {display: flex; padding: 20px 20px; border-bottom: 1px solid #dbdbdb; }
.files .filelist:last-child {margin-bottom: 0px; border-bottom: none; }
.files .filelist .thumbnail { display: flex; flex: none; width: 50px; margin-right: 20px; align-items: center; }
.files .filelist .thumbnail .image {width: 100%;}
.files .filelist .details {flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.files .filelist .details .file-name { display: flex; }
.files .filelist .details .file-name .name { width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.files .filelist .details .file-name .del { cursor: pointer; }
.files .filelist .progress {position: relative; height: 4px; background-color: #dbdbdb; overflow: hidden; margin-top: 4px;  border-radius: 10px;}
.files .filelist .progress .bar { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background-color: #2F69CE;}
.files .filelist .status { display: flex; width: 100%; }
.files .filelist .status .speed {margin-left: auto;}

/* 공모전상세 */
.award-thumb { width:100%; height:600px; position:relative; overflow: hidden; display: flex; margin-top:20px; }
.award-thumb .swiper-container {width: 100%;margin-left: auto; margin-right: auto;}
.award-thumb .swiper-slide {background-size: cover; background-position: center; background-repeat: no-repeat; width:100% !important;}
.award-thumb .gallery-top {height: 100%; width: 80%; padding:10px 0;}
.award-thumb .gallery-top .swiper-slide {width:100%;}
.award-thumb .gallery-thumbs {width: 18%; height: 100%;  box-sizing: border-box; overflow: hidden; padding: 10px 0;}
.award-thumb .gallery-thumbs .swiper-slide {width: 100%; height: 100%; opacity: 0.4; cursor: pointer; }
.award-thumb .gallery-thumbs .swiper-slide-thumb-active {opacity: 1; border:2px solid #147dfe; box-sizing: border-box;}

.award-info-top {width:100%; border:1px solid #cddff5; border-radius: 10px; display: flex;}
.award-info-top > div {padding:30px;}
.award-info-top .left {width:40%;}
.award-info-top .left .btn {background: #2F69CE; width:100%; color:#fff; border:0}
.award-info-top .right {border-left:1px solid #cddff5; width:60%;}
.award-info-top .right dl {display: flex; text-align: left; width:100%;}
.award-info-top .right dl dt {color:#2F69CE; width:150px;}
.award-info-top .right dl dd {display: block; width:calc(100% - 150px);}

.tbl.tbl_award {border:1px solid #ddd; margin-bottom:20px;}
.tbl.tbl_award thead th{ background: #F5F8FC;}
.tbl.tbl_award tbody th {border-right:1px solid #ddd;}
.tbl.tbl_award tbody td {border-left:1px solid #ddd; color:#666;}
.tbl.tbl_award tbody td.none {border:0;}
.tbl.tbl_award th, .tbl.tbl_award td {text-align: center;}

.award-score p {text-align: left; font-size:1.6rem; padding-bottom:5px; font-weight: 600;}
.award-score .input-form {border-radius: 10px; border:1px solid #ddd; margin-bottom:20px; width:100%;}


/* 마이페이지 */
.mypage-list {border-left:1px solid #D1E2F5; border-top:1px solid #D1E2F5;}
.mypage-list li {float:left; width:calc(100% / 5);}
.mypage-list li a {display: flex; justify-content: space-between; border-right:1px solid #d1e2f5; border-bottom:1px solid #d1e2f5; line-height: 40px; padding:30px; color:#222; background:#F5F8FC; transition: all .3s ease;}
.mypage-list li a:hover {background:#EDEFF5;}
.mypage-list li a .btn.btn-mypage {min-width:40px !important; height:40px; line-height: 20px;}
.mypage-list li a b {color:#2F69CE}

/* 임시추가 */



@media (max-width: 750px) {
  .data-open .banner-copy {background: none; padding:50px 0;}
  .data-open .banner-copy h4 { text-align: center; font-size:2.5rem;}
  .data-open .banner-copy p {text-align: center;}

  /* 데이터개방현황 */
  .data-bg {padding:30px 0; margin-bottom:-60px;}
  .tabpage {padding:0;}
  .data-open-tabs li {width:calc(100% / 3 - 10px); margin:5px; height:45px; line-height: 45px; font-size:1.3rem}
  .data-open-list li {display: block; position: relative; overflow: hidden; padding:10px;}
  .data-open-list li span {line-height: 35px; font-size:1.4rem;}
  .data-open-list li .btn-group {float:inherit; margin-top:5px;}
  .data-open-list li .btn-group a {font-size:1.4rem}

  /* 인재풀 */
  .talent-box {border-radius: 20px; min-height: 300px;}
  .talent-section .talent-view { display: block;}
  .talent-section .left {width:100%; min-height: 300px;}
  .talent-section .left .img {height:300px;}
  .talent-section .right {display:block; width:100%;  height:auto; border-left:0; border-top:1px solid #cddff5}
  .talent-section .right .txt {padding:20px;}
  .talent-section .right .txt em { font-size:1.4rem;}
  .talent-section .right .txt .tit {font-size:2rem;}

  .talent-info .box {width:97%; margin:10px; height:auto; min-height: 220px;}
  .talent-info .box .tit {font-size:1.6rem}
  .talent-info .box .con .txt, .talent-info .right .con {font-size:1.4rem; padding:20px 15px}
  .talent-info .box .btn {width:90%}

  .talent-bg .box {padding:20px;}


  /* 공모전 */

.award-top-list {margin:0 -5px;}
.award-top-list .box {width:100%; display: block; margin:0 5px;; margin-bottom:20px;}
.award-top-list .box .left {width:100%;}
.award-top-list .box .right {width:100%; padding:20px 10px; clear: both;}
.award-top-list .box .right p {font-size:1.6rem;}
.award-top-list .box .right p span {width:50px; text-align: center; display: block;}
.award-top-list .box .right dl {display: block; font-size:13px;}

.award-title {height:240px}

.award-view-top {display: block;}
.award-view-top .left {margin:0 auto 30px auto;}
.award-view-top .right {width:100%; margin-left:0;}

.award-calendar {padding:20px 15px;}
.award-calendar li div::before,.award-calendar li div::after  {display: none;}

.award-info-box {display: block; padding:20px;}
.award-info-box h5 {padding-bottom: 20px;}
.award-info-box h5 span {display: inline-block; padding-left:5px;}
.award-info-box .con {width:100%;}
.award-info-box .left, .award-info-box .right {width:100%; display: block;}
.award-info-box .right {border:0; border-top:1px solid #ededed; padding:20px 0; margin-top:20px;}

.award-received .box {font-size:1.6rem; line-height: 1.8;}

.award-thumb {display: block; height: 400px;}
.award-thumb .gallery-top {width:100%; height:80%;}
.award-thumb .gallery-thumbs {width:100%; height:20%;}
.award-thumb .gallery-thumbs .swiper-slide {width:23% !important;}

.award-info-top {display: block;}
.award-info-top > div {padding:15px;}
.award-info-top .left {width:100%;}
.award-info-top .right {border-top:1px solid #cddff5; border-left:0; width:100%;}
.award-info-top .right dl {display: block;}
.award-info-top .right dl dd {padding-bottom:15px;}

.tbl.tbl_award table th {font-size:1.3rem;}
.tbl.tbl_award tbody td {border: 0;}
.tbl.tbl_award tbody td.none {padding-left:15px;}
.tbl.res.tbl_award table td.tit.type-slt {padding-left:15px;}
.tbl.tbl_award tbody td.pl30 {border: 0; padding-left:15px;}

.mypage-list li {float:left; width:calc(100% / 3);}
.mypage-list li a {display: block; padding:10px; line-height: 2;}
.mypage-list li a .btn.btn-mypage {min-width:25px !important; height:25px; line-height: 0.8;}

}