@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
  box-sizing: border-box;
  word-break: normal !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #1E1E1E;
  font-family: 'Pretendard';
  font-weight: 400;
  line-height: 1.3em;
  letter-spacing: -0.5px;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  background-color: #1E1E1E;
}

strong, strong span {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

input, select, textarea, button {
  border: none;
  padding: 0;
  border-radius: 0;
  vertical-align: middle;
  font-family: 'Pretendard';
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
}

a:active, a:hover, a:focus {
  text-decoration: none;
}

button {
  cursor: pointer;
}

*, *::before, *::after {
  box-sizing: inherit;
}

button, input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"]::-ms-clear {
  display: none;
}

textarea {
  resize: none;
}

button {
  background: transparent;
}

img {
  vertical-align: middle;
}

*:focus {
  outline: none !important;
}

input::placeholder, textarea::placeholder {
  color: #a6a6a6;
  letter-spacing: -0.5px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a6a6a6;
  letter-spacing: -0.5px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a6a6a6;
  letter-spacing: -0.5px;
}

input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="radio"] {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #000000;
  margin: -2px 4px 0 0;
}

input[type="radio"]:checked {
  background: #fff;
}

input[type="radio"]:checked:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #005C73;
  border-radius: 50vh;
  vertical-align: middle;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

input[type="radio"]:disabled {
  background: #f6f6f6;
  cursor: not-allowed;
}

select {
  display: inline-block;
  min-width: 80px;
  height: 40px;
  padding: 0 10px;
  border: solid 1px #000000;
  background-color: #ffffff;
  font-size: 0.9em;
  letter-spacing: -0.03px;
  text-align: left;
  color: #FFFFFF;
  line-height: 40px;
  transition: all 0.5s;
  font-weight: 400;
  border-radius: 8px !important;
}

.ml-10 {
  margin-left: 10px;
}

.wrapper {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 58px 0 0 0;
  background-color: #1E1E1E;
}

.con_bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: -5000px;
  z-index: 500000;
}

.con_bg.on {
  display: block;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 58px;
  border-bottom: 2px solid #151515;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 58px;
  border-bottom: 2px solid #151515;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1E1E1E;
}

.header .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4px;
}

.header .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}

.header .right > a {
  margin-left: 8px;
}

.header > h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  width: 750px;
  height: 58px;
  text-align: center;
}

.header > h1 img {
  width: 140px;
  height: auto;
  margin-top: 5px;
}

.header .back {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/img/icon_back.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
}

.header .menu {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/img/icon_menu.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
  z-index: 10;
}

.header .menux2 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/img/icon_menux2.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  margin-top: 0;
  z-index: 10;
}

.header > .top_menu {
  font-size: 1.1em;
  z-index: 10;
  margin-left: 200px;
}

.header > .top_menu > span.line {
  font-size: 0.8em;
  font-weight: 300;
  color: #bbbbbb;
  padding: 0 15px;
}

.header > .top_menu > a {
  font-weight: 500;
}

.header > .top_menu > a.active {
	color: #3FA9F5;
}

.footer {
  clear: both;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}

.footer > .info {
  padding: 0 20px;
  background-color: #1E1E1E;
  color: #FFFFFF;
  font-size: 0.9em;
  line-height: 1.7em;
  letter-spacing: -0.03px;
}

.footer > .info > .line {
  color: #ffffff;
  font-size: 0.6em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding: 0 10px;
}

.footer > .copyright {
  padding: 20px 0;
  background-color: #1E1E1E;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: -0.03px;
}

.container-main {
  clear: both;
  background: #1E1E1E;
  text-align: left;
}

.container-main > .image {
  width: 100%;
  height: 20em;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.container-main > .title {
  margin: -115px 0 30px 0;
  letter-spacing: -0.04px;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, .9);
}

.container-main > .title_txt {
  margin: -120px 0 30px 0;
  color: #ffffff;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.04px;
  padding: 5px 25px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 72px;
}

.box-wrap {
  width: 100%;
  display: flex;
}

.container-box {
  background: #f5f5f5;
  padding: 1em;
  text-align: left;
  margin: 15px 12px;
  border: 1px solid #dddddd;
}

.container-box > .image {
  width: 100%;
  height: 12em;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: 1px solid #dddddd;
}

.container-box > .title {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.04px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container-box > .author {
  color: #777777;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
}

.container-box > div > .line {
  color: #aaaaaa;
  font-size: 0.6em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding: 0 10px;
}

.instar-box-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}

.instar-box {
  text-align: left;
  width: 50%;
  padding: 0 5px;
}

.instar-box > .image {
  width: 100%;
  height: 7em;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: 1px solid #dddddd;
}

.instar-box > .title {
  width: 100%;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.04px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.instar-box > .author {
  color: #777777;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
}

.instar-box > div > .line {
  color: #aaaaaa;
  font-size: 0.6em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding: 0 10px;
}

.container {
  clear: both;
  background: #1E1E1E;
  padding: 0 11px;
  text-align: left;
  margin: 15px 0 0 0;
}

.container > .image {
  width: 100%;
  height: 15em;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.container > .title {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.04px;
  padding: 0 10px;
}

.container > .author {
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
  color: #777777;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding: 0 10px;
  padding-bottom: 15px;
}

.container > .email {
  color: #777777;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding: 20px 10px;
  border-bottom: 1px solid #000000;
}

.container > .email > strong {
  margin-right: 5px;
}

.container > .copyright {
  color: #777777;
  font-size: 0.8em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding: 20px 10px;
  text-align: right;
}

.container > div > .line {
  color: #aaaaaa;
  font-size: 0.6em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
  padding: 0 10px;
}

.container > figure {
  padding: 0 10px;
}

figure > img {
  width: 100%;
}

figcaption {
  padding: 10px;
  color: #777777;
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: -0.04px;
}

.container > .article > p {
  padding: 20px 10px;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.7em;
  letter-spacing: -0.04px;
  word-break: normal;
  word-wrap: break-word;
  text-align: justify;
}

.container > .sub_title {
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: -0.04px;
  padding-left: 5px;
}

.container > .category_title {
  color: #FFFFFF;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.04px;
  padding-bottom: 10px;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 20px;
}

.container > ul {
  padding: 0 5px;
}

.container > ul > li.list_image {
  float: left;
  width: 35%;
  height: 5em;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.container > ul > li.list_title {
  float: left;
  width: 60%;
  height: 4.15em;
  margin-top: 0.05em;
  margin-left: 5%;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.75em;
  letter-spacing: -0.04px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.container > ul > li.list_title > p {
  height: 3em;
  color: #FFFFFF;
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: -0.04px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container > ul > li.list_title > p.list_date {
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.container > ul.category_list {
  padding-top: 5px;
}

.container > ul.category_list > li.list_image {
  float: left;
  width: 35%;
  height: 5em;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.container > ul.category_list > li.list_title {
  float: left;
  width: 60%;
  height: 4.15em;
  margin-left: 5%;
  margin-top: 0;
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 1.75em;
  letter-spacing: -0.04px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.container > ul.category_list > li.list_title > p {
  height: unset !important;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.04px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.container > ul.category_list > li.list_title > p.contents {
  height: 4em !important;
  color: #777777;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.04px;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}

.container > ul.category_list > li.list_title > p.list_date {
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  margin-top: 5px;
}

.container > ul.category_list > li.list_title > p.list_date > span {
  font-size: 0.6em;
  font-weight: 400;
  color: #aaaaaa;
  padding: 0 7px;
}

.container > ul.category_list > li.list_line {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
}

.ad-area {
  clear: both;
  width: 100%;
  text-align: center;
}

.paging {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

.btn_paging_left {
  padding: 3px 10px 5px 10px;
  margin-right: 20px;
  background-color: #FFFFFF;
}

.btn_paging_right {
  padding: 3px 10px 5px 10px;
  margin-left: 20px;
  background-color: #FFFFFF;
}

.sb-slidebar {
  z-index: 2147483649;
  border-left: 1px solid #000000;
  overflow: hidden;
}

.sb-slidebar .top {
  height: 65px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  border-bottom: 8px solid #eaeaea;
}

.sb-slidebar .top img {
  height: 50px;
  width: auto;
  margin-top: 4px;
}

.sb-slidebar .top .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(/img/icon_close.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}

.sb-slidebar .top .closex2 {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  background: url(/img/icon_closex2.png) center center no-repeat;
  background-size: contain;
  text-indent: -5000px;
  z-index: 10;
}

.gnbWrap {
  height: 100%;
  overflow: hidden;
  background-color: #eaeaea;
}

.gnbWrap .gnbBox > li {
  background-color: #ffffff;
  border-bottom: 1px solid #000000;
}

.gnbWrap .gnbBox > li > a {
  position: relative;
  display: block;
  padding: 14px 20px 14px 16px;
  height: auto;
  line-height: 1.3em;
  font-size: 1em;
  font-weight: 400;
  background-color: #ffffff;
}

.btn-submit {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #005C73;
  background-color: #005C73;
  font-size: 1em;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
  transition: all 0.5s;
  font-weight: 600;
}

.btn-submit:hover {
  border: solid 1px #005C73;
  background-color: #ffffff;
  color: #005C73;
}

.unse-box {
    padding: 16px !important;
    border-radius: 8px !important;
    background-color: #f5f5f5 !important;
}

.unse-box > p {
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 1.7em;
  letter-spacing: -0.04px;
  word-break: normal;
  word-wrap: break-word;
  text-align: justify;
}

.lotto-ball {
  display: inline-block;
  padding: 10px;
  margin: 0 3px;
  min-width: 40px;
  border-radius: 40px;
  color: #ffffff;
  font-size: 0.9em;
  text-align: center;
}

.lotto-ball.type1 {
  background: #fbc400;
  text-shadow: 0px 0px 3px rgba(73, 57, 0, .8);
}

.lotto-ball.type2 {
  background: #69c8f2;
  text-shadow: 0px 0px 3px rgba(0, 49, 70, .8);
}

.lotto-ball.type3 {
  background: #ff7272;
  text-shadow: 0px 0px 3px rgba(64, 0, 0, .8);
}

.lotto-ball.type4 {
  background: #aaaaaa;
  text-shadow: 0px 0px 3px rgba(61, 61, 61, .8);
}

.lotto-ball.type5 {
  background: #b0d840;
  text-shadow: 0px 0px 3px rgba(41, 56, 0, .8);
}

@media screen and (min-width: 960px) {
  body {
	background-color: #1E1E1E;
  }

  .wrapper {
	max-width: 750px;
	padding: 78px 0 0 0;
  }

  .wrapper:before {
    content: "";
    position: fixed;
    top: -1px;
    bottom: 0;
    width: 750px;
    z-index: 100000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 750px;
  }

  .topbar {
	height: 78px;
	background-color: #1E1E1E;
  }

  .header {
	width: 750px;
	height: 78px;
	left: calc(50% - 375px);
	background-color: #1E1E1E;
  }

  .header > h1 {
	width: 750px;
	height: 78px;
  }

  .header > h1 img {
	width: 180px;
	height: auto;
	margin-top: 10px;
  }

  .header .back {
	width: 60px;
	height: 60px;
  }

  .footer {
	margin-top: 30px;
  }

  .container-main > .image {
	height: 30em;
  }

  .container-main > .title {
	margin: -145px 0 10px 0;
	height: 130px;
  }

  .container-main > .title_txt {
	margin: -125px 0 30px 0;
	font-size: 2.2em;
	line-height: 1.3em;
	padding: 5px 40px;
	height: 92px;
  }

  .container-box-wrap {
	display: flex;
	width: 706px;
	margin-left: -5px;
  }

  .container-box {
	width: 50%;
	margin: 5px;
	border: 1px solid #000000;
  }

  .instar-box-wrap {
	display: flex;
	width: 706px;
	margin-left: -5px;
  }

  .instar-box {
	width: 33.333%;
  }

  .container > .title {
	font-size: 2.2em;
  }

  .container > .image {
	height: 25em;
  }

  .container > .sub_title {
	padding-left: 0;
  }

  .container > ul {
	padding: 0;
  }

  .container > ul > li.list_image {
	height: 5em;
  }

  .container > ul > li.list_title {
	height: 4em;
	margin-top: 0.2em;
  }

  .container > ul > li.list_title > p {
	height: unset !important;
	line-height: 1.5em;
	font-size: 0.9em;
    -webkit-line-clamp: 1;
  }

  .container > ul > li.list_title > p.list_date {
	margin-top: 3px;
  }

  .container > ul.category_list {
	padding-top: 10px;
  }

  .container > ul.category_list > li.list_title > p.list_date {
	margin-top: 10px;
  }

  .container > ul.category_list > li.list_image {
	height: 8em;
  }

  .container > ul.category_list > li.list_title {
	height: 7em;
  }

  .container > ul.category_list > li.list_title > p {
	height: 3em;
	font-size: 1em;
  }

  .sb-slidebar .top {
	height: 84px;
  }

  .sb-slidebar .top img {
	height: 70px;
	width: auto;
	margin-top: 4px;
  }

  .ad-pc-wrap {
	width: 690px;
	display: flex;
	margin: 0 auto;
  }

  .left-wing {
	position: absolute;
	width: 300px;
	height: 600px;
	top: 108px;
	margin-left: -320px;
  }

  .right-wing {
	position: absolute;
	width: 160px;
	height: 600px;
	top: 108px;
	margin-left: 1120px;
  }
}
