
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.bg0 {background-color: #fff;}
.bg1 {background-color: #f7f7f7;}


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 15px;
  background: #FCFCFC;
  color: #353535;
  border: 1px solid #E1E2E2;
  border-top: 3px solid #E45151;
}

.wrap-contact100 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 42px 40px 90px 40px;
}


/*------------------------------------------------------------------
[  ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 35px;
}



/*------------------------------------------------------------------
[  ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 15px 30px 15px 22px;
  margin-bottom: 20px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 10px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.label-input150 {
  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  color: #393939;
  line-height: 1.5;
  text-transform: uppercase;
}

.label-input150_trans_none {
  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  color: #393939;
  line-height: 1;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 120px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.contact100-form-title2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 10px;

  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  
  height: 110px;
  line-height: 23px;
  letter-spacing: -0.3px;
}
/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 15px;
  width: 100%;
}
.container-contact100-form-btn a.contact100-form-btn{
	color: #fff !important;
	cursor:pointer;
	margin-top: 40px;
	justify-content: center;
    align-items: center;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  background-color: #333333;
  border-radius: 25px;

  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #D95151;
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.contact100-form-btn span{
	line-height: 1;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }

}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 42px 15px 90px 15px;
  }

  .wrap-input100 {
    padding: 10px 10px 9px 10px;
  }
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  min-height: 40px;
  background-color: #f7f7f7;
  top: 35px;
  left: 0px;
  padding: 0 45px 0 22px;
  pointer-events: none;

  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #fa4251;
  line-height: 1.2;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 12px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 35px;
  right: 10px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .alert-validate::before {
    padding: 0 10px 0 10px;
  }

  .true-validate::after,
  .btn-hide-validate {
    right: 0px;
    width: 30px;
  }
}


/*==================================================================
[ Restyle Select2 ]*/

.select2-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 40px;
  outline: none;
  position: relative;
}

/*------------------------------------------------------------------
[ in select ]*/
.select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-left: 0px ;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.select2-selection__arrow b {
  display: none;
}

.select2-selection__arrow::before {
  content: '\f312';
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #555555;
}


/*------------------------------------------------------------------
[ Dropdown option ]*/
.select2-container--open .select2-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  left: -24px;

  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .select2-container--open .select2-dropdown {
    left: -12px;
  }
}

.select2-dropdown--above {top: -38px;}
.select2-dropdown--below {top: 10px;}

.select2-container .select2-results__option[aria-selected] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
}

@media (max-width: 576px) {
  .select2-container .select2-results__option[aria-selected] {
    padding-left: 12px;
  }
}

.select2-container .select2-results__option[aria-selected="true"] {
  background: #00ad5f;
  color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #00ad5f;
  color: white;
}

.select2-results__options {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #555555;
  line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
}

.wrap-input100 .dropDownSelect2 .select2-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownSelect2 .select2-dropdown {
  width: calc(100% + 2px) !important;
}

/*==================================================================
[ Restyle Radio ]*/
.radio-box{
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.wrap-contact100-form-radio {
  width: 100%;
  padding: 5px 25px;
}

.contact100-form-radio {
  padding-bottom: 5px;
}

.input-radio100 {
  display: none;
}

.label-radio100 {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-family: "Pretendard", "돋움", Dotum, sans-serif, "Font Awesome 5 Free";
  font-size: 16px;
  color: #555555;
  line-height: 1.2;
}

.label-radio100::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.label-radio100::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid transparent;
  background: #00ad5f;
  -moz-background-clip: padding;     
  -webkit-background-clip: padding;  
  background-clip: padding-box; 
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;

}

.input-radio100:checked + .label-radio100::after {
  display: block;
}
@media (max-width: 1490px) {
  .contact100-form-title2{
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 1200px) {
  .label-input150{
	font-size: 15px;
  }
  .label-input150_trans_none{
  	font-size: 15px;
  }
  .label-radio100{
  	font-size: 14px;
  }
  .radio-box{
    gap: 20px;
  }
}

@media (max-width: 1030px) {
  .radio-box{
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .contact100-form-title2{
    font-size: 14px;
    line-height: 17px;
	height: 120px;
  }
  .label-input150{
	font-size: 15px;
  }
  .label-input150_trans_none{
  	font-size: 15px;
  }
  .label-radio100{
  	font-size: 14px;
  }
  .radio-box{
  	flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .contact100-form-title2{
    height: 140px;
  }
}


/*==================================================================
[ rs NoUI ]*/
.wrap-contact100-form-range {
  width: 100%;
  padding: 20px 25px 57px 25px;
}

.contact100-form-range-value {
  font-family: Montserrat-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 30px;
}

.contact100-form-range-value input {
  display: none;
}

#filter-bar {
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #f7f7f7;
}
#filter-bar .noUi-connect {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  background-color: #00ad5f;
  box-shadow: none;
}
#filter-bar .noUi-handle {
  width: 40px;
  height: 36px;
  border: 1px solid #cccccc;
  border-radius: 9px;
  background: #f5f5f5;
  cursor: pointer;
  box-shadow: none;
  outline: none;
  top: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

#filter-bar .noUi-handle.noUi-handle-lower {
  left: -1px;
}

#filter-bar .noUi-handle.noUi-handle-upper {
  left: -39px;
}

#filter-bar .noUi-handle:before {
  content: "";
  display: block;
  position: unset;
  height: 12px;
  width: 9px;
  background-color: transparent;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
#filter-bar .noUi-handle:after {
  display: none;
}

@media (max-width: 576px) {
  .wrap-contact100-form-range {
    padding: 20px 0px 57px 0px;
  }

  .wrap-contact100-form-radio {
    padding: 15px 0px 0 0px;
  }
}

.js-show-service{
	margin-top : 50px;
}
.judge-card .header {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}
.judge-card .header .toggle-icon {
	float: right;
	font-size: 12px;
	transition: transform 0.2s ease;
	color: #555;
}
.judge-card.active .header {
	border-color: #333333;
	border-width: 2px;
}
.judge-card .content {
	display: none; 
	margin-bottom: 25px;
}
.fin{
	font-size: 18px;
	text-align: center;
}
.fin a{
	font-size: 18px;
	text-decoration: underline;
}


.group-tit{
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
}
.wrap-contact100-form-radio:first-child .group-tit{
	margin-top: 0px;
}
.group-content{
	padding: 5px 15px;
}


.loadingOverlay{background: rgba(255,255,255,.4); position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; display: none;}
.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #FFF;
	border-bottom-color: #FF3D00;
	border-radius: 50%;
	display: inline-block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	position: absolute; top: 45%; left: 48%;
}
@keyframes rotation {
	0% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(360deg);
	}
}
.fa-long-arrow-right{
	vertical-align: middle;
	margin-left: 7px;
}
.fa-long-arrow-right:before {
	display: block;
	content: '';
    background-image: url(../images/icons/arr_04.png);
   	background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
}

.judge-list{letter-spacing: -0.5px;margin-top: 20px;}
.judge-list .judge-item{border-bottom: 1px solid #B9B9B9;}
.judge-list .judge-item:first-child{border-top: 2px solid #4F5156;}
.judge-list .judge-header{display: flex;gap: 15px;padding: 15px;align-items: center;}
.judge-list .judge-header.active{background:#F2F2F2;}
.judge-list .judge-header .judge{width: calc(100% - 300px);display: flex;gap: 15px;}
.judge-list .judge-header .judge-btn{width: 300px;display: flex;justify-content: end;}
.judge-list .judge-header .judge-btn .button.active{background-color: #D95151;color: #fff;}
.judge-list .judge-header .judge-btn .button span{vertical-align: top;}
.judge-list .judge-header .judge-btn .button span.arrow{
	content: "";
	display: inline-block;
	background-image: url(/resources/images/common/arr_03.png);
	background-size: contain;
	transform: rotate(270deg);
	transition: transform 0.3s;
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: -5px;
}
.judge-list .judge-header.active .judge-btn .button.active span.arrow{transform: rotate(90deg);background-image: url(/resources/images/common/arr_03_on.png);}
.judge-list .judge-con{display: block;display:none;}
.judge-list .sub{display: flex;gap: 15px;letter-spacing: -0.5px;justify-content: end;font-size: 14px;padding: 10px 20px;}
.judge-list .eval-item{line-height: 1em;margin-bottom: 20px;padding: 20px;}
.judge-list .eval-item:first-child{padding-top:0px;}
.judge-list .eval-item .title{text-align: left;font-size: 17px;margin-bottom:20px;}
.judge-list .eval-item .content{}
.judge-list .eval-item .content table th,
.judge-list .eval-item .content table td{}
.judge-list .eval-item .content table td.total{background: #F2F2F2;}
.judge-list .eval-item .group-tit{font-size: 17px;font-weight: 700; margin-bottom:15px;}

/* board0 // List Data Common */
table.tbl_list{width: 100%; table-layout: fixed;}
table.tbl_list th, table.tbl_list td{text-align: center; vertical-align: middle;}
table.tbl_list tr>*:not(:first-child){border-left-width: 1px; border-left-style: solid;}
table.tbl_list .chkCell .checkBox input[type="checkbox"]+label:before{top: -14px; left: -8px;}
table.tbl_list .isrtTxt, table.tbl_list .itemDel{display: inline-block; float: left;}
table.tbl_list .isrtTxt{width: calc(100% - 36px);}
table.tbl_list .itemDel{width: 27px; height: 27px; background: #5F6467 url("../../images/common/controls.png") no-repeat -2px -122px; vertical-align: bottom; border-radius: 2px; margin-left: 9px;}
table.tbl_list.pr_0 td{padding-right: 0;}
table.tbl_list td .textBox input[type="text"],
table.tbl_list td .textBox input[type="password"],
table.tbl_list td .textareaBox textarea,
table.tbl_list td .selectBox{background: #F5F4F4; font-size: 15px; font-weight: 300; border: 1px solid #D5D5D5;}
table.tbl_list td .textBox input[type="text"], table.tbl_data td .textBox input[type="password"]{height: 35px;}
table.tbl_list td .textareaBox{margin-bottom: -7px;}
table.tbl_list td .textareaBox textarea{resize: vertical;}
table.tbl_list td .selectBox{height: 35px; background: #F2F2F2; border: none; border-top: 1px solid #EBE9E7;}
table.tbl_list td .selectBox option{font-size: 15px; font-weight: 300;}
table.tbl_list td .w_253+.w_253{margin-left: 12px;}
table.tbl_list td .txt, table.tbl_data td .unit{line-height: 35px;}
table.tbl_list td .txt{margin: 0 5px;}
/* board0 // List Data type1 */
table.tbl_list.type1{border-bottom: 1px solid #D4D4D4;}
table.tbl_list.type1.frame{border-left: 1px solid #D4D4D4; border-right: 1px solid #D4D4D4;}
table.tbl_list.type1 th, table.tbl_list.type1 td{color: #3A3D40; font-size: 15px; border-color: #D4D4D4; border-top: 1px solid #D4D4D4;}
table.tbl_list.type1:not(.frame) th{background: #F2F2F2;}
table.tbl_list.type1.frame th{background: #ECECEC;}
table.tbl_list.type1.frame td.radio{line-height: 30px;}
table.tbl_list.type1 th{line-height: 20px; letter-spacing: -.4px; padding: 0 17px;}
table.tbl_list.type1 td{background: #FFF; word-break: break-all; padding: 13px 12px 14px;}
table.tbl_list.type1 td.chkCell .checkBox input[type="checkbox"]+label:before{top: -12px; left: 13px;}
table.tbl_list.type1 td.chkCell .checkBox.center input[type="checkbox"]+label:before{top: -12px; left: 28px;}
table.tbl_list.type1 thead th, table.tbl_list.type1 thead td{padding: 10px;}
table.tbl_list.type1 thead th{background: #E5E5E5; color: #333; text-align: center; line-height: 17px;}
table.tbl_list.type1 tbody tr:visited{background: #E5E5E5;}
table.tbl_list.type1 tbody tr:hover, table.tbl_list.type1 tbody tr:active{background: #E5E5E5; cursor: pointer;}
table.tbl_list.type1 tbody tr>th+td{border-left-style: none;}
table.tbl_list.type1 tbody td a:not(.button), table.tbl_list.type1 tbody td a:not(.button):visited{color: #434343; text-decoration: none;}
table.tbl_list.type1 tbody td a:not(.button):hover, table.tbl_list.type1 tbody td a:not(.button):active{color: #CC2929;}
