/* from style */
.fromtype_big input[type="text"],
.fromtype_big select,
.fromtype_big textarea {
font-size:18px;
padding: 12px;
width: 100%;
border: solid 1px #E7E7E7;
border-radius: 5px;
background-color: #fff;
box-sizing: border-box;
-webkit-appearance: none;
appearance: none;
}
/* select ¿ä¼ÒÈ­»ìÇ¥ ¹è°æ Ãß°¡ */
.fromtype_big select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: calc(100% - 15px) center;
background-size: 20px;
background-color: #f6f6f6;
padding-right: 40px; /* È­»ìÇ¥ °ø°£ È®º¸ */
cursor: pointer;    /* ¸¶¿ì½º ¿Ã·ÈÀ» ¶§ ¼Õ°¡¶ô ¸ð¾ç */
font-size: 15px;
}


/* »ó´Ü¹è³Ê*/
.banner_area_write {
background-color: #f5f6fa;
padding:20px 30px;
position: relative;
}
.banner_area_write .cont1{text-align: center;margin-bottom:12px;}
.banner_area_write .cont1 p{
 font-size:18px;
	color: #1a1c87;
}
.banner_area_write img {
position:absolute;
right:-70%;
left:0;
top:0;
bottom:0;
margin:auto;
}
.banner_area_write ul.step {/* width: 40%; */display: flex;justify-content: space-around;align-items: center;position: relative;}
 .banner_area_write ul.step::before {
 content: "";
 position: absolute;
 top: 14px; /* ¿øÀÇ ¹ÝÁö¸§ Å©±â¿¡ ¸ÂÃç Á¶Á¤ (28pxÀÇ Àý¹Ý) */
 left: 16.6%;
 right: 16.6%;
 height: 1px;
 background-color: #333;
 z-index: 1;
}
.banner_area_write ul.step li p {padding-top: 5px;}
.banner_area_write ul.step li {
position: relative;
z-index: 2;
text-align: center;
flex: 1;
}
.banner_area_write ul.step li span {display: inline-block;width: 25px;height: 25px;line-height: 25px;border-radius: 50%;background-color: #333;border: 2px solid #333;color: #fff;font-weight: bold;position: relative;font-family: 'Pretendard', sans-serif !important;}
.banner_area_write ul.step li.completed span {
background-color: #333;
border-color: #333;
color: transparent;
}
 .banner_area_write ul.step li.completed span::after {
 content: "";
 position: absolute;
 left: 10px;
 top: 5px;
 width: 5px;
 height: 10px;
 border: solid white;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
}
.banner_area_write ul.step li.active span {
color: #333;
border-color: #333;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
transform: scale(1.1);
background-color: #fff;
}
.banner_area_write ul.step li.active p {font-size:15px;color: #333;font-weight: bold;}

.banner_area_write .pulse {
   animation: pulse-effect 1.5s infinite ease-in-out;opacity: 1 !important;
}

@keyframes pulse-effect {
    0%, 100% {
        transform: scale(0.9);
								opacity: 1 !important;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
}


.banner_area_write  .step2 {
display: flex;
width: 100%;
box-sizing: border-box;
}
.banner_area_write  .step2 li.active {
font-weight:bold;
color: #fff;
background-color:#8ea5d2;
}
.banner_area_write  .step2 li.completed { background: #ddd; }
.banner_area_write  .step2 li span {
margin-right:5px;
font-family: 'Pretendard', sans-serif !important;
}
.banner_area_write  .step2 li.active span { }
.banner_area_write  .step2 li {
font-size:14px;
flex: 1;
height: 48px;
line-height: 48px;
text-align: center;
background: #f2f2f2;
clip-path: polygon(calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 20px 50%, 0% 0%);
margin-right: -15px;
}
.banner_area_write  .step2 li:first-child { clip-path: polygon(calc(100% - 20px) 0%, 100% 50%, calc(100% - 20px) 100%, 0% 100%, 0% 0%); }
.banner_area_write  .step2 li:last-child {
clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 20px 50%, 0% 0%);
margin-right: 0;
}
/* »ó´Ü¹è³Ê end */


/* º¸Áõ¼­¼±ÅÃ */
.warranty_area { }
.warranty_area p.warranty_num {
font-weight:bold;
padding-bottom: 3px;
}
.warranty_area p.deal_name { color:#666; }
.write_box {
margin:30px auto 50px;
width: 90%;
}
.write_box h4.tit {
font-size:22px;
margin: 0 auto 40px;
}
.write_box .big_price {
font-weight: 800;
font-size:24px !important;
}
.write_box dl.type1 { }
.write_box dl.type1 dt { font-size:15px; }
.write_box dl.type1 dd { margin: 0 auto 15px; }

.brand_grid {
margin:10px auto;
display:grid;
grid-template-columns:repeat(4, 1fr);
gap:8px;
list-style:none;
padding:0;
}
.brand_grid li {
padding:10px 0;
text-align:center;
border:1px solid #eee;
border-radius:6px;
font-size:13px;
background:#fafafa;
}

/* »çÁøµî·Ï */
ul.photo_up {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 5px;
align-items: flex-start;
}
ul.photo_up li {
 display: flex;
    flex-direction: column; 
    align-items: center;  
    justify-content: center;
    text-align: center;
				margin: 0 auto 15px;
}
ul.photo_up li p.up_tit{ margin: 5px auto;}
ul.photo_up .check_img {border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 10px auto 5px;}
ul.photo_up .add_img {
border-radius:10px;
width:100%;
height:auto;
margin: 10px auto 5px;
}
ul.photo_up button img{ width:30px;}
/* »çÁøµî·Ï */


/* Á¤»ê±Ý¾× Åä±Û */
.toggle_message {position: absolute;
    top: 0;
    left: 16%;}
.toggle_message img {
width: 20px;
margin-left: 10px;
}
.toggle_message_sub {
/*position: absolute;
left: 0;
top: 30px;*/
display: none;
margin: 15px auto;
width: 100%;
padding: 20px;
border-radius: 10px;
background-color:#f6f7fb;
z-index: 9999;
box-sizing: border-box;
}
.btn_close_sub {
position: absolute;
right: 0;
bottom: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
font-size: 24px;
color: #000;
z-index: 10;
}
.toggle_message_sub.show { display: block; }
.toggle_message_sub ul.dot li {
font-weight:normal;
font-size:13px;
}
/* Á¤»ê±Ý¾× Åä±Û end  */


.guide_box {
margin: 30px auto 0;
background-color: #F8F8F8;
padding:30px;
}
.guide_box dl.basic { padding:0; }
.guide_box dl.basic dt {
margin:10px 0;
font-weight:bold;
}
.guide_box dl.basic dt:first-child { margin-top:0; }
.guide_box dl.basic dd {
padding-left: 15px;
padding-bottom: 7px;
position: relative;
}
.guide_box dl.basic dd:after {
content: '';
position: absolute;
top: 10px;
display: block;
left: 0;
width: 2px;
height: 2px;
border-radius: 50%;
background-color: #555;
}
.deal_bottom_wrap { margin-top:0 !important; }
