:root {
	--primary-bg: #f2edea;
	--primary-line: #ece8e4;

	--primary-lightest: #BCA693;
	--primary-light: #A08B78;
	--primary: #85715F;
	--primary-dark: #776555;

	--primary-darker: #5F4D3C;
	--primary-darkest: #1C0600;

	--title : #101828;
	--txt : #344054;
	--txt-sub01 : #475467;
	--txt-sub02 : #667085;

	--gray : #838B9C;
	--gray-light : #ADB5C2;

	--border : #D0D5DD;
	--line: #E4E7EC;

	--bg-dark: #F2F4F7;
	--bg: #F4F5F8;
	--bg-light: #F9FAFB;

	--elevation-01: 0px 0px 1px rgba(16, 24, 40, 0.24), 0px 3px 8px -1px rgba(52, 64, 84, 0.05);
	--elevation-02: 0px 0px 1px rgba(16, 24, 40, 0.1), 0px 4px 20px -2px rgba(52, 64, 84, 0.08);
	--elevation-03: 0px 0px 1px rgba(16, 24, 40, 0.1), 0px 10px 16px rgba(52, 64, 84, 0.06);
	--elevation-04: 0px 0px 1px rgba(16, 24, 40, 0.1), 0px 20px 24px rgba(52, 64, 84, 0.06);
	--elevation-05: 0px 0px 1px rgba(16, 24, 40, 0.1), 0px 30px 40px rgba(52, 64, 84, 0.08);
	--elevation-06: 0px 2px 8px rgba(16, 24, 40, 0.08), 0px 20px 32px rgba(52, 64, 84, 0.24);
}

.for_mob{
	display: none !important;
}
@media screen and (max-width: 850px) {
  .for_pc{display: none !important;}

	.for_mob{
		display: block !important;
	}
}

.img_box{
	position: relative;
	overflow: hidden;
}
.img_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s ease;
}
.img_box.type02{
	padding-top: 100%;
}
.img_box.type02 img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.video_wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
  width: 100%;
}
.video_wrapper video{
  width: 100%;
}


.divider{
	position: relative;
	padding-right: 12px;
	margin-right: 12px;
}
.divider:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 12px;
	right: -1px;
	top: calc(50% - 5px);
	background: #ADB5C2;
	opacity: 50%;
}
.divider_list{
  display: flex;
  align-items: center;
	margin-left: -12px;
	margin-right: -12px;
}
.divider_list li{
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.divider_list li:before{
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  background:#D0D5DD;
}
.divider_list li:last-child:before{
  display: none;
}

.bu_list > li {
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
  text-align: left;
  line-height: 1.5em;
}
.bu_list > li:before {
  content: "";
  display: block;
  background: #85715F;
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: calc(50% - 2px);
  top: 0.65em;
}
.bu_list > li:last-child {
  margin-bottom: 0;
}
.bu_list.grey > li:before {
  background: #AAAAC4;
  background: #838B9C;
}
.sq_list > li {
	padding-left: 16px;
	position: relative;
	word-break: keep-all;
}
.sq_list > li:before {
	width: 4px;
	height: 4px;
	border-radius: 1px;
	background: #85715F;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
}
.con_list > li{
  background: url(/images/ico_list.svg) no-repeat top 6px left;
  background-size: 14px;
  padding-left: 20px;
  margin-bottom: 12px;
}
.con_list > li:last-child{
  margin-bottom: 0px;
}
.sp_olList{
  margin-bottom: 20px;
}
.sp_olList > li{
  text-indent:-22px;
  padding-left:22px;
  color: #667085;
  color: #475467;
}
.sp_olList > li~li{
  margin-top:8px
}
.sp_olList ul li{
  margin-top: 4px;
  text-indent: -13px;
  padding-left: 13px;
  color: #838B9C;
}

.num_list {counter-reset:rank}
.num_list > li {
	position:relative;
  text-align: left;
	padding-left: 32px;
	margin-bottom: 20px;
}
.num_list > li:before {
	content:counter(rank);
	counter-increment:rank;
	font-size: .8em;
	display:block;
	text-align: center;
	position:absolute;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	top: calc(50% - 12px);	
}
.num_list.type01 > li{
	padding-left: 40px;
}
.num_list.type01 > li:before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50px;
	color: #344054;
	background: #F2F4F7;
	top: -4px;
}
.num_list.type02 > li {
	padding:16px 12px 16px 32px;
	border-bottom:1px solid #D8E5FE;
  line-height: 1.6em;
	margin-bottom: 0;
}
.num_list.type02 > li:before {
	color:#BCA693;
	text-align:center;
	top:18px;
	font-size: 1em;
}
.num_list.type02 > li strong{
	display: block;
	margin-bottom: 4px;
	font-size: 1.05em;
}
.num_list.type03 > li{
	background: #fcf4ee;
	padding: 20px;
	padding-left: 68px;
}
.num_list.type03 > li:before {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 50px;
	color: #85715F;
	background: #fff;
	top: calc(50% - 16px);
	left: 20px;
	font-weight: 700;
}

.num_list_box .num_list{
	display: flex;
	flex-wrap: wrap;
}
.num_list_box .num_list > li {
	width: 33.3333%;
}



/* Form Styles */
select,
textarea,
input[type=text], 
input[type=password], 
input[type=email], 
input[type=url], 
input[type=search], 
input[type=tel], 
input[type=number], 
input[type=datetime] {  
  border: 1px solid #E4E7EC;
  padding: 12px 16px;
  background: #fff;
}

.input_box{}
.input_box label{
	display: block;
	font-weight: 500;
	color: #344054;
	margin-bottom: 4px;
}
.input_box input{
	display: block;
}
.input_box .info{
	display: block;
}

.input_box_list{}
.input_box_list > li{
	margin-bottom: 24px;
}
.input_box_list > li:last-child{
	margin-bottom: 0;
}
.input_box_list label{
	display: block;
	color: #101828;
	margin-bottom: 4px;
	font-weight: 500;
}
.input_box_list input{
	display: block;
}

.input_box_list.type02{
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.input_box_list.type02 > li{
	width: 50%;
	padding: 0 20px;
}
.input_box_list.type02 > li.w100{
	width: 100%;
}
.input_box_list.type02 input,
.input_box_list.type02 textarea{
	width: 100%;
}
.input_box_list.type02 p{
	margin-top: 8px;
}

textarea {
  overflow-x:hidden;
  overflow-y:auto;
  padding:12px;
  letter-spacing:-0.5px;
  line-height:1.5;
}
.textarea_box{
	position: relative;
	border-radius: 4px;
	border: 1px solid #D0D5DD;
	padding: 12px;
}
.textarea_box:focus-within {
	border: 1px solid #85715F;
}
.textarea_box textarea{
	border: 0;
  width: 100%;
  padding: 0 20px 0 0;
	resize: none;
}
.textarea_box textarea:focus {
	outline: 0;
}

select{
  background: url(/images/select.svg) no-repeat right 16px center #fff;
  padding: 12px calc(20px + 16px + 12px) 12px 20px;
}
select option[value="default"]{
	display: none;
}
.select_bar{
	padding: 0 36px 0 12px;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #838B9C;
	line-height: 38px;
	cursor: pointer;
}
.select_bar:focus{
	outline: 0;
}
.sort_list{
	position: relative;
	text-align: left;

	width: 160px;
}
.sort_list .sort_btn{
	position: relative;
	display: block;
	height: 52px;
	line-height: 52px;
	padding-left: 20px;
	padding-right: 60px;
}
.sort_list .sort_btn:after{
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background: url(/images/select.svg) no-repeat center;
	transition: all .3s ease;
}
.sort_list .sort_option{
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	width: 100%;
	height: 0;
	background: #fff;
	border: 1px solid #eee;
	transition: all .3s ease;
}
.sort_list .sort_option li a{
	display: block;
	line-height: 40px;
	padding: 0 20px;
	text-align: left;
	transition: all .3s ease;
}
.sort_list .sort_option li a:hover{
	background: #F4F5F8;
}
.sort_list.open .sort_btn:after{
	transform: rotate(180deg);
}
.sort_list.open .sort_option{
	opacity: 1;
	visibility: visible;
	height: auto;
	max-height: 140px;
}

textarea::placeholder,
input::placeholder{
  color:#ADB5C2;
	letter-spacing:-0.5px;
}
select:focus,
textarea:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=url]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=number]:focus, 
input[type=datetime]:focus {
  outline: 0;
}

select[disabled="disabled"],
textarea[disabled="disabled"],
textarea:read-only,
input:disabled,
input:read-only,
input[read-only] {
	color: #667085;
	background-color:#F9FAFB;
	border: 1px solid #E4E7EC;
}


.search_box{
	position: relative;
	display: flex;
	align-items: center;
  background: #fff;
	border-bottom: 3px solid #101828;

	height: 52px;
}
.search_box input{
	width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.search_box input:-webkit-autofill{
  box-shadow: 0 0 0 10000px #f2f4f7 inset;
  -webkit-box-shadow: 0 0 0 10000px #f2f4f7 inset !important;
}
.search_box select,
.search_box input[type=text]{
  border: 0;
  background-color: transparent;
	padding-left: 20px;
	height: 100%;
}
.search_box input[type=text]{
	padding-right: 60px;
}
.search_box button{
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
	height: 20px;
	width: 20px;
}
.search_box_wrap{
	display: flex;
}
.search_box_wrap > div{
	margin-left: 20px;
}
.search_box_wrap > div:first-child{
	margin-left: 0;
}


/* 체크박스 라디오박스 */
input[type="checkbox"].ui_chk{
	display: none;
}
input[type="checkbox"].ui_chk + label{
	position: relative;
	cursor: pointer;
  display: flex;
  align-items: center;
}
input[type="checkbox"].ui_chk + label::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url("/images/ui_chk.svg") no-repeat center center;
	border: 2px solid #D0D5DD;
	border-radius: 2px;
	background-size: 20px;
	background-color: #fff;
	transition: all .2s;
	margin-right: 8px;
}
input[type="checkbox"].ui_chk.type01 + label::before{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #D0D5DD;
}
input[type="checkbox"]:checked.ui_chk + label::before {
	background-color: #85715F;
	border-color: #85715F;
}


input[type="radio"].ui_rdo {
	display: none;
}
input[type="radio"].ui_rdo+label {
  position: relative;
  cursor: pointer;
	display: block;
}
input[type="radio"].ui_rdo+label::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 20px;
	background: #fff;
	border: 4px solid #c6c6c6;
	border-radius: 50%;
	z-index: 2;
	vertical-align: -4px;
	margin-right: 8px;
	transition: all .2s ease;
}
input[type="radio"].ui_rdo+label::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%) scale(0);
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	transition: all .2s ease;
}
input[type="radio"].ui_rdo:checked+label::before {
	background: #ffffff;
	border-color: #85715F;
}
input[type="radio"].ui_rdo:checked+label::after {
  transform: translateY(-50%) scale(1);
}

.ui_rdo_box input[type="radio"].ui_rdo_btn+label{
	margin: 0;
	margin-right: 12px;
}
.ui_rdo_box input[type="radio"].ui_rdo_btn+label:last-child{
	margin-right: 0;
}
input[type="radio"].ui_rdo_btn {
	display: none;
}
input[type="radio"].ui_rdo_btn+label {
  position: relative;
  cursor: pointer;

	display: inline-block;
	padding: 8px 12px;
	background: #fff;
	border: 1px solid #E4E7EC;
	color: #838B9C;
	border-radius: 2px;

	font-size: .9em;
	border-radius: 25px;
}
input[type="radio"].ui_rdo_btn:checked+label {
	background: #85715F;
	border-color: #85715F;
	color: #fff;
}

.btn{
	position: relative;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
	background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  transition: all 0.2s ease;

  line-height: 50px;

  color: #fff;
  background-color: #344054;
}
.btn.txt_btn{
	padding: 16px 24px;
  line-height: 20px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
  text-decoration: none;
	/* color: #fff;
	background-color: #344054; */
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
}

.btn.primary{
	background-color: #85715F;
	border-color: #85715F;
	color: #fff;
}
.btn.primary:hover{
	background-color: #776555;
	border-color: #776555;
}
.btn.secondary{
	background-color: #F0F2FA;
	border-color: #F0F2FA;
	color: #85715F;
}
.btn.secondary:hover{
  background-color: #85715F;
	border-color: #85715F;
  color: #fff;
}
.btn.disable{
	color: #475467;
  background-color: #E4E7EC;
}
.btn.line{
	background-color: #fff;
	border-color: #D0D5DD;
	color: #344054;
}
.btn.pline{
  background-color: #fff;
	border-color: #D0D5DD;
	color: #85715F;
	font-weight: bold;
}
.btn.pline:hover{
	border-color: #85715F;
	color: #85715F;
}
.btn.round{
	border-radius: 100px;
}
.btn.sm{
	line-height: 34px;
	padding: 0 16px;
	font-size: 0.9em;
}
.btn.md{
	line-height: 42px;
	padding: 0 20px;
}
.btn.lg{
	line-height: 50px;
	padding: 0 40px;
	font-size: 1.125em;
}
.btn.xl{
	line-height: 58px;
	padding: 0 60px;
	font-size: 1.125em;
}
.btn img{
	vertical-align: middle;
}
.btn[class*="ico_"]{
	padding: 0 20px;
	background-repeat: no-repeat;
	background-size: 16px;
	background-size: 1em;
	background-position: center left 20px; 
	padding-left: calc(20px + 16px + 8px);
	padding-left: calc(20px + 1em + 8px);
}
.btn[class*="ico_"].right{
	background-position: center right 20px;
	padding-left: 20px;
	padding-right: calc(20px + 1em + 12px);
}

.btn.ico_list{	background-image: url(/images/list.svg);}
.btn.ico_list:hover{	background-image: url(/images/list_on.svg); }
.btn.ico_write{	background-image: url(/images/write.svg); }

.btn.ico_download{	
	background-image: url(/images/download.svg); 
	background-color: #fff;
	border-color: #D0D5DD;
	border-radius: 50px;
}
.btn.ico_download:hover{	
	background-image: url(/images/download_on.svg); 
	background-color: #555770;
	border-color: #555770;
}
.btn_box{
	text-align: center;
	margin-top: 20px;
}
.btn_box .btn{
	display: inline-block;
	margin: 0 8px;
}
.btn_box.type01{
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid #E4E7EC;
}
.btn_box.type01 .btn {
	width: 140px;
	text-align: center;
	margin: 0 12px;
	display: inline-block;
}
.btn_tag{
	color: #254C9C;
	border: 1px solid #254C9C;
	padding: 4px 8px;
	display: inline-block;
	font-size: 0.95em;
	border-radius: 25px;
}
.tag{
	display: inline-block;
	padding: 4px 8px;
	font-size: 0.9em;
  background: var(--primary-line);
  color: var(--primary-darkest);
	border-radius: 2px;
}
.badge_wrap{
	position: relative;
}
.badge_count{
	position: absolute;
	top: -4px;
	right: -4px;
	display: inline-block;
	font-style: normal;
	border-radius: 50%;
	z-index: 5;
	text-align: center;
	font-weight: 500;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 0.7em;
	background-color: #FB7185;
	background-color: #FD5252;
	color: #fff;
}

a.link, a.link:hover {
	color: #00AAFF;
	text-decoration: underline;
  padding: 0 4px;
}
/* // form style */


/* table detail */
.tbl_box.limit{overflow-x:hidden; overflow-y:auto;}
.tbl_box.fixed {table-layout:fixed;}
.tbl_box {
	width: 100%;
	position: relative;
	line-height: 1.5em;
}
.tbl_box th,
.tbl_box td {
	border-bottom: 1px solid #E4E7EC;
	vertical-align: middle;
}
.tbl_box tr:hover{
	background: #F9FAFB;
}
.tbl_box thead th, 
.tbl_box thead td {
	padding: 16px 12px;
	position: relative;
}
.tbl_box tbody th,
.tbl_box tbody td {
	padding: 20px 12px;
}
.tbl_box.line {
	border-left: 1px solid #E4E7EC;
}
.tbl_box.line th, .tbl_box.line td{
	border-right: 1px solid #E4E7EC;
}

.tbl_box.line {
	border-left: 1px solid #E4E7EC;
}
.tbl_box.line th, .tbl_box.line td{
	border-right: 1px solid #E4E7EC;
}

/* .tbl_box tr[class^="sm"] th, */

.tbl_box tr.sm th,
.tbl_box tr.sm td{
  padding: 8px 12px;
  
  border-bottom: 1px solid #d0d5dd;
}
.tbl_box tr.sm th{
  font-weight: 500;
}
.tbl_box tr.sm2 th,
.tbl_box tr.sm2 td{
  padding: 6px;
  font-size: 14px;
  text-align: center;
}
.tbl_box.type01 thead th, .tbl_box.type01 thead td {
  padding: 12px 4px;
  border-top: 2px solid #85715f;
  background: #f2edea;
}
.tbl_box.type01 tr.sm2 td {
  background: #776555;
  color: #fff;
}

.tbl_box.type02{
  border-top: 2px solid #85715f;
  border-top: 2px solid #344054;
}
.tbl_box.type02 thead th, .tbl_box.type02 thead td {
  padding: 12px 4px;
  background: #F4F5F8;  
}
.tbl_box.type02 tr.sm2 td {
  background: #667085;
  color: #fff;
}



/* 텍스트디자인 */
.highlight {
  position: relative;
  display: inline-block;
  padding: 0 4px;
}
.highlight:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background:#EDD6C2;
  /* opacity: 0.4; */
  z-index: -1;
}
.underline {
	position:relative;
	display: inline-block;
	display: inline;
	text-decoration: underline #EDD6C2 2px;
}
.underline:before { 
	/* content: ""; */
	display: block;
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 4px;
	height: 2px;
	z-index: -1;
	opacity: 0.4;
	background: #EDD6C2;
}

.info{    
	padding-left: 1.5em;
	background: url(/images/info.svg) no-repeat 0 0.25em;
	background-size: 1.25em;
	line-height: 1.8em;
  text-align-last: left;
}
.exclam_box{
  border-left: 2px solid #ff5252;
  background: #FFF5F5;
  border-radius: 4px;
  padding: 8px 12px;
}
.exclam {
  background: url(/images/exclamation.svg) no-repeat 0 0.4em;
	padding-left: 1.5em;
	background-size: 1em;
	line-height: 1.8em;
}

/*  공통디자인 */
.ui_box {
  border:1px solid #E4E7EC;
  padding: 28px;
  background: #F9FAFB;
}
.notice_box {
	position:relative;
	border: 6px solid #E4E7EC;
	padding: 28px 32px;
}
.notice_box:before {
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	border-left: 6px solid #85715F;
	border-top:6px solid #85715F;
	padding: 16px;
}
.notice_box.sm {
  border: 4px solid #E4E7EC;
  padding: 12px 20px;
  font-size: 15px;
}
.ui_box.v2{
  background: #fff;
  border: 4px solid #F2F4F7; 
}
.ui_box2{
  position: relative;
  border: 1px solid #9fa3af;
  padding: 30px 42px;
  border-right: none;
  border-left: none;
  border-width: 8px;
  border-color: rgba(133, 113, 95, 0.1);
}
.ui_box2:before {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 119px;
  height: 120px;
}
.ui_box2:before, .ui_box2:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  width: 8px;
  height: calc(100% + 16px);
  background: rgba(133, 113, 95, 0.1);
}
.ui_box2 strong{
  display: block;
  font-size: 20px;
  padding-bottom: 12px;
}
.ui_box2 p{}

.dl_box{}
.dl_box dl{
  display: flex;
}
.dl_box dl dt{
  font-weight: bold;
  color: #101828;
  width: 60px;
}
.dl_box dl dd{
  color:#475467;
}

.dl_list{
  border-top: 2px solid #837467;
}
.dl_list dl{
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #E4E7EC;
}
.dl_list dl:last-child{
  border-bottom: 0;
}
.dl_list dl dt{
  font-weight: 700;
  color: #101828;
  width: 120px;
  border-right: 2px dashed #E4E7EC;
  margin-right: 20px;
  flex-shrink: 0;
}
.dl_list.type01 dl dt {
	width: 160px;
  border-right: 0;
  margin-right: 0;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292a2b;
  z-index: 1;
  opacity: 0.4;
}
.modal-dialog {
  position: relative;
  width: 60%;
  height: 80%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.modal-header {
	position: relative;
	padding: 28px 32px;
	background: #F2F4F7;
}
.modal-header .modal-close{
	position: absolute;
	top: 28px;
	top: calc(50% - 20px);
	right: 32px;
	width: 40px;
	height: 40px;
	transition: all .2s ease;
	opacity: 0.6;	
}
.modal-header h3{
	font-size: 1.25em;
	color: #101828;

	padding-right: 60px;
}
.modal-header .modal-close img{
	width: 100%;
  height: 100%;
}
.modal-header .modal-close:hover{
	opacity: 1;	
}
.modal-body{
  overflow-y: scroll;
  overflow-y: auto;
  height: calc(100% - 85px);
	padding: 32px;
}
.modal-content{}
/* //modal */

.scroll_area_outer {
	width: 100%;
	height: 276px;
	padding: 20px 16px 20px 28px;
	background: #fff;
	border: 4px solid #D6D6D6;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.scroll_area {
	width: 100%;
	height: 100%;
	padding-right: 16px;
	padding-right: 12px;
	position: relative;
	overflow-y: scroll;
	outline: none;
}
.scroll_area::-webkit-scrollbar-track {
	background: #fff;
}
.scroll_area::-webkit-scrollbar-thumb {
	background-color: #D6D6D6;
}

.black_filter{ position: relative;}
.black_filter:before{ 
  content: "";
  display: block;
  position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  width: 100%;
  height: 100%;
  background: #010819;
  opacity: 0.6;
}

.bgimg_bx{
  position: relative;
  overflow: hidden;
}
.bgimg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s ease-in-out;
}
.bgimg:hover{ transform: scale(1.05); }

.ani_hide{
  overflow: hidden;
}
.ani_hide .ani_hide_inner{
  display: inline-block;
  opacity: 0;
  transform: translateY(60%);
  transition: all 0.8s ease-in-out; 
}
.aos-animate .ani_hide_inner{
  opacity: 1;
  transform: translateY(0);
}
.aos-animate .ani_hide + .ani_hide .ani_hide_inner{
  transition-delay: .4s;
}


.button-wrapper{
	position: relative;
}
.button-wrapper > div:after{
	display: none;
}
.button-wrapper .swiper-button-prev{
	left: 0;
}
.button-wrapper .swiper-button-next{
	right: 0;
}
.swiper-pagination {
	color: #ADB5C2;
	font-weight: 200;
}
.swiper-pagination .swiper-pagination-current {
	font-weight: 700;
}
.swiper-pagination .swiper-pagination-total {
	font-weight: 400;
}


.tab_wrapper{}
.tab_wrapper .tab_menu{
	display: flex;
	border-bottom: 1px solid #D0D5DD;
}
.tab_wrapper .tab_menu > li{
	padding: 12px 40px;
	font-size: 1.125em;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	color: #8395AF;
}
.tab_wrapper .tab_menu >li.on_tab{
	font-weight: 600;
	color: #85715F;
	border-bottom: 2px solid #85715F;
}
.tab_wrapper .tab_content > div{
	display: none;
}
.tab_wrapper .tab_content > div.on_tab{
	display: block;
}

.ui_bar{
  display: block;
  width: 1px;
  height: 60px;
  background: #ece8e4;
  margin: 40px auto;
  text-align: center;
}


