select {
	position: relative;
	-webkit-appearance: none;  /* 크롬 화살표 없애기 */
	-moz-appearance: none; /* 파이어폭스 화살표 없애기 */
	appearance: none;  /* 화살표 없애기 */
	display: inline-block;
	width: 100%;
}
select {
	background-image: url('/img/select_arrow.png')!important;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) 50%;
}
select.toggle {
	background-image: url('/img/select_arrow_turn.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: 30px; font-weight: 600; 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: #ECF2FC; /*background: url('/img/mc02_bg.png') center center / cover no-repeat;*/}
.mc02_bot { margin-top: 120px;}
.mc02 .container_fix {position: relative; display: flex; gap: 60px;}
.mc02_bot .container_fix::before {content: ''; position: absolute; top: -60px; width: 100%; height: 2px; background-color: #e1e1e1;}
.mc02 .mc02_form {width: 50%;}
.mc02 .title_area {margin-bottom: 37px; display: flex; justify-content: space-between;align-items: center;}
.mc02 .result_check {display: flex; flex-direction: column;}
.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-list .post-none {padding: 26px 30px 26px 10px;font-size: 17px;font-weight: 400;}
.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;}

	.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: 60px;}
	.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;}
}




/*[JDev(2024-11-20): ++.]____________________________________________________________________________________________________
[]__________________________________________________*/




#lbgDv_LgnStatus
{
	position:relative;
	height:83px;
}

	#lbgDv_LgnStatus img
	{
		/*float:left;
		height:80px;*/
		position:absolute;
		top:0px;
		left:0px;
		height:60px;
		width:60px;
	}

	.lbgDv_LgnStatus_Gret
	{
		/*float:right;
		height:80px;
		width:200px;*/
		margin-left:90px;
		height:60px;
		font-size:20px;
	}

		.lbgDv_LgnStatus_Gret_TopSpac
		{
			height:20%;
		}

		.lbgDv_LgnStatus_Gret_Msg
		{
			height:40%;
			font-size:17px;
		}

	#lbgDv_LgnStatus form
	{
		position:absolute;
		top:0px;	
		width:145px;
	}

	.lbgFrm_LgnStatus_Rslt
	{
		right:154px;
	}

	.lbgFrm_LgnStatus_Lgo
	{
		right:0px;
	}

		.lbgFrm_LgnStatus_Lgo input
		{
			background-color:gray !important;
		}




@media only screen and (max-width:1160px)
{
	#lbgDv_LgnStatus
	{
		/*background-color:red;*/
	}

	#lbgDv_LgnStatus img
	{
		height:60px;
		width:60px;
	}

	.lbgDv_LgnStatus_Gret
	{
		margin-left:70px;
	}

		.lbgDv_LgnStatus_Gret_TopSpac
		{
			height:10%;
		}


	.lbgFrm_LgnStatus_Rslt
	{
		right:120px;
		width:110px !important;
	}

	.lbgFrm_LgnStatus_Lgo
	{
		width:110px !important;
	}

}




/*@media only screen and (max-width:1000px)
@media only screen and (max-width:980px)
*/
@media only screen and (max-width:500px)
{
	#lbgDv_LgnStatus
	{
		/*background-color:green;*/
	}

	#lbgDv_LgnStatus img
	{
		margin-top:8px;
		/*margin-top:10px;*/
		height:44px !important;
		width:44px !important;
	}

	.lbgDv_LgnStatus_Gret
	{
		margin-left:50px;
		height:60px;
		/*font-size:16px;*/
	}

		.lbgDv_LgnStatus_Gret_TopSpac
		{
			height:22%;
			/*height:14%;*/
		}


		.lbgDv_LgnStatus_Gret_Msg
		{
			font-size:12px;
		}


	.lbgFrm_LgnStatus_Rslt
	{
		right:100px;
		/*To avoid overlaying the right wing-menu.
		right:148px;*/

		width:86px !important;
	}

	.lbgFrm_LgnStatus_Lgo
	{
		right:8px;
		/*To avoid overlaying the right wing-menu.
		right:56px;*/

		width:86px !important;
	}

}




@media only screen and (max-width:395px)
{
	#lbgDv_LgnStatus
	{
		/*
		background-color:blue;*/
	}

	#lbgDv_LgnStatus img
	{

	}

	.lbgDv_LgnStatus_Gret
	{

	}

		.lbgDv_LgnStatus_Gret_TopSpac
		{

		}


		.lbgDv_LgnStatus_Gret_Msg
		{

		}


	.lbgFrm_LgnStatus_Rslt
	{
		right:86px;
		/*To avoid overlaying the right wing-menu.
		right:134px;*/
		width:74px !important;
	}

		.lbgFrm_LgnStatus_Rslt input
		{
			font-size:12px !important;
		}

	.lbgFrm_LgnStatus_Lgo
	{
		right:8px;
		/*To avoid overlaying the right wing-menu.
		right:56px;*/
		width:74px !important;
	}

		.lbgFrm_LgnStatus_Lgo input
		{
			font-size:12px !important;
		}


}



/*e.g. Galaxy Z Fold 5*/
@media only screen and (max-width:344px)
{
	#lbgDv_LgnStatus
	{
		/*
		background-color:yellow;*/
	}

	#lbgDv_LgnStatus img
	{

	}

	.lbgDv_LgnStatus_Gret
	{

	}

		.lbgDv_LgnStatus_Gret_TopSpac
		{

		}


		.lbgDv_LgnStatus_Gret_Msg
		{

		}


	.lbgFrm_LgnStatus_Rslt
	{
		right:68px;
		/*To avoid overlaying the right wing-menu.
		right:116px;*/
		width:58px !important;
	}

		.lbgFrm_LgnStatus_Rslt input
		{
			font-size:10px !important;
		}

	.lbgFrm_LgnStatus_Lgo
	{
		right:7px;
		/*To avoid overlaying the right wing-menu.
		right:55px;*/
		width:58px !important;
	}

		.lbgFrm_LgnStatus_Lgo input
		{
			font-size:10px !important;
		}


}






