/* KBO Dia Gothic Light */
@font-face {
  font-family: 'KBO Dia Gothic';
  src: url('/kbo/font/KBO Dia Gothic_light.otf') format('opentype'),
       url('/kbo/font/KBO Dia Gothic_light.ttf') format('truetype'),
       url('/kbo/font/KBO Dia Gothic_light.woff') format('woff');
  font-weight: 300; /* Light */
  font-style: normal;
}

/* KBO Dia Gothic Medium */
@font-face {
  font-family: 'KBO Dia Gothic';
  src: url('/kbo/font/KBO Dia Gothic_medium.otf') format('opentype'),
       url('/kbo/font/KBO Dia Gothic_medium.ttf') format('truetype'),
       url('/kbo/font/KBO Dia Gothic_medium.woff') format('woff');
  font-weight: 500; /* Medium */ 
  font-style: normal;
}

/* KBO Dia Gothic Bold */
@font-face {
  font-family: 'KBO Dia Gothic';
  src: url('/kbo/font/KBO Dia Gothic_bold.otf') format('opentype'),
       url('/kbo/font/KBO Dia Gothic_bold.ttf') format('truetype'),
       url('/kbo/font/KBO Dia Gothic_bold.woff') format('woff');
  font-weight: 700; /* Bold */
  font-style: normal;
}

*{box-sizing:border-box;}

html {
    font-family: 'KBO Dia Gothic', sans-serif;
    letter-spacing: -0.025em;
	color:#000;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: inherit
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1.5;
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

a {
    text-decoration: none;
	color:#000;
}

address {
    font-style: normal
}

caption {
    display: none
}

.auto {
    width: 1200px;
    margin: 0 auto
}

h2{
font-size: 30px;
font-weight: 700;
}

.main{padding-top:100px;}

.header{
	background:#fff;
	width:100%;
	height: 100px;
	position:fixed;
	top:0;
	left:0;
	display: flex;
	align-items: center;
	z-index: 99;
	box-shadow:0 0 15px rgba(0,0,0,.1);
}
.header .auto{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header #logo{}
.header .gnb{}
.header .gnb ul{
    display: flex;
    align-items: center;
    gap: 90px;
}
.header .gnb ul li{}
.header .gnb ul li a{font-size:20px; font-weight: 700;}

#home img{
    width: 100%;
}


#snsbanner{
    padding-top:40px;
    text-align: center;
}



#teams {
    padding: 70px 0;
}

#teams .tabs {
    padding: 40px 0 90px 0;
    display: flex;
    gap: 0px;
    justify-content: space-between;
}

#teams .tabs h2 {}

#teams .tabs > div{
    display: flex;
    gap: 5px;
    position: relative;
}

#teams .tabs a{
    border: 2px solid #00206300;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
#teams .tabs a.active{
    border: 2px solid #002063;
}
#teams .tabs .add{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    font-size: 18px;
    font-weight: 300;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
}

#teams .tabs .add .txt{
    padding: 0 15px;
}
#teams .tabs .add .left{
    position: relative;
    display: flex;
    height:1px;
    flex: 1;
    background:#000;
}
#teams .tabs .add .left::after{
    content:'';
    height: 28px;
    width:1px;
    background:#000;
    position:absolute;
    bottom: 0px;
    left:0;
}
#teams .tabs .add .right{
    position: relative;
    display: flex;
    height: 1px;
    flex: 1;
    background: #000;
}
#teams .tabs .add .right::after{
    content:'';
    height: 28px;
    width:1px;
    background:#000;
    position:absolute;
    bottom: 0px;
    right:0;
}
#teams .tabs .Enable {

}

#teams .tabs .Enable p {
}

#teams .tabs .Enable a {

}

#teams .tabs .Enable a img {}

#teams .tabs .Disable {}

#teams .tabs .Disable p {
    
}

#teams .tabs .Disable a {}

#teams .tabs .Disable a img {
    padding-top: 20px;
}

#teams .tab-content {border-top: 1px solid #CCCCCC;padding-top: 70px;}

#teams .tab-content img {}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.tab-content .padding {
    padding-top: 25px;
}



#store-intro {background: #ECF3FB;padding: 70px 0;}

#store-intro h2 {
    margin-bottom: 40px;
}

#store-intro .item {
    margin-bottom: 40px;
}

#store-intro .item .tit {
    height: 83px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

#store-intro .item .tit span {
    background: #002063;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    flex: 0 0 206px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#store-intro .item .tit p {
    background: #fff;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 25px;
    font-weight: 500;
}

#store-intro .item img {}


#location {
    padding: 70px 0;
}

#location h2 {
    margin-bottom: 50px;
}

#location .tit {
    font-size: 25px;
    font-weight: 500;
}

#location .con {
    margin-top: 30px;
    display: flex;
    gap: 50px;
    /* align-items: center; */
}

#location .con .map-iframe {}

#location .con .map-iframe > div{}

#location .con .map-iframe .root_daum_roughmap .wrap_btn_zoom{display:none;}

#location .con .map-iframe .root_daum_roughmap .wrap_controllers{display: none;}

#location .con .map-des {
    padding-top: 20px;
}

#location .con .map-des .tit {}

#location .con .map-des .des {
    padding: 14px 0;
}

#location .con .map-des .des p {
    font-size: 18px;
    font-weight: 300;
}

#location .con .map-des .cate {}

#location .con .map-des .cate ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

#location .con .map-des .cate ul li {
    position: relative;
}
#location .con .map-des .cate ul li::after{
    content:'';
    width:3px;
    height:3px;
    background:#000;
    position:absolute;
    border-radius:10px;
    top:10px;
    right:-9px
}
#location .con .map-des .cate ul li:last-child::after{
    display:none;
}


.footer {background: #002063; padding:70px 0;}

.footer .auto{display:flex;align-items:center;gap: 70px;}

.footer img {}

.footer .des {display:grid;gap:10px;color: #fff;}

.footer .des p {
font-size: 16px;
font-weight: 300;
}



.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.popup-overlay .popup-content {
    /* max-width: 90%; */
    /* max-height: 90%; */
}
.popup-overlay .inner {
	background:#fff;
	/* max-width: 90%; */
	/* max-height: 90%; */
	padding: 10px;
	padding-top: 50px;
	position: relative;
}

.close-popup {
    position: absolute;
    top: -1px;
    right: 12px;
    color: #000;
    font-size: 40px;
    cursor: pointer;
}




/* 이 아래부터 반응형 소스입니다. */

#teams .tab-content img,
#store-intro .item img{width: 100%;}
.mobile-br{display: none;}
.pc-image{display: block;}
.mobile-image{display: none;}

#teams .tab-content-tit{
    display: flex;
    gap: 10px;
    align-items: center;
}
#teams .tab-content-tit img{width: 75px;}
#teams .tab-content-tit span{font-size: 26px; font-weight: 700;}

/* 태블릿 사이즈 */
@media(max-width: 1200px){
	h2{font-size:24px;}
	.auto{width:100%; padding:0 20px;}
	.header .auto{flex-wrap:wrap;}
	.header .gnb ul{gap: 30px;}

	#teams{padding: 40px 0;}
	#teams .tabs{flex-wrap:wrap;}
	#teams .tabs > div{flex-wrap:wrap; width: 100%; gap:0;}
	#teams .tabs a{flex:0 0 20%;}
	#teams .tabs .Disable{margin-top:50px;}
	#teams .tabs .add{width: calc(100% - 18vw);}
	#teams .tab-content-tit img{width: 50px;}
	#teams .tabs .Disable .add{
    width: calc(59% - 18vw);
    left: 9.3vw;
    transform: translateX(0);
}
	#teams .tab-content{padding-top:40px;}
	

	#store-intro{padding:40px 0;}
	#store-intro h2{margin-bottom:20px;}
	#store-intro .item .tit span{flex:0 0 160px; font-size:22px; }
	#store-intro .item .tit p{font-size:20px;padding-right: 20px;}
	#store-intro .item:last-child{margin-bottom: 0;}
	
	#location{padding:40px 20px;}
	#location h2{margin-bottom:10px;}
	#location .tit{font-size:20px;}
	#location .con{flex-wrap:wrap; gap:20px; margin-top: 20px;}
	#location .con .map-iframe{width: 100%;}
	#location .con .map-iframe > div{width: 100%;}
	#location .con .map-iframe > div,
	.root_daum_roughmap .wrap_map{height:250px;}
	#location .con .map-des{padding-top:0;}
	#location .con .map-des .tit{font-size:18px;}

	.footer .auto{flex-wrap:wrap;gap:0;justify-content: space-between;}


}


/* 모바일 사이즈 */
@media(max-width: 768px){

	h2{
    font-size: 20px;
	}

	.mobile-br{display: block;}
	.pc-image{display: none;}
	.mobile-image{display: block;}

	.main{padding-top:135px;}
	.header{height:135px;display: block;}
	.header .auto{}
	.header #logo{
    position: absolute;
    top: 26px;
    left: 20px;
	}
	.header .gnb{height: 45px;position: absolute;bottom: 0;left: 0px;width: 100%;padding: 0 20px;display: flex;align-items: center;justify-content: center;border-top: 1px solid #ddd;}
	.header .gnb ul{
    gap: 20px;
	}
	.header .gnb ul li a{
    font-size: 17px;
	}
	#teams{padding:20px 0;}
	#teams .tabs{padding: 20px 0 70px;}
	#teams .tabs a{width:0; transform:scale(.8);}
	#teams .tabs .Enable a img{}
	#teams .tabs .add .txt{font-size:15px;}
	#teams .tab-content-tit span{font-size:17px;}

	#store-intro .item{margin-bottom:20px;}
	#store-intro .item .tit{height: 55px;}
	#store-intro .item .tit span{
    font-size: 14px;
    flex: 0 0 80px;
}
	#store-intro .item .tit p{
    font-size: 14px;
    padding: 0 11px;
}
	#teams .tab-content-tit{gap:10px;}
	#location .tit{font-size:17px;}
	#location .con .map-des .tit{font-size:14px;}
	#location .con .map-des .des p,
	#location .con .map-des .cate{font-size:13px;}

	.footer{padding:40px 0;}
	.footer img{width: 140px; margin-bottom: 20px; margin-right: 10px;}
	.footer .des{gap:5px;}
	.footer .des p{font-size:13px;}
}




@media(max-width: 400px){
	.header .gnb ul{gap:13px;}
	.header .gnb ul li a{font-size: 4.5vw;}
}