/*°­ÁÂ¸ñ·Ï*/
.program-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3°³¾¿ ¹èÄ¡ */
    gap: 25px; /* Ä«µå °£°Ý */
    margin-top: 30px;
}

.program-card {
    border: 1px solid #ddd;
    background: #fff;
}

.program-img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* ÀÌ¹ÌÁö Å©±â°¡ ´Þ¶óµµ º¸±â ÁÁ°Ô */
    margin-bottom: 15px;
}

.program-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:400px;
}

.program-summary {
    color: #555;
    margin-bottom: 10px;
	height: 50px;
	width:400px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* ÁÙ ¼ö */
    overflow: hidden;
}

.program-content {
	padding:20px;
}

.program-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price {
    font-size: 18px;
    font-weight: 600;
    color: #1a73e8;
}

.detail-link {
    color: #e53935;
    font-weight: 600;
    text-decoration: none;
}

.container {
    display: flex;
	gap: 60px;
}

.view_content {
    flex: 6;   /* ºñÀ² */
	min-width: 0;
	margin-bottom:50px;
}
.view_content .title {font-size:20px; font-weight:600; margin-bottom:30px; white-space: nowrap;   overflow: hidden; text-overflow: ellipsis; }
.view_content .cont_li {border-top:1px solid #ddd; padding:15px 0; display:flex; gap:40px;}
.view_content .cont_li:last-child {border-bottom:1px solid #ddd;}
.view_content .cont_li .label {font-weight:500; font-size:16px; width:100px;flex-shrink: 0}
.view_content .cont_li .list {color:#555;}
.view_content .cont_li .list li {position:relative; padding-left:15px;}
.view_content .cont_li .list li::before {position:absolute; content:''; left:0; top:10px; width:4px; height:4px; border-radius:50%; background:#666; }

.view_apply {
    flex: 4;   /* ºñÀ² */
	min-width: 0;
}
.view_apply .box {background:#EDEDED; padding:20px;}
.view_apply .box .scroll {max-height:550px; overflow-y:auto;}
.view_apply .box .scroll::-webkit-scrollbar {
    width: 6px;
}
.view_apply .box .scroll::-webkit-scrollbar-track {
    background: transparent;
}
.view_apply .box .scroll::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 8px;
}
.view_apply .box .scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
}
.view_apply .box .list {background:#fff; padding:20px; margin-bottom:20px; position:relative;}
.view_apply .box .list:last-child {margin-bottom:0;}
.view_apply .box .list .person {display:flex; gap:10px; margin-top:20px;}
.view_apply .box .list .person .text-blue {color:#1C71E0; font-weight:500}
.view_apply .box .list .apply {position:absolute; bottom:20%; right:20px; }
.view_apply .box .list .apply-btn {width: 75px; border-radius:5px; background:#45A2F3; color:#fff; padding:5px 10px; font-size:14px; }
.view_apply .box .list .apply-disable {width: 75px; text-align: center; border-radius:5px; background:#cacaca; color:#fff; padding:5px 10px; font-size:14px; }

.warning {border:1px solid #CACACA; background:#ebf5fe; padding:30px;}
.no-program {min-height:300px; background:#fff; display:flex; justify-content:center; align-items:center; font-size:22px; color:#555;flex-direction: column;}

/*»ó´ã½ÅÃ»*/
.counsel_form {border-radius:5px; background:#F5F5F5; padding:50px; width:810px; margin:0 auto;}
.counsel_li li {display:flex; gap:20px; margin-bottom:15px; align-items:center;}
.counsel_li li label {width:100px; flex: 0 0 100px; font-weight:600;}
.counsel_li li .frm_input {width:300px;}
.counsel_info {background:#fff; padding:20px; margin-top:40px; border:1px solid #ddd;}
.counsel_info .info_cont {border-top:1px solid #ddd; padding-top:15px;}

/*¸Å¼ö¸Åµµ*/
.numbers {
	padding-right:5px;
	text-align:right;
}

.toggle-wrap {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 6px;
}

/* ±âº» Ã¼Å©¹Ú½º ¼û±è */
.toggle-input {
    display: none;
}

/* ½ºÀ§Ä¡ µðÀÚÀÎ */
.toggle-switch {
    width: 36px;
    height: 20px;
    background: #ccc;
    border-radius: 20px;
    position: relative;
    transition: background 0.3s;
}
.toggle-switch::after {
    content: '';
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.3s;
}
.toggle-input:checked + .toggle-switch {
    background: #40c659; /* ÃÊ·Ï»ö */
}
.toggle-input:checked + .toggle-switch::after {
    left: 18px;
}
.btn_search {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    background-color: #45A2F3;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 512 512"><path d="M500.3 443.7L386 329.4c28.4-34.9 45.5-79.4 45.5-128.1 0-111.7-90.5-202.2-202.2-202.2S27.1 89.6 27.1 201.3 117.6 403.5 229.3 403.5c48.7 0 93.2-17.1 128.1-45.5l114.4 114.4c6.2 6.2 14.4 9.6 22.6 9.6s16.4-3.4 22.6-9.6c12.5-12.4 12.5-32.8.3-45.7zM229.3 354.9c-84.9 0-153.6-68.7-153.6-153.6S144.4 47.7 229.3 47.7 382.9 116.4 382.9 201.3s-68.7 153.6-153.6 153.6z"/></svg>');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}