@font-face {
  font-family: 'Noto Sans Thin';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Thin'), local('Noto Sans Thin'), local('Noto Sans Thin');
  src: url('/assets/fonts/NotoSans-Thin.eot');
  src: url('/assets/fonts/NotoSans-Thin.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/NotoSans-Thin.woff') format('woff'), url('/assets/fonts/NotoSans-Thin.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Light';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Light'), local('Noto Sans Light'), local('Noto Sans Light');
  src: url('/assets/fonts/NotoSans-Light.eot');
  src: url('/assets/fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/NotoSans-Light.woff') format('woff'), url('/assets/fonts/NotoSans-Light.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans DemiLight';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans DemiLight'), local('Noto Sans DemiLight'), local('Noto Sans DemiLight');
  src: url('/assets/fonts/NotoSans-DemiLight.eot');
  src: url('/assets/fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/NotoSans-DemiLight.woff') format('woff'), url('/assets/fonts/NotoSans-DemiLight.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Regular';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Regular'), local('Noto Sans Regular'), local('Noto Sans Regular');
  src: url('/assets/fonts/NotoSans-Regular.eot');
  src: url('/assets/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/NotoSans-Regular.woff') format('woff'), url('/assets/fonts/NotoSans-Regular.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Medium';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Medium'), local('Noto Sans Medium'), local('Noto Sans Medium');
  src: url('/assets/fonts/NotoSans-Medium.eot');
  src: url('/assets/fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/NotoSans-Medium.woff') format('woff'), url('/assets/fonts/NotoSans-Medium.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Black';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Black'), local('Noto Sans Black'), local('Noto Sans Black');
  src: url('/assets/fonts/NotoSans-Black.eot');
  src: url('/assets/fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/NotoSans-Black.woff') format('woff'), url('/assets/fonts/NotoSans-Black.otf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Bold';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Bold'), local('Noto Sans Bold'), local('Noto Sans Bold');
  src: url('/assets/fonts/NotoSans-Bold.eot');
  src: url('/assets/fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/NotoSans-Bold.woff') format('woff'), url('/assets/fonts/NotoSans-Bold.otf') format('truetype');
}
.ff {
  font-family: 'Noto Sans Light', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
.ff-bold {
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
.ff-semi-heading {
  font-family: 'Noto Sans Medium', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
.ff-heading {
  font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
/* 통계 : 기본정보 */
.modal .modal-dialog {
  width: 450px;
  margin-top: 150px;
}
.modal .modal-content {
  padding: 20px 30px;
  border: 1px solid #252525;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.modal .modal-content p {
  margin-top: 18px;
}
.modal .modal-content .inp-radio {
  padding: 5px 0 0 0;
  line-height: 40px;
}
.modal .modal-content .inp-radio li {
  display: inline-block;
}
.modal .modal-content .inp-radio input {
  vertical-align: middle;
  width: 13px;
  height: 13px;
  margin: -1px 6px 0 0;
}
.modal .modal-content .inp-radio label {
  display: inline-block;
  font-weight: 600;
  margin-right: 25px;
  letter-spacing: 0;
}
.modal .modal-content .inp-box {
  padding: 15px 0 0 0;
  border-top: 1px solid #eee;
}
.modal .modal-content .inp-box li {
  margin-bottom: 15px;
}
.modal .modal-content .inp-box label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0;
}
.modal .modal-content .inp-box input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 0 0 13px;
  border: 1px solid #d4d4d4;
  background: #fff;
  letter-spacing: 0;
  font-weight: 600;
}
.modal .modal-content .inp-box .tokenfield {
  width: 356px !important;
}
.modal .modal-content .inp-box .token-input {
  height: 25px;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 25px;
}
.modal .modal-content .txt {
  margin: 15px 0 12px;
}
.modal .modal-content .txt a {
  color: #444;
  text-decoration: underline;
}
.modal .modal-footer {
  margin-top: 0;
  padding: 50px 0 0 0;
  border-top: 0;
  text-align: center;
}
.modal .modal-footer .bn {
  margin: 0 1px;
}
.modal h1 {
  margin: 0;
  padding: 0;
  height: 28px;
  border-bottom: 1px solid #d4d4d4;
  font-size: 16px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  color: #333333;
}
.modal button[type=submit]:hover {
  color: #ffeb00;
}
/* form */
input[type="checkbox"] {
  margin-top: 0;
}
.inp-type-w {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 0 0 13px;
  border: 1px solid #d4d4d4;
  background: #fff;
  letter-spacing: 0;
}
.lav-init {
  display: inline-block;
  position: static;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: top;
}
.warning input[type="text"],
.warning input[type="password"],
.warning .tokenfield {
  border-color: #ff0000 !important;
}
.warning input[type="checkbox"] {
  outline: 1px solid #ff0000;
}
.warning .validation-error {
  position: relative;
  min-height: 16px;
  padding: 7px 15px 5px 22px;
  font-weight: normal;
}
.warning .validation-error:before {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 16px;
  height: 16px;
  background-position: -403px 0;
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
}
.response-msg {
  display: inline-block;
  margin-left: 5px;
  color: #e11d1d;
  font-size: 12px;
  letter-spacing: -0.2px;
  font-weight: normal;
  display: none;
}
.after-save input,
.after-save .tokenfield {
  background: #f0f0f0 !important;
}
table.standard {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
table.standard caption span {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
table.standard th,
table.standard td {
  border: 0;
  border-top: 1px solid #e6e6e6;
}
table.standard th {
  width: 140px;
  padding: 4px 0 5px 10px;
  background: #f5f5f5;
  color: #888;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  vertical-align: top;
}
table.standard td {
  padding: 6px 0 6px 18px;
}
table.standard td .txt {
  padding-left: 4px;
  font-size: 12px;
  color: #999999;
}
table.standard .no-inp th,
table.standard .no-inp td {
  padding-top: 11px;
  padding-bottom: 9px;
}
/* btn */
.bn {
  display: inline-block;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
}
.bn:hover {
  text-decoration: none;
}
.kakao-bn {
  display: inline-block;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
}
.kakao-bn:hover {
  background: #ffeb00;
  color: #39393a !important;
  border: 1px solid #ffde00;
  text-decoration: none;
}
.kakao-bn:focus {
  background: #fce811;
  color: #39393a !important;
  border: 1px solid #ffde00;
  text-decoration: none;
}
.bn-middle {
  height: 44px;
  padding: 0 25px;
  font-size: 16px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 42px;
}
.bn-middle strong {
  font-size: 18px;
}
.bn-middle.ps {
  padding: 0 18px;
}
.bn-middle-s {
  height: 37px;
  padding: 0 15px;
  font-size: 1em;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 37px;
}
.bn-small {
  height: 34px;
  padding: 0 11px;
  font-size: 16px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 33px;
}
.bn-small-s {
  height: 35px;
  padding: 0 15px;
  font-size: 14px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 33px;
}
.bn-small-s.ps {
  padding: 0 10px;
}
.bn-small-ms {
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 29px;
}
.bn-small-ms-fs {
  height: 30px;
  padding: 0 10px;
  font-size: 1em;
  line-height: 29px;
}
.bn-small-ms-fs2 {
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 28px;
}
.bn-small-ss {
  height: 28px;
  padding: 0 10px;
  font-size: 1em;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 20px;
}
.bn-w {
  border-color: #c5c5c5;
  background-color: #f8f8f8;
}
.bn-w2 {
  border-color: #c5c5c5;
  background-color: #fff;
  color: #333333;
}
.bn-w2:hover {
  color: #333333;
}
.bn-w2-2 {
  border-color: #c5c5c5;
  background-color: #fff;
  color: #666666;
}
.bn-w2-2:hover {
  color: #666666;
}
.bn-w3 {
  border-color: #c5c5c5;
  background-color: #f8f8f8;
  color: #777;
}
.bn-w3:hover {
  color: #777777;
}
.bn-w4 {
  border-color: #aeaeae;
  background-color: #fff;
  color: #444;
}
.bn-w4:hover {
  color: #444444;
}
.bn-b {
  border-color: #2b2b2b;
  background-color: #555;
  color: #ffffff;
}
.bn-b:hover {
  color: #ffffff;
}
.bn-b2 {
  border-color: #242424;
  background-color: #4f4f4f;
  color: #ffffff;
}
.bn-b2:hover {
  color: #ffffff;
}
.bn-b3 {
  border-color: #444;
  background-color: #666;
  color: #e5e5e5;
}
.bn-b3:hover {
  border-color: #f4d400;
  background-color: #ffeb00;
  color: #000;
}
.bn-g {
  border-color: #ccc;
  background-color: #eaeaea;
  color: #555;
}
.bn-g:hover {
  color: #555555;
}
.save-success {
  height: 35px;
  padding: 0 55px;
  font-size: 12px;
  line-height: 34px;
  border-color: #f7b2b2;
  background-color: #fae5e5;
  color: #e11d1d;
  display: none;
  min-width: 220px;
}
.save-success:hover {
  color: #e11d1d;
}
.save-success .ic-check-r {
  margin: 8px 3px 0 0;
}
.bn-re {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 23px;
  height: 22px;
  background-position: -379px -91px;
  vertical-align: middle;
}
.ic-re {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 16px;
  height: 16px;
  background-position: -250px 0;
}
.ic-x {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-position: -352px 0;
}
.ic-exc {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 50px;
  height: 49px;
  background-position: 0 -26px;
}
.ic-plus-g {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background-position: -370px 0;
}
.ic-plus-r {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 13px;
  height: 13px;
  margin-right: 3px;
  background-position: -306px -106px;
}
.ic-arrow {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 6px;
  height: 11px;
  background-position: -421px 0;
}
.ic-dash {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 17px;
  height: 34px;
  background-position: -172px -91px;
}
.ic-dash2 {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 12px;
  height: 27px;
  background-position: -236px -91px;
}
.bn-small .ic-re,
.bn-small-s .ic-re {
  margin-top: 7px;
}
.bn-small-ms .ic-re,
.bn-small-ms-fs .ic-re {
  margin: 6px -1px 0 0;
}
.bn-small .ic-x,
.bn-small-s .ic-x,
.bn-small .ic-plus-g,
.bn-small-s .ic-plus-g,
.ic-plus-r {
  margin-top: 9px;
}
.bn-middle-s .ic-dash {
  margin: 0 0 0 5px;
}
.bn-small-ms-fs2 .ic-dash2 {
  margin: 0 0 0 10px;
}
#busy-indicator {
  text-align: center;
}
#busy-indicator .block {
  width: 12px;
  height: 12px;
  opacity: 0;
  display: inline-block;
  margin-left: -3px;
  -moz-animation: move 1s infinite linear;
  -webkit-animation: move 1s infinite linear;
}
#busy-indicator #block_1 {
  background-color: #FFDE00;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
}
#busy-indicator #block_2 {
  background-color: #FFC600;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
#busy-indicator #block_3 {
  background-color: #FFB400;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
#busy-indicator #block_4 {
  background-color: #FF9C00;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
#busy-indicator #block_5 {
  background-color: #FF7E00;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
}
@-moz-keyframes move {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-webkit-keyframes move {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/* common */
body,
td,
input,
select,
textarea,
button {
  font-family: 'Noto Sans Light', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-size: 13px;
  color: #777;
}
/* font */
.ls {
  letter-spacing: -0.2px;
}
.ls2 {
  letter-spacing: -2px;
}
.ls0 {
  letter-spacing: 0;
}
.fw7 {
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
}
fieldset,
img {
  border: 0 none;
  vertical-align: top;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
}
button {
  overflow: visible;
  padding: 0;
  border: 0;
  border: 0 none;
  font-size: 100%;
  cursor: pointer;
}
label {
  font-weight: normal;
}
em {
  font-style: normal;
}
strong {
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
}
.blind,
legend {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
.sp {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
}
.sp2 {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/selectbox/bullet.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fclear {
  display: block;
  clear: both;
  height: 0;
  content: '';
}
.init {
  margin: 0;
  padding: 0;
}
.bg-tran {
  background-color: transparent;
}
/* style */
.box-size {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/* position */
.fix {
  position: fixed;
}
.pos-r {
  position: relative;
}
/* width */
.txnone {
  text-decoration: none;
}
.txeps {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
/* align */
.vt {
  vertical-align: top;
}
.vm {
  vertical-align: middle;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
/* color */
.ic-ios {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 25px;
  height: 25px;
  background-position: -148px -26px;
}
.ic-and {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 25px;
  height: 25px;
  background-position: -175px -26px;
}
.ic-web {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 25px;
  height: 25px;
  background-position: -352px -91px;
}
.ic-you {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 34px;
  height: 19px;
  background-position: -52px -51px;
}
.ic-check-b {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 16px;
  height: 16px;
  background-position: -385px 0;
}
.ic-check-g {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 16px;
  height: 16px;
  background-position: -400px -53px;
}
.ic-check-g2 {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 16px;
  height: 16px;
  background-position: -418px -71px;
}
.ic-check-r {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 16px;
  height: 16px;
  background-position: -400px -71px;
}
.ic-box-x {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 17px;
  height: 17px;
  background-position: -222px -34px;
}
.bn-mod {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 26px;
  height: 23px;
  background-position: -85px -26px;
}
.arrow-down-s {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  position: absolute;
  width: 9px;
  height: 6px;
  background-position: -52px -136px;
}
.arrow-dropdown {
  display: inline-block;
  overflow: hidden;
  width: auto;
  background-image: url("/assets/img/selectbox/bullet.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  position: absolute;
  width: 20px;
  height: 10px;
  background-position: 2px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
h3,
h4 {
  font-family: 'Noto Sans Medium', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
.show-tooltip {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  vertical-align: middle;
  width: 18px;
  height: 17px;
  background-position: -202px -34px;
}
.tooltip-inner {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: -0.2px;
  border-radius: 0;
}
.ac {
  text-align: center;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0 {
  margin-left: 0;
}
.m1 {
  margin: 1px;
}
.mt1 {
  margin-top: 1px;
}
.mr1 {
  margin-right: 1px;
}
.mb1 {
  margin-bottom: 1px;
}
.ml1 {
  margin-left: 1px;
}
.m2 {
  margin: 2px;
}
.mt2 {
  margin-top: 2px;
}
.mr2 {
  margin-right: 2px;
}
.mb2 {
  margin-bottom: 2px;
}
.ml2 {
  margin-left: 2px;
}
.m3 {
  margin: 3px;
}
.mt3 {
  margin-top: 3px;
}
.mr3 {
  margin-right: 3px;
}
.mb3 {
  margin-bottom: 3px;
}
.ml3 {
  margin-left: 3px;
}
.m5 {
  margin: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.ml5 {
  margin-left: 5px;
}
.m10 {
  margin: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.m15 {
  margin: 15px;
}
.mt15 {
  margin-top: 15px;
}
.mr15 {
  margin-right: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.ml15 {
  margin-left: 15px;
}
.m20 {
  margin: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mr20 {
  margin-right: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.m25 {
  margin: 25px;
}
.mt25 {
  margin-top: 25px;
}
.mr25 {
  margin-right: 25px;
}
.mb25 {
  margin-bottom: 25px;
}
.ml25 {
  margin-left: 25px;
}
.m30 {
  margin: 30px;
}
.mt30 {
  margin-top: 30px;
}
.mr30 {
  margin-right: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.m50 {
  margin: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mr50 {
  margin-right: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml50 {
  margin-left: 50px;
}
.m100 {
  margin: 100px;
}
.mt100 {
  margin-top: 100px;
}
.mr100 {
  margin-right: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml100 {
  margin-left: 100px;
}
.ml150 {
  margin-left: 150px;
}
.p0 {
  padding: 0;
}
.p1 {
  padding: 1px;
}
.p2 {
  padding: 2px;
}
.p3 {
  padding: 3px;
}
.p4 {
  padding: 4px;
}
.p5 {
  padding: 5px;
}
.p6 {
  padding: 6px;
}
.p7 {
  padding: 7px;
}
.p8 {
  padding: 8px;
}
.p9 {
  padding: 9px;
}
.p10 {
  padding: 10px;
}
.p11 {
  padding: 11px;
}
.p12 {
  padding: 12px;
}
.p13 {
  padding: 13px;
}
.p14 {
  padding: 14px;
}
.p15 {
  padding: 15px;
}
.p16 {
  padding: 16px;
}
.p17 {
  padding: 17px;
}
.p18 {
  padding: 18px;
}
.p19 {
  padding: 19px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.pt0 {
  padding-top: 0;
}
.pt1 {
  padding-top: 1px;
}
.pt2 {
  padding-top: 2px;
}
.pt3 {
  padding-top: 3px;
}
.pt4 {
  padding-top: 4px;
}
.pt5 {
  padding-top: 5px;
}
.pt6 {
  padding-top: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pt8 {
  padding-top: 8px;
}
.pt9 {
  padding-top: 9px;
}
.pt10 {
  padding-top: 10px;
}
.pt11 {
  padding-top: 11px;
}
.pt12 {
  padding-top: 12px;
}
.pt13 {
  padding-top: 13px;
}
.pt14 {
  padding-top: 14px;
}
.pt15 {
  padding-top: 15px;
}
.pt16 {
  padding-top: 16px;
}
.pt17 {
  padding-top: 17px;
}
.pt18 {
  padding-top: 18px;
}
.pt19 {
  padding-top: 19px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pr0 {
  padding-right: 0;
}
.pr1 {
  padding-right: 1px;
}
.pr2 {
  padding-right: 2px;
}
.pr3 {
  padding-right: 3px;
}
.pr4 {
  padding-right: 4px;
}
.pr5 {
  padding-right: 5px;
}
.pr6 {
  padding-right: 6px;
}
.pr7 {
  padding-right: 7px;
}
.pr8 {
  padding-right: 8px;
}
.pr9 {
  padding-right: 9px;
}
.pr10 {
  padding-right: 10px;
}
.pr11 {
  padding-right: 11px;
}
.pr12 {
  padding-right: 12px;
}
.pr13 {
  padding-right: 13px;
}
.pr14 {
  padding-right: 14px;
}
.pr15 {
  padding-right: 15px;
}
.pr16 {
  padding-right: 16px;
}
.pr17 {
  padding-right: 17px;
}
.pr18 {
  padding-right: 18px;
}
.pr19 {
  padding-right: 19px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pr50 {
  padding-right: 50px;
}
.pb0 {
  padding-bottom: 0;
}
.pb1 {
  padding-bottom: 1px;
}
.pb2 {
  padding-bottom: 2px;
}
.pb3 {
  padding-bottom: 3px;
}
.pb4 {
  padding-bottom: 4px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb6 {
  padding-bottom: 6px;
}
.pb7 {
  padding-bottom: 7px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb9 {
  padding-bottom: 9px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb11 {
  padding-bottom: 11px;
}
.pb12 {
  padding-bottom: 12px;
}
.pb13 {
  padding-bottom: 13px;
}
.pb14 {
  padding-bottom: 14px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb16 {
  padding-bottom: 16px;
}
.pb17 {
  padding-bottom: 17px;
}
.pb18 {
  padding-bottom: 18px;
}
.pb19 {
  padding-bottom: 19px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb0i {
  padding-bottom: 0 !important;
}
.pb1i {
  padding-bottom: 1px !important;
}
.pb2i {
  padding-bottom: 2px !important;
}
.pb3i {
  padding-bottom: 3px !important;
}
.pb4i {
  padding-bottom: 4px !important;
}
.pb5i {
  padding-bottom: 5px !important;
}
.pb6i {
  padding-bottom: 6px !important;
}
.pb7i {
  padding-bottom: 7px !important;
}
.pb8i {
  padding-bottom: 8px !important;
}
.pb9i {
  padding-bottom: 9px !important;
}
.pb10i {
  padding-bottom: 10px !important;
}
.pb11i {
  padding-bottom: 11px !important;
}
.pb12i {
  padding-bottom: 12px !important;
}
.pb13i {
  padding-bottom: 13px !important;
}
.pb14i {
  padding-bottom: 14px !important;
}
.pb15i {
  padding-bottom: 15px !important;
}
.pb16i {
  padding-bottom: 16px !important;
}
.pb17i {
  padding-bottom: 17px !important;
}
.pb18i {
  padding-bottom: 18px !important;
}
.pb19i {
  padding-bottom: 19px !important;
}
.pb20i {
  padding-bottom: 20px !important;
}
.pb30i {
  padding-bottom: 30px !important;
}
.pb40i {
  padding-bottom: 40px !important;
}
.pb50i {
  padding-bottom: 50px !important;
}
.pl0 {
  padding-left: 0;
}
.pl1 {
  padding-left: 1px;
}
.pl2 {
  padding-left: 2px;
}
.pl3 {
  padding-left: 3px;
}
.pl4 {
  padding-left: 4px;
}
.pl5 {
  padding-left: 5px;
}
.pl6 {
  padding-left: 6px;
}
.pl7 {
  padding-left: 7px;
}
.pl8 {
  padding-left: 8px;
}
.pl9 {
  padding-left: 9px;
}
.pl10 {
  padding-left: 10px;
}
.pl11 {
  padding-left: 11px;
}
.pl12 {
  padding-left: 12px;
}
.pl13 {
  padding-left: 13px;
}
.pl14 {
  padding-left: 14px;
}
.pl15 {
  padding-left: 15px;
}
.pl16 {
  padding-left: 16px;
}
.pl17 {
  padding-left: 17px;
}
.pl18 {
  padding-left: 18px;
}
.pl19 {
  padding-left: 19px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.w10p {
  width: 10%;
}
.w20p {
  width: 20%;
}
.w30p {
  width: 30%;
}
.w40p {
  width: 40%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.w75p {
  width: 75%;
}
.w80p {
  width: 80%;
}
.w90p {
  width: 90%;
}
.w100p {
  width: 100%;
}
.width-full {
  width: 100%;
}
.input-small {
  width: 200px;
}
.input-large {
  width: 400px;
}
.w50 {
  width: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w170 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w220 {
  width: 220px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.mh100 {
  min-height: 100px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-border {
  border: none;
}
.badge {
  padding-top: 2px !important;
  vertical-align: baseline;
}
.badge-blue {
  color: #fff;
  background: #34bbef;
  border: 1px solid #2cb4e8;
  font-family: 'Noto Sans Light', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
.badge-orange {
  color: #fff;
  background: #ef7934;
  border: 1px solid #ea6f27;
  font-family: 'Noto Sans Light', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
.custom-placeholder ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb;
}
.custom-placeholder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #eee;
}
.custom-placeholder :-ms-input-placeholder {
  /* IE 10+ */
  color: #eee;
}
.custom-placeholder :-moz-placeholder {
  /* Firefox 18- */
  color: #eee;
}
.wrap {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}
.wrap:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}
#header {
  width: 100%;
  background: #3b3b3b;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
#header .wrap {
  height: 70px;
}
#header .logo {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  float: left;
  width: 198px;
  height: 24px;
  margin-top: 22px;
}
#header .lnb {
  float: left;
  margin: 15px 0 0 15px;
}
#header .lnb li {
  float: left;
  margin-left: 5px;
}
#header .lnb li a {
  padding: 0 15px 0 0;
  font-size: 17px;
  font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  line-height: 40px;
  color: #808080;
  text-decoration: none;
}
#header .lnb li a:hover {
  color: #ffffff;
}
#header .lnb .selected a {
  color: #ffffff;
}
#header .my {
  float: right;
  margin: 20px 0 0 0;
}
#header .my .aside-navbar {
  float: left;
  margin: 0 0 0 15px;
}
#header .my .aside-navbar li {
  display: inline-block;
  margin-left: 5px;
}
#header .my .aside-navbar li:before {
  content: '|';
  font-size: 16px;
  color: #808080;
  text-decoration: none;
  padding-top: 4px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
}
#header .my .aside-navbar li a {
  padding: 0 15px;
  font-size: 17px;
  font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  line-height: 29px;
  color: #808080;
  text-decoration: none;
}
#header .my .aside-navbar li a:hover {
  color: #ffffff;
}
#header .my .aside-navbar .selected a {
  color: #ffffff;
}
#header .my .devtalk {
  float: left;
  height: 29px;
  position: relative;
  margin-right: 6px;
}
#header .my .tech-blog {
  float: left;
  height: 29px;
  position: relative;
  margin-right: 6px;
}
#header .my .tech-blog a {
  display: block;
  padding: 0 15px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  color: #808080;
  text-decoration: none;
}
#header .my .tech-blog a:hover {
  color: #ffffff;
}
#header .my .search {
  float: left;
  height: 29px;
  position: relative;
}
#header .my .search label {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}
#header .my .search input {
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 150px;
  height: 29px;
  padding: 2px 30px 2px 8px;
  border: 1px solid #000;
  background: #252525;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 0;
  color: #ffffff;
  vertical-align: middle;
}
#header .my .search input:focus {
  border-color: #ffeb00;
  outline: none;
}
#header .my .search ::-webkit-input-placeholder {
  color: #666666;
  font-style: normal;
  font-weight: normal;
}
#header .my .search ::-moz-placeholder {
  color: #666666;
  font-style: normal;
  font-weight: normal;
}
#header .my .search :-ms-input-placeholder {
  color: #666666;
  font-style: normal;
  font-weight: normal;
}
#header .my .search input:-moz-placeholder {
  color: #666666;
  font-style: normal;
  font-weight: normal;
}
#header .my .search .btn-sch {
  display: inline-block;
  overflow: hidden;
  width: 55px;
  height: 29px;
  margin-left: -1px;
  border: 1px solid #000;
  background: #1b1b1b;
  font-size: 14px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  color: #bbbbbb;
  text-align: center;
  vertical-align: middle;
  display: none;
}
#header .my .search .btn-sch:hover {
  color: #ffffff;
}
#header .my .search .btn-sch.on {
  border-color: #ffcc00;
  background: #ffeb00;
  color: #222222;
}
#header .my .search .icon-search {
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-position: -362px -159px;
  position: absolute;
  right: 7px;
  top: 7px;
}
#header .my .btn-login {
  display: inline-block;
  float: left;
  overflow: hidden;
  width: 66px;
  height: 29px;
  margin-left: 12px;
  border: 1px solid #000;
  background: #1b1b1b;
  font-size: 14px;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
  color: #bbbbbb;
  text-align: center;
}
#header .my .my-account {
  display: inline-block;
  position: relative;
}
#header .my .my-account button {
  background-color: transparent;
  vertical-align: top;
}
#header .my .my-account button .name {
  display: inline-block;
  height: 29px;
  padding-left: 20px;
  padding-right: 15px;
  border-right: 1px solid #000;
  line-height: 29px;
  text-align: right;
  letter-spacing: 0;
  color: #bbbbbb;
  width: 136px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#header .my .my-account button .name:hover {
  color: #ffffff;
}
#header .my .my-account button .arrow-dn-y {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  width: 38px;
  height: 29px;
  background-position: -210px 0;
}
#header .my .dropdown-menu {
  left: auto;
  right: 0;
  float: none;
  width: 163px;
  padding: 0;
  border: 1px solid #1a1a1a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #4a4a4a;
  box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
}
#header .my .dropdown-menu li {
  border-top: 1px solid #3b3b3b;
}
#header .my .dropdown-menu li a {
  padding: 0 0 0 15px;
  line-height: 42px;
  color: #ffffff;
}
#header .my .dropdown-menu li a:hover {
  background: none;
  text-decoration: underline;
}
#header .my .dropdown-menu li ul {
  margin: -4px 0 8px 15px;
}
#header .my .dropdown-menu li ul li {
  padding-left: 13px;
  border-top: 0;
  background: url("/assets/img/dash2.png") no-repeat 0 9px;
}
#header .my .dropdown-menu li ul li a {
  display: block;
  width: 125px;
  padding: 0 0 0 0;
  font-size: 1em;
  line-height: 22px;
  color: #c3c3c3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
#header .my .dropdown-menu li ul li a:hover {
  text-decoration: none;
  color: #ffffff;
}
#header .my .dropdown-menu li:first-child {
  border-top: 0;
}
.arrow-down {
  display: inline-block;
  overflow: hidden;
  width: auto;
  height: 10px;
  background-image: url("/assets/img/sp.png");
  line-height: 999em;
  vertical-align: top;
  color: transparent;
  position: absolute;
  width: 11px;
  height: 6px;
  background-position: -286px -10px;
}
.subfooter {
  background: #fff !important;
  border-top: 1px solid #e1e1e1;
}
.subfooter .about li a:hover {
  color: #000 !important;
  font-weight: 700;
}
.subfooter .copyright a:hover {
  color: #000 !important;
  font-weight: 700;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #292929;
  font-size: 1em;
  z-index: 1000;
}
.footer .about {
  float: left;
  margin: 8px 0 0 7px;
}
.footer .about li {
  float: left;
  background: url("/assets/img/dash_v.png") no-repeat 0 14px;
}
.footer .about li a {
  display: block;
  padding: 0 13px 0 12px;
  line-height: 37px;
  color: #777;
}
.footer .about li a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .about li:first-child {
  background: none;
}
.footer .copyright {
  float: right;
  margin: 8px 20px auto auto;
  line-height: 35px;
  letter-spacing: 0;
  color: #ffeb00;
}
.footer .copyright a {
  display: block;
  line-height: 37px;
  color: #777;
}
.footer .copyright a:hover {
  color: #fff;
  text-decoration: none;
}
.glyphicon-small {
  color: #999;
  font-size: 12px;
}
.sidebar-open-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
  #main-wrap {
    width: 100%;
    min-width: 100%;
    padding: 15px;
  }
  #main-wrap .main-bg {
    position: relative;
    width: 100%;
    height: auto;
    background: 0 none;
    margin: 10px auto 0 auto;
    overflow: auto;
  }
  #main-wrap .main-bg .node-wrap ul.symbol-list {
    width: 100%;
  }
  #main-wrap .main-bg .node-wrap ul.symbol-list > li {
    float: none !important;
    width: 130px !important;
    margin: 0 auto;
  }
  .footer {
    font-size: 15px;
    position: initial;
    height: auto;
  }
}
.sidebar-footer li a {
  font-size: 14px;
  line-height: 5px;
  font-family: 'Noto Sans Medium', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  text-align: left;
  padding-left: 23px;
}
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover,
.sidenav .offcanvas a:focus {
  color: #f1f1f1;
}
.sidenav .sidebar-close-btn {
  position: absolute;
  top: 10px;
  right: 3px;
  font-size: 22px;
  font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main-wrap {
  transition: margin-left 0.5s;
  padding: 15px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #header .sidenav .logo {
    margin-left: 14px;
    margin-bottom: 20px;
    float: none;
    clear: both;
  }
  #header .sidenav .username {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  }
  #header .sidenav .btns {
    padding: 5px;
    display: table;
  }
  #header .sidenav .btns li {
    width: 120px;
    display: inline-block;
  }
  #header .sidenav .btns li a {
    padding: 0 12px;
    transition: initial;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  }
  #header .sidenav .btns li:last-child {
    border-left: 1px solid #282828;
  }
  #header .sidenav .btn-login2 {
    display: block;
    float: none;
    overflow: hidden;
    width: 90%;
    height: 40px;
    margin: 10px auto;
    border: 1px solid #000;
    background: #ffeb00;
    font-size: 17px;
    font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    line-height: 29px;
    text-decoration: none;
    color: #000;
    text-align: center;
    padding: 5px 0 0 0;
  }
  #header .sidenav .btn-login2:hover {
    background-color: #ffeb00;
    border: 1px solid #f4d400;
    color: #000;
    text-decoration: none;
  }
  #header .sidenav .dropdown {
    width: 90%;
    margin: 0 auto;
  }
  #header .sidenav .dropdown .apps-dropdown {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    height: 40px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-size: 17px;
    background-color: #ffeb00;
    border: 1px solid #f4d400;
    color: #000;
  }
  #header .sidenav .dropdown .apps-dropdown-menu {
    border-radius: 0;
    width: 100%;
    background-color: #4a4a4a;
    border-color: #1a1a1a;
  }
  #header .sidenav .dropdown .apps-dropdown-menu li a {
    color: #c3c3c3;
  }
  #header .sidenav .dropdown .apps-dropdown-menu li a:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
  #header .wrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #header .wrap .lnb,
  #header .wrap .my {
    display: none;
  }
  #header .wrap .sidebar-open-btn {
    display: inline-block;
    float: left;
    width: 35px;
    height: 28px;
    margin-top: 6px;
    padding: 5px 0 5px 3px;
    margin-right: 0;
    margin-left: 10px;
    font-size: 30px;
  }
  #header .wrap:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
  }
  #header .sidebar-menu li.active > a {
    color: #d29c18 !important;
  }
  #header .sidebar-menu li.active > .treeview-menu {
    display: block;
  }
  #header .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
  }
  #header .sidebar-menu .treeview-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
  }
  #header .sidebar-menu .treeview-menu .treeview-menu .treeview-menu > li {
    margin: 0;
  }
  #header .sidebar-menu .treeview-menu .treeview-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
  }
  #header .lnb2 {
    float: none;
    margin: 15px 0 0 15px;
  }
  #header .lnb2 li {
    float: none;
    margin-left: 5px;
  }
  #header .lnb2 li a {
    padding: 0 15px 0 0;
    font-size: 22px;
    font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    line-height: 40px;
    color: #808080;
    text-decoration: none;
  }
  #header .lnb2 li a:hover {
    color: #ffffff;
  }
  #header .lnb2 li .dropdown-menu-ex {
    margin-left: 10px;
  }
  #header .lnb2 li .dropdown-menu-ex li a {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Noto Sans Medium', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  }
  #header .lnb2 li .dropdown-menu-ex2 li a {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Noto Sans Medium', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  }
  #header .lnb2 .selected a {
    color: #ffffff;
  }
  #header .my2 {
    float: none;
    margin: 20px 0 0 0;
  }
  #header .my2 .aside-navbar {
    float: none;
    margin: 0;
  }
  #header .my2 .aside-navbar li {
    display: inline-block;
    margin-left: 5px;
  }
  #header .my2 .aside-navbar li:before {
    content: '';
    color: #808080;
    text-decoration: none;
    padding-top: 4px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
  }
  #header .my2 .aside-navbar li a {
    padding: 0 15px;
    font-size: 17px;
    font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    line-height: 29px;
    color: #808080;
    text-decoration: none;
  }
  #header .my2 .aside-navbar li a:hover {
    color: #ffffff;
  }
  #header .my2 .aside-navbar .selected a {
    color: #ffffff;
  }
  #header .my2 .devtalk {
    float: none;
    height: 29px;
    position: relative;
    margin-right: 6px;
  }
  #header .my2 .tech-blog {
    float: none;
    height: 29px;
    position: relative;
    margin-right: 6px;
  }
  #header .my2 .tech-blog a {
    display: block;
    padding: 0 15px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #808080;
    text-decoration: none;
  }
  #header .my2 .tech-blog a:hover {
    color: #ffffff;
  }
  #header .my2 .search2 {
    float: none;
    clear: both;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #header .my2 .search2 label {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
  }
  #header .my2 .search2 input {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 2px 30px 2px 8px;
    border: 1px solid #000;
    background: #252525;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0;
    color: #ffffff;
    vertical-align: middle;
  }
  #header .my2 .search2 input:focus {
    border-color: #ffeb00;
    outline: none;
  }
  #header .my2 .search2 ::-webkit-input-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 ::-moz-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 :-ms-input-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 input:-moz-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 .btn-sch {
    display: inline-block;
    overflow: hidden;
    width: 55px;
    height: 29px;
    margin-left: -1px;
    border: 1px solid #000;
    background: #1b1b1b;
    font-size: 14px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    color: #bbbbbb;
    text-align: center;
    vertical-align: middle;
    display: none;
  }
  #header .my2 .search2 .btn-sch:hover {
    color: #ffffff;
  }
  #header .my2 .search2 .btn-sch.on {
    border-color: #ffcc00;
    background: #ffeb00;
    color: #222222;
  }
  #header .my2 .search2 .icon-search {
    overflow: hidden;
    width: auto;
    height: 10px;
    background-image: url("/assets/img/sp.png");
    line-height: 999em;
    vertical-align: top;
    color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -362px -159px;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  #header .my2 .my-account {
    display: inline-block;
    position: relative;
  }
  #header .my2 .my-account button {
    background-color: transparent;
    vertical-align: top;
  }
  #header .my2 .my-account button .name {
    display: inline-block;
    height: 29px;
    padding-left: 20px;
    padding-right: 15px;
    border-right: 1px solid #000;
    line-height: 29px;
    text-align: right;
    letter-spacing: 0;
    color: #bbbbbb;
    width: 136px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .my2 .my-account button .name:hover {
    color: #ffffff;
  }
  #header .my2 .my-account button .arrow-dn-y {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: 10px;
    background-image: url("/assets/img/sp.png");
    line-height: 999em;
    vertical-align: top;
    color: transparent;
    width: 38px;
    height: 29px;
    background-position: -210px 0;
  }
  #header .my2 .dropdown-menu {
    left: auto;
    right: 0;
    float: none;
    width: 163px;
    padding: 0;
    border: 1px solid #1a1a1a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #4a4a4a;
    box-shadow: 0 0 0 #000000;
    -moz-box-shadow: 0 0 0 #000000;
    -webkit-box-shadow: 0 0 0 #000000;
  }
  #header .my2 .dropdown-menu li {
    border-top: 1px solid #3b3b3b;
  }
  #header .my2 .dropdown-menu li a {
    padding: 0 0 0 15px;
    line-height: 42px;
    color: #ffffff;
  }
  #header .my2 .dropdown-menu li a:hover {
    background: none;
    text-decoration: underline;
  }
  #header .my2 .dropdown-menu li ul {
    margin: -4px 0 8px 15px;
  }
  #header .my2 .dropdown-menu li ul li {
    padding-left: 13px;
    border-top: 0;
    background: url("/assets/img/dash2.png") no-repeat 0 9px;
  }
  #header .my2 .dropdown-menu li ul li a {
    display: block;
    width: 125px;
    padding: 0 0 0 0;
    font-size: 1em;
    line-height: 22px;
    color: #c3c3c3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  #header .my2 .dropdown-menu li ul li a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  #header .my2 .dropdown-menu li:first-child {
    border-top: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  #header h1.logo {
    margin-left: 10px;
  }
  #container {
    background: none !important;
    width: 100% !important;
    min-width: 100% !important;
    padding: 15px !important;
  }
  #container #content {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
  #container #content .another-account-login .login-guide {
    width: 100%;
  }
}
body {
  background: #292929;
}
#header .wrap .sidebar-open-btn {
  display: none;
}
#main-wrap {
  min-width: 1245px;
  margin-bottom: 35px;
}
#main-wrap .heading {
  width: 198px;
  padding-top: 40px;
  margin: 0 auto;
}
#main-wrap .heading .open {
  width: 134px;
  height: 46px;
  background: url('/assets/img/main/img_text_OPEN.png') no-repeat;
  display: block;
  line-height: 999em;
  float: left;
  margin-top: 10px;
  overflow: hidden;
}
#main-wrap .heading #cursor {
  width: 3px;
  height: 65px;
  background: url('/assets/img/main/img_cursor.png') no-repeat;
  display: block;
  line-height: 999em;
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
#main-wrap .heading #beta {
  width: 41px;
  height: 20px;
  background: url('/assets/img/main/icon_beta.png') no-repeat;
  display: block;
  line-height: 999em;
  float: left;
  margin-left: 10px;
  overflow: hidden;
}
#main-wrap .heading:after {
  display: block;
  clear: both;
  height: 0;
  content: '';
}
#main-wrap .title {
  margin-top: 25px;
  text-align: center;
  font-size: 14px;
  color: #9f9f9f;
}
#main-wrap .main-bg {
  position: relative;
  width: 1317px;
  height: 100%;
  background: url('/assets/img/main/img_bg.png') no-repeat;
  margin: 10px auto 0 auto;
  overflow: hidden;
}
#main-wrap .main-bg .node-wrap {
  margin-top: 85px;
  display: block;
}
#main-wrap .main-bg .node-wrap .node {
  opacity: 0;
  scale: 0;
  position: absolute;
}
#main-wrap .main-bg .node-wrap .api {
  position: absolute;
  text-align: center;
  margin: 0;
}
#main-wrap .main-bg .node-wrap .api .icon {
  display: block;
}
#main-wrap .main-bg .node-wrap .api .text {
  margin-top: 15px;
  color: #fff;
}
#main-wrap .main-bg .node-wrap ul.symbol-list {
  display: table;
  margin: auto;
  width: 1020px;
  list-style-type: none;
}
#main-wrap .main-bg .node-wrap ul.symbol-list li {
  float: left;
  width: 129px;
  height: 170px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#main-wrap .main-bg .node-wrap ul.symbol-list li.link-wrap .api .text span {
  padding-right: 27px;
  background: url("/assets/img/main/icon_update.png") no-repeat right;
}
#main-wrap .main-bg .node-wrap ul.symbol-list li.vision-wrap .api .text span {
  padding-right: 27px;
  background: url("/assets/img/main/icon_new.png") no-repeat right;
}
#main-wrap .main-bg .node-wrap ul.symbol-list li.translation-wrap .api .text span {
  padding-right: 27px;
  background: url("/assets/img/main/icon_new.png") no-repeat right;
}
#main-wrap .main-bg .node-wrap ul.symbol-list li.plusfriend-wrap .api .text span {
  padding-right: 27px;
  background: url("/assets/img/main/icon_new.png") no-repeat right;
}
#main-wrap .main-bg .node-wrap ul.symbol-list li.friend-wrap .api .text span {
  padding-right: 27px;
  background: url("/assets/img/main/icon_new.png") no-repeat right;
}
#main-wrap .main-bg .node-wrap ul.symbol-list li.moment-wrap .api .text span {
  padding-right: 27px;
  background: url("/assets/img/main/icon_new.png") no-repeat right;
}
#main-wrap .main-bg .login {
  position: relative;
  left: 50%;
  margin-left: -115px;
  margin-top: 75px;
  margin-bottom: 80px;
  padding: 12px 0;
  width: 230px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffeb00;
  color: #ffeb00;
  font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}
#main-wrap .main-bg .login:hover {
  background-color: #ffeb00;
  color: #000;
  text-decoration: none;
}
iframe {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  body {
    overflow: auto;
  }
  #main-wrap {
    width: 100%;
    min-width: 100%;
    padding: 15px;
  }
  #main-wrap .main-bg {
    position: relative;
    width: 100%;
    height: auto;
    background: 0 none;
    margin: 10px auto 0 auto;
    overflow: auto;
  }
  #main-wrap .main-bg .node-wrap ul.symbol-list {
    width: 100%;
  }
  #main-wrap .main-bg .node-wrap ul.symbol-list > li {
    float: none !important;
    width: 130px !important;
    margin: 0 auto;
  }
}
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: -250px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover,
.sidenav .offcanvas a:focus {
  color: #f1f1f1;
}
.sidenav .sidebar-close-btn {
  position: absolute;
  top: 10px;
  right: 3px;
  font-size: 22px;
  font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main-wrap {
  transition: margin-left 0.5s;
  padding: 20px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #header .sidenav .logo {
    margin-left: 14px;
    margin-bottom: 20px;
    float: none;
    clear: both;
  }
  #header .sidenav .username {
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  }
  #header .sidenav .btns {
    padding: 5px;
    display: table;
  }
  #header .sidenav .btns li {
    width: 120px;
    display: inline-block;
  }
  #header .sidenav .btns li a {
    padding: 0 12px;
  }
  #header .sidenav .btns li:last-child {
    border-left: 1px solid #282828;
  }
  #header .sidenav .btn-login2 {
    display: block;
    float: none;
    overflow: hidden;
    width: 90%;
    height: 40px;
    margin: 10px auto;
    border: 1px solid #000;
    background: #ffeb00;
    font-size: 17px;
    font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    line-height: 29px;
    text-decoration: none;
    color: #000;
    text-align: center;
    padding: 5px 0 0 0;
  }
  #header .sidenav .btn-login2:hover {
    background-color: #ffeb00;
    border: 1px solid #f4d400;
    color: #000;
    text-decoration: none;
  }
  #header .sidenav .dropdown {
    width: 90%;
    margin: 0 auto;
  }
  #header .sidenav .dropdown .apps-dropdown {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0;
    height: 40px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-size: 17px;
    background-color: #ffeb00;
    border: 1px solid #f4d400;
    color: #000;
  }
  #header .sidenav .dropdown .apps-dropdown-menu {
    border-radius: 0;
    width: 100%;
    background-color: #4a4a4a;
    border-color: #1a1a1a;
  }
  #header .sidenav .dropdown .apps-dropdown-menu li a {
    color: #c3c3c3;
  }
  #header .sidenav .dropdown .apps-dropdown-menu li a:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
  #header .wrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  #header .wrap .lnb,
  #header .wrap .my {
    display: none;
  }
  #header .wrap .sidebar-open-btn {
    display: inline-block;
    float: left;
    width: 35px;
    height: 28px;
    margin-top: 6px;
    padding: 5px 0;
    margin-right: 0;
    margin-left: 10px;
    font-size: 30px;
  }
  #header .wrap:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
  }
  #header .sidebar-menu li.active > a {
    color: #d29c18 !important;
  }
  #header .sidebar-menu li.active > .treeview-menu {
    display: block;
  }
  #header .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 5px;
  }
  #header .sidebar-menu .treeview-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
  }
  #header .sidebar-menu .treeview-menu .treeview-menu .treeview-menu > li {
    margin: 0;
  }
  #header .sidebar-menu .treeview-menu .treeview-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
  }
  #header .lnb2 {
    float: none;
    margin: 15px 0 0 15px;
  }
  #header .lnb2 li {
    float: none;
    margin-left: 5px;
  }
  #header .lnb2 li a {
    padding: 0 15px 0 0;
    font-size: 22px;
    font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    line-height: 40px;
    color: #808080;
    text-decoration: none;
  }
  #header .lnb2 li a:hover {
    color: #ffffff;
  }
  #header .lnb2 li .dropdown-menu-ex {
    margin-left: 10px;
  }
  #header .lnb2 li .dropdown-menu-ex li a {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Noto Sans Medium', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  }
  #header .lnb2 li .dropdown-menu-ex2 li a {
    font-size: 15px;
    line-height: 25px;
    font-family: 'Noto Sans Medium', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
  }
  #header .lnb2 .selected a {
    color: #ffffff;
  }
  #header .my2 {
    float: none;
    margin: 20px 0 0 0;
  }
  #header .my2 .aside-navbar {
    float: none;
    margin: 0;
  }
  #header .my2 .aside-navbar li {
    display: inline-block;
    margin-left: 5px;
  }
  #header .my2 .aside-navbar li:before {
    content: '';
    color: #808080;
    text-decoration: none;
    padding-top: 4px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
  }
  #header .my2 .aside-navbar li a {
    padding: 0 15px;
    font-size: 17px;
    font-family: 'Noto Sans Bold', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    line-height: 29px;
    color: #808080;
    text-decoration: none;
  }
  #header .my2 .aside-navbar li a:hover {
    color: #ffffff;
  }
  #header .my2 .aside-navbar .selected a {
    color: #ffffff;
  }
  #header .my2 .devtalk {
    float: none;
    height: 29px;
    position: relative;
    margin-right: 6px;
  }
  #header .my2 .tech-blog {
    float: none;
    height: 29px;
    position: relative;
    margin-right: 6px;
  }
  #header .my2 .tech-blog a {
    display: block;
    padding: 0 15px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    color: #808080;
    text-decoration: none;
  }
  #header .my2 .tech-blog a:hover {
    color: #ffffff;
  }
  #header .my2 .search2 {
    float: none;
    clear: both;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  #header .my2 .search2 label {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
  }
  #header .my2 .search2 input {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 2px 30px 2px 8px;
    border: 1px solid #000;
    background: #252525;
    line-height: 22px;
    font-weight: normal;
    letter-spacing: 0;
    color: #ffffff;
    vertical-align: middle;
  }
  #header .my2 .search2 input:focus {
    border-color: #ffeb00;
    outline: none;
  }
  #header .my2 .search2 ::-webkit-input-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 ::-moz-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 :-ms-input-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 input:-moz-placeholder {
    color: #666666;
    font-style: normal;
    font-weight: normal;
  }
  #header .my2 .search2 .btn-sch {
    display: inline-block;
    overflow: hidden;
    width: 55px;
    height: 29px;
    margin-left: -1px;
    border: 1px solid #000;
    background: #1b1b1b;
    font-size: 14px;
    font-family: 'Noto Sans DemiLight', 'Malgun gothic', '맑은 고딕', 'Apple SD Gothic Neo', sans-serif;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
    color: #bbbbbb;
    text-align: center;
    vertical-align: middle;
    display: none;
  }
  #header .my2 .search2 .btn-sch:hover {
    color: #ffffff;
  }
  #header .my2 .search2 .btn-sch.on {
    border-color: #ffcc00;
    background: #ffeb00;
    color: #222222;
  }
  #header .my2 .search2 .icon-search {
    overflow: hidden;
    width: auto;
    height: 10px;
    background-image: url("/assets/img/sp.png");
    line-height: 999em;
    vertical-align: top;
    color: transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -362px -159px;
    position: absolute;
    right: 10px;
    top: 12px;
  }
  #header .my2 .my-account {
    display: inline-block;
    position: relative;
  }
  #header .my2 .my-account button {
    background-color: transparent;
    vertical-align: top;
  }
  #header .my2 .my-account button .name {
    display: inline-block;
    height: 29px;
    padding-left: 20px;
    padding-right: 15px;
    border-right: 1px solid #000;
    line-height: 29px;
    text-align: right;
    letter-spacing: 0;
    color: #bbbbbb;
    width: 136px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #header .my2 .my-account button .name:hover {
    color: #ffffff;
  }
  #header .my2 .my-account button .arrow-dn-y {
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: 10px;
    background-image: url("/assets/img/sp.png");
    line-height: 999em;
    vertical-align: top;
    color: transparent;
    width: 38px;
    height: 29px;
    background-position: -210px 0;
  }
  #header .my2 .dropdown-menu {
    left: auto;
    right: 0;
    float: none;
    width: 163px;
    padding: 0;
    border: 1px solid #1a1a1a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: #4a4a4a;
    box-shadow: 0 0 0 #000000;
    -moz-box-shadow: 0 0 0 #000000;
    -webkit-box-shadow: 0 0 0 #000000;
  }
  #header .my2 .dropdown-menu li {
    border-top: 1px solid #3b3b3b;
  }
  #header .my2 .dropdown-menu li a {
    padding: 0 0 0 15px;
    line-height: 42px;
    color: #ffffff;
  }
  #header .my2 .dropdown-menu li a:hover {
    background: none;
    text-decoration: underline;
  }
  #header .my2 .dropdown-menu li ul {
    margin: -4px 0 8px 15px;
  }
  #header .my2 .dropdown-menu li ul li {
    padding-left: 13px;
    border-top: 0;
    background: url("/assets/img/dash2.png") no-repeat 0 9px;
  }
  #header .my2 .dropdown-menu li ul li a {
    display: block;
    width: 125px;
    padding: 0 0 0 0;
    font-size: 1em;
    line-height: 22px;
    color: #c3c3c3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  #header .my2 .dropdown-menu li ul li a:hover {
    text-decoration: none;
    color: #ffffff;
  }
  #header .my2 .dropdown-menu li:first-child {
    border-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */