html{
	scroll-behavior: smooth;
}
.wrap .main-header {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.wrap .main-header .fixed-top {
  width: 100%;
  min-width: 1200px;
  top: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 25px 40px 0 40px;
  transition: all 0.2s;
  background: #fff;
  border-bottom: 1px solid #bebebe;
}
.wrap .main-header .fixed-top__left {
  position: relative;
}
.wrap .main-header .fixed-top__left a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap .main-header .fixed-top__left .logo {
  width: 203px;
  height: 67px;
  transition: all 0.2s;
  background: url("../img/main/logo_color.svg") no-repeat center;
}
.wrap .main-header .fixed-top__mid {
  display: flex;
}
.wrap .main-header .fixed-top__mid li {
  position: relative;
  margin: 0 13px;
}
.wrap .main-header .fixed-top__mid li a {
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
  transition: all 0.2s;
  display: block;
  padding-bottom: 22px;
  white-space: pre;
}
.wrap .main-header .fixed-top__right {
  display: flex;
  align-items: center;
  position: relative;
}
.wrap .main-header .fixed-top__right .lj-btn {
  position: absolute;
  right: 0px;
  top: -53px;
  width: 116px;
}
.wrap .main-header .fixed-top__right .lj-btn span a {
  font-size: 15px;
  transition: all 0.2s;
  color: #3d3d3d;
}
.wrap .main-header .fixed-top__right .lj-btn .login {
  margin-right: 14px;
}
.wrap .main-header .fixed-top__right i {
  width: 24px;
  height: 25px;
  cursor: pointer;
  display: block;
}
.wrap .main-header .fixed-top__right .search {
  background: url("../img/main/search_black.svg") no-repeat center;
  margin-right: 20px;
  background-position: 0 2px;
  background-size: 100%;
}
.wrap .main-header .fixed-top__right .menu {
  background: url("../img/main/menu_color.svg") no-repeat center;
  background-size: 100% 100%;
}
.wrap .fixed-top.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
.wrap .fixed-top.active .lj-btn span a {
  color: #fff;
}
.wrap .fixed-top.active .fixed-top__left .logo {
  background: url("../img/main/logo.svg") no-repeat center;
}
.wrap .fixed-top.active .fixed-top__mid a {
  color: #fff;
}
.wrap .fixed-top.active .fixed-top__right .search {
  background: url("../img/main/search.svg") no-repeat center;
  background-size: 100% 100%;
}
.wrap .fixed-top.active .fixed-top__right .menu {
  background: url("../img/main/menu.svg") no-repeat center;
  background-size: 100% 100%;
}

:root {
  --color: #fff;
  --inactive-color: rgb(211, 211, 211);
  --stroke-width: 2;
}

.ggin-navi {
  width: 100%;
  height: 100px;
  background: #fff;
}
.ggin-navi .inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ggin-navi .inner__left {
  display: flex;
  align-items: flex-end;
}
.ggin-navi .inner__left .logo {
  position: relative;
  margin-right: 10px;
}
.ggin-navi .inner__left .logo a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.ggin-navi .inner__left strong {
  position: relative;
  top: -5px;
}
.ggin-navi .inner__right ul {
  display: flex;
  align-items: center;
}
.ggin-navi .inner__right ul li span {
  color: #fff;
}
.ggin-navi .inner__right ul .m-r--7 {
  margin-right: 7px;
}
.ggin-navi .inner__right ul .bar::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  position: relative;
  margin: 0 10px;
  background: #b1b1b1;
  top: 1px;
}
.ggin-navi .inner__right ul .help {
  border-radius: 30px;
  background: #3d3d3d;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.ggin-navi .inner__right ul .help .num {
  line-height: 1.6;
}
.ggin-navi .inner__right ul .help .num::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  position: relative;
  margin: 0 7px;
  background: #fff;
}
.ggin-contents {
  background: url("../img/ssp/ggin_back.png") no-repeat center top #f2f4f7;
  padding-top: 69px;
  min-width: 1200px;
}
.ggin-contents h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 22px;
}
.ggin-contents--inner {
  width: 1200px;
  background: #fff;
  margin: 0 auto;
  padding: 28px 60px;
  border: 1px solid #dce1eb;
}
.ggin-contents--inner .sub-tit {
  text-align: center;
  margin-bottom: 30px;
}
.ggin-contents--inner .search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.ggin-contents--inner .search-item {
  border-radius: 5px;
  background: #f2f2f2;
  border: 1px solid #c9c9c9;
  width: 50%;
  height: 212px;
  padding: 35px 0 0 40px;
}
.ggin-contents--inner .search-item:first-child {
  margin-right: 21px;
}
.ggin-contents--inner .search-item h2 {
  margin-bottom: 17px;
}
.ggin-contents--inner .search-item .txt {
  margin-left: 11px;
}
.ggin-contents--inner .search-item .radio-area label {
  width: 40px;
  height: 40px;
}
.ggin-contents--inner .search-item .go-btn{
  margin: 0 4px 10px 0;
  display: inline-block;
}
.ggin-contents--inner .search-item .go-btn a{
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #afafaf;
  background: #fff;
  line-height: 38px;
  display: block;
  text-align: center;
}
.ggin-contents--inner .search-item .go-btn.is_active a{
  border: 1px solid #3d3d3d;
  color: #fff;
  background: #3d3d3d;
}

.ggin-contents--inner .search-item .input-area {
  margin-bottom: 18px;
}
.ggin-contents--inner .search-item .input-area input {
  width: 383px;
  margin-right: 1px;
}
.ggin-contents--inner .search-item .input-area .btn-search {
  color: #fff;
  width: 49px;
  height: 39px;
  background: #3d3d3d;
  border-radius: 3px;
  position: relative;
  top: 1px;
}
.ggin-contents--inner .sports-tit {
  padding-bottom: 18px;
}
.ggin-contents--inner .sports-tit span {
  font-size: 22px;
  font-weight: bold;
}
.ggin-contents--inner .sports-tit span:last-child::after {
  content: none;
}
.ggin-contents--inner .sports-tit span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #b1b1b1;
  margin: 0 14px;
  position: relative;
  top: 1px;
}
.ggin-contents--inner .sports-con {
  padding: 30px 0 80px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ggin-contents--inner .sports-con__thumb {
  width: calc(100% - 172px);
}
.ggin-contents--inner .sports-con__thumb .icon {
  width: 110px;
  margin-bottom: 50px;
  float: left;
  margin-right: 70px;
  position:relative;
  cursor:pointer;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle {
  width: 457px;
  min-height: 286px;
  padding: 21px 28px ;
  border-radius: 9px;
  background-color: #3d3d3d;
  position:absolute;
  left:50%;
  margin-left:-220px;
  top:-50%;
  z-index:3;
  text-align:center;
  display:none;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle .flex {
  display: flex;
  justify-content: flex-start;
}
.ggin-contents--inner .sports-con__thumb .icon > .toggle .toggle-title {
  font-size: 22px;
  font-weight: 500;
  color: #71cbff;
  text-align: center;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle .close_btn {
  transform: rotate( 45deg );
  position:absolute;
  right:30px;
  top:30px;
  cursor:pointer;
  z-index:9;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle ul {
  display: flex;
  justify-content: flex-start;
  margin-top:20px;
}
.ggin-contents--inner .sports-con__thumb .icon > .toggle  ul li {
  width: 92px;
  height: 147px;
  padding: 0 7px;
  border-radius: 7px;
  border: solid 1px #6a6a6a;
  margin-right:10px;
  position:relative;

}
.ggin-contents--inner .sports-con__thumb .icon > .toggle  ul li p.title {
  font-size: 16px;
  color:#fff;
  margin-top:7px;
  width:100%;
  text-align:center;
  font-weight: normal;
}


.ggin-contents--inner .sports-con__thumb .icon > .toggle  p.discription {
  font-size: 16px;
  color:#fff;
  margin-top:16px;
  width:100%;
  text-align:center;
  font-weight: normal;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle p.discription span {
  color:#ffd500;
}


.ggin-contents--inner .sports-con__thumb .icon > .toggle  ul li .toggle-icon {
  height:82px;
  border-bottom: 1px solid #6a6a6a;
  padding-top:20px;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle  ul li:last-child {
  margin-right:0px;
  
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle a.toggle-link {
  width: 142px;
  height: 30px;
  padding: 4px 17px 4px 18px;
  border-radius: 15px;
  background:#fff;
  position:static;
  font-size: 16px;
  margin-top:15px;
  display:inline-block;
}
/* 소프트볼*/
.ggin-contents--inner .sports-con__thumb .icon > .toggle2 {
  width: 457px;
  min-height: 286px;
  padding: 21px 28px ;
  border-radius: 9px;
  background-color: #3d3d3d;
  position:absolute;
  left:50%;
  /* margin-left:-220px;  수정*/
  margin-left:250px;

  top:-50%;
  z-index:3;
  text-align:center;
  display:none;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle2 .flex {
  display: flex;
  justify-content: flex-start;
}
.ggin-contents--inner .sports-con__thumb .icon > .toggle2 .toggle-title {
  font-size: 22px;
  font-weight: 500;
  color: #71cbff;
  text-align: center;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle2 .close_btn {
  transform: rotate( 45deg );
  position:absolute;
  right:30px;
  top:30px;
  cursor:pointer;
  z-index:9;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle2 ul {
  display: flex;
  justify-content: flex-start;
  margin-top:20px;
}
.ggin-contents--inner .sports-con__thumb .icon > .toggle2  ul li {
  width: 92px;
  height: 147px;
  padding: 0 7px;
  border-radius: 7px;
  border: solid 1px #6a6a6a;
  margin-right:10px;
  position:relative;

}
.ggin-contents--inner .sports-con__thumb .icon > .toggle2  ul li p.title {
  font-size: 16px;
  color:#fff;
  margin-top:7px;
  width:100%;
  text-align:center;
  font-weight: normal;
}


.ggin-contents--inner .sports-con__thumb .icon > .toggle2  p.discription {
  font-size: 16px;
  color:#fff;
  margin-top:16px;
  width:100%;
  text-align:center;
  font-weight: normal;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle2 p.discription span {
  color:#ffd500;
}


.ggin-contents--inner .sports-con__thumb .icon > .toggle2  ul li .toggle-icon {
  height:82px;
  border-bottom: 1px solid #6a6a6a;
  padding-top:20px;
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle2  ul li:last-child {
  margin-right:0px;
  
}

.ggin-contents--inner .sports-con__thumb .icon > .toggle2 a.toggle-link {
  width: 142px;
  height: 30px;
  padding: 4px 17px 4px 18px;
  border-radius: 15px;
  background:#fff;
  position:static;
  font-size: 16px;
  margin-top:15px;
  display:inline-block;
}
/* 소프트볼 종료*/


.ggin-contents--inner .sports-con__thumb .icon a{
  font-size:0;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
}
.ggin-contents--inner .sports-con__thumb .icon-wrap {
  width: 110px;
  height: 110px;
  border: 1px solid #afafaf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}
.ggin-contents--inner .sports-con__thumb .icon-wrap:hover{
  border: 2px solid #afafaf;
}
.ggin-contents--inner .sports-con__thumb .icon span {
  font-size: 17px;
  font-weight: 500;
  display: block;
  text-align: center;
  word-break: keep-all;
}
.ggin-contents--inner .sports-con__list {
  width: 172px;
}
.ggin-contents--inner .sports-con__list span {
  margin-bottom: 14px;
  display: block;
}
.ggin-contents--inner .sports-con__list ul {
  padding-left: 20px;
}
.ggin-contents--inner .sports-con__list ul li {
  position: relative;
  margin-bottom: 14px;
}
.ggin-contents--inner .sports-con__list ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8d8d8d;
  left: -15px;
}
.ggin .footer {
  background: #f2f4f7 !important;
}
.ggin .footer-inner {
  border-top: none !important;
}

.border-b {
  border-bottom: 1px solid #3d3d3d;
}


/* 챗봇 floating */
.floating {
  display: ;
  position: fixed;
  bottom: 60px;
  right: 40px;
  transition: 0.2s ease-in-out;
  z-index: 200;
}
.floating.active {
  display: block;
} 
.floating a {
  display: block;
  width: 74px;
  height: 74px;
  margin-bottom:10px;
  padding: 8px 0 16px 0;
  text-align: center;
  border-radius: 55px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
}
.floating a:nth-child(1){
  background-color: #006faf;
  background-image: url(../img/main/chatbot.svg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:45px;
}
