@charset "utf-8";




a, a:hover, a:focus{
	text-decoration: none;
}

.sr-only,
caption {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
#skipNavi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
#skipNavi a{
	position:absolute;
	top:-100px;
	left:0; 
	right:0; 
	display: flex;
	justify-content: center;
	line-height: 46px;
	color:#fff;
	background:#000;
}
#skipNavi a:focus,#skip a:active{
	top:3px; 
	left:0px;
}
a {
	color:inherit;
	text-decoration:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.gnb{
	margin-left: auto;
}

.gnb ul{
	display: flex;
}
.gnb li{

}
.gnb > ul > li > a{
	color:#fff;
	font-size:16px;
	font-weight: 400;
	display: flex;
    line-height: 80px;
    padding: 0 25px;
	position: relative;
}

  #api-header.on {
	z-index: 100;
	background-color: #fff; 
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  

  .gnb-sub {
	position: absolute;
	top: 100%;
	width: 100%;
	display: flex;
	gap: 70px;
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease;
  }
.gnb-sub-mirror {
    position: absolute;
    top: 80px;
    left: 0;
    height: 0;
	background: #f9f9f9;
	width: 100%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    transition: height 0.3s ease;
    z-index: -1;
}
  .gnb-sub a{
	font-size: 16px;
  }
  .gnb-sub dl dt{
	font-weight: 500;
    padding: 30px 0 10px 0;
    color: #646dcf;
  }
  .gnb-sub dl dt a{
	font-weight: 600;
	padding: 10px 0;
	display: block;
  }
  .gnb-sub dl dd a{
	padding: 10px 0;
	display: block;
  }
  .gnb-sub dl dd:last-child{
	padding-bottom:30px;
  }
  .gnb-sub ul li a{
	padding:30px 30px;
	display: block;
  }
    .gnb-sub ul li:first-child a{
	padding:30px 30px 30px 0;
  }
  .gnb-sub a:hover{
	color: #646DCF;	
  }
.gnb > ul > li > a:after{
	content:'';
	position: absolute;
	bottom:0;
	left: 0;
	width:0;
	height: 3px;
	background: #646DCF;	
	transition: 0.3s ease-in;
}

.gnb > ul > li.on > a{
	color: #646DCF;	
}
.gnb > ul > li.on > a:after{
	width: 100%;
}



.api-btn{
	background: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.svg-icon{
	display: inline-flex;
}
.btn-navi.login{
	background: #646DCF;
	height: 36px;
	width: 80px;
	color:#fff;
	border-radius: 4px;
}
.ico-global{
	background: url(../img/ico-lang-w.svg) no-repeat;
	background-size: 100%;
	width:20px;
	height: 20px;
	
}
.api-language .api-btn{
	color:#fff;
}
.api-language .api-btn:after{
	content:'';
	display: block;
	background: url(../img/ico-angle.svg) no-repeat;
	width: 12px;
	height: 12px;
	margin-left: 16px;
}
.drop-menu{
    background: #fff;
    position: absolute;
    border: 1px solid #EDEDED;
    min-width: 100px;
    border-radius: 4px;
	margin-top: 10px;
}
.drop-menu{


}
.drop-list a{
	padding:10px 0 10px 12px;
	border-bottom: 1px solid #EDEDED;
    display: block;
	color:#474747;
}
.drop-list li:last-child a{
	border:none;
}
.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
	transition: 0.4s ease-in-out;
    border-radius: 4px;
	color:#474747;
	padding: 0 14px;
	background: #fff;
}
.btn.x-small{
	height: 30px;
	min-width: 50px;
}
.btn.small{
	height: 36px;
}
.btn.regular{
	height: 44px;

}
.btn.mid {
    height: 48px;
    background: #2B2B2B;
    color: #fff;
    font-size: 16px;
	padding: 0 20px;
}
.btn.flud{
	height: 40px;
	padding: 0 30px!important;
	min-width: fit-content!important;
}
.log-in button{
	height: 48px;
	background:#2B2B2B;
	color:#fff;
	font-size:16px;
	margin-top:10px;
	border-radius: 4px;
	width: 100%;
}
.btn.blue{
	background:#0050fa;
	color:#fff
}
.btn.bluepup{
	background:#646DCF;
	color:#fff
}
.btn.white{
	background:#fff;
	border:1px solid #E6EBEE;
	color:#474747;
}
.btn.gray{
	background: #dbe1ed;
	color: #333;
}
.btn.blue-water {
  background: #DBDEF8;
  color:#646DCF;
  border:1px solid #646DCF;
}
.btn.pastel-green{
	background: #DEF2E5;
  color:#18B269;
}
.btn.pastel-red{
	background: #FFF3E4;
  color:#EC8A12;
}
.mw-130{
	width: 130px;
}
.btn.go-list{
    background-image: url(../img/ico-arrow-blue.svg);
    background-position: center left 20px;
    background-repeat: no-repeat;
    padding: 0 26px 0 36px;
}
.btn.ico-reload{
	background: #fff url(../img/ico-reload.svg) center center no-repeat;
	width: 30px;
	height: 30px;
	border:1px solid #EDEDED;
	border-radius: 4px;
	min-width: 50px;
}
input:read-only{
	background: #eee;
}
.ml-auto{
	margin-left:auto
}
.fx{
    display: flex;
    gap: 10px;
}
.fx.inline {
    display: inline-flex;
    align-items: center;
}
.fx.column{
	display: flex;
	flex-direction: column;
}
.fx.right{
    justify-content: flex-end;
}
.essem{
	color:#D9684E;
}
.mb-10{
	margin-bottom:10px!important;
}
.mb-20{
	margin-bottom:20px!important;
}
.mt-10{
	margin-top:10px!important;
}
.mt-20{
	margin-top:20px!important;
}
.mt-30{
	margin-top:30px!important;
}
.mt-40{
	margin-top:4cqmin!important;
}
.mt-50{
	margin-top:50px!important;
}
.mt--10{
	margin-top:-10px!important;
}
.mt--30{
	margin-top:-30px!important;
}
.mt--40{
	margin-top:-40px!important;
}
.ml-10{
	margin-left:10px!important;
}
.w-100{
	width: 100px;
}
.w-120{
	width: 120px;
}
.pd-10{
	padding:10px
}
.underline{
	text-decoration: underline;
}
.center{
	text-align: center;
	justify-content: center;
}

.form-input{
	margin:0 0 30px 0;
	display: flex ;
		flex-wrap: wrap;
		flex-direction: column;
  }

  .form-input input{
	border:1px solid #E6EBEE;
	font-size:16px;
	text-indent:16px;  
  }
    .form-input input[type=text],
	.form-input input[type=password],
	.form-input input[type=number]{
		height: 48px;
  }
  .form-input label{
	font-size: 14px;
	color: #70717F;
	margin-bottom: 10px;
	display: flex;
	gap: 5px;
	align-items: center;
  }
.form-input.row {
    flex-direction: row;
	align-items: center;
	gap: 5px;
}
  .form-input.row label {
    margin-bottom: 0;
}
.form-select select{
    width: 100%;
    height: 40px;
    padding: 0 34px 0 12px;
    background-color: #fff;
    background-image: url(../img/ico-select.svg);
    background-repeat: no-repeat;
    background-position: center right 9px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    font-size: 16px;
    color: #474747;
    opacity: 1;
	min-width: 150px;
}
.form-select select:disabled{
	background-color: #E6EBEE;

}
.form-input textarea {
    border: 1px solid #E6EBEE;
    padding: 12px 16px;
	font-size:16px;
}
.form-text{
	margin:0 0 30px 0;
	display: flex ;
		flex-wrap: wrap;
		    gap: 10px;
		flex-direction: column;
  }

  .form-text textarea{
	border:1px solid #E6EBEE;
	font-size:16px;
	width: 100%;
	padding:20px;
  }


@media (max-width: 1023px) {
	.api-language .api-btn {

	}
	.ico-global {
	}
	.api-language .api-btn:after {
		margin-left: 2px;
	}
	.form-select select {
		min-width: inherit;
	}
}