


select
{
	position: relative;
	-webkit-appearance: none;  /* 크롬 화살표 없애기 */
	-moz-appearance: none; /* 파이어폭스 화살표 없애기 */
	appearance: none;  /* 화살표 없애기 */
	display: inline-block;
	width: 100%;
}


select
{
	background-image: url('/inc/img/select_arrow-ccfae52f2500f79fb3a54feaf16dc5eb.png')!important;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
}
select.toggle {
	background-image: url('/inc/img/select_arrow_turn-ebb889d2b8c0cf40bf336216f7a07ca5.png')!important;
}

@media (max-width: 991px) {
	.scroll-x {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;
		scrollbar-width: none;
		gap: 7px;
	}
	.scroll-x::-webkit-scrollbar {
		display: none;
	}
}

.container_fix {width: var(--main--container);}

.title_area h2 {font-size: 20px; font-weight: 700; color: var(--color--black);}
.title_area h2 span {font-size: 18px; font-weight: 400; color: var(--font--grey); margin-left: 10px;}

/* mc02 */
.mc02_wrap {padding-top: 110px; padding-bottom: 100px; background: #fff; /*background: url('/img/mc02_bg.png') center center / cover no-repeat;*/}
.mc02_bot { margin-top: 100px;}
.mc02 .container_fix {position: relative; display: flex; gap: 60px;}
/* .mc02_bot .container_fix::before {content: ''; position: absolute; top: -60px; width: 100%; height: 1px; background-color: #eaeaea;} */
.mc02 .mc02_form {width: 50%;}
.mc02 .title_area {margin-bottom: 15px; display: flex; justify-content: space-between;align-items: center;}
.mc02 .result_check {display: flex; flex-direction: column;border:solid 1px #e6e6e6;border-radius: 7px;overflow: hidden; margin-bottom:30px;padding:5px;background-color: #f7f7f7;}
.mc02 .result_check form dl {display: flex; gap: 15px; align-items: center;}
.mc02 .result_check form dl dd {max-width: 265px; width: 100%; height: 60px;}
.mc02 .result_check form dl dd input {width: 100%; height: 100%; border-radius: 10px; background-color: var(--color-white); font-size: 18px; border: 1px solid #acacac; padding-left: 15px;}
.mc02 .result_check form dl dd input::placeholder {color: #999;}
.mc02 .result_check form dl dt {max-width: 145px; width: 100%; height: 60px;}
.mc02 .result_check form dl dt input {width: 100%; height: 100%; border-radius: 10px; background-color: #277bff; color: #fff; font-size: 18px; font-weight: 500; border: none;}

.mc02 .category_check form dl {display: flex; gap: 15px;}
.mc02 .category_check form dl dd {max-width: 190px; width: 100%; height: 60px;}
.mc02 .category_check form dl dd:last-of-type {flex-grow: 1; max-width: initial;}
.mc02 .category_check form dl dd select {width: 100%; height: 100%; border-radius: 10px; color: var(--font--grey); background-color: var(--color-white); font-size: 18px; border: 1px solid #acacac; padding-left: 15px;}
.mc02 .category_check form dl dd input {width: 100%; height: 100%; border-radius: 10px; background-color: var(--color-white); font-size: 18px; border: 1px solid #acacac; padding-left: 15px;}
.mc02 .category_check form dl dt {max-width: 145px; width: 100%; height: 60px;}
.mc02 .category_check form dl dt input {width: 100%; height: 100%; border-radius: 10px; background-color: #277bff; color: #fff; font-size: 18px; font-weight: 500; border: none;}
.mc02 .category_check form dl dd input::placeholder {color: #999;}
.mc02 .category_check form dl dd select {color: #999;}
.mc02 .category_check form dl dd select:focus {color: #222;}

.mc02_board {width: 50%;}
.mc02_board .wr-icon {margin-right: 20px;}
.mc02_board .wr-new {width: 40px; display: inline-flex; justify-content: center; align-items: center; height: 20px; background-color: #277bff; color: #fff; border-radius: 3px; font-size: 11px;}
.mc02_board .post-row  {padding: 26px 30px 26px 10px;}
.mc02_board .post-list  {border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1;}
.mc02_board .post-row + li {border-top: 1px solid #d5d5d5;}
.mc02_board .post-row a {font-size: 17px; font-weight: 400;}
.mc02_board .pull-right.date {font-size: 15px; color: #999999; vertical-align: middle; margin-top: 2.5px;}

.checkbox_saveId {margin-top: 10px;}
.checkbox_saveId input{margin: 0;}

/* Img section */
.sub-body {padding-top: 100px; padding-bottom: 120px;background-color: #f8f9fb;}
.board-body {background-color: #f8f9fb; padding-top: 100px; padding-bottom: 120px;}
.sub-section .container_fix, 
.at-body .container_fix, 
.board-body .container_fix {width: 1230px;}

/* M01_03 */
#m01_03 .history_wrap .history_year > a {display: flex;width: 100%;background-color: #fff;border: 1px solid #f1f1f1;padding: 20px 40px;align-items: center;font-size: 22px;font-weight: bold;}
#m01_03 .history_wrap .history_year > a > p {width: 76px;}
#m01_03 .history_wrap .history_year > a > span {margin-left: 30px; margin-top: -2px;}
#m01_03 .history_wrap .history_year > a.turn > span {transform: rotate(180deg); margin-top: 2px;}
#m01_03 .history_year + .history_year {margin-top: 30px;}
#m01_03 .history_content {padding: 40px 70px 10px; font-size: 18px; line-height: 27px; display: none;}
#m01_03 .history_year.open .history_content {display: block;}
#m01_03 .history_year:last-child .history_content {padding: 40px 70px 23px;}
#m01_03 .history_content li {display: flex; gap: 70px;}
#m01_03 .history_content li p {color: #666;}
#m01_03 .history_content li + li {margin-top: 20px;}
#m01_03 .history_content li span {font-size: 19px; width: 55px; display: inline-block;}
#m01_03 .history_content li span em {color: #277bff; margin-right: 8px;}

/* tab_menu */
.tab_menu {display: flex; justify-content: center; align-items: center; margin-bottom: 80px; border-bottom: 1px solid #dbdbdb;}
#m02_02 .tab_menu {margin-bottom: 40px;}
.tab_menu_40 {margin-bottom: 40px;}
.tab_menu li {width: 25%; padding-bottom: 20px;}
.tab_menu li a {display: block; font-size: 18px; font-weight: 500; display: flex; justify-content: center; align-items: center; color: #aaa;}
.tab_menu li.on {border-bottom: 2px solid #222; display: block;}
.tab_menu li.on a {color: #222;}
.tab_content li {display: none;}
.tab_content li.on {display: block;}
.tab_menu2 {display: flex; justify-content: space-between; margin-bottom: 100px;}
.tab_menu2 li {background-color: #fff; border: 1px solid #f1f1f1; border-radius: 25px;}
.tab_menu2 li a {display: flex; justify-content: center; align-items: center; font-size: 18px; height: 50px; padding:0 24px; color: #aaaaaa;} 
.tab_menu2 li.on {background-color: #222; border: 1px solid #222;}
.tab_menu2 li.on a {color:#fff}



@media (max-width: 991px) {
	.title_area h2 {font-size: 22px;}
	.title_area h2 span {font-size: 14px; font-weight: 400;}

	.board-body {background-color: #f8f9fb; padding-top: 60px; padding-bottom: 60px;}

	.tab_menu {margin-bottom: 40px; border: none;}
	#m02_02 .tab_menu {margin-bottom: 20px;}
	.tab_menu li {border-bottom: 1px solid #dbdbdb;}
	.tab_menu li.on {border-bottom: 1px solid #222;}border-bottom: 

	.mc02_wrap {padding-top: 55px; padding-bottom: 60px; background: url('/img/mmc02_bg.png') center center / cover no-repeat;}
	.mc02 .container_fix {flex-direction: column; gap: 55px;}
	.mc02 .title_area {margin-bottom: 25px;}
	.mc02 .mc02_form {width: 100%;}
	.mc02 .result_check form dl,
	.mc02 .category_check form dl {flex-direction: column;}
	.mc02 .result_check form dl dd,
	.mc02 .result_check form dl dt,
	.mc02 .category_check form dl dd,
	.mc02 .category_check form dl dt {max-width: initial; height: 44px;}
	.mc02 .result_check form dl dd input,
	.mc02 .category_check form dl dd select,
	.mc02 .category_check form dl dd input {font-size: 14px; border-radius: 5px;}
	.mc02 .result_check form dl dt input,
	.mc02 .category_check form dl dt input {font-size: 14px; border-radius: 5px;}
	.mc02 .category_check form dl dt,
	.mc02 .result_check form dl dt {margin-top: 10px;}

	.mc02_bot {margin-top: 15px;}
	.mc02_bot .container_fix::before {top: -30px;}
	.mc02_board {width: 100%;}
	.mc02_board .post-row {padding: 16px 5px;}
	.mc02_board .wr-new {width: 30px;height: 16px;font-size: 8px;border-radius: 3px; margin-right: 14px;}
	.mc02_board .post-row a {font-size: 13px;}
	.mc02_board .pull-right.date {font-size: 13px;}
	.mc02_board .board_plus img {height: 15px;}

	.sub-body {padding-top: 60px; padding-bottom: 60px;}

	/* M01_03 */
	#m01_03 .history_wrap .history_year > a {font-size: 15px; padding: 15px 20px;}
	#m01_03 .history_year + .history_year {margin-top: 20px;}
	#m01_03 .history_content {padding: 30px 0 20px 25px; font-size: 14px; line-height: 20px;}
	#m01_03 .history_content li {gap: 30px;}
	#m01_03 .history_content li > span {width: 40px; flex-shrink: 0; font-weight: 500;}
	#m01_03 .history_content li + li {margin-top: 15px;}
	#m01_03 .history_content li span {font-size: 14px;}
	#m01_03 .history_content li span em {margin-right: 5px;}
	#m01_03 .history_wrap .history_year > a > p {width: 52px;}

	/* tab_menu */
	.tab_menu li a {font-size: 14px;}
	.tab_menu li {padding-bottom: 15px; width: 50%;}
	
		/* M01_03 */
		#m01_03 .history_wrap .history_year > a > span {margin-left: 18px; margin-top: 0;}
		#m01_03 .history_wrap .history_year > a > span.turn {margin-top: 0;}
		#m01_03 .history_wrap .history_year > a > span > img {height: 6px;}
	
	/* M02_02 */
	#m02_02 .tab_menu {margin-bottom: 25px;}
	.tab_menu2 {margin-bottom: 60px;}
	.tab_menu2 li a {font-size: 15px;height: 30px;padding: 0 15px;color: #aaaaaa;}
	
}



/* board control */
.view-btn {margin: 0 !important;}
.estimate_write2.write-wrap .write-btn.btn_write {margin: 0 !important;}
.list-page {margin: 70px 0 0 !important;}

.write-wrap .inquiry_box > label span.nec {color: #235bf5;}
.faq_box .faq_category ul {display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px;}
.faq_box .faq_category ul li {padding: 0; display: block;}
@media (max-width: 991px) {
	.board_style {margin-bottom: 0;}
	.list-admin {margin: 15px 0 0 !important;}
	.list-page {margin-top: 40px !important;}
	.board_style .div-head {border-top: 1px solid #333;}
}


/* 자동입력방지 */
#captcha #captcha_img{width: 232px; height: 90px;}
.register-form #captcha{text-align: center;}
.register-form #captcha #captcha_key{width: calc(100% - 320px) !important; height: 90px; margin-left: 50px;}
#captcha #captcha_mp3{width: 30px; height: 30px; left: 160px;}
#captcha #captcha_mp3 span{width: 30px; height: 30px; background-size: cover; background-position: left top;}
#captcha #captcha_reload{width: 30px; height: 30px; background-size: cover; background-position: left bottom; left: 160px; top: 30px;}
.register-wrap .register_sheet .reg_form .reg_terms #captcha #captcha_info{font-size: 13px; color: #999999; margin-top: 13px;}
.register-wrap .register_sheet .reg_form .reg_terms .regbtn-wrap #btn_submit{border-radius: 30px;}
.register-wrap .register_sheet .reg_form .captcha_html{padding-top: 39px;}
.register_result_btn a{padding: 0 55.55px;}
#captcha #captcha_img{width: 160px; height: 60px;}
#captcha #captcha_key{width: 160px; margin: 0 0 0 28px;}

.list-board .list-body li.bg-skyblue {background-color: rgb(239 249 255);}
.list-none {padding: 100px 0;}
@media (max-width: 991px) {
.list-none {padding: 50px 0;}
}

/* 그리드 */
.ui-jqgrid .ui-jqgrid-labels th.ui-th-column{padding:6px 0;font-size:14px;color:#000;}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, 
html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active{
	background: #f7f7f7 !important;
	border-color: #e6e6e6 !important;
}
.ui-widget.ui-widget-content,
.ui-widget-content{border-color: #e6e6e6 !important;}
.ui-search-toolbar .ui-search-table{background:#fff !important;}
#lbgDv_Grd .ui-search-input .ui-widget-content,
.ui-search-table .ui-search-input input.lbgDtp_Flt{border:0px none;}