html, body, ul, li, a, div, p, span {
  font-family: Pretendard, sans-serif;
  font-weight: 500;
}
body, ul, li, h1, p {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: Pretendard, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  display: block;
  border: none;
  border-radius: 0px;
  background: none;
  font-size: 14px;
  cursor: pointer;
}

.img-box > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.con {
  margin-left: auto;
  margin-right: auto;
}

*>.flex-column-wrap {
  flex-flow: column wrap;
}

body{
    font-size: 20px;
    font-weight: 400;
}
.con {
  width: 1500px;
}

/* top-bar-start */
#top-bar {
  position: fixed;
  top:0;
  left: 0;
  height:100px;
  width: 100%;
  background: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 100;
  transition: .3s;
}
#top-bar.top-bar-fly{
  background: #000 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) !important;
}
#top-bar.main-top-bar{
  background: none ;
  box-shadow: none ;
}
#top-bar.main-top-bar:hover{
  background: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#top-bar.main-top-bar.active{
  background: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#top-bar .logo-img-box{
  height: 100%;
  padding: 0 36px;
}
#top-bar .menu > button
, #top-bar .menu > a {
  line-height: 100px;
  padding: 0 25px;
  transition: 0.3s;
}
#top-bar .menu > a:hover{
  color: #FFFFFF;
  background-color: #1A1A1A;
}
#top-bar .menu > a:active{
  color: #c04f2d;
}
#top-bar .menu > button{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#top-bar .menu > button.active{
  color: #D66947;
}
#top-bar .menu > button:hover{
 background-color: #1A1A1A;
}
#top-bar .menu > a:last-child{
  padding-right: 46px;
  color: #D66947;
}
#top-bar .menu > a:last-child:active{
  color: #ff5825;
}
/* top-bar-end */

/* top-bar-search-start */
#top-bar .img-search-container {
  position: absolute;
  top:100px;
  left: 0px;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.50);
}
#top-bar.active .img-search-container{
  height: calc(100vh - 100px);
}
#top-bar .img-search-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: #1A1A1A;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.40);
  overflow: hidden;
  transition: 0.7s;
}
#top-bar.active .img-search-box{
  height: calc(100vh - 155px);
}
#top-bar .img-search-box > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  user-select: none;
}
#top-bar .img-search-box-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#top-bar .img-search-box-close::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 28px;
  width: 3px;
  background-color: #686868;
  border-radius: 1.5px;
  transition: all .3s;
}
#top-bar .img-search-box-close:hover::after{
  transform: translate(-50%, -50%) rotate(-135deg);
  background-color:#cbcbcb;
}
#top-bar .img-search-box-close::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  height: 28px;
  width: 3px;
  background-color: #686868;
  border-radius: 1.5px;
  transition: all .3s;
}
#top-bar .img-search-box-close:hover::before{
  transform: translate(-50%, -50%) rotate(135deg);
  background-color:#cbcbcb;
}
#top-bar .img-search-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
}
#top-bar .img-search-box.active .img-search-content {
  display: none;
}
#top-bar .img-search-content > .title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 35px;
}
#top-bar #btnSearchImage {
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background-color: #252525;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  padding: 0px 30px;
  transition: all .3s;
  
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#top-bar #btnSearchImage:hover{
  background: #2f2f2f;
}
#top-bar #btnSearchImage:active{
  background: #c04f2d;
}
#top-bar #btnSearchImage > img:nth-child(1) {
  width: 100px;
  margin-top: -6px;
}
/* top-bar-search-end */

/* footer-start */
#footer {
  height: 300px;
  background: #F2F2F2;
  color: #616161;
}
#footer > .footer-content-box {
  padding-top: 86px;
}
#footer .footer-logo-box {
  width: 170px;
}
#footer .footer-logo-box > img {
  padding-bottom: 27px;
}
#footer .footer-text > p {
  line-height: 22px;
}
#footer .footer-text > p > a {
  color: #222;
  font-weight: 600;
}
#footer .footer-text > p > span {
  padding: 0 15px;
}
#footer .footer-text > p:nth-child(2){
  padding-top: 18px;
}
#footer .footer-text > p:nth-child(3){
  color: #A7A7A7;
  padding-bottom: 17px;
}
#footer .footer-text > p:nth-child(4){
  color: #A7A7A7;
}
/* footer-end */