/* BASIC css start */
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

#wrap {
    margin: 0 auto;
    width: 1200px;
   
}


/* right_top_banner Àü¿ë ½ºÅ¸ÀÏ */

.right_top_banner-container {
  overflow: hidden;
  width: 240px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.right_top_banner {
  display: flex;
  width: calc(240px * 3); /* ½½¶óÀÌµå °³¼ö¸¸Å­ */
  transition: transform 0.5s ease-in-out;
  cursor: grab;
}

.right_top_banner a {
  width: 240px;
  height: 120px;
  flex-shrink: 0;
  display: block;
}

.right_top_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ¾Æ·¡ Á¡(Dot) ½ºÅ¸ÀÏ */
.right_top_banner-dots {
  text-align: center;
  margin-top: 3px;
}

.right_top_banner-dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.right_top_banner-dots span.active {
  background-color: #333;
}

/* right_top_banner Àü¿ë ½ºÅ¸ÀÏ */




.empty {
    height:10px;
}

#mk_center1 {
    vertical-align: top;
}

/* °Ë»öÃ¢ ½ÃÀÛ */

input.MS_search_word {
    padding-left:20px;
    background-color: #FFFFFF;
    width: 480px;
    height: 55px;
    border: 4px solid #ffbc00;
    font-size: 16pt;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: bold;
    color:#5d5d5d;
    line-height: 2px !important;
}

::placeholder {
  color: #bcbcbc;
}

/* Firefox¿¡¼­µµ µ¿ÀÛÇÏµµ·Ï Ãß°¡ ½ºÅ¸ÀÏ */
:-moz-placeholder {
  color: #bcbcbc;
}

/* Webkit ºê¶ó¿ìÀú(Chrome, Safari)¿¡¼­ µ¿ÀÛÇÏµµ·Ï Ãß°¡ ½ºÅ¸ÀÏ */
::-webkit-input-placeholder {
  color: #bcbcbc;
}

/* Edge ºê¶ó¿ìÀú¿¡¼­ µ¿ÀÛÇÏµµ·Ï Ãß°¡ ½ºÅ¸ÀÏ */
:-ms-input-placeholder {
  color: #bcbcbc;
}

/* °Ë»öÃ¢ ³¡ */


/* ÃÖ»ó´Ü ·Î±×ÀÎ ¸Þ´º ½ÃÀÛ */

.head1 {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    color: #111;
    background-color: transparent;
}

.head2 {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: #ff8a24;
    padding: 2px 15px;
    transition: background-color 0.3s;
}
	
.head2:hover {
    color:#f5f5f5;
    background-color: #111;
}

.bank {
    background-color: #f5f5f5;
    width:195px;
    height:62px;
    padding: 0;
}

.bank1 {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background-color: #111111;
    padding:0px 15px 0 15px;
}

.bank2, .bank3 {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    margin: 0 5px 0 0;
}

.bank4, .bank5 {
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: bold;
    font-size: 13px;
    color: #333333;
    margin: 0 5px 0 0;
}


/* ÃÖ»ó´Ü ·Î±×ÀÎ ¸Þ´º ³¡ */

.isc{
 width:1200px !important;
 background-color:#fafafa;
 display: block;
 border:0px;
 display: flex;
 align-items: left;
 justify-content: left;
}


.isc1 {
 font-weight:bold;
 color: #111;
 font-size: 20px !important;
 font-family: 'Noto Sans KR', sans-serif !important;
 display: flex;
 align-items: center;
 justify-content: center;
}


select[name="stage"] {
  width: 300px;
  height: 45px;
  margin:0 !important;
  padding-left: 10px;
  font-weight:bold;
  font-size: 16px;
  font-family: 'Noto Sans KR', sans-serif !important;
  color: #121212;
  border: 1px solid #999999;
  border-radius: 0px;
  background-color:#ffffff;
}

select[name="stage2"] {
  margin:0 !important;
  width: 210px;
  height: 45px;
  padding-left: 10px;
  font-weight:bold;
  font-size: 16px;
  color: #121212;
  font-family: 'Noto Sans KR', sans-serif !important;
  border: 1px solid #999999;
  border-radius: 0px;
  background-color:#ffffff;
}

select[name="stage3"] {
  margin:0 !important;
  width: 210px;
  height: 45px;
  padding-left: 10px;
  font-weight:bold;
  font-size: 16px;
  color: #121212;
  font-family: 'Noto Sans KR', sans-serif !important;
  border: 1px solid #999999;
  border-radius: 0px;
  background-color:#ffffff;
}

select[name="stage4"] {
  margin:0 !important;
  width: 210px;
  height: 45px;
  padding-left: 10px;
  font-weight:bold;
  font-size: 16px;
  color: #121212;
  font-family: 'Noto Sans KR', sans-serif !important;
  border: 1px solid #999999;
  border-radius: 0px;
  background-color:#ffffff;
}

  
.iscbutton {
	vertical-align: middle;
    width:210px;
    height:45px;
	border: 1px solid #ff8a24;
	margin:0;
	padding: 0;
    background-color: #ff8a24;
	cursor: pointer;	
	background-image: url('https://s-motors.info/wp-content/uploads/2023/12/mimoto-light-1.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.3s, border 0.3s;
}
	
.iscbutton:hover {
	border: 1px solid #111111;
    background-color: #111111;
}
/* BASIC css end */

