@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:100,200,300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
::selection {
  background: #42B4EC;
  color: #222
}
html {
  height: 100%;
  overflow-y: scroll;
}
/* common */
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, blockquote, p, address, pre, cite, form, fieldset, table, th, td, legend, label, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  letter-spacing: -.07em !important;
  font-family: 'Noto Sans KR', sans-serif;
}
input, textarea, select {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
}
a, button {
  cursor: pointer;
}
#quickBtn {
  position: fixed;
  width: 1500px;
  height: 0px;
  bottom: 300px;
  left: 50%;
  margin-left: 45px;
  text-align: center;
  display: none;
  z-index: 99;
}
#quickBtn > a {
  position: relative;
  font-size: 14px;
  font-weight: 800;
  color: #363946;
  width: 70px;
  padding: 25px 0;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-color: #dce4e9;
  border-radius: 50%;
  z-index: 50;
  text-decoration: underline;
  background-image: url(/images/dongjakMain/arrow_up.png);
  background-position: center 15px;
  background-repeat: no-repeat;
}
#quickBtn > a:hover {
  color: #000;
  text-decoration: none;
}
a {
  text-decoration: none
}
body {
  line-height: 120%;
  color: #776f67;
  letter-spacing: 0;
  -webkit-text-size-adjust: none
}
.clear {
  display: none !important
}
.clearBg {
  background: none !important
}
.txtdown {
  word-break: break-all
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
fieldset, img, abbr, acronym, label {
  border: 0 none
}
.blind {
  display: block;
  overflow: hidden;
  position: absolute;
  top: -1000em;
  left: 0
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ''
}
ol, ul, dl {
  list-style: none
}
hr {
  display: none
}
fieldset {
  border: 0
}
label, select, input, textarea {
  vertical-align: middle
}
img {
  vertical-align: top
}
@media screen and (max-width:1080px) {
  html {
    overflow-x: hidden;
  }
}
/***************************** header 시작 *****************************/
header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 131px;
  z-index: 2;
}
/* header top */
header .top_box {
  position: relative;
  width: 100%;
  height: 40px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  z-index: 2;
}
header .top_box ul.top_rink {
  position: relative;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
}
header .top_box ul.top_rink li.top_rink_title {
  position: relative;
  display: inline-block;
  width: auto;
  height: calc(100% - 24px);
  background-color: #fff;
  padding: 12px 8px 12px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #214b7a;
  line-height: 1em;
}
header .top_box ul.top_rink li.top_rink_title::after {
  content: '';
  display: block;
  width: 28px;
  height: 44px;
  background: url('/images/dongjakMain/top_arrow.png') 100% 100% no-repeat;
  background-size: cover;
  position: absolute;
  top: -2px;
  right: -25px;
}
header .top_box ul.top_rink li:nth-child(2) {
  margin-left: 40px;
}
header .top_box ul.top_rink li:last-child {
  margin-right: 0px;
}
header .top_box ul.top_rink li:last-child::after {
  display: none;
}
header .top_box ul.top_rink li.top_rink_item {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 20px;
}
header .top_box ul.top_rink li.top_rink_item::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #9a9a9a;
}
header .top_box ul.top_rink li.top_rink_item a {
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 1em;
  transition: .3s;
}
header .top_box ul.top_rink li.top_rink_item a:hover, header .top_box ul.top_rink li.top_rink_item a.on {
  color: #424242
}
header .top_rank {
  position: relative;
  float: right;
  height: 100%;
  margin-right: 18px;
  display: flex;
  align-items: center;
}
header .top_rank .top_rank_text {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 5px;
}
header .top_rank .top_rank_text img {
  display: inline-block;
  margin-right: 8px;
  width: 21px;
}
header .top_rank .top_rank_text p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #81848b;
  line-height: 1em;
}
header .top_rank .top_rank_list {
  position: relative;
  float: left;
  width: 180px;
  height: 24px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
/*header .top_rank .top_rank_list ul {float:left; width:calc(100% - 26px) !important; height:100%; overflow:hidden; top:0px !important;}*/
header .top_rank .top_rank_list ul li {
  position: relative;
  width: 100% !important;
  height: 27px;
}
header .top_rank .top_rank_list ul li span {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 24px;
  top: 1px;
  border-radius: 50px;
  background-color: #214b7a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
header .top_rank .top_rank_list ul li p {
  width: calc(100% - 38px);
  height: 16px;
  padding: 4px 0px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2f3334;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .top_rank .top_rank_list button.more_rank {
  position: relative;
  float: left;
  width: 12px;
  height: 6px;
  margin: 0px 12px;
  background:
    url('/images/dongjakMain/top_rank_more_icon.png') 100% 100% no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transition: .3s;
}
header .top_rank .top_rank_list button.more_rank.on {
  transform: rotate(180deg);
}
header .top_rank ul.top_rank_list_act {
  position: absolute;
  top: 20px;
  right: 0;
  width: 160px;
  height: 0px;
  padding: 0px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
  overflow: hidden;
  transition: .3s;
}
header .top_rank ul.top_rank_list_act.on {
  width: 160px;
  height: 270px;
  padding: 20px 10px 10px 10px;
}
header .top_rank ul.top_rank_list_act li {
  position: relative;
  width: 100%;
  height: 27px;
}
header .top_rank ul.top_rank_list_act li span {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #214b7a;
}
header .top_rank ul.top_rank_list_act li p {
  width: calc(100% - 38px);
  height: 16px;
  padding: 4px 0px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2f3334;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* header menu */
header .header_box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
header .header_box .header_content {
  position: relative;
  width: 1400px;
  height: 40px;
  padding: 25px 0px;
  margin: 0 auto;
}
header .header_box .header_content a.home {
  position: relative;
  float: left;
  display: block;
  width: 341px;
  height: 38px;
}
header .header_box .header_content ul.depth1 {
  position: relative;
  float: left;
  width: calc(100% - 417px);
  height: auto;
  margin: 0px 22px;
  padding: 10px 0px;
}
header .header_box .header_content ul.depth1 li {
  position: relative;
  float: left;
  padding: 0px 17px;
}
header .header_box .header_content ul.depth1 li::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 8px;
  background-color: #c1c7c9;
}
header .header_box .header_content ul.depth1 li:last-child::after {
  display: none;
}
header .header_box .header_content ul.depth1 li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #2f3334;
  transition: .3s;
}
header .header_box .header_content ul.depth1 li a.on, header .header_box .header_content ul.depth1 li a:hover {
  color: #1d9ed9;
}
header .header_box .header_content button.siteMap_btn {
  position: relative;
  float: right;
  width: 32px;
  height: 20px;
  margin: 10px 0px;
  background:
    url('/images/dongjakMain/siteMap_btn.png') 100% 100% no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transition: .3s;
}
header .header_box .header_content button.siteMap_btn.on, header .header_box .header_content button.siteMap_btn:hover {
  background:
    url('/images/dongjakMain/siteMap_btn_on.png') 100% 100% no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}
header .header_box ul.depth2 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
}
header .header_box ul.depth2 li {
  width: 1400px;
  height: 0px;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
}
header .header_box ul.depth2 li.on {
  height: 40px;
  padding-bottom: 20px;
}
header .header_box ul.depth2 li > a {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #939ea1;
  line-height: 1.2em;
  padding: 0px 16px;
  transition: .2s;
}
header .header_box ul.depth2 li > a.go_site::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url('/images/dongjakMain/go_site.png') 100% 100% no-repeat;
  background-size: cover;
  margin-left: 6px;
  transition: .3s;
}
header .header_box ul.depth2 li > a.go_site:hover::after {
  background:
    url('/images/dongjakMain/go_site_on2.png') 100% 100% no-repeat;
  background-size: cover;
}
header .header_box ul.depth2 li > a:hover {
  color: #2f3334;
  font-weight: 500;
}
/* top_rank_mobile */
header .top_rank_mobile {
  position: relative;
  float: right;
  width: calc(100% - 36px);
  height: 56px;
  padding: 0px 18px;
  display: none;
  align-items: center;
  background-color: #1a2d44;
}
header .top_rank_mobile .top_rank_text {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 5px;
}
header .top_rank_mobile .top_rank_text img {
  display: inline-block;
  margin-right: 8px;
  width: 21px;
}
header .top_rank_mobile .top_rank_text p {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #a8dfff;
  line-height: 1em;
  letter-spacing: -.1em;
}
.bx-wrapper.mainCon1 {
  width: 100%;
}
header .top_rank_mobile .top_rank_list {
  position: relative;
  float: left;
  width: calc(100% - 143px);
  height: 24px;
  border-radius: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 2;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.3);
}
header .top_rank_mobile .top_rank_list ul li {
  position: relative;
  width: 100% !important;
  height: 27px;
}
header .top_rank_mobile .top_rank_list ul li span {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 24px;
  top: 1px;
  border-radius: 50px;
  background-color: #ff9f07;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #fff;
}
header .top_rank_mobile .top_rank_list ul li p {
  width: calc(100% - 38px);
  height: 16px;
  padding: 4px 0px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2f3334;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header .top_rank_mobile .top_rank_list button.more_rank {
  position: relative;
  float: left;
  width: 12px;
  height: 6px;
  margin: 0px 12px;
  background:
    url('/images/dongjakMain/top_rank_more_icon.png') 100% 100% no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  transition: .3s;
}
header .top_rank_mobile .top_rank_list button.more_rank.on {
  transform: rotate(180deg);
}
header .top_rank_mobile ul.top_rank_list_act {
  position: absolute;
  top: 20px;
  left: 165px;
  width: 0px;
  height: 0px;
  padding: 0px;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
  overflow: hidden;
  transition: .3s;
}
header .top_rank_mobile ul.top_rank_list_act.on {
  width: calc(100% - 212px);
  height: 270px;
  padding: 20px 10px 10px 10px;
}
header .top_rank_mobile ul.top_rank_list_act li {
  position: relative;
  width: 100%;
  height: 27px;
}
header .top_rank_mobile ul.top_rank_list_act li span {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  color: #214b7a;
}
header .top_rank_mobile ul.top_rank_list_act li p {
  width: calc(100% - 38px);
  height: 16px;
  padding: 4px 0px;
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #2f3334;
  line-height: 1.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*사이트맵*/
.site_map {
  position: absolute;
  z-index: 10001;
  width: 100%;
  height: 0;
  top: 131px;
  left: 0;
  overflow: hidden;
  transition: .3s;
}
.site_map.on {
  height: 610px;
  overflow: visible;
}
.site_map .site_map_menu {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 14px 8px 0px rgba(0, 0, 0, .1);
  overflow: hidden;
}
.site_map .site_map_menu .site_map_title {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 15px 0 20px 0;
}
.site_map .site_map_menu .site_map_title p {
  display: inline-block;
  width: auto;
  font-size: 26px;
  font-weight: 400;
  color: #2f3334;
  line-height: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #2f3334;
}
.site_map .site_map_menu ul.siteMap_menu_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: 80%;
  height: auto;
  padding: 20px 10% 50px 10%;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li {
  position: relative;
  float: left;
  width: calc(100%/ 5 - 25px);
  height: 100%;
  margin-right: 25px;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li:last-child {
  margin-right: 0;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 20px;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu p {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 10px;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  color: #2f3334;
  line-height: 1em;
  transition: .3s;
  overflow: hidden;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu:hover p {
  color: #1d9ed9;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu p::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 0px;
  height: 2px;
  background-color: #1d9ed9;
  transition: .3s;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu:hover p::before {
  width: 100%;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li {
  display: block;
  width: 100%;
  margin-bottom: 25px
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li a {
  font-size: 18px;
  font-weight: 400;
  color: #2f3334;
  line-height: 1.2em;
  transition: .3s;
  word-break: keep-all;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li a:hover {
  color: #1d9ed9;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li a.go_site::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 14px;
  background: url('/images/dongjakMain/go_site.png') 100% 100% no-repeat;
  background-size: cover;
  margin-left: 6px;
  transition: .3s;
}
.site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li a.go_site:hover::after {
  background: url('/images/dongjakMain/go_site_on.png') 100% 100% no-repeat;
  background-size: cover;
}
/***************************** header 종료 *****************************/
/***************************** sub_navi 시작 *****************************/
.sub_navi {
  position: relative;
  width: 100%;
  height: 160px;
}
.sub_navi.sub10 {
  background:
    url('/images/dongjakMain/sub_visual_img1.jpg') 100% 100% no-repeat;
  background-size: cover;
}
.sub_navi.sub13 {
  background:
    url('/images/dongjakMain/sub_visual_img7.jpg') 100% 100% no-repeat;
  background-size: cover;
}
.sub_navi.sub20 {
  background:
    url('/images/dongjakMain/sub_visual_img2.jpg') 100% 100% no-repeat;
  background-size: cover;
  background-position: top;
}
.sub_navi.sub40 {
  background:
    url('/images/dongjakMain/sub_visual_img3.jpg') 100% 100% no-repeat;
  background-size: cover;
}
.sub_navi.sub45 {
  background:
    url('/images/dongjakMain/sub_visual_img4.jpg') 100% 100% no-repeat;
  background-size: cover;
}
.sub_navi.sub47 {
  background:
    url('/images/dongjakMain/sub_visual_img6.jpg') 100% 100% no-repeat;
  background-size: cover;
}
.sub_navi.sub46 {
  background:
    url('/images/dongjakMain/sub_visual_img9.jpg') 100% 100% no-repeat;
  background-size: cover;
}
.sub_navi.sub70 {
  background:
    url('/images/dongjakMain/sub_visual_img7.jpg') 100% 100% no-repeat;
  background-size: cover;
}
.sub_navi .sub_navi_text {
  position: relative;
  width: 1400px;
  height: 53px;
  padding: 32px 0px;
  margin: 0 auto;
}
.sub_navi .sub_navi_text p {
  display: inline-block;
  width: 100%;
  height: 26px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1em;
  margin-top: 20px;
}
.sub_navi .sub_navi_text span {
  display: inline-block;
  width: 100%;
  height: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
}
.sub_navi ul {
  position: relative;
  width: 1400px;
  height: 43px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_navi ul li {
  position: relative;
  float: left;
  height: 100%;
}
.sub_navi ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 0px 42px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 1em;
  background: #c5756da1;
  border-radius: 10px 10px 0px 0px;
  transition: .3s;
}
.sub_navi ul li a.on, .sub_navi ul li a:hover {
  color: #ec6e62;
  font-weight: 600;
  background: rgba(255, 255, 255, 1);
}
/***************************** sub_navi 종료 *****************************/
/***************************** contents 시작 *****************************/
.contents {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 729px;
  margin-top: 130px;
  z-index: 1;
}
.contents.sub {
  margin-top: 0px;
  margin: 60px 0px;
  /* min-height: 449px; */
  min-height: 833px;
}
/* 메뉴 정보 */
.contents.sub .depth2_info {
  position: relative;
  width: 1400px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 32px;
}
.contents.sub .depth2_info .depth2_text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 28px;
  margin-bottom: 12px;
}
.contents.sub .depth2_info .depth2_text p {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  color: #2f3334;
  line-height: 1em;
  word-break: keep-all;
  margin: 0px;
}
.contents.sub .depth2_info .depth2_text img {
  display: inline-block;
  margin-left: 7px;
}
.contents.sub .depth2_info > p {
  display: inline-block;
  width: 534px;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #2f3334;
  line-height: 1.3em;
  text-align: left;
  margin-bottom: 29px;
}
.contents.sub .depth2_info ul {
  display: inline-block;
  width: 100%;
  height: 50px;
}
.contents.sub .depth2_info ul li {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  margin-right: 10px;
}
.contents.sub .depth2_info ul li:last-child {
  margin-right: 0px;
}
.contents.sub .depth2_info ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  padding: 0px 24px;
  background: #c1cddc;
  border-radius: 50px;
  transition: .3s;
}
.contents.sub .depth2_info ul li.on a, .contents.sub .depth2_info ul li a:hover {
  background: #1d6dd9;
}
/* 201019 추가 */
#no_data .title {
  padding-right: 80px;
}
#no_data .title > p {
  text-align: right;
}
.list_wrap {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
/***************************** contents 종료 *****************************/
/***************************** footer 시작 *****************************/
footer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 118px;
  background-color: #404040;
  clear: both;
}
footer .footer {
  position: relative;
  width: 100%;
}
footer .footer .footer_content {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}
footer .footer.top {
  height: 30px;
  background-color: #3b3838;
}
footer .footer.top .footer_content ul {
  position: relative;
  float: left;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
}
footer .footer.top .footer_content ul li {
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
}
footer .footer.top .footer_content ul li a {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0px 8px;
  font-size: 14px;
  font-weight: 400;
  color: #dadada;
  line-height: 1em;
  border-right: 1px solid #dadada;
  transition: .3s;
}
footer .footer.top .footer_content ul li a:hover {
  color: #fff;
}
footer .footer.top .footer_content ul li:first-child a {
  padding-left: 0px;
}
footer .footer.top .footer_content ul li:last-child a {
  border-right: 0px;
  padding-right: 0px;
}
footer .footer.top .footer_content > a {
  position: relative;
  float: right;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffd966;
  line-height: 1em;
}
footer .footer.top .footer_content > a::after {
  content: '+';
  width: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: .3s;
}
footer .footer.top .footer_content > a:hover::after {
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer.bottom {
  height: 62px;
  padding: 13px 0px;
}
footer .footer.bottom .footer_content .footer_text {
  position: relative;
  float: left;
  width: 500px;
  height: auto;
}
footer .footer.bottom .footer_content .footer_text p {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 14px;
  font-weight: 300;
  color: #ababab;
  line-height: 1.2em;
  word-break: keep-all;
}
footer .footer.bottom .footer_content .footer_text p:nth-child(1) {
  margin-bottom: 10px;
  width:550px;
}
footer .footer.bottom .footer_content .footer_img {
  position: relative;
  float: right;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
footer .footer.bottom .footer_content .footer_img img:nth-child(1) {
  width: 140px;
  margin-right: 20px;
}
footer .footer.bottom .footer_content .footer_img img:nth-child(2) {
  width: 77px;
}
/***************************** footer 종료 *****************************/
/** admin start **/
.h32px {
  height: 32px !important
}
.w60px {
  width: 60px !important
}
.txt_r {
  text-align: right;
}
.txt_c {
  text-align: center;
}
.mgt_20 {
  margin-top: 15px;
}
.pdt_15 {
  padding-top: 15px;
}
.bd0 {
  border: 0px !important;
}
.btn_write {
  background: #ec6e62;
  width: 154px;
  padding: 16px 0px 16px 0px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  transition: .3s;
}
.btn_write:hover {
  background: #b2473d;
}
.btn_home {
  width: 50px !important;
  position: relative;
  float: left;
}
.btn_home img {
  width: 33px;
  margin-left: 15px;
}
/* 로그인 */
.login_box {
  width: 300px;
  margin: 0 auto;
  padding-top: 70px;
  color: #2f3334;
}
.login_box a {
  color: #2f3334;
}
.login_box p {
  font-size: 16px;
  padding: 10px 0px 10px 0px;
}
.login_box h1 {
  display: inline-block;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  color: #2f3334;
  line-height: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}
.login_box .input_box {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  height: 22px;
  padding: 14px 19px;
  border: 1px solid #dbdfe4;
  background: #fff;
  margin-bottom: 15px;
}
.login_box .input_box input {
  display: inline-block;
  width: calc(100% - 44px);
  height: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #2f3334;
  line-height: 1em;
  border: 0px;
}
.login_box .input_box01 {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% + 336px) !important;
  height: 22px;
  padding: 14px 19px;
  border: 1px solid #dbdfe4;
  background: #fff;
  margin-bottom: 15px;
}
.login_box .input_box01 input {
  display: inline-block;
  width: calc(100% - -359px) !important;
  height: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #2f3334;
  line-height: 1em;
  border: 0px;
}
.login_box .login {
  background: #ec6e62;
  width: 100%;
  padding: 16px 0px 16px 0px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  margin-bottom: 30px;
}
.login_box .login:hover {
  background: #b2473d;
}
.login_box .regist {
  width: 49%;
}
.login_box .cancel {
  width: 49%;
  background: #E48783 !important;
}
.login_box .cancel:hover {
  background: #C36464 !important;
}
.login_box th {
  width: 24%;
  text-align: left;
  padding-bottom: 15px;
}
.fl_l {
  float: left;
}
.write_box {
  padding: 0% 5% 0% 5%;
  color: #2f3334;
}
.write_box a {
  color: #2f3334;
  padding: 1px 5px 1px 5px;
  border: 1px solid #767676;
  background: #efefef;
  border-radius: 2px;
  font-size: 13px;
  cursor: pointer;
}
.write_box table {
  width: 100%;
  margin-top: 20px;
}
.write_box table th {
  padding-bottom: 15px;
}
.write_box .input_box {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  height: 22px;
  padding: 14px 19px;
  border: 1px solid #dbdfe4;
  background: #fff;
  margin-bottom: 15px;
}
.write_box .input_box input {
  display: inline-block;
  width: calc(100% - 44px);
  height: 23px;
  font-size: 18px;
  font-weight: 500;
  color: #2f3334;
  line-height: 1em;
  border: 0px;
}
.write_box textarea {
  display: inline-block;
  width: 100%;
  height: 300px;
  font-size: 18px;
  font-weight: 500;
  color: #2f3334;
  line-height: 1em;
  border: 1px solid #dbdfe4;
  margin: 20px 0px 20px 0px;
}
.write_box select {
  position: relative;
  float: left;
  width: 200px;
  height: 52px;
  padding: 0px 10px;
  border: 1px solid #dbdfe4;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #2f3334;
  line-height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/images/dongjakMain/select_icon.png') 90% center no-repeat #fff;
  background-size: 12px 8px;
  margin-bottom: 15px;
}
.write_box .btn_foot {
  background: #ec6e62;
  width: 100%;
  padding: 16px 0px 16px 0px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  margin-bottom: 30px;
}
.write_box .btn_regist {
  width: 200px;
}
.write_box .btn_regist:hover {
  background: #B2473F;
}
.write_box .btn_list {
  width: 200px;
  position: absolute;
  right: 5%;
  background: #a2a2a2;
}
.write_box .btn_list:hover {
  background: #818181;
}
.write_box .trash a {
  border: 0px;
  background: #fff;
  border: 1px solid #dbdfe4;
}
.write_box .trash img {
  margin: 3px 3px 0px 0px;
}
.write_box .add {
  margin-top: 15px;
}
.write_box .add a {
  padding: 2px 10px 3px 10px;
  background: #ec6e62;
  color: #fff;
  border: 0px;
  border-radius: 3px;
}
.write_box .add a:hover {
  background: #b2473d;
}

.login_box .edit {
  width: 31%;
  background: #55C270;
  margin-right: 2%
}
.login_box .edit:hover {
  background: #3BB259;
}
.login_box .out {
  width: 31%;
  background: #E48783 !important;
  margin-right: 2%;
}
.login_box .out:hover {
  background: #C36464 !important;
}
.login_box .home {
  width: 31%;
  background: #1d9ed9 !important;
  margin-right: 0%;
}
.login_box .home:hover {
  background: #b2473d !important;
}
.login_box .go {
  width: 20%;
  background: #1d9ed9 !important;
}
.login_box .go:hover {
  background: #b2473d !important;
}
.info_box_00 {
  margin-top: 100px !important;
  min-height: 750px;
  width: 1505px;
  margin: 0 auto;
}
.info_box {
  width: 400px !important;
  padding: 30px 100px 30px 30px;
  border-right: 1px solid #d1d1d1;
  float: left;
}
.info_box_02 {
  width: 800px;
  padding: 30px 70px 70px 100px;
  border-right: 0px;
  float: left;
}
.info_box_02 .list {
  margin-bottom: 70px;
}
.info_box_02 .list td {
  border-bottom: 1px solid #e4e7f1;
  padding: 10px;
  text-align: center;
}
.info_box_02 .list th {
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e4e7f1;
  text-align: center;
  background: #fff;
  position: sticky;
  top: 0;
}
.info_box_02 .write {}
.info_box_02 .write th {
  text-align: center;
  width: 10%;
}
.info_box_02 .write textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #dbdfe4;
}
.list_detail_wrap .detail_btn .detail_edit {
  background: #55C270;
  width: 154px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  margin: 0px 27px;
  transition: .3s;
}
.list_detail_wrap .detail_btn .detail_edit:hover {
  background: #3BB259;
}
.list_detail_wrap .detail_btn .detail_del {
  background: #E48783;
  width: 154px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  margin: 0px 27px;
  transition: .3s;
}
.list_detail_wrap .detail_btn .detail_del:hover {
  background: #C36464;
}
.btns button {
  margin-right: 2% !important;
}
.btns button:last-child {
  margin-right: 0px !important;
}
.btn_main {
  padding: 10px 20px 10px 20px;
  border: 0px;
  border-radius: 2px;
  background: #ffffff;
  color: #ec6e62;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  z-index: 100;
}
.btn_main:hover {
  opacity: 75%;
}
.container iframe {
  margin: 20px 0px;
}
/** admin end **/
/***************************** 미디어 쿼리 *****************************/
@media screen and (max-width:1445px) {
  header .header_box .header_content ul.depth1 {
    display: none;
  }
  header .header_box .header_content {
    width: calc(100% - 36px);
    margin: 0px 18px;
  }
  header .header_box .header_content button.siteMap_btn.on, header .header_box .header_content button.siteMap_btn {
    z-index: 10002
  }
  header .header_box .header_content button.siteMap_btn.on {
    background: url(/ndongjak/resources/images/dongjakMain/siteMap_btn_on.png) 100% 100% no-repeat !important;
    background-size: cover !important;
    transform: rotate(90deg) !important;
  }
  header .header_box .header_content button.siteMap_btn:hover {
    background: url(/ndongjak/resources/images/dongjakMain/siteMap_btn.png) 100% 100% no-repeat;
    background-size: cover;
    transform: rotate(0deg);
  }
  .site_map.on {
    height: 100vh;
    top: 0px;
  }
  .site_map .site_map_menu {
    overflow-y: scroll;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap {
    display: inline-block;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li {
    width: 100%;
    margin-bottom: 60px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li:last-child {
    margin-bottom: 0px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu {
    margin-bottom: 20px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu p {
    padding-bottom: 0px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu, .site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li {
    text-align: right;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li {
    margin-bottom: 16px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li:last-child {
    margin-bottom: 0px;
  }
  .sub_navi ul, .sub_navi .sub_navi_text {
    width: 100%
  }
  .sub_navi ul li a {
    font-size: 16px;
    padding: 0 22px;
  }
  .contents {
    margin-top: 186px;
  }
  .contents.sub {
    margin: 30px 0px;
  }
  /* 201019 추가 */
  #no_data .title {
    padding-right: 0px;
  }
  footer .footer .footer_content {
    width: calc(100% - 36px);
    margin: 0 18px;
  }
  footer .footer.bottom {
    display: inline-block;
    height: auto;
  }
}
/*                      
@media screen and (max-width:1024px) {
	
	header .top_rank {display:none;}
    header .top_rank_mobile {display:flex;}
  
  	.sub_navi {height:43px; margin-top:186px; border-bottom:1px solid #c1c4cc;}
	.sub_navi ul {width:100%; display:inline-block; overflow-x:scroll; overflow-y:hidden; white-space:nowrap;}
	.sub_navi ul li {position:inherit; float:inherit; display:inline-block; background:rgba(255,255,255,1); border-radius:0px;}
	.sub_navi ul li a {color:#6f7476; margin-right:-3px; padding:0px 0px 0px 30px; background:#fff; border-radius:0;}
	.sub_navi ul li:last-child a {padding:0px 30px;}
	.sub_navi ul li.on,
	.sub_navi ul li:hover {background:rgba(255,255,255,1);}
	.sub_navi ul li.on a,
	.sub_navi ul li:hover a {color:#2f3334;}
	.contents.sub .depth2_info {width:calc(100% - 36px); margin:0px 18px 32px 18px;}
	.contents.sub .depth2_info > p {width:100%;}
	.contents.sub .depth2_info ul {white-space:nowrap; overflow-x:scroll; overflow-y:hidden;}
	.contents.sub .depth2_info ul li {position:inherit; float:inherit; display:inline-block;}
	.sub_navi.sub20 {
		background: #4323a6;
		margin: 0px;
	}
	.sub_navi .sub_navi_text {
		position: relative;
		width: 100%;
		height: 53px;
		padding: 3px 0px 1px 0px;
		margin-top: -56px;
	}

}
*/
@media screen and (max-width:1024px) {
  header .top_rank {
    display: none;
  }
  header .header_box .header_content ul.depth1 {
    /*	display: none; */
  }
  header .header_box .header_content {
    width: calc(100% - 36px);
    margin: 0px 18px;
  }
  header .header_box .header_content button.siteMap_btn.on, header .header_box .header_content button.siteMap_btn {
    z-index: 10002
  }
  header .top_rank_mobile {
    display: flex;
  }
  .site_map.on {
    height: 100vh;
    top: 0px;
  }
  .site_map .site_map_menu {
    overflow-y: scroll;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap {
    display: inline-block;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li {
    width: 100%;
    margin-bottom: 60px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li:last-child {
    margin-bottom: 0px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu {
    margin-bottom: 20px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu p {
    padding-bottom: 0px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li a.siteMap_menu, .site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li {
    text-align: right;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li {
    margin-bottom: 16px;
  }
  .site_map .site_map_menu ul.siteMap_menu_wrap > li ul.siteMap_depthMenu li:last-child {
    margin-bottom: 0px;
  }
  .sub_navi {
    height: 43px;
    padding-top: 75px;
  }
  .sub_navi.sub20 {
    margin: 0px;
  }
  .sub_navi .sub_navi_text {
    width: 100%;
    height: 53px;
    padding: 3px 0px 1px 0px;
    margin-top: -56px;
  }
  .sub_navi ul {
    width: 100%;
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background: #fff;
  }
  .sub_navi ul li {
    position: inherit;
    float: inherit;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px;
  }
  .sub_navi ul li a {
    color: #6f7476;
    margin-right: -3px;
    padding: 0px 0px 0px 30px;
    background: #fff;
    border-radius: 0;
  }
  .sub_navi ul li:last-child a {
    padding: 0px 30px;
  }
  .sub_navi ul li.on, .sub_navi ul li:hover {
    background: rgba(255, 255, 255, 1);
  }
  .sub_navi ul li.on a, .sub_navi ul li:hover a {
    color: #2f3334;
  }
  .contents.sub .depth2_info {
    width: calc(100% - 36px);
    margin: 0px 18px 32px 18px;
  }
  .contents.sub .depth2_info > p {
    width: 100%;
  }
  .contents.sub .depth2_info ul {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .contents.sub .depth2_info ul li {
    position: inherit;
    float: inherit;
    display: inline-block;
  }
  .contents {
    margin-top: 186px;
  }
  .contents.sub {
    margin: 30px 0px;
  }
 #no_data .title {
    padding-right: 0px;
  }
  footer .footer .footer_content {
    width: calc(100% - 36px);
    margin: 0 18px;
  }
  footer .footer.bottom {
    display: inline-block;
    height: auto;
  }
}
@media screen and (max-width:800px) {
  footer .footer.bottom .footer_content .footer_text {
    width: 100%;
    text-align: center;
  }
  footer .footer.bottom .footer_content .footer_img {
    width: 100%;
    justify-content: center;
    padding: 25px 0px 10px 0px;
  }
}
@media screen and (max-width:600px) {
  header .top_box ul.top_rink {
    width: 100%;
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  header .header_box .header_content {
    padding: 12px 0px;
  }
  header .header_box .header_content a.home {
    width: auto;
    height: auto;
    margin: 6px 0px;
  }
  header .header_box .header_content a.home img {
    width: 230px;
  }
  .sub_navi {
    margin-top: 161px;
  }
  /* 201019 추가 */
  .contents.sub {
    min-height: 268px;
  }
  #no_data .title {
    padding-left: 35px;
    padding-top: 13px;
  }
  #no_data .title > p {
    text-align: center;
  }
}
@media screen and (max-width:330px) {
  header .top_rank_mobile .top_rank_list button.more_rank {
    margin: 0px 8px;
  }
  header .top_rank_mobile .top_rank_list ul li {
    width: 99% !important;
  }
}