@charset "utf-8";

/* font setting */
@import url("//archive.chosun.com/com/css/cs_font_set_min_s.css");

/* style setting */


button {
  background-color: transparent;
}


/* ad */



/* nav common */
#nav2020 {}

/* #nav2020>* {
  transition: 0.4s;
} */


/* nav simple */

#nav2020-head {
  position: relative;
  width: 100%;
  height: 40px;
}

/* 메뉴가 있을 때 */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.nav2020-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}




/* color */
#nav2020-head.dark {
  background-color: #222222;
}

#nav2020-head.dark .title a {
  color: #d7d7d7;
}



#nav2020-head.dark #media .drop-btn {
  color: #d7d7d7;
}

#nav2020-head.dark #media::after {
  background-image: url("//image.chosun.com/gnb2020/assets/images/arrowDownW.png");
}


#nav2020-head.dark #login .user {
  background-image: url("//image.chosun.com/gnb2020/assets/images/loginW.png");
}

#nav2020-head.dark #login a {
  color: #d7d7d7;
}



#nav2020-head.light {
  background-color: #ffffff;
  border-bottom: 1px solid #d7d7d7;
}

#nav2020-head.transparent {
  background-color: transparent;
  border-bottom: 1px solid #d7d7d7;
}


/* logo */
#nav2020-head .logo {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

#nav2020-head .logo a {
  display: block;
  width: 98px;
  height: 20px;
}

#nav2020-head .logo img {
  width: 100%;
}


#nav2020-head .title {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


#nav2020-head .title a {
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
  font-size: 15px;
}


#nav2020-head .links {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 999;
}

#nav2020-head .links>div {
  display: inline-block;
}


.inner-search-box {
  display: none;
}






#nav2020-head #media {
  position: relative;
  display: inline-block;
  padding-right: 16px;
}


#nav2020-head #media::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("//image.chosun.com/gnb2020/assets/images/arrowDownB.png") no-repeat;
  background-size: cover;
}

#nav2020-head #media:hover::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}




#nav2020-head #media .drop-btn {
  font-family: "조선고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  background: transparent;
  padding: 10px 0;
}

#nav2020-head .media-list {
  display: none;
  position: absolute;
  right: 0;
  padding-top: 8px;
  width: 140px;
  /* max-height: 173px; */

  /* overflow-y: scroll; */
}

#nav2020-head .media-inner {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}



#nav2020-head .media-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: "조선고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  font-weight: normal;
}

#nav2020-head .media-list a:hover {
  background-color: #f7f7f7;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
}


#nav2020-head #media:hover .media-list {
  display: block;
}




#nav2020-head .dropdown-content::-webkit-scrollbar {
  width: 6px;
}

/* 스크롤 바 */
#nav2020-head .dropdown-content::-webkit-scrollbar-track {
  /* background-color: #5d5d5d; */
}

/* 스크롤 바 밑의 배경 */
#nav2020-head .dropdown-content::-webkit-scrollbar-thumb {
  background: #d7d7d7;
  border-radius: 3px;
}

/* 실질적 스크롤 바 */
#nav2020-head .dropdown-content::-webkit-scrollbar-thumb:hover {
  /* background: #404040; */
}

/* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */
#nav2020-head .dropdown-content::-webkit-scrollbar-thumb:active {
  /* background: #808080; */
}

/* 실질적 스크롤 바를 클릭할 때 */
#nav2020-head .dropdown-content::-webkit-scrollbar-button {
  display: none;
}





#nav2020-head #login {
  position: relative;
  margin-left: 16px;
}



#nav2020-head #login a {
  display: block;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0;
}



#nav2020-head #login .user {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("//image.chosun.com/gnb2020/assets/images/loginB.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
}


#nav2020-head #login .login-inner {
  display: none;
  position: absolute;
  padding-top: 8px;
  right: 0;
  width: 140px;
}


#nav2020-head #login .user-list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}


/* #nav2020-head #login .user-list {
  display: none;
  position: absolute;
  right: 0;
  width: 140px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
} */


#nav2020-head #login:hover .login-inner {
  display: block;
}



#nav2020-head #login .user-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: "조선고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  font-weight: normal;
}


#nav2020-head #login .user-list a:hover {
  background-color: #f7f7f7;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
}





/* nav2020-masthead */

#nav2020-masthead {
  position: relative;
  max-width: 1280px;
  margin: 25px auto;
}

#nav2020-masthead h2 {
  display: table;
  margin: 0 auto;
  text-align: center;
  min-height: 62px;
}

#nav2020-masthead h2 a {
  display: table-cell;
  vertical-align: middle;
}




/* nav2020-bar */

#nav2020-bar {
  background: #fff;
}

#nav2020-bar h2 {
  display: table;
  margin: 25px auto;
  text-align: center;
  min-height: 62px;
}

#nav2020-bar h2 a {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  /* font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
  font-size: 30px; 
  color: #222;*/
}



/* links 있을 때 없을 때 */
#nav2020-head #media.show {
  display: inline-block;
}

#nav2020-head #media.hide {
  display: none;
}


#nav2020-head #login.show {
  display: inline-block;
}

#nav2020-head #login.hide {
  display: none;
}













/* Complex_Header_PC */


.nav-bottom {
  border-top: 1px solid #d7d7d7;
}

.nav-bottom h2 {
  margin: 25px 0;
  text-align: center;
}

.nav-bottom h2 a {
  padding: 15px 68px;
  border: 1px solid #979797;
  display: inline-block;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #222;
}

.menu-bar {
  position: relative;
  border-top: 1px solid #d7d7d7;
  border-bottom: 2px solid #222;
  /* width: 1280px; */
  /* max-width: 1280px; */
  margin: 0 auto;
}

.menu-bar .icon-area {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menu-bar .icon-area a {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.menu-bar .icon-area a img {
  width: 100%;
}





/* 
.menu-bar .icon-area #menu .close {
  display: none;
}

.menu-bar .icon-area #menu .menu {
  display: block;
}


.menu-bar .icon-area #menu.active .close {
  display: block;
}

.menu-bar .icon-area #menu.active .menu {
  display: none;
} */





.menu-bar .icon-area a.menu {}


.menu-bar .icon-area .search-box {
  margin-left: 16px;
}

/* .menu-bar .icon-area #search .search-box {
  display: none;
} */

.search-box {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}





.search-box input {
  display: none;
  padding: 6px 10px;
  width: 220px;
  border: 1px solid #d7d7d7;
}

.search-box.active {
  display: block;
}

.search-box.active input {
  display: block;
}

.search-box.active #search {
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -12px;
}




.menu-bar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}


.complex-inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}




.menu-bar .menu-area {
  height: 40px;
}

.menu-bar .menu-area .sticky-logo {
  display: none;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.menu-bar .menu-area .sticky-logo a {
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #222;
}

.menu-bar .menu-area .sticky-logo img {
  display: block;
  width: 100%;
}


.menu-bar .menu-area .sticky-logo.active {
  display: block;
}


/* 

.menu-bar .menu-area .menu-list {
  text-align: center;
  font-size: 0;
}

.menu-bar .menu-area .menu-list>li {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
}


.menu-bar .menu-area .menu-list>li a {
  display: inline-block;
  position: relative;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #222;
}



.menu-bar .menu-area .menu-list>li a:hover::after,
.menu-bar .menu-area .menu-list>li a.current::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #222;
}

.menu-bar .menu-area .sub-menu {
  position: absolute;
  left: 0;
  top: 45px;
}

.menu-bar .menu-area .sub-menu li {
  display: inline-block;
}
 */


/* The navigation menu */
.navmenu {
  /* overflow: hidden; */
  overflow: auto;
  white-space: nowrap;
  text-align: center;
}

.navmenu.sticky {
  display: none;
}




/* Navigation links */
.navmenu a {
  display: inline-block;
  /* float: left; */
  text-align: center;
  padding: 10px 15px;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  color: #222;
}

.navmenu>a {
  position: relative;
}


/* The subnavigation menu */
.submenu {
  display: inline-block;
  /* float: left; */
  /* overflow: hidden; */
}

/* Subnav button */
.submenu .submenubtn {
  position: relative;
  padding: 10px 15px;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #222;
}

/* Add a red background color to navigation links on hover */
.navmenu>a:hover::after,
.submenu:hover .submenubtn::after {
  /* background-color: transparent; */
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: #222;
}

/* Style the subnav content - positioned absolute */
.submenu-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: transparent;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.submenu-content a {
  /* float: left; */
  font-family: "조선고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #222;
  text-decoration: none;
}

/* Add a grey background color on hover */
.submenu-content a:hover {
  /* background-color: #eee; */
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.submenu:hover .submenu-content {
  display: block;
}

















.side-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  padding: 8px 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  z-index: 1000;
}


.side-menu.visible {
  display: block;
}


.side-menu li {
  position: relative;
}

.side-menu li a {
  display: block;
  padding: 10px 16px;
  font-family: "조선고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  font-weight: normal;

}

.side-menu li.active>a {
  background: url('//image.chosun.com/gnb2020/assets/images/arrowNextW.png') no-repeat 95% 50%;
  background-size: 20px;
}

.side-menu li.active>a:hover {
  background-color: #f7f7f7;
  background-image: url('//image.chosun.com/gnb2020/assets/images/arrowNextB.png');
}

.side-menu li>a:hover {
  background-color: #f7f7f7;
}



.side-menu li a:hover {
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;

}

.side-menu li .child {
  display: none;
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.side-menu li .child li a {
  background: none;
}


.side-menu li:hover .child {
  display: block;
}



.side-menu li a:hover .child {
  display: block;
}

.side-menu hr {
  margin: 16px 0;
  height: 1px;
  border: 0;
  background: #eaeaea;
}


.side-menu .social-media {
  margin-top: 10px;
  font-size: 0;
}

.side-menu .social-media a {
  display: inline-block;
  margin: 0 10px;
  width: 24px;
  height: 24px;
}

.side-menu .social-media img {
  display: block;
  width: 100%;
}






/* local-service */
.local-service {}

.local-service .service-list {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.local-service .service-list li {
  display: inline-block;
  margin-left: 16px;

}

.local-service .service-list li a {
  font-size: 15px;
  color: #707070;
  font-family: "조선고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: normal;
}


.local-service #login {
  display: inline-block;
  position: relative;
  margin-left: 16px;
}



.local-service #login a {
  display: inline-block;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 0;
}



.local-service #login .user {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("//image.chosun.com/gnb2020/assets/images/loginB.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
}


.local-service #login .login-inner {
  display: none;
  position: absolute;
  padding-top: 8px;
  right: 0;
  width: 140px;
}


.local-service #login .user-list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}


/* #nav2020-head #login .user-list {
  display: none;
  position: absolute;
  right: 0;
  width: 140px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
} */


.local-service #login:hover .login-inner {
  display: block;
}



.local-service #login .user-list a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: "조선고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-size: 15px;
  font-weight: normal;
}


.local-service #login .user-list a:hover {
  background-color: #f7f7f7;
  font-family: "조선중간고딕", AppleSDGothicNeo-Regular, "Malgun Gothic",
    "맑은 고딕", dotum, "돋움", sans-serif;
  font-weight: bold;
}




.local-service {
  position: absolute;
  right: 0;
  top: 0;
}





/* 광고영역 */

.ad-banner-top {
  background-color: #f7f7f7;
  height: 100%;
}

.ad-banner-top a {
  display: block;
  text-align: center;
  font-size: 0;
  padding: 20px 0;
}

.ad-banner-top img {
  display: block;
  margin: 0 auto;
}



.ad_banner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.ad_banner_left {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 0px;
  transform: translateY(-50%);
}

.ad_banner_left a {
  display: block;
}

.ad_banner_right {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 0px;
  transform: translateY(-50%);
}

.layer-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.layer-wrap.active {
  display: block;
}


.layer-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}











/* responsive */

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 767px) {





  #nav2020-head .title {
    display: block;
  }

  #nav2020-masthead {
    display: none;
  }

  #nav2020-masthead h2 {}


  .menu-bar {
    border-top: none;
  }



  #nav2020-bar {
    /* position: relative; */
  }


  #nav2020-bar.sticky .menu-list {
    display: none;
  }


  #nav2020-head .logo {
    display: none;
  }

  #nav2020-head #media {
    display: none;
  }

  #nav2020-head #login a {
    font-size: 0;
  }

  #nav2020-bar h2 {
    margin: 0;
    position: absolute;
    /* left: 50%;
    top: 0;
    transform: translate(-50%, -50%); */

    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    min-height: 30px;
  }


  #nav2020-bar h2 a {
    border: none;
    padding: 0;
  }

  #nav2020-bar h2 img {
    display: block;
    width: 100%;
  }


  .menu-bar .icon-area {
    top: -33px;
    left: 10px;
    transform: none;
  }

  #nav2020-head .links {
    right: 10px;
  }

  .menu-bar.sticky .icon-area {}


  .menu-bar .menu-area .sticky-logo.active {
    display: none;
  }



  .menu-bar .icon-area .search-box {
    display: none;
  }

  .menu-bar .menu-area .menu-list {
    overflow: auto;
    white-space: nowrap;
  }













  .ad-banner-top {
    display: none;
  }

  .ad_banner_left {
    display: none;
  }

  .ad_banner_right {
    display: none;
  }



  .inner-search-box {
    margin: 0 10px 10px;
    position: relative;
    display: block;
  }

  .inner-search-box input {
    padding: 6px 10px;
    width: 100%;
    border: none;
    background-color: #f7f7f7;
  }


  .inner-search-box #search {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -12px;
  }


  .inner-search-box #search img {
    width: 100%;
  }


  .side-menu-list {
    border-top: 1px solid #eaeaea;
  }





  .local-service {
    display: none;
  }



  .submenu:hover .submenu-content {
    display: none;
  }

  #nav2020-head.sticky {
    position: fixed;
  }

  #nav2020-bar.sticky .menu-area {
    display: none;
  }

  #nav2020-bar.sticky .menu-bar {
    border-bottom: none;
  }


  #nav2020-bar.sticky .icon-area {
    top: 7px
  }


  #nav2020-head #login.clicked .login-inner {
    display: none;
  }


  #nav2020-head #media.show {
    display: none;
  }



}