
.banner {
    background: url('../images/main/main-background_1.jpg') no-repeat center center;
    height: 250px;
    background-size: cover;
}
.icon-container {
    display: flex;
    flex-wrap: wrap; /* ¾ÆÀÌÄÜÀÌ ÁÙ¹Ù²ÞÀÌ °¡´ÉÇÏµµ·Ï ¼³Á¤ */
    justify-content: space-between; /* ¾ÆÀÌÄÜ °£ÀÇ °£°ÝÀ» ±ÕµîÇÏ°Ô ¹èºÐ */
    margin: 20px 0;
}
.icon {
    position: relative; /* Å¸ÀÌÆ² ÀÌ¹ÌÁö¸¦ ¾ÆÀÌÄÜ À§¿¡ ¹èÄ¡ÇÏ±â À§ÇØ position ¼³Á¤ */
    text-align: center;
    flex: 0 1 calc(16.66% - 10px); /* °¢ ¾ÆÀÌÄÜÀÇ ³Êºñ¸¦ 16.66%·Î ¼³Á¤ÇÏ¿© 6°³°¡ ÇÑ ÁÙ¿¡ ¹èÄ¡µÇµµ·Ï ÇÕ´Ï´Ù. */
    margin: 5px; /* ¾ÆÀÌÄÜ °£ÀÇ ¿©¹é */
    font-size: 15px;
}
.icon img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
}
.icon-title1 {
    position: center;
    top: -25px; /* Å¸ÀÌÆ² ÀÌ¹ÌÁö¸¦ ¾ÆÀÌÄÜ À§·Î 25px ÀÌµ¿ */
    left: 50%;
    transform: translateX(-50%);
    width: 60px; /* Å¸ÀÌÆ² ÀÌ¹ÌÁöÀÇ ³Êºñ¸¦ ¼³Á¤ */
    height: 20px; /* Å¸ÀÌÆ² ÀÌ¹ÌÁöÀÇ ³ôÀÌ¸¦ ¼³Á¤ */
    background: url('../images/icons/bar-1.png') no-repeat center center; /* Å¸ÀÌÆ² ÀÌ¹ÌÁö ¼³Á¤ */
    background-size: contain;
}
.icon-title2 {
    position: absolute;
    top: -25px; /* Å¸ÀÌÆ² ÀÌ¹ÌÁö¸¦ ¾ÆÀÌÄÜ À§·Î 25px ÀÌµ¿ */
    left: 50%;
    transform: translateX(-50%);
    width: 60px; /* Å¸ÀÌÆ² ÀÌ¹ÌÁöÀÇ ³Êºñ¸¦ ¼³Á¤ */
    height: 20px; /* Å¸ÀÌÆ² ÀÌ¹ÌÁöÀÇ ³ôÀÌ¸¦ ¼³Á¤ */
    background: url('../images/icons/bar-2.png') no-repeat center center; /* Å¸ÀÌÆ² ÀÌ¹ÌÁö ¼³Á¤ */
    background-size: contain;
}
.news-section {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 4px darkgray;
}
.news-section h2 {
    display: inline-block;
    margin-top: 0;
}
.news-section .button {
    float: right;
    font-size: large;
}

.img-border {
    background-color: white;
    margin-top: 20px;
    border-radius: 4px;
    box-shadow: 0 1px 4px darkgray;
}
.placeholder {
    width: 100%;
    height: auto;
}

/* ¼¼¹«ÀÏÁö */  
div.plan_list {
    width: 100%;
    padding-top:10px;
}

div.plan_list div.plan_box {
    width: 580px;
}

div.plan_list div.plan_box h3 {
    width: 100%;
    height: 60px;
    border: 2px solid #ccc;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    font-weight: bold;
    color: #222;
    background: #eee;
}

div.plan_list div.plan_box div.plan_text {
    width: 100%;
    border: 2px solid #ccc;
    border-top: none;
}

div.plan_list div.plan_box div.plan_text ul {
    padding: 20px;
    display: inline-block;
}

div.plan_list div.plan_box div.plan_text ul li {
    width: 100%;
    background: url(../images/contents/list_dot.jpg) no-repeat left 11px;
    padding-left: 16px;
    font-size: 22px;
    color: #222;
    line-height: 36px;
}