/*!

__/\\\\\\\\\\\\\\\_______/\\\\\_________/\\\\\\\\\______/\\\________/\\\______/\\\\\\\\\____
 _\/\\\///////////______/\\\///\\\_____/\\\///////\\\___\/\\\_____/\\\//_____/\\\///////\\\__
  _\/\\\_______________/\\\/__\///\\\__\/\\\_____\/\\\___\/\\\__/\\\//_______/\\\______\//\\\_
   _\/\\\\\\\\\\\______/\\\______\//\\\_\/\\\\\\\\\\\/____\/\\\\\\//\\\______\//\\\_____/\\\\\_
    _\/\\\///////______\/\\\_______\/\\\_\/\\\//////\\\____\/\\\//_\//\\\______\///\\\\\\\\/\\\_
     _\/\\\_____________\//\\\______/\\\__\/\\\____\//\\\___\/\\\____\//\\\_______\////////\/\\\_
      _\/\\\______________\///\\\__/\\\____\/\\\_____\//\\\__\/\\\_____\//\\\____/\\________/\\\__
       _\/\\\________________\///\\\\\/_____\/\\\______\//\\\_\/\\\______\//\\\__\//\\\\\\\\\\\/___
        _\///___________________\/////_______\///________\///__\///________\///____\///////////_____

This file contains custom modifications by FORK9
https://fork9.com
*/

/*
-----------------------------------------------------------------------
01. 공통
-----------------------------------------------------------------------
*/
#page-title .icon-xbox-wrap {
    padding-top: 1.875rem  /* 30/16 */;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
#page-title .icon-xbox {
    flex: 0 0 calc(50% - 20px);
    margin: 0.625rem  /* 10/16 */;
    background-color: #fff;
    padding: 1.5625rem  /* 25/16 */;
    border-radius: 1.25rem  /* 20/16 */ 0;
    border: 1px solid #eee;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
#page-title .icon-xbox .icon-xbox-title {
    color: var(--color-black);
    font-size: 1.125rem /* 18/16 */;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}
#page-title .icon-xbox .icon {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
#page-title .icon-xbox .icon i {
    font-size: 2rem  /* 32/16 */;
    background-color: transparent;
    color: #2250fc !important;
    border-radius: 0;
}
#page-title .icon-xbox-description {
    font-size: 1rem;
    color: #666;
    line-height: var(--line-height);
}

.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 {
    margin-bottom: 0;
}
.policy .heading-text h3 {
    color: var(--color-black);
    font-size: 1rem;
    font-weight: 600;
    line-height: var(--line-height);
    position: relative;
    padding-left: 1.25rem /* 20/16 */;
    letter-spacing: 0;
}
.policy .heading-text h3:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    color: #2250fc;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.875rem  /* 14/16 */;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.policy .heading-text + div {
    padding: 20px 20px;
    border: 1px solid #efefef;
    border-radius: var(--border-radius);
    background-color: #f9f9f9;
}
.policy p, .policy th, .policy td, .policy li {
    font-size: 0.9375rem /* 15/16 */;
    margin-bottom: 0.5rem  /* 8/16 */;
    word-break: keep-all;
}
.policy .row {
    padding-bottom: 1rem;
}
.policy ol {
    margin: 0.625rem  /* 10/16 */ 0;
    list-style-position: inside;
    padding-left: 10px;
    list-style-type: decimal;
}
.policy ol ul {
    margin: 10px 0 0 30px;
    list-style-type: disc;
}
.policy ol ul li {
    padding-left: 0;
    margin-left: 0;
}

/*
-----------------------------------------------------------------------
09. 개인정보처리방침
-----------------------------------------------------------------------
*/

.privacy .brand {
    color: var(--color-brand);
    font-size: 1.0625rem  /* 17/16 */;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.privacy .heading-text {
    margin-bottom: 0;
}
.privacy .heading-text h3 {
    color: var(--color-black);
    font-size: 1rem;
    font-weight: 600;
    line-height: var(--line-height);
    position: relative;
    padding-left: 1.25rem  /* 20/16 */;
    letter-spacing: 0;
}
.privacy .heading-text h3:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    color: #2250fc;
    position: absolute;
    left: 0;
    top: 0.125rem  /* 2/16 */;
    font-size: 0.875rem  /* 14/16 */;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.privacy .heading-text + div {
    padding: 20px 20px;
    border: 1px solid #efefef;
    border-radius: var(--border-radius);
    background-color: #f9f9f9;
}
.privacy p, .privacy th, .privacy td, .privacy li {
    font-size: 0.9375rem /* 15/16 */;
    margin-bottom: 8px;
    word-break: keep-all;
}
.privacy li strong {
    color: #000;
}
.privacy .row {
    padding-bottom: 1rem;
}
.privacy ol {
    margin: 0.625rem  /* 10/16 */ 0;
    list-style-position: inside;
    padding-left: 10px;
    list-style-type: decimal;
}
.privacy ol ul {
    margin: 0.625rem  /* 10/16 */ 0 0 1.875rem  /* 30/16 */;
    list-style-type: disc;
}
.privacy ol ul li {
    padding-left: 0;
    margin-left: 0;
}
.privacy ul.list-circle {
    list-style-type: disc;
    padding-left: 1.125rem  /* 18/16 */;
}
.privacy .table {
    margin: 1.875rem  /* 30/16 */ 0 ;
}
.privacy .table  li {
    margin-bottom: 0;
}