/*!

__/\\\\\\\\\\\\\\\_______/\\\\\_________/\\\\\\\\\______/\\\________/\\\______/\\\\\\\\\____
 _\/\\\///////////______/\\\///\\\_____/\\\///////\\\___\/\\\_____/\\\//_____/\\\///////\\\__
  _\/\\\_______________/\\\/__\///\\\__\/\\\_____\/\\\___\/\\\__/\\\//_______/\\\______\//\\\_
   _\/\\\\\\\\\\\______/\\\______\//\\\_\/\\\\\\\\\\\/____\/\\\\\\//\\\______\//\\\_____/\\\\\_
    _\/\\\///////______\/\\\_______\/\\\_\/\\\//////\\\____\/\\\//_\//\\\______\///\\\\\\\\/\\\_
     _\/\\\_____________\//\\\______/\\\__\/\\\____\//\\\___\/\\\____\//\\\_______\////////\/\\\_
      _\/\\\______________\///\\\__/\\\____\/\\\_____\//\\\__\/\\\_____\//\\\____/\\________/\\\__
       _\/\\\________________\///\\\\\/_____\/\\\______\//\\\_\/\\\______\//\\\__\//\\\\\\\\\\\/___
        _\///___________________\/////_______\///________\///__\///________\///____\///////////_____

*/

/*
-----------------------------------------------------------------------
01. 공통
-----------------------------------------------------------------------
*/

.com-about p, .com-about th, .com-about td, .com-about li, .com-about .card-body {
    font-size: 0.9375rem /* 15/16 */;
    font-weight: 400;
}
.com-about p {
    line-height: var(--line-height);
    margin-bottom: 1rem;
}
.com-about [class^="col-"] .heading-4:not(:first-of-type) {
    margin-top: 30px;
}
.com-about .card .card-body li:not(:last-child) {
    margin-bottom: 4px;
}
.com-about .features-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-right: 20px;
    color: #fff;;
    font-size: 1.875rem /* 30/16 */;
    position: relative;
    line-height: 0;
    border-radius: 10px;
    background-color: #ff884c;;
}
.com-about .features-icon.features-icon-lg {
    width: 60px;
    height: 60px;
    font-size: 30px;
}
.com-about .features-icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
}
.com-about .features-icon.features-icon-lg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background: #fff;
    border-radius: 4px;
}

.com-about .features-content {
    padding-bottom: 2rem;
}
.com-about .features-content .title {
    padding-top: 0.9375rem  /* 15/16 */;
    font-size: 1.125rem  /* 18/16 */;
    letter-spacing: -1px;
}
.com-about .features-content .desc {
    padding-top: 0.625rem  /* 10/16 */;
    padding-right: 2rem;
    word-break: keep-all;
}

.com-about .header-text {
    display: flex;
    align-items: center;
}
.com-about .header-text .features-text {
    line-height: var(--line-height);
}

/*
-----------------------------------------------------------------------
02. 회사소개
-----------------------------------------------------------------------
*/

.com-about .table .com-nm {
    font-weight: 700;
    color: #000;
}
.com-about .table .address .btn {
    font-size: 0.9375rem /* 15/16 */;
    padding: 10px 10px;
    border: 0 !important;
    margin: 0;
    color: #2250fc;
    display: inline-block;
}
.com-about .box-fancy {
    overflow: hidden;
    margin-bottom: 30px;
}
.com-about .box-fancy [class*=col-] {
    padding: 4% !important;
}
.com-about .box-fancy .h4 {
    color: #d1ff5a !important;
    font-size: 1.125rem  /* 18/16 */;
    margin-bottom: 1rem;
}
.com-about .box-fancy .desc {
    font-size: 0.9375rem  /* 15/16 */;
    font-weight: 400;
    color: #fff;
}

/*
-----------------------------------------------------------------------
08. 이용약관
-----------------------------------------------------------------------
*/

.policy .brand {
    color: var(--color-brand);
    font-size: 1.0625rem  /* 17/16 */;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.policy .heading-text h3 {
    color: var(--color-dark);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem /* 20/16 */;
    line-height: var(--line-height);
}
.policy .heading-text + div {
    padding: 20px 20px;
    /*border: 1px solid var(--color-border);*/
    border: 1px solid var(--color-lightgray);
    border-radius: var(--border-radius);
}
.policy p, .policy th, .policy td, .policy li {
    font-size: 0.9375rem /* 15/16 */;
}
.policy .row {
    padding-bottom: 2rem;
}
.policy ol {
    list-style-position: inside;
    padding-left: 10px;
    list-style-type: decimal;
}
.policy ul {
    list-style-position: inside;
    padding-left: 10px;
    list-style-type: disc;
}
.policy ol li, .policy ul li {
    line-height: 1.8;
}

/*
-----------------------------------------------------------------------
09. 개인정보처리방침
-----------------------------------------------------------------------
*/

.privacy .brand {
    color: var(--color-brand);
    font-size: 1.0625rem  /* 17/16 */;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.privacy .heading-text h3 {
    color: var(--color-dark);
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem /* 20/16 */;
    line-height: var(--line-height);
}
.privacy .heading-text + div {
    padding: 20px 20px;
    border: 1px solid var(--color-lightgray);
    border-radius: var(--border-radius);
    /*background-color: var(--bg-lightgray);*/
}
.privacy p, .privacy th, .privacy td, .privacy li {
    font-size: 0.9375rem /* 15/16 */;
}
.privacy .row {
    padding-bottom: 2rem;
}
.privacy ol {
    list-style-position: inside;
    padding-left: 10px;
    list-style-type: decimal;
}
.privacy ul {
    list-style-position: inside;
    padding-left: 10px;
    list-style-type: disc;
}

