@charset "UTF-8";
/* //////////////////////////////////////////////////// */
/* ////////////////////// COLOR /////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ////////////////////// HEADER ////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ////////////////////// IMAGE /////////////////////// */
/* //////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////// */
/* ///////////////////// BUTTON /////////////////////// */
/* //////////////////////////////////////////////////// */
/*$cl_medium_ori : #afb6c1;*/
/*@import "../layout";*/
/* 게시판 리스트 */
.sub #board table.tbl-news tbody td:nth-child(2) {
  text-align: left;
}

.sub #board table.tbl-commu tbody td:nth-child(2) {
  text-align: left;
}

caption {
  position: absolute;
  width: 0;
  height: 0;
  text-indent: -9999px;
  text-indent: -9999rem;
}

.sub #board table.tbl-news tbody tr.top-fix {
  background: #252525;
}

/* 게시판 리스트 너비 */
.sub #board table.col5 colgroup .board-num {
  width: 8%;
}

.sub #board table.col5 colgroup .board-tit {
  width: 54%;
}

.sub #board table.col5 colgroup .board-er {
  width: 18%;
}

.sub #board table.col5 colgroup .board-date {
  width: 12%;
}

.sub #board table.col5 colgroup .board-view-num {
  width: 8%;
}

.sub #board table.col4 colgroup .board-tit {
  width: 62%;
}

.sub #board table.col4 colgroup .board-er {
  width: 18%;
} /* 18% - > 22% 한글8자, 영문14자*/
.sub #board table.col4 colgroup .board-date {
  width: 12%;
}

.sub #board table.col4 colgroup .board-view-num {
  width: 8%;
}

.sub #board table a {
  color: inherit;
}

/* 게시판 상세보기 -  게임정보 (만 중앙정렬) */
.border-tit {
  color: #252525;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 1rem;
  border-bottom: 1px solid #252525;
}

.gameInfo h2 {
  margin-top: 2rem;
  text-align: center;
  line-height: 1.2;
  color: #f3f3f3;
}

.gameInfo .view-cont p {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #b3b3b3;
}

.gameInfo .view-cont h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

.gameInfo .view-cont h3 strong {
  font-weight: 500;
  font-size: 1.25rem;
  color: #a93939;
}

/* 커뮤니티 글쓰기 버튼 */
#community .btn-wrap {
  text-align: right;
}

/* 상세보기 글쓰기,수정,삭제 */
#detailView .wrap-btn .cmt-control-mb {
  position: relative;
  display: none;
  z-index: 8888;
}

.shadow-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.art h2 {
  color: #f3f3f3;
  padding: 15px 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.sec2 .row-w {
  padding: 66px 70px;
  padding: 4.125rem 4.375rem;
}

.art1 {
  width: 100%;
}

.art1 ul {
  overflow: hidden;
  width: 100%;
}

.art1 ul li {
  width: calc(50% - 4.5px);
  float: left;
  margin-left: 9px;
  margin-bottom: 14px;
}

.art1 ul li:nth-child(2n+1) {
  margin-left: 0px;
}

.art2 {
  width: 100%;
  margin-top: 4.125rem;
}

.art2 ul {
  overflow: hidden;
  width: 100%;
}

.art2 ul li {
  width: calc(50% - 6px);
  float: left;
  margin-left: 9px;
  margin-bottom: 14px;
}

.art2 ul li:nth-child(2n+1) {
  margin-left: 0px;
}

#eventTab .card a img {
  width: 100%;
  min-width: 330px;
}

#eventTab .card a .event-state {
  position: absolute;
  bottom: 14px;
  right: 20px;
  display: inline-block;
  width: 49px;
  height: 49px;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  background: #aa4443;
  border-radius: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  z-index: 32;
}

#eventTab .card.finished a .event-state {
  background: #464646;
}

/* Media - wrap */
.wrap-media {
  box-sizing: border-box;
  width: 100%;
  height: 325px;
  height: 20.31rem;
  height: 16.375rem;
  border: 1px solid #464646;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

/*Media - 카테고리, 제목*/
.card a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.card a dl { /*position:relative;*/
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.card a dl dt {
  z-index: 31;
  position: absolute;
  padding: 0 23px;
  top: 224px;
  top: 11rem;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 1.3;
}

.card a dl dd {
  z-index: 30;
  position: absolute;
  padding: 0 23px; /*top:270px;top:16.88rem;*/
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: right;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 18px;
  line-height: 1.25rem;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.card .bg-gradient {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 31;
  display: none;
}

.card .bg-gradient {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% + 2px);
  height: calc(100% + 5px);
  border-bottom: 5px solid #000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+98&0+50,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 60%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 ); /* IE6-9 */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.card a dl img {
  z-index: 25;
  position: absolute;
  width: calc(100% + 1px);
  height: 100%;
  left: 0;
  top: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* 마우스 호버 효과 */
/*.card:hover a dl dt{top:208px;top:13rem;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;}
.card:hover a dl dd{top:0;-moz-transition: all .2s ease-in;-o-transition: all .2s ease-in;-webkit-transition: all .2s ease-in;transition: all .2s ease-in;}*/
.card:hover .bg-gradient {
  display: inline-block;
  box-sizing: border-box;
  width: calc(100% + 2px);
  height: calc(100% + 3px);
  border-bottom: 5px solid #9f7644;
  /*그라디언트*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 60%, rgb(0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 60%, rgb(0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 60%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0); /* IE6-9 */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* 아트웍 슬라이더 */
.slider-artworks, .slider-artworks li { /* height:100% !important; */ }

.slider-artworks li {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.slider-artworks li img {
  width: 100%;
}

/* 미디어 영역 */
.wrap-media .btn-play {
  position: absolute;
  z-index: 30;
  top: 107.5px;
  top: 4.688rem;
  left: 50%;
  margin-left: -41px;
  margin-left: -2.5625rem;
  display: inline-block;
  width: 82px;
  width: 5.125rem;
  height: 82px;
  height: 5.125rem;
  background: url(https://file.qijisoft.com/Valofe_file/web/blacksquad/images/main/btn-play.png) 0 0 no-repeat;
  background-size: contain;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/*.wrap-media:hover .btn-play{top:87.5px;}*/
/* type2 */
.wrap-media.type2 {
  height: 240px;
  height: 15rem;
}

.card.type2 a dl dt { /*top:190px;top:11.88rem;*/
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  color: #8a8a8a;
  z-index: 30;
}

.card.type2 a dl dd {
  top: 190px;
  top: 11.88rem;
  height: auto;
  color: #8a8a8a;
  z-index: 32;
}

/*.card.type2:hover a dl dt{top:170px;top:10.63rem;}*/
.card.type2:hover a dl dd {
  top: 170px;
  top: 10.63rem;
}

.wrap-event {
  position: relative;
  box-sizing: border-box;
  width: 100%; /*height:254px;height:15.875rem;*/
  height: auto;
  overflow: hidden;
}

#eventTab .card a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

#eventTab .card .img-wrapper {
  position: relative;
  height: 186px;
  border: 1px solid #464646;
  overflow: hidden;
}

#eventTab .card a img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  position: relative;
  top: inherit;
  left: inherit;
  min-height: 100%;
  min-width: 100%;
  transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 0;
}

#eventTab .card dl {
  position: relative;
  padding: 1rem 1.25rem;
  border: 1px solid #464646;
}

#eventTab .card dl dt {
  position: relative;
  padding: 0;
  top: inherit;
  font-size: 15px;
  color: #f3f3f3;
}

#eventTab .card dl dd {
  position: relative;
  padding: 0;
  top: inherit;
  margin-top: 0.25rem;
  text-align: left;
  font-size: 12px;
  color: #b3b3b3;
}

#eventTab .card.finished:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: block;
  background: rgba(0, 0, 0, 0.45);
  z-index: 31;
}

/*#eventTab .card.finished dl dt {color:$cl_regular;}*/
#eventTab .ellipsis {
  max-width: calc(100% - 2rem);
  line-height: 1.4;
  vertical-align: middle;
}

#eventTab .card .icon-new {
  vertical-align: middle;
  line-height: 1.3;
}

/* 랭킹 */
.sub #clanTab #board {
  overflow-x: auto;
}

.sub #clanTab #board table {
  min-width: 328px;
}

.sub #board table.tbl-ranking tr:nth-child(-n+3) td:nth-child(1) {
  color: #fff;
}

.sub #board table.tbl-ranking tbody td:nth-child(3) {
  text-align: center;
}

.sub #board table thead th.rank {
  width: 13%;
  padding: 8px;
}

/*.sub #board table.tbl-ranking tbody tr:nth-child(-n-3) {background:#f8f8f8;}*/
.update-date {
  text-align: right;
  color: #b3b3b3;
  margin: -1.125rem 0 0.75rem;
  font-size: 12px;
}

.update-date span.space {
  color: #c7cbd1;
  margin: 0 0.25rem;
  font-size: 0.8125rem;
}

.rank-up {
  padding-left: 12px;
  background: url(https://file.qijisoft.com/Valofe_file/web/blacksquad/images/sub/ranking/icon-up.png) no-repeat left center;
  color: #c59b65;
  font-size: 14px;
  font-size: 0.875rem;
}

.rank-down {
  padding-left: 12px;
  background: url(https://file.qijisoft.com/Valofe_file/web/blacksquad/images/sub/ranking/icon-down.png) no-repeat left center;
  color: #b45454;
  font-size: 14px;
  font-size: 0.875rem;
}

.sub .rakingPage #board .tbl-ranking tr:nth-child(1) td:nth-child(1) {
  background: url(https://file.qijisoft.com/Valofe_file/web/blacksquad/images/sub/ranking/bg-ranking1.png) no-repeat center;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-shadow: 0 1px 3px #714829;
}

.sub .rakingPage #board .tbl-ranking tr:nth-child(2) td:nth-child(1) {
  background: url(https://file.qijisoft.com/Valofe_file/web/blacksquad/images/sub/ranking/bg-ranking2.png) no-repeat center;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-shadow: 0 1px 3px #714829;
}

.sub .rakingPage #board .tbl-ranking tr:nth-child(3) td:nth-child(1) {
  background: url(https://file.qijisoft.com/Valofe_file/web/blacksquad/images/sub/ranking/bg-ranking3.png) no-repeat center;
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: bold;
  text-shadow: 0 0 1px;
}

#faq .depth-tab2 {
  margin: 11px 0;
  border: 1px solid #464646;
}

#faq .depth-tab2 li {
  width: 190px;
  width: 20%;
  background: none;
  float: left;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}

#faq .depth-tab2 li.on {
  background: #a93939;
}

#faq .depth-tab2 li:hover {
  background: #c95454;
}

#faq .depth-tab2 li:hover a {
  color: #ffffff;
}

#faq .depth-tab2 li a {
  display: inline-block;
  width: 100%;
  color: #b3b3b3;
  border-right: 1px solid #464646;
}

#faq .depth-tab2 li.on a {
  color: #ffffff;
  border-right: none;
}

#faq .depth-tab2 li:last-child a {
  border-right: none;
}

#faq .board-view {
  display: none;
}

#faq .board-view.on {
  display: block;
}

#faq {
  line-height: 1.6;
  font-size: 14px;
  word-break: keep-all;
}

#faq table {
  border-top: 1px solid #9f7644;
}

#faq table .view-tit {
  padding: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #f3f3f3;
}

#faq table tbody td {
  padding: 16px 30px;
  padding: 1rem 1.875rem;
  border-bottom: 1px solid #464646;
  vertical-align: middle;
  font-size: 13px;
  font-size: 0.8125rem;
}

#faq table tbody td span {
  color: #464646;
  margin: 0 1rem;
}

#faq table tbody td:first-child {
  text-align: center;
}

.faq-a {
  display: none;
}

.faq-a p + p {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.faq-q td:nth-child(2):hover {
  cursor: pointer;
}

.faq-q .pull-left {
  color: #9f7644;
  font-weight: 500;
  width: 30px;
  width: 1.875rem;
}

#faq td div.pull-right {
  width: calc(100% - 1.875rem);
  word-break: keep-all;
}

#faq td div.pull-right a {
  color: inherit;
}

/* 1:1 문의 */
.inquiry-content .board-view {
  border-bottom: none;
}

.sub #board .tbl-inquiry tbody tr td:nth-child(2) {
  text-align: left;
  vertical-align: middle;
}

.sub #board .tbl-inquiry tbody td.inquiry-date {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.sub #board .tbl-inquiry tbody td.inquiry-on {
  color: #9f7644;
  font-weight: bold;
}

.nage .btn-write {
  width: 180px;
}

.inquiry-content .view-cont {
  padding-bottom: 0;
  border-bottom: 1px solid #464646;
}

.inquiry-content .inquiry-txt .pull-right {
  width: calc(100% - 30px);
  margin-top: -4px;
}

.inquiry-txt {
  padding: 1.75rem 0;
  min-height: 280px;
}

.inquiry-txt.faq-a {
  position: relative;
  display: block;
  width: calc(100% + 3.75rem);
  margin-left: -1.875rem;
  padding: 3.625rem 1.875rem 1.75rem 3.875rem;
  border-top: 1px solid #464646;
}

.inquiry-txt.faq-a:before {
  position: absolute;
  top: 0;
  top: 3.375rem;
  left: 1.875rem;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(https://file.qijisoft.com/Valofe_file/web/blacksquad/images/sub/common/icon-reply.png) no-repeat center;
  background-size: contain;
}

.inquiry-txt.faq-a .pull-left {
  color: #9f7644;
}

.inquiry-gm {
  font-weight: 500;
  margin-bottom: 4px;
}

.download-box {
  margin: 52px 0;
  margin: 0 0 3.25rem;
}

.download-box p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.download-box .download-wrap {
  padding: 28px 60px;
  padding: 1.75rem 3.75rem;
  border: 1px solid #464646;
  text-align: center;
}

.download-box .download-wrap div {
  display: inline-block; /*width:100%; 두개이상버튼일 때 사용*/
  width: 248px;
  margin: 1rem; /*margin-right:5%;*/
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 1rem;
}

.download-box .download-wrap.multi div {
  margin-right: 5%;
}

/*.download-box .download-wrap.multi div:last-child {margin-right:0;} 두개 이상 버튼일 떄 사용 (.multi) */
.download-box .download-wrap div a {
  display: inline-block;
  width: 100%;
}

.download-box .download-wrap span {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  margin-left: 1rem;
  color: #9499a3;
  font-size: 14px;
  font-size: 0.875rem;
}

.requirement .tit {
  padding: 1rem;
  text-align: center;
  color: #f3f3f3;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}

.requirement table {
  width: 100%;
}

.requirement table th {
  font-weight: 600;
}

.requirement table th, .requirement table td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  line-height: 1.4;
}

.requirement table th {
  border-top: 1px solid #464646;
}

.requirement table th:last-child, .requirement table td:last-child {
  border-right: none;
}

#checkId, #secondPw {
  margin-top: 12rem;
  padding-bottom: 4rem;
}

#checkId .row-w, #secondPw .row-w {
  max-width: 768px;
  background: rgba(0, 0, 0, 0.25);
  padding: 2rem 1rem;
  border-top: none;
}

#checkId .row-w > p, #secondPw .row-w > p {
  margin-bottom: 3rem;
  padding-top: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7); /*font-size:14px;font-size: 0.875rem;*/
  line-height: 1.5;
  font-weight: 300;
  word-break: keep-all;
}

#checkId i {
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: bottom;
}

#checkId .wrap-btn {
  margin: 4rem 0;
}

#checkId .btn, #secondPw .btn {
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #a173ff;
  text-align: center;
} /*706b84*/
#checkId .btn:hover, #secondPw .btn:hover {
  background: #8d64e0;
}

.deco-logo {
  text-align: center;
  margin-bottom: 3rem;
}

.deco-logo img {
  width: 180px;
  width: 11.25rem;
}

.id-wrap {
  max-width: 400px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}

.id-wrap .current-id {
  color: #696e77;
  margin-bottom: 36px;
}

.id-wrap .current-id p {
  margin-bottom: 8px;
}

.id-wrap .current-id .temporary-id {
  display: inline-block;
  width: 260px;
  width: calc(100% - 8.5rem);
  padding: 8px;
  padding: 0.5rem;
  border-bottom: 1px solid #696e77;
  cursor: default;
}

.id-wrap .make-id {
  color: #a173ff;
}

.id-wrap .make-id form {
  display: inline-block;
  width: calc(100% - 8.5rem);
}

.id-wrap .make-id label {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.id-wrap .make-id input[type=text] {
  width: 100%;
  min-width: auto;
  height: auto;
  padding: 8px;
  padding: 0.5rem;
  margin-left: 4px;
  background: none;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: bottom;
  color: #b8bec9;
  font-size: 15px;
}

.id-wrap .make-id input[type=text]::placeholder {
  color: #696e77 !important;
  font-size: 14px;
  font-size: 0.875rem;
}

.id-wrap .make-id button {
  margin-left: 10px;
  margin-left: 0.625rem;
  padding: 7.5px 20px;
  padding: 0.46rem 1.25rem;
  text-align: center;
  background: #252525;
  border: 1px solid #6b767e;
  color: #c7cbd1;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: bottom;
}

.id-wrap .make-id button:hover {
  border-color: #a173ff;
  cursor: pointer;
  color: #a173ff;
}

.check-result {
  color: #696e77;
  margin-left: 24px;
  margin-top: 8px;
  font-size: 13px;
}

.check-result p {
  display: none;
}

#checkId .check-result i {
  margin-right: 4px;
  margin-right: 0.25‬rem;
  font-size: 14px;
}

#checkId .check-result i.fa-smile-o {
  color: #46aee2;
}

#checkId .check-result i.fa-meh-o {
  color: #ff394c;
}

.align-right {
  width: 100%;
  text-align: right;
}

.policy .contents {
  margin-top: 12px;
  padding: 22px 30px;
  padding: 1.375rem 1.875rem;
  border-top: 1px solid #464646;
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #b3b3b3;
  font-weight: 300;
}

.policy .contents pre {
  font-weight: bold;
}

.policy .contents p {
  font-weight: normal;
}

.policy h2 {
  margin: 22px 0 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: -1px;
  font-weight: 500; /*color:#4f4f4f;*/
}

.policy a {
  color: inherit;
}

.policy table td {
  padding: 4px;
}

/*.policy table tr:nth-child(2n) {background:$cl_pale;}*/
/* 테이블 리스트 - 텀 */
table.tbl-term-line {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525;
  box-sizing: border-box;
}

table.tbl-term-line th {
  text-align: center;
  line-height: 32px; /*background: #8289A0;*/
  background: #a1703d;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

table.tbl-term-line th:first-child {
  padding: 0;
}

table.tbl-term-line th:last-child {
  border-right: none;
  text-align: center;
  padding-right: 0;
}

table.tbl-term-line td {
  padding: 8px 16px 10px;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  /*background: #fff;
  color: #585858;*/
  background: transparent;
  color: inherit;
  font-size: 13px;
  font-weight: normal;
}

/*table.tbl-term-line td:first-child {padding: 0;text-indent: 0;}*/
table.tbl-term-line td:last-child {
  border-right: none;
  padding-right: 16px;
}

table.tbl-term-line td.em {
  color: #252525;
  font-weight: bold;
}

table.tbl-term-line td.rank {
  color: #f88218;
}

table.tbl-term-line td.text-left {
  text-align: left;
  padding-left: 16px;
}

table.tbl-term-line td.rspan {
  padding: 8px 0 8px 16px;
  line-height: 24px;
  text-align: left;
}

table.tbl-term-line td img {
  margin-left: 4px;
  margin-top: -3px;
  height: 12px;
  vertical-align: middle;
}

table.tbl-term-line td:first-child img {
  margin-left: -18px;
  margin-right: 3px;
}

table.tbl-term-line td:last-child img {
  margin-top: -5px;
}

table.tbl-term {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525;
  box-sizing: border-box;
}

table.tbl-term th {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #585858;
  line-height: 32px;
  font-size: 13px;
  font-weight: normal;
}

table.tbl-term th:first-child {
  padding-left: 24px;
}

table.tbl-term th:last-child {
  padding-right: 28px;
}

table.tbl-term td {
  line-height: 29px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

table.tbl-term td {
  padding-top: 8px;
  padding-bottom: 10px;
  line-height: 18px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  font-weight: normal;
  color: #585858;
}

table.tbl-term td:first-child {
  text-indent: 19px;
  padding-left: 24px;
}

table.tbl-term td:first-child img {
  margin-left: -18px;
  margin-right: 3px;
}

table.tbl-term td:last-child {
  padding-right: 28px;
}

table.tbl-term td:last-child img {
  margin-top: -5px;
}

table.tbl-term td.rank {
  color: #f88218;
}

table.tbl-term th {
  line-height: 42px;
  background: #f5f5f5;
}

table.tbl-term th:first-child {
  padding: 0;
}

table.tbl-term td:first-child {
  padding: 0;
  text-indent: 0;
}

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

table.tbl-term td.em {
  color: #252525;
  font-weight: bold;
}

table.tbl-term td .ellipsis {
  display: inline-block;
  color: #585858;
  margin-top: -4px;
  height: 40px;
  line-height: 40px;
  width: auto;
  max-width: 90%;
  vertical-align: middle;
}

table.tbl-term td .ellipsis:hover {
  text-decoration: underline;
}

table.tbl-term td .team1 {
  color: #f88218;
}

table.tbl-term td img {
  margin-left: 4px;
  margin-top: -3px;
  height: 12px;
  vertical-align: middle;
}

.link {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 277px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 23px 15px; /*background: $cl_sub;*/
  border: 1px solid #dedede;
}

.link ul {
  display: block;
  list-style: none;
  width: 45%;
  box-sizing: border-box;
}

.link .pull-left {
  float: left;
}

.link .pull-right {
  float: right;
}

.link ul li {
  float: none;
  height: 36px;
  line-height: 1;
}

.link ul li a, ol li p a {
  color: inherit;
  text-decoration: none;
}

.link ul li a:hover, ol li p a:hover {
  color: #b45454;
}

.ul-indent {
  list-style: none;
}

.ul-indent-indent {
  list-style: disc;
  margin-bottom: 10px;
}

.ul-indent-indent p, ol li p {
  margin: 0;
  padding: 0;
}

.ul-indent li {
  margin-left: -40px;
}

.ul-indent-indent li {
  margin-left: -10px;
}

.policy_tbl {
  width: 100%;
  border-collapse: collapse;
  cell-padding: 0;
  border: 1px solid #ddd;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.policy.privacy-policy table tr:nth-child(2n) {
  background: inherit;
}

.policy_tbl tr td, .policy_tbl tr th {
  line-height: 1.4;
  border: 1px solid #ccc;
  font-size: 12px;
}

.policy_tbl tr td {
  text-align: center;
  padding: 7px;
}

.policy_tbl tr th {
  text-align: center;
  background: #a1703d;
  height: 30px;
  line-height: 30px;
  color: #fff;
}

.wrap-select .sel-version {
  float: right;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 16px;
  margin-right: 1rem;
}

.wrap-btn-top {
  position: fixed;
  left: 50%;
  margin-left: 500px;
  bottom: 80px;
  display: inline-block;
  width: 41px;
  height: 14px;
}

@media screen and (max-width: 1280px) {
  .row-w {
    max-width: 94% !important;
  }
}
@media screen and (max-width: 1200px) {
  /* 서브 캐릭터 */
  .bg-chr {
    height: 16rem;
    left: 56%;
    top: 7.4rem;
  }
  /* 리스트 제목 */
  .sub #board table.tbl-news tbody td:nth-child(2) {
    font-size: 1rem;
  }
  .sub #board table.tbl-commu tbody td:nth-child(2) {
    font-size: 1rem;
  }
  /* 새소식 이벤트 카드 */
  #eventTab .card .img-wrapper {
    width: 100%;
  }
  /* #eventTab .card a img {width:auto; height:100%;}*/
  #eventTab .ellipsis {
    max-width: calc(100% - 3rem);
  }
  .file-attach .files ul li {
    float: none;
    width: 100%;
    font-size: 1rem;
    color: #f3f3f3;
    padding: 10px 12px;
  }
  /* 임시_중복아이디 확인 */
  .id-wrap {
    font-size: 13px;
  }
  .id-wrap .current-id .temporary-id {
    width: calc(100% - 8.8rem);
    font-size: 13px;
  }
  .id-wrap .make-id form {
    width: calc(100% - 8.8rem);
  }
  .id-wrap .make-id input[type=text] {
    font-size: 13px;
    height: 32px;
  }
  .id-wrap .make-id input[type=text]::placeholder {
    font-size: 13px;
  }
  .id-wrap .make-id label {
    margin-bottom: 8px;
  }
  .id-wrap .make-id button {
    padding: 0.6rem 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper.sub {
    background-position: top 60px center;
    background-size: 1024px auto;
  }
  /* 새소식 게시판 너비 (제목,작성일) */
  .sub #board table.col4 colgroup .board-tit {
    width: 42%;
  }
  /* 파일첨부 삭제 버튼 (hover 기능 없어서 보이게) */
  .file-attach .files ul li a {
    display: inline-block;
    visibility: visible;
  }
  /* 상세보기 버튼 레이아웃 */
  .btn-go .btn.btn-prev, .btn-go .btn.btn-next {
    width: 36px;
    height: 36px;
  }
  .btn-prev span, .btn-next span {
    display: none;
  }
  .nage .btn-write {
    width: 100px;
  }
  /* FAQ */
  #faq .view-info tbody td:first-child {
    padding: 1rem 0;
    vertical-align: middle;
  }
  #faq .view-info tbody td:last-child {
    padding: 1rem 1rem 1rem 0;
  }
  /* notice board 공지 전광판 */
  .notice-board {
    background-size: auto;
    background-position: center right -35px;
  }
  /* 다운로드 모바일 시 다운로드 버튼 없애기 */
  #gameDownload .download {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  /* notice board 공지 전광판 */
  body.nage .notice-board .slick-prev {
    left: 0.5rem;
  }
  body.nage .notice-board .slick-prev:after {
    left: 0.9rem;
  }
  body.nage .notice-board .slick-next {
    right: 0.5rem;
  }
  /*.notice-board li {padding-left:3.625rem;}*/
  .notice-board .nboard-cont .cate + div {
    width: 86%;
  }
  .notice-board .nboard-cont .nboard-tit {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 840px) {
  /* notice board 공지 전광판 */
  .notice-board {
    background-position: center right -66px;
  }
  .notice-board .nboard-cont .cate {
    margin-right: 0.5rem;
  }
  .notice-board .nboard-cont .cate + div {
    width: calc(100% - 235px);
  }
  .notice-board .nboard-cont .nboard-tit {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* 스크럼 */
  .bread-scrum-nav {
    display: none;
  }
  /* 검색창 */
  .search {
    padding: 0;
    border: none;
    background: none;
  }
  .search .wrap-select {
    max-width: 90px;
    margin-right: 1%;
  }
  .search .wrap-search {
    max-width: unset;
    width: calc(98% - 90px);
  }
  #clanTab .search .wrap-search {
    width: 100%;
  }
  #faq .search .wrap-search {
    width: 100%;
  }
  .search.long .wrap-select {
    width: 35%;
    max-width: 102px;
    margin-right: 1%;
  }
  .search.long .wrap-select select {
    padding: 0 10px;
    background: #fff url(https://file.qijisoft.com/Valofe_file/web/common_web/images/icon_arrow_down.png) no-repeat center right 5px;
  }
  .search.long .wrap-search {
    max-width: unset;
    width: calc(98% - 102px);
  }
  /* 글쓰기 */
  .board-write table.tbl-write tr td:first-child {
    width: 16%;
    min-width: 60px;
  }
  .board-write table.tbl-write tr td > .pull-left {
    width: 16%;
    min-width: 60px;
  }
  .board-write table.tbl-write tr td > .pull-right {
    width: 100%;
    margin-top: 10px;
  }
  .board-write table.tbl-write tr td {
    padding-left: 3px;
  }
  .board-write table.tbl-write input[type=text] {
    min-width: 100%;
  }
  /* 랭킹 테이블 */
  .rank-char {
    width: 34%;
  }
  /* 1:1문의 list */
  .tbl-inquiry colgroup col:nth-child(3) {
    width: 17%;
  }
  /* 페이징 */
  .paging ul li {
    margin-left: 6px;
  }
  .paging ul li a {
    width: 1.85rem;
    height: 1.85rem;
    line-height: 1.92307rem;
  }
  /* 게임다운로드
  .download-box .download-wrap {width:120%; margin-left:-10%; padding:28px 10px; padding:1.75rem 0.7692rem; }
  .download-box .download-wrap div {width:32%; margin-right:2%;} */
  /* 게임다운로드 */
  .sub #gameDownload .row-w {
    padding: 2.125rem 1.375rem;
  }
  .download-box .download-wrap {
    padding: 1.75rem 0.769rem;
  }
  .download-box .download-wrap.multi div {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 640px) {
  .sub #board table tbody td {
    padding: 0.9375rem 0.3rem;
  }
  /* 1:1문의 list */
  #inquiry .wrap-btn {
    text-align: center;
  }
  /* 상세보기 글쓰기,수정,삭제 */
  #detailView .wrap-btn .cmt-control-mb {
    display: block;
  }
  #detailView .wrap-btn .cmt-control-mb.news {
    display: none;
  }
  /* 상세보기 view-info */
  .view-info span.space {
    margin: 0 0.5rem;
  }
  .view-info .cmt-control-mb {
    display: block;
  }
  .wrap-btn ul.btn-do {
    display: none;
    position: absolute;
    right: 0;
    bottom: 4rem;
    width: 100px;
    z-index: 8888;
  }
  .wrap-btn ul.btn-do li {
    display: block;
  }
  .wrap-btn ul.btn-do li .btn {
    text-align: right;
    background: transparent;
  }
  .wrap-btn ul.btn-do li .btn.btn-copy {
    display: inline-block;
  }
  .wrap-btn ul.btn-do li .btn img {
    display: inline-block;
    margin-left: 12px;
    margin-right: 5px;
    vertical-align: middle;
  }
  .blacksquad .btn-write {
    border: none;
  }
  .btn-do .btn {
    width: 100%;
    border: none;
  }
  .btn-go .btn:hover {
    background: #f3f3f3;
    border: none !important;
  }
  /* 댓글 */
  .comment-tree .info .cmt-control-mb {
    display: block;
    position: relative;
    margin-top: -6px;
  }
  .comment-tree li.cmt-2depth .cmt-control-mb {
    display: none;
  }
  .comment-tree li.cmt-2depth.cmt-list-mine .cmt-control-mb,
  .comment-tree li.cmt-2depth.cmt-edit .cmt-control-mb {
    display: block;
  }
  .comment-tree .info .cmt-control {
    display: none;
    position: absolute;
    top: 2rem;
    right: 0;
    width: 100px;
    z-index: 10;
    border: 1px solid #464646;
  }
  .comment-tree .info .cmt-control a {
    display: inline-block;
    width: 100%;
    padding: 14px 0;
    margin: 0;
    text-align: center;
    background: #252525;
    color: #f3f3f3;
  }
  .comment-tree .info .cmt-control a:hover {
    background: #d55959;
    color: #fff;
  }
  /* FAQ */
  #faq .view-info colgroup col:first-child {
    width: 21%;
  }
  /* notice board 공지 전광판 */
  .notice-board {
    background-position: center right -90px;
  }
  .notice-board li {
    padding-left: 3.625rem;
  }
  .notice-board .nboard-cont .cate + div {
    width: 80%;
  }
  body.blacksquad .notice-board .slick-prev {
    left: 1rem;
  }
  body.blacksquad .notice-board .slick-next {
    left: 1rem;
  }
  /*.notice-board .nboard-cont .nboard-info .date {color: $cl_dark_medium;}
  .notice-board .nboard-cont .nboard-tit {color: $cl_dark_medium;}*/
  .notice-board .slick-prev:before {
    display: none;
  }
  .notice-board .slick-next:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  /* 게임다운로드 */
  .download-box .download-wrap.multi {
    padding: 1.75rem 3.75rem;
  }
  .download-box .download-wrap.multi div {
    width: 100%;
    margin-right: 0%;
    margin: 10px 0;
  }
  .download-box .download-wrap span {
    height: auto;
    line-height: 1.4;
    margin-left: 0;
    word-break: keep-all;
  }
}
@media screen and (max-width: 568px) {
  #wrapper.sub {
    background-size: 768px auto;
  }
  .sub .row-w {
    padding: 2.125rem 1.375rem;
  }
  /* 새소식 탭 */
  :lang(en) .tab-btn ul li {
    width: 28%;
  }
  :lang(en) .tab-btn ul li#nav-tab3 a {
    font-size: 12px;
  }
  .tab-btn ul li {
    height: 40px;
    line-height: 40px;
  }
  .search {
    margin-bottom: 2.125rem;
  }
  .search .wrap-select select {
    height: 40px;
    line-height: 40px;
  }
  .search .wrap-search .txt-search {
    height: 40px;
    line-height: 40px;
  }
  .search .wrap-search .btn-search {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .search .wrap-search .btn-search:hover {
    background-size: contain;
  }
  .update-date {
    font-size: 11px;
  }
  /* 새소식 이벤트 너비 */
  .art1 ul li, .art2 ul li {
    width: 100%;
  }
  .art1 ul li, .art2 ul li {
    margin-left: 0;
  }
  .art2 ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  /*.wrap-event {border:none;}
  #eventTab .card .img-wrapper {border:1px solid #dfe2e6;}*/
  #eventTab .card a img {
    height: auto;
    min-width: auto;
  }
  /* 댓글 너비 */
  .comment-tree li {
    padding: 1.875rem 0;
  }
  .comment-tree li.cmt-2depth {
    margin-left: 0;
    padding: 1.875rem 0.375rem 1.875rem 1.23rem;
  }
  .comment-tree li.cmt-2depth:before {
    width: 11px;
    height: 11px;
    background-size: contain;
  }
  .comment-tree > li > ul li:last-child {
    padding: 1.875rem 0 0rem 1.23rem;
  }
  .sub textarea {
    width: 100%;
  }
  .btn-send-cmt {
    height: 34px;
    line-height: 32px;
  }
  /* 게시글 테이블 */
  .rank-eco-level {
    width: 26%;
  }
  /* 게시글 제목&서버명 */
  .sub #board .server {
    font-size: 10px;
  }
  .sub #board table.col4 colgroup .board-tit {
    width: 37%;
  }
  /* 메뉴탭 & 이용약관 */
  .tab-btn.policy ul li:nth-child(2) {
    width: 31%;
  }
  .policy .contents {
    padding: 2rem 1rem;
    background: none;
  }
  /* 다운로드 */
  .requirement table {
    font-size: 11px;
  }
}
@media screen and (max-width: 480px) {
  section.ranking-content .row-w {
    padding: 4.125rem 1rem;
  }
  .sub #board table.col4 colgroup .board-er {
    width: 13%;
  }
  /* 브레드 스크럼 */
  .bread-scrum-nav li a {
    padding: 0;
  }
  .bread-scrum-nav li:after {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  /* 상세보기 */
  .view-cont {
    padding: 1.875rem 0 2rem;
    font-size: 12px;
  }
  .inquiry-txt {
    min-height: 200px;
    min-height: 12.5rem;
  }
  .inquiry-txt.faq-a {
    width: 100%;
    margin-left: 0;
    padding: 1.75rem 1.875rem 1.75rem 2.6rem;
  }
  .inquiry-txt.faq-a:before {
    left: 0.875rem;
    width: 11px;
    height: 11px;
    display: none;
  }
  /* 상세보기 view-info */
  .view-info .view-tit {
    padding: 1.375rem 1rem;
  }
  .view-info > div {
    padding: 6px 0;
    padding: 0.375rem 0;
  }
  .view-info > div > div {
    padding: 1rem;
    font-size: 11px;
  }
  .view-info span.space {
    margin: 0 0.1rem;
  }
  /* notice board 공지 전광판 */
  .notice-board > div {
    background: rgba(0, 0, 0, 0.4);
  }
  .notice-board .nboard-cont .cate {
    display: none;
  }
  .notice-board .nboard-cont .cate-mb {
    display: inline-block;
    padding: 4px 10px;
    background: #90adda;
    margin-right: 4px;
    color: #fff;
  }
  .notice-board .nboard-cont .cate + div {
    width: 90%; /*margin-top:5px;*/
  }
  .notice-board .nboard-cont .nboard-info .space {
    margin: 0 4px;
  }
  .notice-board .nboard-cont .nboard-tit {
    font-size: 14px;
    font-size: 1.0769rem;
  }
  /* 임시_중복아이디 확인 */
  #checkId i {
    margin-right: 2px;
  }
  .id-wrap {
    width: 290px;
    width: 96%;
  }
  .id-wrap .current-id .temporary-id {
    padding: 0.25rem;
  }
  .id-wrap .make-id input[type=text] {
    padding: 0.25rem;
  }
  /* 게시글 제목&서버명 */
  .sub #board table.col4 colgroup .board-tit {
    width: 30%;
  }
  /* 랭킹 순위 백그라운드 */
  .tbl-ranking tr:nth-child(1) td:nth-child(1) {
    background-size: 20px;
  }
  .tbl-ranking tr:nth-child(2) td:nth-child(1) {
    background-size: 20px;
  }
  .tbl-ranking tr:nth-child(3) td:nth-child(1) {
    background-size: 20px;
  }
  /* 다운로드버튼 */
  .download-box .download-wrap {
    padding: 0;
    border: none;
  }
  .download-box .download-wrap div {
    width: 208px;
  }
}
@media screen and (max-width: 414px) {
  /* 배경 캐릭터 및 탭 위치 */
  .bg-chr {
    top: 5.4rem;
  }
  .sub .nav-tab0 .row-w {
    padding-top: 15rem;
    margin-bottom: 20px;
    margin-bottom: 1.538rem;
  }
  h1.bread-scrum + article {
    margin-top: 1.875rem;
  }
  .download-box .download-wrap.multi {
    padding: 1.75rem 1.75rem;
  }
  /* FQA */
  #faq .depth-tab2 li {
    width: 50%;
    border-right: 1px solid #464646; /*border-top:1px solid $cl_regular;짝수일때*/
    border-bottom: 1px solid #464646;
  }
  #faq .depth-tab2 li:nth-child(2n) {
    border-right: none;
  }
  /*#faq .depth-tab2 li:nth-child(1), #faq .depth-tab2 li:nth-child(2) {border-top:none;} 짝수일때*/
  #faq .depth-tab2 li:last-child {
    border-bottom: none;
  }
  #faq .depth-tab2 li a {
    border-right: 0;
  }
  #faq .depth-tab2 li:nth-child(2) a {
    border-right: 0;
  }
  #faq .view-info colgroup col:first-child {
    width: 1%;
  }
  #faq .view-info colgroup col:last-child {
    width: 60%;
  }
  #faq .view-info tbody td:first-child {
    padding: 1rem 0 1rem 0.875rem;
    min-width: 70px;
  }
  #faq .view-info tbody td:last-child {
    padding: 1rem 0.875rem;
  }
  /* 메뉴탭 - */
  /*.tab-btn ul{text-align:justify;}
  .tab-btn ul:after{content: '';width: 100%; display:inline-block; text-align:justify;}
  .tab-btn ul li {display:inline-block; text-align:justify;}*/
  .tab-btn ul li {
    display: inline;
    text-align: justify;
    width: auto;
    height: inherit;
    line-height: inherit;
    border: none;
    background: none;
  }
  .tab-btn ul li.on, .tab-btn ul li:hover {
    background: none;
    border: none;
  }
  .tab-btn ul li a {
    color: rgba(255, 255, 255, 0.7);
  }
  .tab-btn ul li.on a, .tab-btn ul li:hover a {
    color: #c59b65;
  }
  .tab-btn ul li:nth-child(1) {
    border: none;
    border-color: transparent;
    border-width: 0;
  }
  .tab-btn ul li a {
    position: relative;
    width: auto;
    height: auto;
    padding: 0.5rem 1rem;
  }
  .tab-btn ul li a:after {
    content: "";
    width: 1px;
    height: 10px;
    margin-top: 2px;
    border-right: 1px solid #c59b65;
    position: absolute;
    right: 0;
  }
  .tab-btn ul li:last-child a:after {
    content: none;
  }
  .tab-btn.policy ul li:nth-child(2) {
    width: auto;
  }
  /* 새소식 게시판 너비 (제목,작성일) */
  .sub #board table.tbl-commu colgroup .board-er {
    width: 19%;
  }
  .sub #board .server {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 375px) {
  .inquiry-txt.faq-a {
    padding: 1.75rem 0.5rem;
  }
  .wrap-select.default {
    width: 49%;
  }
}
@media screen and (max-width: 360px) {
  .sub #board table.col4 colgroup .board-tit {
    width: 30%;
    word-break: keep-all;
  }
  .sub #board table tbody td:nth-child(3) {
    font-size: 10px;
  }
  .search .wrap-select select {
    padding: 0 11px;
  }
  /* 중복아이디 체크 */
  .id-wrap .make-id form {
    width: calc(100% - 8.2rem);
  }
}

/*# sourceMappingURL=sub.css.map */
