/* Concept Color */

.bg-color {
    background-color: #4169e1;
}

.bg-sub-color {
    background-color: antiquewhite;
}

.bg-point-color {
    background-color: #ef5830;
}

.bg-fefcf1 {
    background-color: #fefcf1;
}

.color-main {
    color: #4169e1;
}

.color-point {
    color: #ef5830;
}

/* Concept Button */

.btn-prev-next {
    display: flex !important;
    justify-content: center;
}

.btn-gray {
    padding: 0.031rem 1.25rem;
    background-color: #999;
    color: #fff !important;
    border: none;
    border-radius: 0.25rem;
    font-size: 0.938rem;
    cursor: pointer;
}

.btn-main {
    padding: 0.031rem 1.25rem;
    background-color: #269ad2;
    color: #fff !important;
    border: none;
    border-radius: 0.25rem;
    font-size: 0.938rem;
    cursor: pointer;
}

.btn-black {
    padding: 0.031rem 1.25rem;
    background: #333;
    color: #fff !important;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.063rem;
    cursor: pointer;
}

.btn-more {
    text-align: center;
    padding-top: 1.5rem;
}

.btn-more a {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    color: #555;
    font-size: 0.75rem;
    border: 1px solid #555;
    border-radius: 0.25rem;
}

/* Text */

.text-area {
    line-height: 1.625rem;
}

.text-area h5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-weight: bold;
    line-height: 1.625rem;
}

.text-box {
    padding-bottom: 1.875rem;
}

.text-box h6 {
    color: #333;
    font-weight: bold;
    line-height: 1.625rem;
}

.text-box .text-content {
    padding-top: 0.625rem;
    color: #666;
}

.text-box-in {
    padding-left: 0.938rem;
}

/* ## Main ## ******************************************************************************************************/

/* ## Top ## */

/* #top-head {
    padding: 0;
    background-color: #f2f2f2;
    border-bottom: 0.063rem solid #dbdbdb;
} */

.global-menu {
    display: flex;
    justify-content: space-between;
}

.global-left li:first-child {
    border-left: 0.063rem solid #dbdbdb;
}

.global-left li {
    float: left;
    padding: 0.25rem 0.938rem 0.5rem 0;
    border-right: 0;
}

.global-left li:first-child {
    border-left: 0;
}

.global-right li {
    float: left;
    padding: 0.25rem 0 0.5rem 0.625rem;
    border-right: 0;
}

.global-right li:first-child {
    border-left: 0;
}

.global-right a {
    color: #555;
    font-size: 0.75rem;
}

/* ## Nav ## */

.main-logo {
    margin-top: 0.625rem;
    margin-right: 0;
    margin-bottom: 0.625rem;
}

.main-page {
    background-image: url(/images/pages/main-sample.png);
    /* background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), 
    url('/images/pages/main-sample.png');*/
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 350px;
}

.sub-page {
    background-image: url(/images/pages/main-sample.png);
    background-repeat: no-repeat;
    /* background-position: top center; */
    background-size: cover;
    height: 350px;
    background-position-y: center;
}

/* .main-logo-img {
    width: 12.813rem;
    height: 2.4rem;
    background-image: url(/images/pages/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80%;
} */

.main-logo-img {
    width: 199px;
    height: 31px;
    display: inline-block;
    /* background-image: url(/images/pages/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%; */
    vertical-align: -webkit-baseline-middle;
}

.sub-menu-box {
    display: none;
}

.menu-box a:hover {
    color: var(--menu-hover-color);
}

/* Off canvas */

.hamburger-wrap {
    width: 80%;
}

.hamburger-head {
    background-color: #4169e1;
}

.hamburger-menu {
    background-color: transparent;
    border: none;
}

.fa-bars {
    width: 42px;
    height: 40px;
    background-image: url(/images/pages/hamburger-menu.png);
    background-repeat: no-repeat;
    background-size: 70%;
}

.fa-bars:before {
    display: none !important;
}

.hamburger-logo {
    margin-bottom: 0;
}

.hamburger-logo img {
    width: 60%;
}

.hamburger-menu-wrap {
    overflow-y: auto;
    padding: 1.875rem;
}

.hamburger-menu-box {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
    border-bottom: 0.063rem dashed #e1e1e1;
}

.hamburger-title {
    font-size: 1.125rem;
    font-family: 'Pretendard-Semibold';
}

.hamburger-list li {
    padding-top: 0.031rem;
}

.hamburger-list li::before {
    content: '-';
    padding-right: 0.188rem;
    color: #4169e1;
}

.hamburger-list a {
    color: #555;
    font-size: 0.938rem;
}

/* ## Carousel ## */

.slideHeight {
    height: var(--slide-height);
    ;
}

.carousel-list .active {
    background-color: #4169e1;
}

.bd-placeholder-img {
    height: var(--slide-height);
    background-position: center;
    background-size: cover;
    filter: brightness(0.7);
}

.carousel-title {
    right: 0;
    /* bottom: 40%; */
    left: 0;
    top: 100px;
    padding-top: 0;
    padding-right: 3rem;
    padding-bottom: 0;
    padding-left: 3rem;
    margin: auto;
    line-height: normal;

}

.carousel-title h1 {
    font-size: 1.875rem;
    font-weight: bold;
    text-shadow: 2px 2px 2px #00000030;
}

.carousel-title p {
    padding-top: 1.25rem;
    color: #fff;
}

.carousel-btn {
    display: inline-block;
    padding: 0.25rem 1rem;
    background-color: #4169e1;
    border-radius: 5rem;
}

.carousel-btn a {
    color: #fff;
    font-size: 0.875rem;
}

.carousel-control-next,
.carousel-control-prev {
    /* display: none; */
}

/* ## Contents ## */

.section-box {
    padding-bottom: 2.5rem;
}

.section-box:last-child {
    padding-bottom: 0;
}

/* ## Section1 ## */

.section1 {
    padding: 2.5rem 0;
}

.section1-qna-bn {
    width: 100%;
    position: relative;
    display: flex;
    padding: 1.875rem;
    background-color: #16234c;
    border-radius: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
}

.section1-qna-bn small {
    padding: 0.4rem 0;
    color: #ddd;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-size: 0.75rem;
}

.section1-qna-bn h5 {
    padding-top: 0.5rem;
    color: #fff;
    font-family: 'Pretendard-Bold';
}

.section1-qna-icon {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    transform: translateY(-50%);
}

.section1-qna-icon img {
    width: 90px;
}

.section1-qna-num {
    color: #3397ff;
    font-size: 1rem;
    font-family: 'Pretendard-ExtraBold';
}

.section1-qna-hp {
    margin-top: -0.188rem;
    color: #f2f3f6;
    font-size: 0.875rem;
    font-family: 'Pretendard-Medium';
}

.section1-qna-btn {
    padding-top: 0.5rem;
}

.section1-qna-btn a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.875rem;
    background-color: #4169e1;
    color: #fff;
    border-radius: 0.5rem;
}

.section1-qna-btn p {
    font-size: 1rem;
    font-family: 'Pretendard-Bold';
}

.section1-qna-btn i {
    font-size: 1rem;
}

.section1-introduce {
    margin-top: 2.5rem;
    border: 2px solid #16234c50;
    border-radius: 0.5rem;
}

.section1-introduce-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 1.5rem;
}

.section1-introduce li:nth-child(-n+7) .section1-introduce-box {
    border-bottom: 2px solid #16234c50;
}

.section1-introduce-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.introduce-icon01 {background-image: url(/images/pages/introduce-icon01.png);}
.introduce-icon02 {background-image: url(/images/pages/introduce-icon02.png);}
.introduce-icon03 {background-image: url(/images/pages/introduce-icon03.png);}
.introduce-icon04 {background-image: url(/images/pages/introduce-icon04.png);}
.introduce-icon05 {background-image: url(/images/pages/introduce-icon05.png);}
.introduce-icon06 {background-image: url(/images/pages/introduce-icon06.png);}
.introduce-icon07 {background-image: url(/images/pages/introduce-icon07.png);}
.introduce-icon08 {background-image: url(/images/pages/introduce-icon08.png);}

.section1-introduce-box p {
    color: #16234c;
    font-size: 0.938rem;
    font-family: 'Pretendard-SemiBold';
}

.list-group-box {
    /*
    padding: 1.875rem;
    background-color: #fff;
    box-shadow: 0.063rem 0.063rem 0.188rem 0.063rem #eee;
    border: 0.063rem solid #e4e4e4;*/
}

.list-group-box ul {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.list-group-box li {
    display: flex;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    background-color: #f4f4f4;
    border: 0;
}

.list-group-box li:nth-child(-n+4) {
    border-bottom: 1px solid #ddd;
}

.list-group-box li:last-child {}

.list-group-item a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111;
}

.list-group-new {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.313rem;
    padding: 0.063rem 0.375rem 0.25rem 0.375rem;
    background-color: #ef5830;
    color: #fff;
    border-radius: 5rem;
    font-size: 0.75rem;
    line-height: 1;
}

.list-group-date {
    color: #555;
    font-size: 0.875rem;
}

.list-group-img {
    float: left;
    width: 20%;
    padding-top: 0.938rem;
    padding-right: 1.25rem;
}

.list-group-img img {
    width: 100%;
}

.list-group-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background-color: #16234c;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.list-group-title h1 {
    color: #fff;
    font-size: 1rem;
    font-family: 'Pretendard-bold';
}

.detail-btn {
    width: 12px;
    height: 19px;
    display: inline-block;
    background-image: url(/images/pages/board_more.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80%;
}

/* ## Section2 ## */

.section2 {
    padding: 2.5rem 0;
    background-color: #f4f4f4;
}

.section2 li:nth-child(-n+6) {
    padding-bottom: 0.75rem;
}

.section2-box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    background-color: #fff;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
}

.section2-box h6 {
    font-size: 0.938rem;
    font-family: 'Pretendard-ExtraBold';
}

.section2-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section2-icon01 {
    background-image: url(/images/pages/business-icon01.png);
}

.section2-icon02 {
    background-image: url(/images/pages/business-icon02.png);
}

.section2-icon03 {
    background-image: url(/images/pages/business-icon03.png);
}

.section2-icon04 {
    background-image: url(/images/pages/business-icon04.png);
}

.section2-icon05 {
    background-image: url(/images/pages/business-icon05.png);
}

.section2-icon06 {
    background-image: url(/images/pages/business-icon06.png);
}

.section2-icon07 {
    background-image: url(/images/pages/business-icon07.png);
}

.section2-icon08 {
    background-image: url(/images/pages/business-icon08.png);
}

.section2 p {
    color: #777;
    font-size: 0.75rem;
}

.card-box {
    border: none;
}

.card-body-wrap {
    padding: 0.625rem 0 0 0;
}

.card-box-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Pretendard-Bold';
}

.card-content-text {
    color: #555;
    font-size: 0.875rem;
}

/* ## Section3 ## */

.section3 {
    padding: 2.5rem 0;
}

.section3 li:nth-child(-n+2) {
    padding-bottom: 1.875rem;
}

/* ## Section4 ## */

.section4 {
    padding: 2.5rem 0;
    background-image: url(/images/pages/section4-bg.png);
    background-repeat: no-repeat;
}

.section4-wrap {
    background-color: #fff;
    border-bottom: 3px solid #16234c;
    box-shadow: 0px 3px 3px 0px #00000030;
    opacity: 0.95;
}

.section4-wrap ul {
    padding: 0 0.75rem;
}

.section4-wrap li {
    padding: 2rem 1rem;
}

.section4-wrap li:nth-child(-n+2) {
    border-bottom: 1px solid #ddd;
}

.section4-wrap li:nth-child(2n+1) {
    border-right: 1px solid #ddd;
}

.section4-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section4-icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.section4-icon01 {
    background-image: url(/images/pages/business-icon09.png);
}

.section4-icon02 {
    background-image: url(/images/pages/business-icon10.png);
}

.section4-icon03 {
    background-image: url(/images/pages/business-icon11.png);
}

.section4-icon04 {
    background-image: url(/images/pages/business-icon12.png);
}

.section4-box h6 {
    min-height: 72.02px;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.938rem;
    font-family: 'Pretendard-ExtraBold';
}

.section4-box p {
    min-height: 70px;
    padding-bottom: 1rem;
    color: #555;
    font-size: 0.75rem;
    line-height: 1.5;
}

.section4-btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    color: #fff;
    font-size: 0.75rem;
    background-color: #16234c;
    border-radius: 0.25rem;
}

/* ## Footer ## */

.footer {
    padding: 2.5rem 0;
}

.footer-logo {
    height: 19px;
    background-image: url(/images/pages/footer-logo.png);
    background-repeat: no-repeat;
    background-size: 30%;
}

.footer-copy {
    padding-top: 1rem;
}

.footer-copy p {
    color: #555;
    font-size: 0.875rem;
    line-height: 1.5;
}

.footer-copy span {
    display: block;
    padding-top: 0.5rem;
    color: #888;
    font-size: 0.75rem;
}

/* ## Sub ## ******************************************************************************************************/

/* ## Sub Bar ## */

.sub-bar {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: unset !important;
    background-image: url(/images/pages/carousel-img01.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sub-bar-wrap {
    text-align: center;
}

.sub-bar-wrap h3 {
    color: #fff;
    font-family: 'Pretendard-Bold';
    text-shadow: 1px 1px 2px #00000080;
}

.sub-bar-wrap nav {
    padding-top: 0.313rem;
}

.sub-bar-location ol {
    justify-content: center;
    margin-bottom: 0;
}

.sub-bar-location li,
.sub-bar-location a {
    color: #eee;
}

.sub-bar-location .breadcrumb-item+.breadcrumb-item::before {
    color: #ddd;
}

.sub-bar-location .sub-bar-location-active {
    color: #fff;
    font-family: 'Pretendard-SemiBold';
}

/* ## Container ## */

.sub-container {
    padding-bottom: 3.75rem;
    border-bottom: 0.063rem solid #dbdbdb;
}

.sub-container-wrap {
    flex-wrap: nowrap;
}

/* ## Side Bar ## */

.side-bar {
    display: none;
}

.side-child-active {
    background-color: #f2f2f2;
}

.child-menu li:last-child {

    border-bottom: initial;
}

/* ## Content ## */

.content {
    min-height: 10.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.content-wrap {
    padding-bottom: 1.875rem;
}

.content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    border-bottom: 0.063rem solid #ddd;
}

.content-subtitle {
    position: relative;
    padding-top: 0.625rem;
}

.content-subtitle h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #4169e1;
}

.content-table {
    overflow-x: scroll;
}

.content-table table {
    width: 150%;
    border-top: 1px solid #111;
}

.content-table th {
    text-align: center;
    padding: 0.625rem 0.313rem;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.content-table th:last-child,
.content-table td:last-child {
    border-right: 0;
}

.content-table td {
    
    padding: 0.625rem 0.313rem;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.content-subtitle h5 {
    color: #16234c;
    font-family: 'Pretendard-ExtraBold';
}

.content-text h3 {
    color: #111;
    font-size: 1.25rem;
    font-family: 'Pretendard-Bold';
}

.content-sharing li {
    display: inline-block;
}

.content-sharing .dropdown {
    padding: 0;
    background: none;
    border: none;
}

.content-sharing button {
    position: relative;
    z-index: 20;
    padding: 0 0 0 0.938rem;
}

.content-sharing .dropdown-menu {
    min-width: initial;
    border: none;
}

.nav-content {
    margin-bottom: 3.125rem;
    background-color: #f4f4f4;
}

/* .nav-content li {
    width: 25%;
} */

.nav-content-link {
    width: 100%;
    padding: 0.5rem 0.5rem;
    color: #888;
    background-color: #f4f4f4;
    border: 0;
}

.nav-content-link:hover {
    color: #555;
    text-decoration: underline;
}

.nav-content .active {
    background-color: #4169e1;
    color: #fff;
    font-family: 'Pretendard-SemiBold';
}

.sns-link a {
    margin: 0 0 0.031rem 0;
    padding: 0 0 0.625rem 1.875rem !important;
    border-radius: 0.188rem;
    text-indent: -9999px;
}

.sns-link li a.share {
    background-image: url(/images/sns/share_icon.png);
    background-repeat: no-repeat;
    background-position: 0.5rem center;
    background-color: #fff;
}

.sns-link li a.print {
    background-image: url(/images/sns/print_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.sns-link {
    padding: 2.813rem 0 0 0.188rem;
    z-index: 14;
    transform: none !important;
    background-color: #e4e3e3;
    border-top-left-radius: 1.625rem;
    border-top-right-radius: 1.625rem;
    border-bottom-left-radius: 0.313rem;
    border-bottom-right-radius: 0.313rem;
}

.sns-link a.facebook {
    background-image: url(/images/sns/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
    text-indent: -9999px;
}

.sns-link a.band {
    background-image: url(/images/sns/band.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

.sns-link a.twitter {
    background-image: url(/images/sns/twitter.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

.sns-link .kakao {
    background-image: url(/images/sns/kakao.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

.sns-link a.google {
    background-image: url(/images/sns/google.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #989898;
}

/* ## Login ## */

.login-msg {
    text-align: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    color: #4169e1;
}

.login-wrap {
    overflow: hidden;
    margin: 0 auto;
    padding: 2.5rem 0;
    background-color: #fafafa;
}

.login-box {
    text-align: center;
    margin-bottom: 1.875rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.063rem solid #dbdbdb;
}

.login-box li,
.login-help li {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0.5rem;
}

.login-box li:last-child,
.login-help li:last-child {
    padding-bottom: 0;
}

.login-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.625rem;
    border-radius: 0.25rem;
    border: 0.063rem solid #dbdbdb;
    font-size: 0.938rem;
    font-family: none;
}

.login-btn {
    width: 100%;
    padding: 0.5rem;
    background-image: url(/images/pages/login-btn.png);
    background-repeat: no-repeat;
    background-position: 32% center;
    background-color: #269ad2;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.063rem;
}

.login-help {
    text-align: center;
}

.login-help-msg::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #4169e1;
    font-size: 0.625rem;
}

.login-help-btn {
    display: inline-block;
    margin-top: 0.031rem;
    padding: 0.031rem 3.75rem 0.031rem 1.25rem;
    background-image: url(/images/pages/login-help-btn.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #269ad2;
    color: #fff !important;
    border-radius: 0.25rem;
}

.login-inquiry {
    text-align: center;
    margin-top: 1.875rem;
}

.login-inquiry span {
    color: #269ad2;
    font-size: 1.063rem;
}

/* ## Find Password ## */

.findpassword-msg {
    text-align: center;
    margin-bottom: 1.875rem;
}

.findpassword-wrap {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    padding: 2.5rem 0;
    background-color: #fafafa;
}

.findpassword-box {
    text-align: center;
    margin-bottom: 1.875rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.063rem solid #dbdbdb;
}

.findpassword-box li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.5rem;
}

.findpassword-help li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.5rem;
}

.findpassword-box li:last-child,
.findpassword-help li:last-child {
    padding-bottom: 0;
}

.findpassword-help li::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #4169e1;
    font-size: 0.625rem;
}

.findpassword-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.625rem;
    border-radius: 0.25rem;
    border: 0.063rem solid #dbdbdb;
    font-size: 0.938rem;
    font-family: none;
}

.findpassword-btn {
    width: 100%;
    padding: 0.5rem;
    background-color: #269ad2;
    color: #fff;
    border: none;
    border-radius: 0.25rem;
    font-size: 1.063rem;
}

.findpassword-text {
    display: block;
    padding-top: 0.031rem;
    color: #666;
    font-size: 0.75rem;
}

/* ## Policy ## */

.policy-agree-title {
    font-size: 1rem;
    font-weight: bold;
}

.policy-agree-title::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #4169e1;
    font-size: 0.625rem;
}

.policy-agree-box {
    height: 15.6rem;
    overflow-y: scroll;
    resize: none;
    margin-top: 0.625rem;
    padding: 1.25rem;
    color: #333;
    border: 0.063rem solid #dbdbdb;
}

.policy-agree-check {
    margin: 0.625rem 0 1.875rem 0;
}

/* ## Register ## */

.register-msg {
    text-align: center;
    margin-bottom: 1.875rem;
}

.register-wrap {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.875rem;
    padding: 2.5rem 0;
    background-color: #fafafa;
}

.register-box {
    text-align: center;
    margin-bottom: 1.875rem;
    padding-bottom: 2.5rem;
    border-bottom: 0.063rem solid #dbdbdb;
}

.register-box li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.938rem;
}

.register-help li {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 0.938rem;
}

.register-box li:last-child,
.register-help li:last-child {
    padding-bottom: 0;
}

.register-help li::before {
    content: "●";
    vertical-align: 0.188rem;
    padding-right: 0.313rem;
    color: #4169e1;
    font-size: 0.625rem;
}

.register-label {
    display: block;
    padding-bottom: 0.625rem;
}

.register-input {
    box-sizing: border-box;
    padding: 0.5rem 0.625rem;
    border-radius: 0.25rem;
    border: 0.063rem solid #dbdbdb;
    font-size: 0.938rem;
    font-family: none;
}

.register-input-phone {
    display: inline-block;
    width: 29%;
}

.register-input-certify {
    width: 70%;
    display: inline-block;
    margin-right: 0.625rem;
}

.certify-box {
    padding: 0.188rem 0.313rem;
    background-color: #eb8023;
    color: #fff;
    font-weight: bold;
}

.card-box-img {
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;
    background-color: #badcff;
    /* 테스트 색상 */
}

.card-box-img-top {
    height: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.5rem;
    background-color: #badcff;
    /* 테스트 색상 */
}

.view-img {
    width: 100%;
}

.section-title {
    text-align: center;
    padding-bottom: 1.5rem;
    color: #111;
    font-family: 'Pretendard-Bold';
}

/* ## Greeting ## */

.greeting-wrap h2 {
    padding-bottom: 1.875rem;
    color: #111;
    font-family: 'Pretendard-ExtraBold';
}

.greeting-img {
    height: 170px;
    margin-bottom: 1.875rem;
    background-image: url(/images/pages/greeting-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.greeting-wrap p {
    padding-bottom: 1.875rem;
}

.greeting-wrap h5 {
    padding-bottom: 0.625rem;
    color: #111;
    font-family: 'Pretendard-Bold';
}

.greeting-name {
    text-align: right;
}

.greeting-name p {
    color: #111;
    font-size: 0.875rem;
}

.greeting-name h6 {
    color: #111;
    font-size: 1.25rem;
    font-family: 'Pretendard-SemiBold';
}

/* ## Career history ## */

.career-history-box {
    margin-top: 0.938rem;
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    border: 3px solid #16234c;
    border-radius: 0.5rem;
}

.career-history-box li {
    display: flex;
    padding-bottom: 0.625rem;
}

.career-history-box li:last-child {
    padding-bottom: 0;
}

.career-history-box strong {
    min-width: 63px;
    padding-right: 0.625rem;
}

.career-history-table {
    padding-top: 0.938rem;
}

/* ## Organization ## */

.org-wrap {
    padding-bottom: 3.75rem;
}

.org-box ul {
    display: flex;
    justify-content: space-between;
}

.org-box li {
    text-align: center;
}

.org-box li:nth-child(-n+2) {
    padding-bottom: 1rem;
}

.org-box01 {
    text-align: center;
}

.org-box01 span {
    display: block;
    margin-bottom: 1.25rem;
    padding: 0.625rem 1.25rem;
    color: #fff;
    background-color: #4169e1;
    border-radius: 0.5rem;
    font-family: 'Pretendard-Bold';
}

.org-box02 {
    display: flex;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    color: #111;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
}

.org-box02 span {
    font-size: 0.875rem;
    font-family: 'Pretendard-Medium';
}

.org-box03 {
    display: flex;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    color: #fff;
    background-color: #16234c;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.org-box03 span {
    font-size: 0.875rem;
    font-family: 'Pretendard-Medium';
}

.org-box04 {
    padding: 0.625rem 1.25rem;
    color: #555;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.org-box04 p {
    font-size: 0.813rem;
    font-family: 'Pretendard-Medium';
}

/* ## Technical personnel ## */

.technical-personnel-table {
    width: 170% !important;
}

/* ## Design ## */

.design-table {
    width: 100% !important;
}

    .content-box h5::before {
        content: "• ";
        color: black;
        font-size: 0.8em;
        vertical-align: text-bottom;
        padding-right: 5px;
    }

    .title-box {

        border: solid 1px #ced4da;
        background-color: #f8f9fa;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 150px;
        border-top-right-radius: 0.5rem;
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem
    }

    .title-child-box {
        padding-top: 10px;
        max-width: 220px;
    }

    .arrow-box {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 30px;
        text-align: center;
    }
    .arrow-down-box{
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        width: 150px;
        text-align: center;
    }

    /* loading 준비중 */

.loading-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.icon-loading {
    width: 80px;
    height: 80px;
    background-image: url(/images/pages/icon-loading.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.loading-wrap h3 {
    padding-top: 1.25rem;
    color: #111;
    font-family: 'Pretendard-Bold';
}

.loading-wrap p {
    padding-top: 0.5rem;
}