@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
  font-size: 1.125rem;
}

html {
  font-size: 16px;
}

body {
  line-height: 1;
  font-family: roboto, spoqa, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #444;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

a {
  text-decoration: none;
  color: #222;
}

p {
  line-height: 1.5;
}

li {
  line-height: 1.5;
}

/* exo - en */
@font-face {
  font-family: "exo";
  font-weight: 300;
  src: url("/static/fonts/exo/exo_Th.woff") format("woff");
}

@font-face {
  font-family: "exo";
  font-weight: 400;
  src: url("/static/fonts/exo/exo_L.woff") format("woff");
}

@font-face {
  font-family: "exo";
  font-weight: 700;
  src: url("/static/fonts/exo/exo_R.woff") format("woff");
}

/* roboto - en */
@font-face {
  font-family: "roboto";
  font-weight: 300;
  src: url("/static/fonts/roboto/roboto_Th.woff") format("woff");
}

@font-face {
  font-family: "roboto";
  font-weight: 400;
  src: url("/static/fonts/roboto/roboto_L.woff") format("woff");
}

@font-face {
  font-family: "roboto";
  font-weight: 700;
  src: url("/static/fonts/roboto/roboto_R.woff") format("woff");
}

/* spoqa - ko */
@font-face {
  font-family: "spoqa";
  font-weight: 200;
  src: url("/static/fonts/spoqa/spoqa_Th.woff") format("woff");
}

@font-face {
  font-family: "spoqa";
  font-weight: 300;
  src: url("/static/fonts/spoqa/spoqa_L.woff") format("woff");
}

@font-face {
  font-family: "spoqa";
  font-weight: 400;
  src: url("/static/fonts/spoqa/spoqa_R.woff") format("woff");
}

@font-face {
  font-family: "spoqa";
  font-weight: 700;
  src: url("/static/fonts/spoqa/spoqa_B.woff") format("woff");
}

/* nanum sqaure - ko */
@font-face {
  font-family: "nanumsq";
  font-weight: 300;
  src: url("/static/fonts/nanumsq/ns_L.woff") format("woff");
}

@font-face {
  font-family: "nanumsq";
  font-weight: 400;
  src: url("/static/fonts/nanumsq/ns_R.woff") format("woff");
}

@font-face {
  font-family: "nanumsq";
  font-weight: 700;
  src: url("/static/fonts/nanumsq/ns_B.woff") format("woff");
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 5px;
}

::-webkit-scrollbar-button {
  background-color: #7c2929;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

.header {
  width: 100%;
  min-width: 1359px;
  height: 110px;
  padding-top: 24px;
  box-sizing: border-box;
  background-color: rgba(61, 61, 61, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all .3s ease-out;
}

.header-site {
  position: absolute;
  top: 59px;
  left: 38px;
}

.header-site-item {
  float: left;
}

.header-site-item:first-child {
  margin-right: -1px;
}

.header-site-link {
  display: block;
  width: 132px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 0.8125rem;
  color: #fff;
  border: 1px solid #b7c0ce;
  position: relative;
}

.header-site-link.on {
  z-index: 10;
  color: #fff;
  border: 1px solid #b7c0ce;
}

.header-util {
  position: absolute;
  top: 24px;
  right: 24px;
}

.header-util-cs {
  float: left;
  line-height: 32px;
  margin-right: 16px;
}

.header-util-cs-item {
  float: left;
  padding-right: 16px;
  position: relative;
}

.header-util-cs-item:last-child {
  padding-right: 0;
}

.header-util-cs-item:last-child:after {
  content: none;
}

.header-util-cs-item:after {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -1px;
}

.header-util-cs-link {
  font-size: 0.8125rem;
  color: #fff;
}

.header-util-cs-link.strong {
  color: #222;
}

.header-util-lang {
  float: left;
  width: 120px;
  height: 32px;
  box-sizing: border-box;
}

.header-util-lang .select-list {
  width: 120px;
  box-sizing: border-box;
}

.header-logo {
  width: 206px;
  margin: 0 auto;
}

.header-logo * {
  display: block;
}

.header-search {
  position: absolute;
  top: 15px;
  right: 30px;
}

.header-search-item {
  float: left;
  margin-left: 18px;
}

.header-search-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.header-search-btn.gnb-map {
  height: 27px;
  padding-left: 27px;
  font-size: 14px;
  text-indent: 0;
  color: #fff;
}

.header-search-btn.gnb-map:after {
  background-position: -445px -131px;
  width: 22px;
  height: 27px;
  right: auto;
}

.header-search-btn.gnb-search {
  width: 22px;
  height: 27px;
}

.header.down {
  top: -72px;
}

.gnb {
  width: 100%;
  min-width: 1359px;
  height: 55px;
  padding-top: 5px;
  margin: 0 auto;
  background-color: rgba(61, 61, 61, 0.4);
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 9999;
  transition: all .3s ease-out;
}

.gnb.on {
  height: 259px;
}

.gnb:before {
  content: "";
  display: block;
  width: 100%;
  height: 215px;
  background: #fff;
  position: absolute;
  top: 55px;
  left: 0;
}

.gnb:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 0;
}

.gnb-depth1 {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

.gnb-depth1-item {
  width: 220px;
  float: left;
  box-sizing: border-box;
}

.gnb-depth1-item:first-child .gnb-depth2 {
  border-left: 1px solid #ddd;
}

.gnb-depth1-item:hover:after, .gnb-depth1-item.on:after {
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  background: #00aec3;
  position: absolute;
  top: 47px;
}

.gnb-depth1-item:hover:after:first-child, .gnb-depth1-item.on:after:first-child {
  left: 0;
}

.gnb-depth1-link {
  height: 49px;
  display: block;
  font-family: nanumsq, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
}

.gnb-depth2 {
  height: 290px;
  padding: 25px 0 0 20px;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
}

.gnb-depth2-item {
  margin-bottom: 13px;
}

.gnb-depth2-link {
  font-size: 1.125rem;
}

.gnb-depth2-link:hover {
  color: #42519e;
  font-weight: 400;
}

.gnb-mobile-btn {
  display: none;
  width: 19px;
  height: 14px;
  padding: 0;
  border: none;
  background: none;
  text-indent: -99999em;
  position: absolute;
  left: 10px;
}

.gnb-mobile-btn:before, .gnb-mobile-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
}

.gnb-mobile-btn:after {
  top: 6px;
}

.gnb-mobile-btn span {
  display: block;
  width: 13px;
  height: 2px;
  background: #222;
  text-indent: -99999em;
  position: absolute;
  bottom: 0;
  left: 0;
}

.gnb.down {
  top: 0;
}

.gnb.down:before {
  content: "";
  display: block;
  width: 190px;
  height: 31px;
  background: url(/static/co/images/logo.png) no-repeat;
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 50;
  opacity: 1;
  background-size: 100%;
}

.gnb .scroll-amount {
  height: 2px;
  background: #ffae44;
  position: absolute;
  top: 0;
  left: 0;
}

.header-site:after, .header-util:after, .header-search:after, .gnb-depth1:after, .inner-section:after, .search-box:after, .multi-col:after, .board-view .view-head:after, .board-view .view-head-info:after, .board-view .photo-gallery .photo-list:after, .board-view .view-file:after, .board-view .reply-box .reply-head:after, .board-view .reply-box .reply-head-info:after, .board-view .view-list-item:after, .pagenation:after, .pagenation-list:after, .location-bar-nav:after, .tab-nav-list:after, .text-button:after, .co-gallery:after, .team-profile-player:after, .individual-profile:after, .find-info-list:after, .main-news-notice-wrap:after, .banner-link .menu-list:after, .footer-inside:after, .footer .sns:after, .footer .incheon-select:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.contents {
  position: relative;
  min-width: 1359px;
}

.contents#top-contents {
  margin-bottom: 50px;
}

.sub-top {
  height: 421px;
  text-align: center;
}

.sub-top-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.sub-top-descbox {
  width: 100%;
  height: 91px;
  text-align: left;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  font-family: nanumsq, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
  position: absolute;
  bottom: 52px;
  padding: 0 0 8px 390px;
}

.sub-top-descbox-line {
  width: 1920px;
  height: 84px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.sub-top-descbox-text {
  line-height: 1.2;
  font-size: 4.375rem;
  font-weight: 300;
  color: #fff;
  margin: 24px auto;
  font-family: roboto, spoqa, sans-serif;
}

.sub-top-descbox-text span {
  color: #fb6c31;
}

.sub-top-descbox-text span.gray {
  color: #6b6b6b;
}

.sub-top-descbox-slash {
  font-size: 16px;
  font-weight: 700;
}

.sub-top-descbox-sub {
  font-size: 1rem;
  font-family: nanumsq, sans-serif;
  font-weight: 300;
  color: #fff;
}

.sub-top.bg1 {
  background: url("/static/sm/images/bg_category_01.jpg") center no-repeat;
  background-size: cover;
}

.sub-top.bg2 {
  background: url("/static/sm/images/bg_category_02.jpg") no-repeat;
  background-size: cover;
}

.sub-top.bg3 {
  background: url("/static/sm/images/bg_category_03.jpg") center no-repeat;
  background-size: cover;
}

.sub-top.bg4 {
  background: url("/static/sm/images/bg_category_04.jpg") center no-repeat;
  background-size: cover;
}

.sub-top.bg5 {
  background: url("/static/sm/images/bg_category_05.jpg") center no-repeat;
  background-size: cover;
}

.sub-top:after {
  content: '';
  display: block;
  width: 269px;
  height: 292px;
  background: url("/static/sm/images/ico_main_top_content.png");
  position: absolute;
  bottom: -48px;
  right: 177px;
}

.inner-section {
  width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.sub-contents {
  width: 870px;
  float: right;
}

.sub-contents-heading1 {
  margin-bottom: 40px;
  font-size: 2.3125rem;
  font-family: nanumsq, sans-serif;
}

.sub-contents-heading2 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-family: nanumsq, sans-serif;
}

.left-menu {
  width: 230px;
  float: left;
}

.left-menu-depth1-item {
  font-family: nanumsq, sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
}

.left-menu-depth2 {
  margin-top: 21px;
  border-bottom: 1px solid #d9d9d9;
}

.left-menu-depth2-item-link {
  font-family: spoqa, sans-serif;
  padding: 12px 10px;
  font-size: 1.125rem;
  color: #444;
  border-top: 1px solid #d9d9d9;
  display: block;
  position: relative;
}

.left-menu-depth2-item-link.on {
  border-top: 2px solid #5b5b5b;
  color: #e46832;
  font-weight: 800;
}

/*배너*/
.banner {
  height: 118px;
  margin-bottom: 25px;
}

.banner.player {
  background: url(/static/sm/images/banner1.jpg) no-repeat;
}

.banner.team {
  background: url(/static/sm/images/bg_banner_2.jpg) no-repeat;
}

.banner-txt {
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  padding-top: 25px;
}

.banner-txt:before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 15px auto;
}

/*검색*/
.search-box {
  width: 100%;
  padding: 20px;
  border: 1px solid #d9d9d9;
  text-align: center;
}

.search-box-title {
  font-weight: 800;
  float: left;
  padding-right: 20px;
  position: relative;
  top: 13px;
}

.search-box-title.pr15 {
  padding-right: 15px;
}

.search-box-input {
  display: inline-block;
}

.search-box-input-item {
  float: left;
  border-right: 1px solid #818181;
}

.search-box-input-select, .search-box-input-txt {
  height: 40px;
  padding: 0 0 0 10px;
  border: 1px solid #818181;
  border-right: 0;
  font-size: 0.9375rem;
  color: #444;
  box-sizing: border-box;
  float: left;
}

.search-box-input-select {
  width: 140px;
}

.search-box-input-select + .search-box-input-select {
  border-left: 1px solid #d9d9d9;
}

.search-box-input-select + .search-box-input-txt {
  border-left: 1px solid #d9d9d9;
}

.search-box-input-txt {
  width: 280px;
}

.search-box-input-btn {
  padding: 10px 20px;
  border: 0;
  background: #323648;
}

.search-box-input.select {
  width: 320px;
}

.search-box-btn-area {
  float: left;
}

.search-box-btn-area .search-box-btn {
  height: 40px;
  padding: 10px 20px;
  border: 0;
  background: #323648;
  color: #fff;
  font-weight: 800;
  float: left;
  border-radius: 0;
  font-size: 0.9375rem;
}

.search-box-btn-area .search-box-btn.ico:after {
  background-position: -74px -134px;
  width: 22px;
  height: 22px;
}

/* global sprite icon */
.ico {
  display: inline-block;
  position: relative;
  text-indent: -999em;
  /*pagenation-list*/
}

.ico:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/static/sm/images/spr_ico_global.png) no-repeat;
}

.ico.arrow-point-right:after {
  background-position: -129px -64px;
  width: 8px;
  height: 12px;
}

.ico.arrow-small-right:after {
  background-position: -158px -65px;
  width: 6px;
  height: 10px;
}

.ico.download:after {
  background-position: -68px -98px;
  width: 13px;
  height: 12px;
}

.ico.first:after {
  background-position: -236px -60px;
  width: 20px;
  height: 19px;
}

.ico.prev:after {
  background-position: -268px -60px;
  width: 11px;
  height: 19px;
}

.ico.next:after {
  background-position: -296px -60px;
  width: 11px;
  height: 19px;
}

.ico.last:after {
  background-position: -319px -60px;
  width: 20px;
  height: 19px;
}

.ico.ig:after {
  background-position: -31px -28px;
  width: 20px;
  height: 20px;
}

.ico.fb:after {
  background-position: -69px -28px;
  width: 9px;
  height: 20px;
}

.ico.tt:after {
  background-position: -98px -29px;
  width: 21px;
  height: 19px;
}

.ico.yb:after {
  background-position: -133px -31px;
  width: 20px;
  height: 14px;
}

.ico.arrow_down:after {
  background-position: -67px -67px;
  width: 12px;
  height: 7px;
}

/*layer popup*/
.layer {
  display: none;
  width: 800px;
  border: 4px solid #06a4c7;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  z-index: 10;
}

.layer.on {
  display: block;
}

.layer-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.layer-wrap.on {
  display: block;
}

.layer-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}

.layer-area {
  padding: 20px;
}

.layer-title {
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 2px solid #06a4c7;
  font-size: 1.5rem;
  font-family: 'nanumsq', sans-serif;
  color: #06a4c7;
}

.layer-title.login {
  font-size: 2.75rem;
  margin-top: 40px;
  text-align: center;
  font-family: nanumsq, sans-serif;
  color: #222;
  padding: 0;
  border: none;
}

.layer-title-sub {
  margin-bottom: 30px;
  color: #06a4c7;
  font-size: 1.25rem;
  font-family: 'nanumsq', sans-serif;
}

.layer-close {
  display: block;
  width: 31px;
  height: 31px;
  background: url(/static/sm/images/ico_layer_close.png) center no-repeat;
  text-indent: -99999em;
  position: absolute;
  top: 15px;
  right: 20px;
}

.layer-article {
  font-size: 1rem;
  margin-bottom: 20px;
}

.layer-article-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 900;
}

.layer-article p {
  font-size: 1rem;
  line-height: 1.5;
  color: #222;
}

.layer-article button {
  height: 50px;
  font-size: 1.5rem;
}

.layer-sub {
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
}

.layer.login-area {
  width: 600px;
}

.layer-btn-login {
  width: 100%;
  height: 50px;
  background: #06a4c7;
  border: none;
  color: #fff;
  font-size: 1rem;
}

.multi-col {
  position: relative;
  text-align: center;
}

.multi-col .inner-col {
  float: left;
  text-align: justify;
}

.multi-col .inner-col.layer-txt {
  padding-top: 100px;
  padding-left: 20px;
}

.multi-col .inner-col.btn-right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

.multi-col .inner-col.btn-right .left {
  text-align: left;
}

.multi-col .inner-col.right {
  text-align: right;
}

.multi-col .inner-col.center {
  text-align: center;
}

.multi-col.double .inner-col {
  width: 50%;
}

.multi-col.double .inner-col.w-auto {
  width: auto;
  padding-right: 24px;
}

.multi-col.double .inner-col.img-area {
  width: 26%;
}

.multi-col.double .inner-col.txt-area {
  width: 74%;
  padding-left: 20px;
}

.multi-col.double .inner-col.w85 {
  width: 85%;
}

.multi-col.double .inner-col.w80 {
  width: 80%;
}

.multi-col.double .inner-col.w70 {
  width: 70%;
  padding-right: 24px;
}

.multi-col.double .inner-col.w70.pr0 {
  padding-right: 0;
}

.multi-col.double .inner-col.w73 {
  width: 73%;
}

.multi-col.double .inner-col.w65 {
  width: 65%;
}

.multi-col.double .inner-col.w60 {
  width: 60%;
}

.multi-col.double .inner-col.w55 {
  width: 55%;
}

.multi-col.double .inner-col.w45 {
  width: 45%;
}

.multi-col.double .inner-col.w40 {
  width: 40%;
}

.multi-col.double .inner-col.w35 {
  width: 35%;
}

.multi-col.double .inner-col.w30 {
  width: 30%;
}

.multi-col.double .inner-col.w27 {
  width: 27%;
}

.multi-col.double .inner-col.w20 {
  width: 20%;
}

.multi-col.double .inner-col.w25 {
  width: 25%;
}

.multi-col.double .inner-col.w15 {
  width: 15%;
}

.multi-col.double .inner-col.wide {
  width: 100%;
}

.multi-col.double .inner-col.calc-w466-l {
  width: calc(100% - 466px);
  padding-left: 24px;
}

.multi-col.double .inner-col.calc-w466-r {
  width: calc(100% - 466px);
  padding-right: 24px;
}

.multi-col.double .inner-col.w466 {
  width: 466px;
  padding: 0;
}

.multi-col.double .inner-col.pr0 {
  padding: 0;
}

.multi-col.triple .inner-col {
  width: 33.33%;
}

.multi-col.unbalance .inner-col {
  margin-left: 18px;
}

.multi-col.unbalance .inner-col:first-child {
  margin-left: 0;
}

.multi-col.unbalance .inner-col.list-mg-inner {
  margin-left: 0;
}

.multi-col.unbalance .inner-col.ml9 {
  margin-left: 9px;
}

.multi-col.balance.double .inner-col {
  width: 426px;
}

.multi-col.balance.double .inner-col {
  width: auto;
}

.multi-col.balance.triple .inner-col {
  width: calc(33% - 10px);
}

.multi-col.balance.four .inner-col {
  width: calc(25% - 15px);
}

.multi-col.balance.five {
  width: 867px;
  margin: auto;
}

.multi-col.balance.five .inner-col {
  width: 159px;
}

.multi-col.balance .inner-col {
  margin-left: 18px;
}

.multi-col.balance .inner-col:first-child {
  margin-left: 0;
}

.multi-col.balance .inner-col.advertising-width {
  width: 100%;
}

.multi-col.balance .inner-col.ml4 {
  margin-left: 4px;
}

.multi-col.balance .inner-col.ml9 {
  margin-left: 9px;
}

.multi-col.balance img {
  width: 100%;
  vertical-align: top;
}

.multi-col.balance img.advertising-img {
  width: auto;
  margin-left: 8px;
}

.multi-col.balance img.advertising-img:first-child {
  margin-left: 0;
}

.multi-col-inner {
  display: inline-block;
}

.multi-col.log-in {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.multi-col.log-in .inner-col {
  width: auto !important;
}

/*2단3단*/
.multi-col.gutter .inner-col {
  padding: 0 12px 0 0;
}

.multi-col.gutter .inner-col.no-padding {
  padding: 0;
}

.multi-col.gutter .inner-col:last-child {
  padding: 0 0 0 12px;
}

.search-box-year-contents {
  display: none;
}

.search-box-year-contents .table img {
  width: 100%;
}

.search-box-year-contents.on {
  display: block;
}

.table {
  width: 100%;
  font-size: 1rem;
}

.table caption {
  display: none;
}

.table.vt {
  border-top: 2px solid #444;
  border-bottom: 1px solid #a5a7aa;
}

.table.vt.border-no {
  border-top: none;
}

.table.vt.border-no td:last-child {
  border-right: 1px solid #d9d9d9;
}

.table.vt.border-right td:last-child {
  border-right: 1px solid #d9d9d9;
}

.table.vt tr.on {
  background: #f3f4f8;
}

.table.vt tr.border-top th {
  border-top: 1px solid #d9d9d9;
}

.table.vt th {
  padding: 19px 0 16px;
  font-weight: 700;
  position: relative;
}

.table.vt th:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #a5a7aa;
  position: absolute;
  top: 17px;
  right: 0;
}

.table.vt th:last-child:after {
  content: none;
}

.table.vt td {
  padding: 19px 20px 16px;
  line-height: 1.4;
  border-right: 1px solid #f2f4f7;
  border-top: 1px solid #d9d9d9;
  vertical-align: middle;
}

.table.vt td.center {
  text-align: center;
}

.table.vt td.right {
  text-align: right;
}

.table.vt td:last-child {
  border-right: 0;
}

.table.vt td.color-b {
  border-left: 4px solid #42519e;
}

.table.vt td.color-g {
  border-left: 4px solid #2c8279;
}

.table.vt td.color-o {
  border-left: 4px solid #dd7714;
}

.table.vt td .board-list-link {
  transition: all .2s;
}

.table.vt td .board-list-link:hover {
  color: #999;
}

.table.vt td .board-list-link.lock:after {
  content: "";
  display: inline-block;
  background: url(/static/ap/images/spr_ico_crud.png) no-repeat -45px -52px;
  width: 13px;
  height: 17px;
  margin-left: 14px;
  vertical-align: -1px;
}

.table.vt td .board-list-link.good:before {
  content: "";
  display: inline-block;
  background: url(/static/ap/images/spr_ico_crud.png) no-repeat -52px -89px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: -5px;
}

.table.vt td .board-list-link.bad:before {
  content: "";
  display: inline-block;
  background: url(/static/ap/images/spr_ico_crud.png) no-repeat -16px -89px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: -5px;
}

.table.vt.board-list td {
  border-right: 0;
  padding: 20px;
}

.table.vt.board-list td.no-data-found {
  padding: 130px 20px;
}

.table.vt.padding-0 th {
  vertical-align: middle;
  font-size: 0.875rem;
  display: table-cell;
}

.table.vt.padding-0 th:after {
  height: 26px;
}

.table.vt.padding-0 td {
  padding: 23px 0;
}

.table.vt-dark {
  border-bottom: 1px solid #a5a7aa;
}

.table.vt-dark.pd0 td {
  padding: 20px 0;
}

.table.vt-dark.border-top {
  border-top: 1px solid #a5a7aa;
}

.table.vt-dark tbody tr.orange {
  background: #ffddbc;
}

.table.vt-dark tbody tr.red {
  background: #ffa5a5;
}

.table.vt-dark tbody tr.blue {
  background: #beeaff;
}

.table.vt-dark tbody tr.yellow {
  background: #fff1af;
}

.table.vt-dark tbody tr:first-child td {
  border-top: 0;
}

.table.vt-dark tbody tr.total {
  background: #f3f4f8;
}

.table.vt-dark th {
  padding: 18px 0 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  background: #323648;
  border-right: 1px solid #474a5b;
  vertical-align: middle;
}

.table.vt-dark th:last-child {
  border-right: 0;
}

.table.vt-dark th.left {
  text-align: left;
  padding-left: 20px;
  border-bottom: 1px solid #474a5b;
}

.table.vt-dark th.half {
  padding: 12px;
}

.table.vt-dark th.sub {
  border-top: 1px solid #474a5b;
  border-right: 1px solid #474a5b;
}

.table.vt-dark th.sub.point {
  background: #2f4985;
}

.table.vt-dark th.sub:last-child {
  border-right: 0;
}

.table.vt-dark th.sub-half {
  padding: 6px 0 8px;
  border-top: 1px solid #212535;
  border-right: 1px solid #212535;
  background: #4d5164;
  font-size: 0.875rem;
}

.table.vt-dark th.sub-half:last-child {
  border-right: 0;
}

.table.vt-dark th.sub-half-title {
  background: #fff;
  color: #444;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #f2f4f7;
}

.table.vt-dark th.sub-half-title:last-child {
  border-right: 0;
}

.table.vt-dark td {
  padding: 16px 20px;
  line-height: 1.4;
  border-right: 1px solid #f2f4f7;
  border-top: 1px solid #d9d9d9;
  vertical-align: middle;
  word-break: keep-all;
}

.table.vt-dark td.center {
  text-align: center;
}

.table.vt-dark td.right {
  text-align: right;
}

.table.vt-dark td.top {
  vertical-align: top;
}

.table.vt-dark td.point {
  background: #f3f4f8;
  border-right: 1px solid #e5e9f3;
}

.table.vt-dark td:last-child {
  border-right: 0;
}

.table.vt-dark td .schedule {
  background: #2f4985;
  border: 5px solid #2f4985;
  border-radius: 20px;
  font-size: 0;
  position: relative;
  top: -5px;
}

.table.vt-dark td .schedule.weekend {
  background: #2c8179;
  border: 5px solid #2c8179;
}

.table.vt-dark.even tbody tr:nth-child(even) {
  background: #f8f8f8;
}

.table.hr {
  border-top: 2px solid #444;
  border-bottom: 1px solid #a5a7aa;
}

.table.hr tr:first-child th, .table.hr tr:first-child td {
  border-top: 0;
}

.table.hr.no-min th {
  min-width: 0;
}

.table.hr th {
  /*min-width:150px;*/
  border-top: 1px solid #d9d9d9;
  background: #f3f4f8;
  line-height: 1.4;
  font-weight: 700;
  vertical-align: middle;
  /*font-size:0.825rem;*/
}

.table.hr th.left {
  text-align: left;
  padding-left: 20px;
}

.table.hr th:nth-child(2) {
  border-left: 1px solid #d9d9d9;
}

.table.hr td {
  padding: 19px 20px 16px;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #f2f4f7;
  line-height: 1.4;
  vertical-align: middle;
}

.table.hr td.center {
  text-align: center;
}

.table.hr td:last-child {
  border-right: 0;
}

.table.hr.board-view thead th {
  font-size: 1.125rem;
  padding: 20px 10px;
}

.table.hr.board-view tbody td {
  padding: 20px 10px;
}

.table.hr.board-view tbody td a {
  color: #444;
}

.table.hr.board-view-list {
  margin-top: 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.table th .important, .table td .important {
  display: inline-block;
  color: #666;
}

.table th .important:after, .table td .important:after {
  content: "*";
  position: relative;
  top: 4px;
  right: -10px;
  color: #d43e41;
}

.table.hr.writing td {
  padding: 10px 20px;
  height: 70px;
  line-height: 1;
}

.table.hr.writing td.agreement-offer {
  padding: 25px 20px;
}

.table.table-text {
  /*text 많은경우*/
}

.table.table-text th {
  font-size: 0.875rem;
}

.table.table-text td {
  font-size: 0.875rem;
}

.board-view.vt {
  border-bottom: none;
}

.board-view .view-head {
  border-bottom: 1px solid #d9d9d9;
}

.board-view .view-head-tit {
  padding: 20px;
  display: block;
  font-weight: 900;
  border-bottom: 1px solid #d9d9d9;
}

.board-view .view-head-tit.bg {
  background: #f3f4f8;
}

.board-view .view-head-tit.float-l {
  float: left;
  border: 0;
}

.board-view .view-head-date {
  display: inline;
  float: right;
}

.board-view .view-head-info {
  padding: 20px;
  font-size: 0.875rem;
}

.board-view .view-head-info .info-tit {
  float: left;
  margin-right: 10px;
}

.board-view .view-head-info .info-desc {
  float: left;
}

.board-view .view-head-info .info-desc:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: auto 20px;
  background: #d9d9d9;
  vertical-align: middle;
}

.board-view .view-head-info .info-desc:last-child:after {
  display: none;
}

.board-view .view-body {
  padding: 30px 30px 70px;
}

.board-view .view-body.reply {
  padding: 30px 30px;
  border-bottom: 1px solid #d9d9d9;
}

.board-view .view-body-img {
  width: 100%;
  margin-bottom: 30px;
}

.board-view .photo-gallery {
  padding: 0;
}

.board-view .photo-gallery .photo-top {
  margin-bottom: 20px;
}

.board-view .photo-gallery .photo-top img {
  display: block;
  width: 870px;
  height: 520px;
}

.board-view .photo-gallery .photo-thumb {
  padding: 0 30px;
  position: relative;
}

.board-view .photo-gallery .photo-list {
  position: relative;
}

.board-view .photo-gallery .photo-list-wrap {
  width: 810px;
  overflow: hidden;
}

.board-view .photo-gallery .photo-list-item {
  width: 192px;
  margin-right: 14px;
  float: left;
}

.board-view .photo-gallery .photo-list-item:last-child {
  margin-right: 0;
}

.board-view .photo-gallery .photo-list-link {
  display: block;
  width: 100%;
}

.board-view .photo-gallery .photo-list-link .thumb {
  display: block;
  width: 192px;
  height: 114px;
}

.board-view .photo-gallery .photo-list-link .thumb-wrap {
  display: block;
  position: relative;
}

.board-view .photo-gallery .photo-list-link .title {
  display: block;
  text-align: center;
  margin-top: 13px;
}

.board-view .photo-gallery .photo-list-link .date {
  display: block;
  text-align: center;
}

.board-view .photo-gallery .photo-list-link.on .thumb-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

.board-view .photo-gallery .photo-thumb-btn {
  display: block;
  width: 11px;
  height: 19px;
  padding: 0;
  border: none;
  background: url(/static/sm/images/spr_photo_list_btn.png) no-repeat;
  text-indent: -99999em;
  position: absolute;
  top: 46px;
}

.board-view .photo-gallery .photo-thumb-btn.prev {
  left: 0;
}

.board-view .photo-gallery .photo-thumb-btn.next {
  background-position: -27px 0;
  right: 0;
}

.board-view .view-file {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px;
}

.board-view .view-file .file-group-text {
  float: left;
  min-width: 125px;
  color: #002222;
  line-height: 1.7;
}

.board-view .view-file .file-list {
  float: left;
}

.board-view .view-file .file-list-link {
  color: #666;
  font-size: 0.825rem;
}

.board-view .view-file .crud-ico {
  text-indent: 0;
}

.board-view .view-file .crud-ico:after {
  left: -22px;
  right: auto;
  bottom: 4px;
}

.board-view .view-file.point {
  background: #f2f4f7;
}

.board-view .view-file .file-border {
  padding-right: 20px;
  border-right: 1px solid #d9d9d9;
}

.board-view .reply-box {
  background: #f2f4f7;
  padding: 40px;
  border: 1px solid #d9d9d9;
  margin-top: 30px;
}

.board-view .reply-box .reply-head {
  margin-bottom: 30px;
}

.board-view .reply-box .reply-head-tit {
  float: left;
  padding-left: 20px;
  font-weight: 900;
  text-indent: 0;
  line-height: 1;
}

.board-view .reply-box .reply-head-tit:after {
  right: auto;
}

.board-view .reply-box .reply-head-info {
  float: right;
}

.board-view .reply-box .reply-head-info .info-tit {
  float: left;
  margin-right: 10px;
  color: #002222;
}

.board-view .reply-box .reply-head-info .info-desc {
  float: left;
  color: #444;
}

.board-view .reply-box .reply-head-info .info-desc:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: auto 20px;
  background: #d9d9d9;
  vertical-align: middle;
}

.board-view .reply-box .reply-head-info .info-desc:last-child:after {
  display: none;
}

.board-view .view-list {
  border-top: 1px solid #d9d9d9;
}

.board-view .view-list-item {
  border-bottom: 1px solid #d9d9d9;
}

.board-view .view-list-item-prev, .board-view .view-list-item-next {
  width: 135px;
  text-align: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 800;
  background: #f2f4f7;
  float: left;
  display: inline-block;
}

.board-view .view-list-item-title {
  padding-left: 20px;
  float: left;
  line-height: 54px;
  display: inline-block;
}

.board-view .view-list-btn {
  text-align: right;
  margin-top: 30px;
}

.crud-ico {
  display: inline-block;
  position: relative;
  text-indent: -999em;
}

.crud-ico:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/static/co/images/spr_ico_crud.png) no-repeat;
}

.crud-ico.file-hwp:after {
  background-position: -19px -18px;
  width: 14px;
  height: 17px;
}

.crud-ico.file-txt:after {
  background-position: -44px -18px;
  width: 15px;
  height: 17px;
}

.crud-ico.file-img:after {
  background-position: -70px -18px;
  width: 13px;
  height: 17px;
}

.crud-ico.file-xlsx:after {
  background-position: -94px -18px;
  width: 14px;
  height: 17px;
}

.crud-ico.file-ppt:after {
  background-position: -119px -18px;
  width: 14px;
  height: 17px;
}

.crud-ico.file-pdf:after {
  background-position: -144px -18px;
  width: 14px;
  height: 17px;
}

.crud-ico.arrow-reply:after {
  background-position: -19px -56px;
  width: 12px;
  height: 13px;
}

.crud-ico.lock:after {
  background-position: -45px -52px;
  width: 13px;
  height: 17px;
}

.crud-ico.good:after {
  background-position: -52px -89px;
  width: 24px;
  height: 24px;
}

.crud-ico.bad:after {
  background-position: -16px -89px;
  width: 24px;
  height: 24px;
}

/* pagenation list*/
.pagenation {
  display: table;
  margin: 0 auto;
}

.pagenation .ico {
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-left: 0;
  float: left;
}

.pagenation .ico.first {
  border-left: 1px solid #d9d9d9;
}

.pagenation .ico.first:after {
  left: -1px;
}

.pagenation .ico.prev:after {
  left: -1px;
}

.pagenation .ico.next {
  border-left: 1px solid #d9d9d9;
}

.pagenation .ico.next:after {
  right: -1px;
}

.pagenation .ico.last:after {
  right: -1px;
}

.pagenation .ico.default {
  pointer-events: none;
}

.pagenation .ico.default:after {
  opacity: .5;
}

.pagenation .ico:hover:after {
  opacity: .5;
}

.pagenation-list {
  float: left;
  margin: 0 20px;
}

.pagenation-list-item {
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  border-left: 0;
  position: relative;
}

.pagenation-list-item:first-child {
  border-left: 1px solid #d9d9d9;
}

.pagenation-list-item:hover {
  background: #06a4c7;
  border-color: #06a4c7;
}

.pagenation-list-item:hover .pagenation-list-link {
  color: #fff;
}

.pagenation-list-item.on {
  background: #06a4c7;
  border-color: #06a4c7;
}

.pagenation-list-item.on .pagenation-list-link {
  color: #fff;
}

.pagenation-list-link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

/*달력*/
.scheduler-box-header {
  text-align: center;
  margin-bottom: 20px;
}

.scheduler-box-controller {
  display: inline-block;
}

.scheduler-box-controller .scheduler-box-controller-prev,
.scheduler-box-controller .scheduler-box-controller-next {
  border: none;
  background: none;
}

.scheduler-box-controller-date {
  font-family: nanumsq, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.scheduler thead tr {
  border-top: 1px solid #595854;
  border-bottom: 1px solid #a6a7ab;
}

.scheduler thead tr th {
  padding: 18px 0;
}

.scheduler tbody tr {
  border-bottom: 1px solid #d9d9d9;
}

.scheduler tbody tr td {
  height: 88px;
}

.scheduler td, .scheduler th {
  border-left: 1px solid #f3f4f8;
  padding: 14px 10px;
  color: #000;
}

.scheduler td:first-child, .scheduler th:first-child {
  border-left: 0;
}

.scheduler td.sat, .scheduler th.sat {
  color: #06a4c7;
}

.scheduler td.sun, .scheduler th.sun {
  color: #f67923;
}

.scheduler-date {
  color: #999;
}

.digr_shuttlecock_management {
  height: 303px;
  text-indent: -999em;
  background: url(/static/sm/images/digr_shuttlecock_management.png) no-repeat;
}

.player-info-txt {
  font-weight: 700;
}

.player-info-tit {
  display: inline-block;
  width: 80px;
  margin-right: 20px;
  font-weight: 900;
}

.list5 {
  position: relative;
}

.list5-item {
  min-height: 130px;
  padding: 0 0 0 170px;
  margin-bottom: 30px;
  position: relative;
}

.list5-item:after {
  content: '';
  display: block;
  background: url(/static/sm/images/ico_spr_badminton_rules.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list5-item dd {
  font-size: 1rem;
}

.list5-item-headline {
  font-size: 1.125rem;
  color: #06a4c6;
  margin-bottom: 9px;
}

.list5-item-headline:before {
  content: "▶";
  font-size: 0.75rem;
  font-weight: normal;
  color: #06a4c6;
  margin-right: 10px;
  vertical-align: middle;
}

.list5-item-txt {
  margin-bottom: 20px;
}

.list5-item.rule1:after {
  width: 130px;
  height: 130px;
  background-position: 0 0;
}

.list5-item.rule2:after {
  width: 130px;
  height: 130px;
  background-position: -137px 0;
}

.list5-item.rule3:after {
  width: 130px;
  height: 130px;
  background-position: -275px 0;
}

.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

/*달력*/
.dhx_cal_container {
  display: block;
  margin: 0 auto;
  height: 700px !important;
}

.dhx_cal_header {
  height: 40px !important;
  border: 1px solid #CECECE !important;
  background: #fff;
}

.dhx_scale_bar {
  height: 40px !important;
  border-left: 1px solid #CECECE;
  line-height: 40px !important;
  background: #fff;
}

.dhx_scale_bar:nth-child(2) {
  left: 115px !important;
}

.dhx_scale_bar:nth-child(4) {
  left: 341px !important;
}

.dhx_scale_bar:nth-child(5) {
  left: 454px !important;
}

.dhx_scale_bar:nth-child(6) {
  left: 567px !important;
}

.dhx_scale_bar:nth-child(7) {
  left: 681px !important;
}

.dhx_cal_data {
  top: 101px !important;
  height: 700px !important;
}

.dhx_cal_data table {
  border-left: 1px solid #CECECE;
  margin-left: 2px;
}

.dhx_month_body {
  height: 90px !important;
}

/*capcha*/
.capcha {
  width: 150px;
  height: 50px;
  border: 1px solid #d9d9d9;
  font-size: 1rem !important;
  position: relative;
  text-indent: 24px;
  background: #fff;
}

.capcha:before {
  content: '';
  display: block;
  background: url(/static/ap/images/spr_service_ico.png) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
}

.capcha.reflash:before {
  background-position: -29px -18px;
  width: 21px;
  height: 21px;
}

.capcha.sound:before {
  background-position: -68px -17px;
  width: 25px;
  height: 23px;
}

.input-align {
  clear: both;
  overflow: hidden;
}

.input-align .capcha {
  float: left;
}

.input-align .capcha:nth-child(3) {
  border-left: 0;
}

.input-align img {
  float: left;
}

.input-align .user-input-text {
  width: 550px !important;
    height: 50px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.input-align .capcha + .user-input-text {
  border-top: 0 !important;
}

.location {
  height: 52px;
  position: absolute;
  top: 382px;
  left: 34px;
}

.location-bar-nav-item {
  padding-left: 20px;
  float: left;
  line-height: 1.7;
}

.location-bar-nav-item.ico {
  text-indent: 0;
}

.location-bar-nav-item.ico:after {
  top: 1px;
  left: auto;
  right: -10px;
}

.location-bar-nav-item .home.ico:after {
  top: -2px;
  left: auto;
  right: 0;
}

.location-bar-nav-item-link {
  color: #fff;
  font-size: 0.875rem;
}

.article {
  position: relative;
  margin-bottom: 50px;
}

.article:last-child {
  margin-bottom: 0;
}

.article.profile-wrap {
  height: 800px;
}

.tab-nav-list {
  width: 100%;
}

.tab-nav-list-item {
  width: calc(25% + 1px);
  float: left;
  margin-right: -1px;
}

.tab-nav-list-link {
  padding: 20px 0;
  display: block;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-weight: 300;
  color: #666;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

.tab-nav-list-link.on {
  color: #fff;
  border: 1px solid #06a4c7;
  background: #06a4c7;
  font-weight: 800;
  height: auto;
  z-index: 10;
  position: relative;
}

.btn-type-normal {
  min-width: 150px;
  height: 40px;
  background: #06a4c7;
  padding: 0 45px 0 20px;
  line-height: 40px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.btn-type-normal.ico {
  text-indent: 0;
}

.btn-type-normal.ico:after {
  left: auto;
  right: 18px;
}

.btn-type-normal.ico.center {
  text-align: center;
  padding: 0;
}

.btn-type-normal.btn2 {
  min-width: 106px;
  height: 33px;
  background: #fff;
  padding: 0 45px 0 20px;
  line-height: 33px;
  font-size: 0.875rem;
  color: #444;
  text-align: left;
  border: 1px solid #d9d9d9;
}

.btn-type-normal.btn2.float-r {
  float: right;
  top: 16px;
}

.btn-type-small {
  min-width: 116px;
  height: 30px;
  background: #fff;
  padding: 0 32px 0 12px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222;
  display: inline-block;
}

.btn-type-small.point {
  background: #f2f2f2;
}

.btn-type-small.ico {
  text-indent: 0;
}

.btn-type-small.ico:after {
  left: auto;
  right: 14px;
}

.btn-type-text {
  width: 42px;
  height: 40px;
}

.btn-type-text.right-btn {
  background: #06a4c7;
  border: 0;
}

.btn-type-text.left-btn {
  background: #fff;
  border: 1px solid #666;
}

.btn-type-text.ico {
  text-indent: 0;
}

.btn-type-text.ico:after {
  left: auto;
  right: 18px;
}

.text-button .float-r {
  float: right;
}

.text-button .float-l {
  float: left;
  font-size: 1rem;
}

.text-button .float-l .middle {
  position: relative;
  top: 12px;
}

.text-button .mr14 {
  margin-right: 14px;
}

.ico {
  /* location */
}

.ico.location-bar-nav-item-link.home:after {
  background-position: -128px -93px;
  width: 22px;
  height: 22px;
}

.ico.location-bar-nav-item:after {
  background-position: -153px -93px;
  width: 22px;
  height: 22px;
}

.ico.arrow-right:after {
  background-position: -157px -64px;
  width: 8px;
  height: 12px;
}

.ico.arrow-point-right:after {
  background-position: -129px -64px;
  width: 8px;
  height: 12px;
}

.ico.arrow-point-left:after {
  background-position: -246px -33px;
  width: 8px;
  height: 12px;
}

.ico.arrow-small-right:after {
  background-position: -158px -65px;
  width: 6px;
  height: 10px;
}

.ico.download:after {
  background-position: -68px -98px;
  width: 13px;
  height: 12px;
}

.list1-item {
  margin-top: 4px;
  padding-left: 12px;
  position: relative;
}

.list1-item:first-child {
  margin-top: 0;
}

.list1-item:before {
  content: "·";
  font-size: 1.625rem;
  position: absolute;
  top: -6px;
  left: 0;
}

.list2-item {
  padding-left: 12px;
  line-height: 26px;
  position: relative;
}

.list2-item:before {
  content: "-";
  font-weight: 300;
  position: absolute;
  top: 0;
  left: 0;
}

.list3:after {
  content: "";
  display: block;
  clear: both;
}

.list3-item {
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
}

.list3-item:before {
  content: "▶";
  /*font-size: 0.875rem;*/
  font-size: 0.75rem;
  font-weight: normal;
  color: #06a4c7;
  position: absolute;
  top: 3px;
  left: -1px;
}

.list3-item.headline {
  font-size: 1.125rem;
  color: #06a4c7;
  margin-bottom: 9px;
}

.list3-item.headline.black {
  color: #444;
}

.list3-item.boxsizing {
  box-sizing: border-box;
}

.list4-item {
  padding-left: 23px;
  position: relative;
}

.list4-item .number {
  position: absolute;
  top: 0;
  left: 0;
}

strong {
  font-weight: 900;
}

strong.color-b {
  color: #06a4c7;
}

/*갤러리*/
.co-gallery {
  padding: 30px 0 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #d9d9d9;
}

.co-gallery-item {
  margin: 0 21px 30px 0;
  float: left;
  text-align: center;
}

.co-gallery-item:nth-child(3n) {
  margin-right: 0;
}

.co-gallery-item-img {
  line-height: 0;
}

.co-gallery-item-title {
  margin-top: 15px;
  color: #444;
}

.board-page {
  font-size: 0.875rem;
  text-align: right;
  margin: 20px 0 10px;
}

.guide-desc {
  display: block;
  color: #666;
  line-height: 1.6;
  font-size: 0.875rem;
}

.guide-desc.mark {
  line-height: 24px;
  text-indent: -20px;
  padding-left: 20px;
}

.guide-desc.mark:before {
  content: "※";
  margin-right: 2px;
}

.message-wrap {
  width: 100%;
  height: 278px;
  background-color: #06a4c7;
  position: relative;
}

.message-wrap.left {
  padding: 60px 30px 60px 255px;
}

.message-wrap.right {
  padding: 60px 255px 60px 30px;
}

.message-txt-tit {
  font-size: 1.687rem;
  color: #fff;
  font-family: 'nanumsq', sans-serif;
}

.message-txt {
  font-size: 1.125rem;
  color: #fff;
}

.message-txt:before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin: 22px 0;
}

.message-img {
  position: absolute;
  top: 0;
}

.message-img.left {
  left: 0;
}

.message-img.right {
  right: 0;
}

.message-img2 {
  position: absolute;
  bottom: 53px;
  right: 150px;
}

.message-bottom-txt span {
  color: #06a4c7;
}

.team-history-year {
  font-size: 2.812rem;
  color: #06a4c7;
  font-weight: 900;
  text-align: center;
  margin-bottom: 45px;
}

.team-history-year-wrap {
  width: 440px;
  font-size: 1rem;
}

.team-history-year-wrap.align-l {
  text-align: left;
  border-left: 1px solid #d9d9d9;
  padding-left: 45px;
  margin-left: 430px;
}

.team-history-year-wrap.align-r {
  text-align: right;
  border-right: 1px solid #d9d9d9;
  padding-right: 45px;
}

.team-history-tit {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 18px;
}

.team-history-tit.after:after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  right: -50px;
  width: 9px;
  height: 9px;
  background: #06a4c7;
  border-radius: 50%;
}

.team-history-tit.before:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: #06a4c7;
  position: absolute;
  top: 12px;
  left: -50px;
  border-radius: 50%;
}

.team-history-txt-wrap {
  margin-bottom: 45px;
}

.ml9 {
  margin-left: 9px;
}

.user-text {
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 1rem;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
}

.user-text.login {
  width: 100%;
  height: 50px;
}

.user-text.wide {
  width: 100%;
}

.user-text.height {
  height: 200px;
  padding: 15px;
  line-height: 1.5;
}

/**/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font16 {
  font-size: 1rem;
}

/**/
.digr-string-pound {
  height: 362px;
  border: 1px solid #d9d9d9;
  text-indent: -999em;
  background: url(/static/sm/images/digr_string_pound.png) no-repeat;
}

.digr-string-pound-ex {
  height: 428px;
  border: 1px solid #d9d9d9;
  text-indent: -999em;
  background: url(/static/sm/images/digr_string_pound_ex.png) no-repeat;
}

.label-hide {
  position: absolute;
  left: -999em;
  width: 1em;
  overflow: hidden;
}

.sm-team {
  position: relative;
  display: block;
}

/*선수단사진*/
.team-profile {
  height: 160px;
  display: block;
}

.team-profile-player {
  width: 100%;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #323648;
}

.team-profile-player-list {
  width: 100%;
  height: 160px;
  position: relative;
  display: block;
  overflow: hidden;
}

.team-profile-player-list.coach-wrap {
  text-align: center;
}

.team-profile-player-photo {
  display: block;
  position: relative;
  text-indent: -999em;
  width: 130px;
  height: 160px;
  margin: 0 20px;
  float: left;
  cursor: pointer;
}

.team-profile-player-photo:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/static/sm/images/img_spr_player_boy_small.jpg) no-repeat;
}

.team-profile-player-photo.player1:after {
  background-position: -35px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player2:after {
  background-position: -204px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player3:after {
  background-position: -370px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player4:after {
  background-position: -540px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player5:after {
  background-position: -715px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player6:after {
  background-position: -880px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player7:after {
  background-position: -1050px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player8:after {
  background-position: -1220px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player9:after {
  background-position: -1385px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player10:after {
  background-position: -1548px -191px;
  width: 140px;
  height: 160px;
}

.team-profile-player-photo.player11:after {
  background-position: -1700px -191px;
  width: 140px;
  height: 160px;
}


.team-profile-player-photo.on:after {
  background-position-y: -1px;
}

.team-profile-player-photo.girl:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/static/sm/images/img_spr_player_girl_small.jpg) no-repeat;
}

.team-profile-player-photo.girl.player1:after {
  background-position: 20px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player2:after {
  background-position: -147px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player3:after {
  background-position: -325px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player4:after {
  background-position: -509px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player5:after {
  background-position: -669px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player6:after {
  background-position: -836px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player7:after {
  background-position: -1007px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player8:after {
  background-position: -1190px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player9:after {
  background-position: -1354px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player10:after {
  background-position: -1518px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player11:after {
  background-position: -1682px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.player12:after {
  background-position: -1846px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.girl.on:after {
  background-position-y: -8px;
}

.team-profile-player-photo.coach:after {
  background: url(/static/sm/images/img_spr_staff.jpg) no-repeat;
}

.team-profile-player-photo.coach.staff01:after {
  background-position: -32px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.coach.staff01.on:after {
  background-position: -32px -8px;
}

.team-profile-player-photo.coach.staff02:after {
  background-position: -200px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.coach.staff02.on:after {
  background-position: -200px -8px;
}

/* 18.04.17 코칭스탭 추가 */
.team-profile-player-photo.coach.staff03:after {
  background-position: -368px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.coach.staff03.on:after {
  background-position: -368px -8px;
}

.team-profile-player-photo.coach.staff04:after {
  background-position: -555px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.coach.staff04.on:after {
  background-position: -555px -8px;
}

.team-profile-player-photo.coach.staff05:after {
  background-position: -720px -182px;
  width: 130px;
  height: 160px;
}

.team-profile-player-photo.coach.staff05.on:after {
  background-position: -720px -8px;
}


/* //18.04.17 코칭스탭 추가 끝 */



.team-profile-player-control-arrow .arrow {
  display: block;
  position: absolute;
  text-indent: -999em;
  height: 22px;
  top: 80px;
}

.team-profile-player-control-arrow .arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: url(/static/sm/images/spr_ico_control_arrow.png) no-repeat;
}

.team-profile-player-control-arrow .arrow.prev {
  position: absolute;
  left: 0;
}

.team-profile-player-control-arrow .arrow.prev:after {
  background-position: -10px -10px;
  width: 13px;
  height: 22px;
}

.team-profile-player-control-arrow .arrow.next {
  position: absolute;
  right: 0;
}

.team-profile-player-control-arrow .arrow.next:after {
  background-position: -33px -10px;
  width: 13px;
  height: 22px;
}

/*개인프로필*/
.individual-profile {
  margin-top: 25px;
  position: absolute;
  top: 163px;
  left: 0;
  width: 100%;
  display: none;
}

.individual-profile.on {
  display: block;
}

.individual-profile-player-name {
  color: #06a4c7;
  font-size: 1.5rem;
  font-weight: 900;
}

.individual-profile-player-name-en {
  margin-top: 20px;
  color: #222;
  font-size: 1.125rem;
  font-weight: 800;
}

.individual-profile-player-other {
  font-weight: 800;
}

.individual-profile-player .list1 {
  margin-top: 30px;
  font-size: 1rem;
  color: #666;
}

a, button {
  cursor: pointer;
}

.f-right {
  float: right !important;
}

.save-info-id {
  float: left;
  margin-top: 15px;
  font-size: 0.98rem;
}


.find-info-list {
  margin-top: 15px;
  float: right;
}

.find-info-item {
  display: inline-block;
  position: relative;
}

.find-info-item:first-child {
  padding-right: 10px;
}

.find-info-item:first-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #666;
}

.find-info-link {
  font-size: 0.98rem;
  color: #444;
}

.find-info-link.pw {
  padding-left: 10px;
}

.sign-in {
  padding-bottom: 20px;
}

.sign-in-title {
  font-size: 1.125rem;
  color: #444;
}

.sign-in-txt {
  font-size: 1rem;
  color: #444;
}

.sign-in-btn {
  width: 99px;
  height: 40px;
  background-color: #fff;
  color: #666;
  border: 1px solid #a6a7ab;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 10px;
  margin-top: 10px;
}

.sign-in-col1 {
  float: left;
}

.sign-in-col2 {
  float: left;
}

.top-contents {
  height: 955px;
  min-width: 1359px;
}

.contents.top-contents#top-contents {
  margin-bottom: 0;
}

.main-visual-wrap {
  width: 1359px;
  height: 1067px;
  padding-top: 165px;
  margin: 0 auto;
  background: url(/static/sm/images/bg_top_contents.png) no-repeat center 229px;
  position: relative;
  z-index: 2;
}

.main-visual-title {
  position: absolute;
  top: 335px;
  left: 235px;
}

.main-news {
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 25px 0 0 -288px;
}

.main-news-title {
  width: 186px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #373737;
  transform: skew(-47deg);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 60px;
  z-index: 12;
  cursor: pointer;
}

.main-news-title.on {
  background: #fb6c31;
}

.main-news-title.match {
  left: 186px;
}

.main-news-title .skew {
  display: block;
  width: 100%;
  height: 60px;
  transform: skew(47deg);
}

.main-news-text {
  display: none;
  width: 594px;
  height: 60px;
  padding: 0 70px;
  position: absolute;
  top: 0;
  left: 342px;
  background: #000;
  font-size: 1rem;
  font-weight: 400;
  z-index: 10;
  transform: skew(-47deg);
}

.main-news-text.on {
  display: block;
}

.main-news-notice {
  height: 26px;
  position: relative;
  top: 17px;
  overflow: hidden;
  transform: skew(47deg);
}

.main-news-notice-item {
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}

.main-news-notice-link {
  display: block;
  width: 100%;
  padding-right: 30px;
  position: relative;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-news-notice-link.new:after {
  content: "N";
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  background: #00aec3;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 0.875rem;
}

.main-news-notice-wrap {
  position: absolute;
  right: 70px;
  transform: skew(47deg);
}

.main-news-notice-btn {
  display: block;
  width: 10px;
  height: 11px;
  padding: 0;
  margin-right: 15px;
  border: 0;
  background: url(/static/sm/images/spr_main_news_btn.png) no-repeat;
  float: left;
  text-indent: -99999em;
}

.main-news-notice-btn.prev {
  background-position: 0 0;
}

.main-news-notice-btn.next {
  background-position: -50px 0;
  margin-right: 0;
}

.main-news-notice-btn.pause {
  background-position: -24px 0;
}

.main-news-notice-btn.play {
  background-position: -76px 0;
}

.main-member {
  display: block;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 140px 0 0 -340px;
}

.main-member-list {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.main-member-list-item {
  width: 230px;
  height: 230px;
  position: absolute;
  top: 0;
  left: 0;
}

.main-member-list-link {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  position: absolute;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  line-height: 60px;
}

.main-member-list-link span {
  display: block;
  position: relative;
  z-index: 12;
}

.main-member-list-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.main-member-list-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-member-list-link.member01:before {
  background: url(/static/sm/images/img_main_member_01.png) no-repeat;
}

.main-member-list-link.member02:before {
  background: url(/static/sm/images/img_main_member_02.png) no-repeat;
}

.main-member-list-link.member03:before {
  background: url(/static/sm/images/img_main_member_03.png) no-repeat;
}

.main-member-list-link.member04:before {
  background: url(/static/sm/images/img_main_member_04.png) no-repeat;
}

.main-member-list-link.member05:before {
  background: url(/static/sm/images/img_main_member_05.png) no-repeat;
}

.main-member-list-link.member06:before {
  background: url(/static/sm/images/img_main_member_06.png) no-repeat;
}

.main-member-list-link.member07:before {
  background: url(/static/sm/images/img_main_member_07.png) no-repeat;
}

.main-member-list-link.member08:before {
  background: url(/static/sm/images/img_main_member_08.png) no-repeat;
}


.main-member-list-link.member11:before {
  background: url(/static/sm/images/img_main_member_11.png) no-repeat;
}

.main-member-list-link.member12:before {
  background: url(/static/sm/images/img_main_member_12.png) no-repeat;
}

.main-member-list-link.member13:before {
  background: url(/static/sm/images/img_main_member_13.png) no-repeat;
}

.main-member-list-link.member14:before {
  background: url(/static/sm/images/img_main_member_14.png) no-repeat;
}

.main-member-list-link.member15:before {
  background: url(/static/sm/images/img_main_member_15.png) no-repeat;
}

.main-member-list-link.member16:before {
  background: url(/static/sm/images/img_main_member_16.png) no-repeat;
}

.main-member-list-link.member17:before {
  background: url(/static/sm/images/img_main_member_17.png) no-repeat;
}


.main-member-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-member-btn.prev {
  display: block;
  width: 15px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(/static/sm/images/spr_main_member_btn.png) no-repeat;
  left: 0;
  text-indent: -99999em;
}

.main-member-btn.next {
  display: block;
  width: 15px;
  height: 24px;
  padding: 0;
  border: none;
  background: url(/static/sm/images/spr_main_member_btn.png) no-repeat -301px 0;
  right: 0;
  text-indent: -99999em;
}

.main-link {
  display: block;
  width: 311px;
  height: 73px;
  background: url(/static/sm/images/bg_main_intro_link.png) no-repeat 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 210px 0 0 75px;
  text-indent: -99999em;
}

.main-top-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-top-bg.bg1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/sm/images/bg_main_visual_01.jpg) no-repeat;
  background-size: cover;
}

.main-top-bg.bg2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/sm/images/bg_main_visual_02.jpg) no-repeat;
  background-size: cover;
}

.main-top-bg.bg3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/sm/images/bg_main_visual_03.jpg) no-repeat;
  background-size: cover;
}

.banner-link {
  width: 100%;
  min-width: 1359px;
  height: 396px;
  background: url(/static/sm/images/bg_main_banner.png) no-repeat center top;
  position: relative;
  z-index: 1;
}

.banner-link .menu-list {
  width: 1152px;
  padding-top: 130px;
  margin: 0 auto;
}

.banner-link .menu-list-item {
  float: left;
  margin: 0 56px;
}

.banner-link .menu-list-link {
  display: block;
  width: 117px;
  height: 170px;
  padding-top: 142px;
  position: relative;
  text-align: center;
}

.banner-link .menu-list-link:before {
  content: "";
  display: block;
  width: 117px;
  height: 117px;
  background: url(/static/sm/images/spr_main_banner_link.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-link .menu-list-link.link1:before {
  background-position: 0px 0;
}

.banner-link .menu-list-link.link2:before {
  background-position: -240px 0;
}

.banner-link .menu-list-link.link3:before {
  background-position: -480px 0;
}

.banner-link .menu-list-link.link4:before {
  background-position: -720px 0;
}

.banner-link .menu-list-link.link5:before {
  background-position: -960px 0;
}

.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
  z-index: 99999;
}

.loading-inner {
  width: 77px;
  padding-top: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -99999em;
}

.loading-inner.opacity {
  opacity: 0;
}

.loading-inner:after {
  content: "";
  display: block;
  width: 150px;
  height: 56px;
  background: url(/static/loading.gif) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.loading.opacity {
  opacity: 0;
}

.loading.none {
  display: none;
}

.footer-graft + footer {
  margin-top: 0;
}

.footer * {
  box-sizing: border-box;
}

.footer li {
  line-height: 1;
}

.footer {
  margin-top: 120px;
  min-width: 1359px;
  background: #fff;
  padding: 24px 0;
  border-top: 1px solid #dcdfe4;
}

.footer-align.left {
  float: left;
}

.footer .fnb-list {
  font-size: 0;
}

.footer .fnb-list-item {
  margin-left: 10px;
  display: inline-block;
}

.footer .fnb-list-item:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #ccc;
  margin-right: 10px;
}

.footer .fnb-list-item:first-child {
  margin-left: 0;
}

.footer .fnb-list-item:first-child:before {
  display: none;
}

.footer .fnb-list-link {
  color: #222;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer .fnb-list-link:hover {
  opacity: .5;
}

.footer-call {
  margin: 28px 0 20px 0;
  font-size: 1.125rem;
  font-weight: 600;
}

.footer-call-num {
  color: #2c8179;
  font-weight: 900;
}

.footer-contact {
  margin-bottom: 12px;
  font-size: 0;
}

.footer-contact-item {
  display: inline-block;
  color: #666;
  font-size: 0.875rem;
  margin-right: 10px;
}

.footer-contact-item:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #ccc;
  margin-right: 10px;
}

.footer-contact-item:first-child {
  margin-left: 0px;
}

.footer-contact-item:first-child:before {
  display: none;
}

.footer-copyright {
  color: #666;
  font-size: 0.75rem;
  letter-spacing: .3px;
  font-style: oblique;
}

.footer-align.right {
  float: right;
  margin-top: -16px;
}

.footer .sns-list {
  float: right;
  margin-right: -11px;
  font-size: 0;
}

.footer .sns-list-item {
  display: inline-block;
  margin-right: 10px;
}

.footer .sns-list-link {
  width: 22px;
  height: 22px;
}

.footer .sns-list-link:hover {
  opacity: .5;
}

.footer .relsite {
  width: 202px;
  height: 32px;
  margin: 20px 0 12px 0;
}

.footer .relsite .select-list {
  top: -391px;
  width: 202px;
  max-height: 392px;
}

.footer .incheon-select {
  width: 100%;
}

/* link type select box */
.select-link {
  background: #fff;
  position: relative;
}

.select-link-default {
  width: 100%;
  height: 100%;
  background: none;
  padding: 0;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 0;
  text-align: left;
  text-indent: 10px;
  position: relative;
  border: 1px solid #d9d9d9;
}

.select-link-default.on {
  border-color: #666;
}

.select-link-default .ico {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: none;
  margin: auto;
  border: none;
}

.select-link-default .ico:after {
  transition: all .4s;
}

.select-link-default .ico:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background: #d9d9d9;
}

.select-link-default.on .ico:after {
  transform: rotate(180deg);
}

.select-link .select-list {
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 31px;
  background: #fff;
  transition: height .4s;
  border: 1px solid #d9d9d9;
  z-index: 10;
}

.select-link .select-list.on {
  display: block;
}

.select-link .select-list.on.up {
  border-color: #666;
  border-bottom-color: #d9d9d9;
}

.select-link .select-list.on.down {
  border-color: #666;
  border-top-color: #d9d9d9;
}

.select-link .select-list-item {
  line-height: 30px;
  text-indent: 10px;
}

.select-link .select-list-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 400;
  text-decoration: none;
}

.select-link .select-list-link:hover {
  background: #4674c9;
  color: #fff;
}

/* 200923 login 국문문구추가 */
.log-in .log-in-ex {
  text-align: left;
  display: block;
  font-size: 0.85rem;
  padding: 5px 0;
  color: #666;
  font-style: normal;
  line-height: 1.3rem;
}
/* 200923 login 국문 문구추가 끝 */