@charset "UTF-8";
@import url(/res/css/reset.css);
@import url(/res/css/login.css);
@import url(/res/css/popup.css);
@import url(/res/css/cookie.css);
@import url(/res/css/main.css);
@import url(/res/css/home.css);
@import url(/res/css/share.css);
@import url(/res/plugins/daterangepicker-master/daterangepicker.css);

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #d9d9d9;
}
*::-webkit-scrollbar-track {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background-color: #f9f9f9;
}
/* common */
body {
    background-color: #f4f1eb;
}
body.scroll-lock {
    overflow: hidden;
}
body.scroll-smooth {
    scroll-behavior: smooth;
}
main {
    padding-top: 4rem;
}
.web-show {
    display: block !important;
}
.mob-show {
    display: none !important;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 1rem 9rem;
    width: 100%;
    border-bottom: solid 1px #cac3b6;
    background-color: #f4f1eb;
    text-align: center;
}
.header .main-title {
    /* 지텔프 글로벌 로고 */
    position: absolute;
    left: 9rem;
    top: 50%;
    width: 10rem;
    transform: translateY(-50%);
    /* 이미지 로고 */
    /* position: absolute;
    left: 9rem;
    top: 50%;
    width: 11.6rem;
    transform: translateY(-50%); */
    /* 텍스트 로고 */
	/* left: 9rem;
    position: absolute;
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 0.84rem;
    font-weight: 500; */
}
.header .main-title a {
    font-size: 0.84rem;
}
/* .header .main-title > a:active > a:after,
.header .main-title > a:hover:after,
.header .main-title > a:active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    height: 2px;
    background-color: #7c394a;
} */
.header .navigation {
    display: inline-block;
    text-align: center;
    font-size: 0;
}
.header .navigation > li {
    position: relative;
    display: inline-block;
    margin: 0 0.8rem;
}
.header .navigation > li:first-child {
    margin: 0 1rem 0 0;
}
.header .navigation > li > a {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    font-size: 0.84rem;
    font-weight: 500;
}
.header .navigation > li.active > a:after,
.header .navigation > li > a:hover:after,
.header .navigation > li > a:active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.2rem;
    width: 100%;
    height: 2px;
    background-color: #7c394a;
}
.header .navigation .depth2 {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 1.05rem);
    z-index: 99;
    padding-left: 0 !important;
    padding-top: 1.5rem;
    min-width: 50vw;
    height: 18rem;
    background-color: #e7e3db;
    text-align: left;
}
.header .navigation .depth2:before {
    content: "";
    position: fixed;
    left: 0;
    top: 4.05rem;
    width: 100%;
    height: 18.1rem;
    background-color: #e7e3db;
}
.header .navigation .depth2:after {
    content: "";
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 22.1rem);
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(0.5rem);
    pointer-events: none;
}
.header .navigation .depth2.active {
    display: block;
}
.header .navigation .depth2 > li {
    position: relative;
    z-index: 1;
    margin-right: 2.4rem;
    vertical-align: top;
}
.header .navigation .depth2.more-depth > li {
    display: inline-block;
    margin-right: 0;
    width: 14rem;
}
.header .navigation .depth2 > li strong {
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.header .navigation .depth2 > li > strong {
    padding-bottom: 0.9rem;
}
.header .navigation .depth2 > li a {
    display: inline-block;
    margin-top: 0.9rem;
    font-size: 0.8rem;
    color: #555;
}
.header .navigation .depth2 > li:first-child > a {
    margin-top: 0;
}
.header .navigation .depth2 > li a:hover,
.header .navigation .depth2 > li a:active {
    text-decoration: underline;
}
/* score new menu start */
.header .navigation .depth2 .score-menu-custom {
    background: none;
}
.header .navigation .depth2 .score-menu-custom strong {
    background: none;
}
.header .navigation .depth2 .score-menu-custom .depth3 a {
    font-size: 0.8rem;
    padding: 0.8rem;
    width: 100%;
    border-radius: 0.4rem;
    color: #555;
    background: #f4f1eb;
    border: 1px solid #cac3b6;
}
.header .navigation .depth2 .score-menu-custom .depth3 a:hover {
    border: 1px solid #7c394a;
    color: #7c394a;
    text-decoration: none;
}
/* score new menu end */
.header .main-title img {
    width: 100%;
    height: auto;
}
.header .right-items {
    position: absolute;
    right: 9rem;
    top: 50%;
    z-index: 9999;
    font-size: 0;
    transform: translateY(-50%);
}
.header .right-items .btn {
    position: relative;
    margin-left: 1.6rem;
    line-height: 1.2rem;
}
.header .right-items .btn:after {
    content: "";
    position: absolute;
    left: -0.8rem;
    top: 50%;
    width: 1px;
    height: 0.75rem;
    background-color: #d9d9d9;
    transform: translateY(-50%);
}
.header .right-items .btn:first-child {
    margin-left: 0;
}
.header .right-items .btn:first-child:after {
    display: none;
}
.header .right-items .mypage-detail {
    display: none;
    position: absolute;
    left: -0.8rem;
    top: calc(100% + 0.8rem);
    padding: 1.2rem 0 1.2rem 1rem;
    width: 11.2rem;
    border-radius: 0.5rem;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.2);
}
.header .right-items .mypage-detail.hover {
    display: block;
}
.header .right-items .mypage-detail li a {
    position: relative;
    display: inline-block;
    margin-top: 1.2rem;
    padding: 0.3rem 0;
    font-size: 0.8rem;
    color: #555;
}
.header .right-items .mypage-detail li:first-child a {
    margin-top: 0;
}
.header .right-items .mypage-detail li a:hover,
.header .right-items .mypage-detail li a:active,
.header .right-items .mypage-detail li.active a {
    color: #1f1f1f;
    font-weight: bold;
}
.header .right-items .mypage-detail li a:hover:after,
.header .right-items .mypage-detail li a:active:after,
.header .right-items .mypage-detail li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #7c394a;
}
/* start 24.11.28 add free test btn */
header .navigation .free-test {
    padding: 0.5rem 0.4rem 0.5rem 0.5rem;
    background: linear-gradient(0deg, rgba(75, 111, 255, 0.3), rgba(75, 111, 255, 0.3)), linear-gradient(180deg, #DAE2FF 0%, #F4F6FF 33%, #D8DFF4 58.5%, #D4CBFF 85.5%);
    background-blend-mode: color-dodge, normal;
    border: 1px solid rgba(97, 97, 97, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 2px 6px 2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-size: 0.75rem;
    font-family: 'Raleway';
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #5854cf;
    margin-right: 2.5rem;
    box-sizing: border-box;
}
header .navigation .free-test:after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: no-repeat center / 100% auto;
    background-image: url(/res/images/common/goto.png);
    transform: translateY(2px);
    margin-left: 2px;
}
/* end */
.header .btn-mob-menu {
    display: none;
    position: absolute;
    right: 3rem;
    top: 50%;
    width: 28px;
    height: 28px;
    background: no-repeat center / 100% auto;
    background-image: url(/res/images/common/ico-mob-menu.png);
    transform: translateY(-50%);
}
.section {
    position: relative;
}
.section .page-status {
    padding: 1rem 9rem;
    border-top: solid 1px #cac3b6;
    border-bottom: solid 1px #cac3b6;
    background-color: #e7e3db;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: normal;
}
.page-info {
    border-bottom: 1px solid #cac3b6;
}
.page-info .tabs {
    padding: 0 9rem;
}
.tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tabs ul li {
    flex: 1;
}
.tabs ul li a {
    position: relative;
    display: block;
    height: 3.3rem;
    border-right: 1px solid #cac3b6;
    line-height: 3.3rem;
    text-align: center;
    font-size: 0.8rem;
}
.tabs ul li:first-child a {
    border-left: 1px solid #cac3b6;
}
.tabs ul li.active a {
    background-color: #f9f9f9;
    color: #7c394a;
    font-weight: bold;
}
.tabs ul li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #7c394a;
}
.tabs.terms ul {
    overflow: hidden;
    margin-bottom: 0.9rem;
    border: 1px solid #c8c8c8;
    border-radius: 0.5rem;
}
.tabs.terms ul li a {
    display: flex;
    height: auto;
    min-height: 3.3rem;
    border: 0;
    border-left: 1px solid #c8c8c8;
    line-height: 1.4;
    justify-content: center;
    align-items: center;
}
.tabs.terms ul li:first-child a {
    border-left: 0;
}
.page-detail {
    position: relative;
    padding: 2.4rem 9rem 6rem;
}
.left-nav {
    position: absolute;
    left: 9rem;
    top: 2.4rem;
    max-width: 14.1rem;
}
.left-nav > li {
    margin-bottom: 0.3rem;
}
.left-nav > li > a {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
.left-nav > li > a:hover,
.left-nav > li > a:focus,
.left-nav > li.active > a {
    color: #7c394a;
    font-weight: bold;
    text-decoration: underline;
}
.left-nav .active > .depth2 {
    display: block;
}
.left-nav .depth2 {
    display: none;
}
.left-nav .depth2 li a {
    position: relative;
    display: inline-block;
    margin-top: 0.7rem;
    padding-left: 1rem;
    font-size: 0.8rem;
    line-height: 1.25;
    color: #616161;
}
.left-nav .depth2 li a:hover,
.left-nav .depth2 li a:focus,
.left-nav .depth2 li.active a {
    color: #7c394a;
}
.left-nav .depth2 li:first-child a {
    margin-top: 0;
}
.left-nav .depth2 li a:after {
    content: "";
    position: absolute;
    left: 0.4rem;
    top: 0.4rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 100%;
    background-color: #616161;
}
.left-nav .depth2 li a:hover:after,
.left-nav .depth2 li a:focus:after,
.left-nav .depth2 li.active a:after {
    background-color: #7c394a;
}
.left-nav ~ .contents {
    padding-left: 15.4rem;
}
.contents .whiteBg {
    background-color: #fff !important;
}
.contents .grayBg {
    background-color: #f1f1f1 !important;
}
.contents .lightgrayBg {
    background-color: #f9f9f9 !important;
}
.contents .brownBg {
    background-color: #e7e3db !important;
}
.contents .contents-inner {
    margin-top: 1.5rem;
    padding: 2rem;
    border-radius: 0.75rem;
    border: 1px solid #cac3b6;
    background-color: #fff;
}
.contents .contents-inner01 {
    margin-top: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #cac3b6;
    background-color: #fff;
}
.contents .contents-inner:first-of-type {
    margin-top: 0;
}
.contents .contents-inner.about .about-inner {
    display: flex;
}
.contents .contents-inner.about .about-img {
    margin-left: 2rem;
    min-width: 36%;
}
.contents .contents-inner.about .about-img img {
    width: 100%;
}
.contents .contents-inner.sample-test {
    display: flex;
    align-items: center;
}
.contents .contents-inner.sample-test .thumb {
    width: 19rem;
    margin-right: 4rem;
}
.contents .contents-inner.sample-test .thumb img {
    width: 100%;
}
.contents .contents-inner.sample-test .content-box {
    border: 0;
    border-radius: 0;
}
.contents .contents-inner.sample-test .title-area .title {
    color: #7c394a;
}
.contents .contents-inner.sample-test .btn-wrap {
    padding-top: 1.5rem;
    font-size: 0;
}
.contents .contents-inner.sample-test .btn-test-now {
    padding: 0 3rem;
    height: 3.4rem;
    border-radius: 3.4rem;
    font-size: 0.9rem;
}
.contents .contents-inner.sample-test .btn-test-level {
    display: inline-block;
    margin-left: 0.4rem;
    padding: 1.25rem 0;
    width: calc(20% - 0.32rem);
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    background-color: #fff;
    text-align: center;
    font-size: 0.9rem;
    color: #1f1f1f;
    vertical-align: top;
}
/* .contents .contents-inner.sample-test .btn-test-level:hover,
.contents .contents-inner.sample-test .btn-test-level:active {
  background-color: #7c394a;
  color: #fff;
}
.contents .contents-inner.sample-test .btn-test-level:hover strong,
.contents .contents-inner.sample-test .btn-test-level:active strong {
  color: inherit;
} */
.contents .contents-inner.sample-test .btn-test-level:first-child {
    margin-left: 0;
}
.contents .contents-inner.sample-test .btn-test-level strong {
    display: block;
    padding-bottom: 0.25rem;
    font-size: inherit;
    color: #7c394a;
}
.contents .title-area {
    margin-top: 2.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contents .title-area.align-center {
    padding: 0;
    justify-content: center;
}
.contents .title-area:first-child {
    margin-top: 0;
}
.contents .title-area .title {
    font-size: 1.6rem;
    color: #1f1f1f;
    font-weight: bold;
}
.contents .title-area .title > .color-red {
    color: #7c394a;
}
.contents .title-area .sub-title {
    display: block;
    padding-top: 0.8rem;
    line-height: 1.5;
    font-size: 0.9rem;
    color: #555;
    font-weight: normal;
}
.contents .title-area .sub-title .color-red {
    display: block;
    color: #7c394a;
}
.contents .center-tit {
    text-align: center;
    font-size: 1.15rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .small-tit {
    display: block;
    margin-top: 2.4rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .required {
    display: inline-block;
    margin-right: 0.1rem;
    font-size: inherit;
    color: #7c394a;
    font-weight: 500;
}
.contents .required-guide {
    padding-top: 0.4rem;
    text-align: right;
    font-size: 0.9rem;
    color: #a9211f;
    font-weight: 500;
}
.contents .title-area .required-guide {
    padding-top: 0;
}
.tab-container .tab-contents {
    display: none;
}
.tab-container .tab-contents.active {
    display: block;
}
.contents .tbl-wrap {
    position: relative;
    margin: 1.5rem;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.contents .tbl-wrap.border {
    margin-top: 4rem;
}
.contents .tbl-wrap.border:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1.5rem;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}
.contents .tbl-wrap .table {
    table-layout: fixed;
    /* table-layout: auto; */
}
.contents .tbl-wrap .table.center * {
    text-align: center !important;
}
.contents .tbl-wrap .table .align-left {
    text-align: left !important;
}
.contents .tbl-wrap .table .align-center {
    text-align: center !important;
}
.contents .tbl-wrap .table thead th {
    padding: 0.9rem 0.5rem;
    /* height: 5rem; */
    background-color: #f9f9f9;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .tbl-wrap .table tbody td {
    padding: 0.9rem 0.5rem;
    border-top: 1px solid #cac3b6;
    background-color: #fff;
    text-align: center;
    font-size: 0.85rem;
    color: #555;
}
.contents .tbl-wrap .table tbody td .task {
    display: block;
    padding-bottom: 0.4rem;
}
.contents .tbl-wrap .table tbody td a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
    vertical-align: bottom;
}
.contents .tbl-wrap.no-border {
    border: 0;
    border-radius: 0;
}
.contents .tbl-wrap.no-border .table thead th {
    height: 2.7rem;
    border-top: 2px solid #1f1f1f;
    border-bottom: 1px solid #cac3b6;
    background-color: #f9f9f9;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .tbl-wrap.no-border .table tbody td {
    height: 2.8rem;
    border-bottom: 1px solid #cac3b6;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 0.8rem;
    color: #555;
}
.contents .tbl-wrap.info .table tbody th {
    padding: 0.9rem 0.5rem 0.9rem 2.3rem;
    width: 16rem;
    border-top: 1px solid #cac3b6;
    border-left: 1px solid #cac3b6;
    border-right: 1px solid #cac3b6;
    background-color: #f1f1f1;
    text-align: left;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .tbl-wrap.info .table tbody tr:first-child th {
    border-top: 0;
}
.contents .tbl-wrap.info .table tbody tr th:first-child {
    border-left: 0;
}
.contents .tbl-wrap.info .table tbody td {
    padding: 0.9rem 2.3rem;
    background-color: #fff;
    text-align: left;
}
.contents .tbl-wrap.info .table .info-type {
    position: relative;
    padding-right: 4.9rem;
}
.contents .tbl-wrap.info .table .info-type .btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 4.5rem;
    height: 2rem;
    border-radius: 0.5rem;
}
.contents .tbl-wrap.info .table tbody .dropdown .dropdown-target {
    height: 2rem;
}
.contents .tbl-wrap.info .table tbody .text-field {
    height: 2rem;
}
.contents .tbl-wrap.info .table tbody tr:first-child td {
    border-top: 0;
}
.contents .tbl-wrap.info .table .reg-wrap li {
    font-size: 0.8rem;
}
.contents .tbl-wrap.info .table .reg-wrap .dot:after {
    top: 0.5rem;
}
.contents .tbl-wrap.info .table .report-detail-wrap .txt {
    text-align: center;
}
.contents .tbl-wrap.info .table .report-detail-wrap .txt2 {
    margin-top: 0.8rem;
    color: #7c394a;
}
.contents .tbl-wrap.info .table .report-detail-wrap textarea {
    margin-top: 0.8rem;
    min-height: 6rem;
}
.contents .tbl-wrap.info .table tbody .btn {
    margin-left: 0.6rem;
}
.contents .tbl-wrap.spec .table thead th {
    height: 4rem;
}
.contents .tbl-wrap.spec .table tbody td {
    border-color: #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
.contents .tbl-wrap.spec .table tbody th {
    padding: 0.9rem 0.5rem;
    height: 2.8rem;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background-color: #fff;
    font-size: 0.8rem;
    color: #555;
    font-weight: normal;
}
.contents .tbl-wrap.spec .table tbody tr :first-child {
    border-left: 0;
}
.contents .tbl-wrap.format .table tbody td {
    padding: 0.9rem 2.3rem;
    border-left: 1px solid #d9d9d9;
    text-align: left;
}
.contents .tbl-wrap.format .table tbody td:first-child {
    border-left: 0;
}
.contents .tbl-wrap.format .table tbody .next-row td:first-child {
    border-left: 1px solid #d9d9d9;
}
.contents .tbl-wrap.course {
    display: block;
    margin-top: 2rem;
}
.contents .tbl-wrap.course .table thead th {
    line-height: 1.4;
    font-size: 1.15rem;
    font-weight: 500;
}
.contents .tbl-wrap.course .table tbody td {
    line-height: 1.4;
    font-size: 0.9rem;
}
/* 23.11.29 minjae.jeon 수정 : 테이블 버튼 추가 */
.contents .tbl-wrap.course .table tbody td .btn {
    margin-left: 0.6rem;
}
/* 24.12.18 테이블 작은 글자 추가 */
.tbl-wrap .table .table-txt {
    color: #888;
    font-size: smaller;
    display: block;
    margin: 0.2rem 0;
    font-weight: 400;
}
.contents .title-area + .caleandar-area {
    margin-top: 1.5rem;
    border-width: 1px 0 0 0;
    border-radius: 0;
}
.contents .title-area + .caleandar-area .cld-datetime {
    padding: 1.5rem 0;
}
.contents .title-area + .caleandar-area .cld-rwd {
    right: 2.25rem;
    bottom: 1.5rem;
}
.contents .title-area + .caleandar-area .cld-fwd {
    right: 0;
    bottom: 1.5rem;
}
.contents .title-area + .caleandar-area .calendar-unit {
    padding: 1.5rem 0;
}
.contents .caleandar-area {
    margin-top: 0.8rem;
    border: 1px solid #cac3b6;
    border-radius: 0.5rem;
    background-color: #fff;
}
.contents .paging-wrap {
    padding-top: 2.4rem;
    text-align: center;
    font-size: 0;
}
.contents .paging-wrap > .btn {
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat center / 100% auto;
    vertical-align: middle;
}
.contents .paging-wrap > .btn-prev {
    background-image: url(/res/images/common/ico-back.png);
}
.contents .paging-wrap > .btn-next {
    background-image: url(/res/images/common/ico-next.png);
}
.contents .paging-wrap .pages {
    display: inline-block;
    margin: 0 0.75rem;
    vertical-align: middle;
}
.contents .paging-wrap .pages li {
    display: inline-block;
    vertical-align: top;
}
.contents .paging-wrap .pages .btn {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1rem;
    color: #555;
}
.contents .paging-wrap .pages .btn:hover,
.contents .paging-wrap .pages .btn:focus,
.contents .paging-wrap .pages .active .btn {
    border-radius: 100%;
    background-color: #7c394a;
    color: #fff;
    font-weight: 500;
}
.contents .round-tabs {
    margin-top: 1.5rem;
    border-top: 1px solid #d9d9d9;
    font-size: 0;
}
/* .contents .round-tabs li {
    display: inline-block;
    margin: 1.5rem 0 0 1.2rem;
    width: calc(25% - 0.9rem);
    vertical-align: top;
} */
.contents .round-tabs li {
    display: inline-block;
    margin: 1.5rem 0 0 1rem;
    width: calc(25% - 1rem);
    vertical-align: top;
}
.contents .round-tabs li:nth-child(4n + 1) {
    margin-left: 0;
}
.contents .round-tabs li a {
    display: flex;
    padding: 0 1.5rem;
    width: 100%;
    height: 4.5rem;
    border: 1px solid #cac3b6;
    border-radius: 0.5rem;
    background-color: #fff;
    text-align: center;
    font-size: 1rem;
    color: #1f1f1f;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.contents .round-tabs li a:hover,
.contents .round-tabs li a:focus,
.contents .round-tabs li.active a {
    background-color: #7c394a;
    color: #fff;
}
.contents .under-tabs li {
    display: inline-block;
    margin-left: 3rem;
    vertical-align: top;
}
.contents .under-tabs li:first-child {
    margin-left: 0;
}
.contents .under-tabs li a {
    position: relative;
    display: block;
    font-size: 1.6rem;
    color: #616161;
    font-weight: bold;
}
.contents .under-tabs li.active a {
    color: #7c394a;
}
.contents .under-tabs li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #7c394a;
}
.contents .accordion-wrap {
    margin-top: 2rem;
}
.contents .accordion-wrap:first-child {
    margin-top: 0;
}
.contents .accordion-wrap .accordion-item {
    overflow: hidden;
    margin-top: 0.8rem;
    border: 1px solid #cacaca;
    border-radius: 0.5rem;
}
.contents .accordion-wrap .accordion-item:first-child {
    margin-top: 0;
}
.contents .accordion-wrap .accordion-item .inquiry-tit a {
    position: relative;
    display: block;
    padding: 1.4rem 4rem 1.4rem 2rem;
    background-color: #fff;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: normal;
}
.contents .accordion-wrap .accordion-item .inquiry-tit a:after {
    content: "";
    position: absolute;
    right: 2.3rem;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat center / 100% auto;
    background-image: url(/res/images/common/ico-arrow-down2.png);
    transform: translateY(-50%);
}
.contents .accordion-wrap .accordion-item.active .inquiry-tit a {
    color: #7c394a;
    font-weight: 500;
}
.contents .accordion-wrap .accordion-item.active .inquiry-tit a:after {
    background-image: url(/res/images/common/ico-arrow-up2.png);
}
.contents .accordion-wrap .accordion-item .answer {
    display: none;
    padding: 2rem;
    border-top: 1px solid #cac3b6;
    background-color: #f9f9f9;
    line-height: 1.5 !important;
    font-size: 0.9rem;
    color: #616161;
    vertical-align: baseline;
}
.contents .accordion-wrap .accordion-item .answer a,
.contents .accordion-wrap .accordion-item .answer ul,
.contents .accordion-wrap .accordion-item .answer ol,
.contents .accordion-wrap .accordion-item .answer li,
.contents .accordion-wrap .accordion-item .answer span {
    line-height: 1.5 !important;
    vertical-align: inherit !important;
}
.contents .accordion-wrap .accordion-item .answer ul,
.contents .accordion-wrap .accordion-item .answer ol {
    margin-bottom: 0px;
    padding-inline-start: 48px;
}
.contents .accordion-wrap .accordion-item .answer ul li {
    list-style-type: disc;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    color: rgb(0, 0, 0);
}
.contents .accordion-wrap .accordion-item .answer ol li {
    list-style-type: decimal;
    font-size: 12pt;
    font-family: Arial, sans-serif;
    color: rgb(0, 0, 0);
}
.contents .accordion-wrap .accordion-item .answer ul ul li {
    list-style-type: circle;
}
.footer .sitemap-wrap {
    padding: 2rem 9rem;
    background-color: #b69a80;
}
.footer .sitemap-wrap > ul {
    font-size: 0;
    display: flex;
    justify-content: space-between;
}
.footer .sitemap-wrap > ul > li {
    display: inline-block;
    margin-left: 3.2%;
    width: 13%;
    vertical-align: top;
}
.footer .sitemap-wrap > ul > li:first-child {
    margin-left: 0;
	width: 15%;
}
/* .footer .sitemap-wrap > ul > li:last-child {
	margin-left: 0;
    } */
.footer .sitemap-wrap > ul > li:nth-child(6) {
    width: 8%;
}
.footer .sitemap-wrap > ul > li:nth-child(7) {
    width: 8%;
}
.footer .sitemap-wrap > ul > li:nth-child(8) {
    width: 8%;
}
.footer .sitemap-wrap .depth1 > li > strong {
    display: block;
    padding-bottom: 0.4rem;
    /* font-family: 'Times Newer Roman', sans-serif; */
    font-size: 1.05rem;
    color: #fff;
    font-weight: bold;
}
.footer .sitemap-wrap .depth2 li > strong {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
}
.footer .sitemap-wrap .depth2 li:first-child > strong {
    margin-top: 0.4rem;
}
.footer .sitemap-wrap .depth2 li a {
    display: inline-block;
    margin-top: 0.4rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}
.footer .sitemap-wrap .depth3.half {
    font-size: 0;
}
.footer .sitemap-wrap .depth3.half li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.footer .office-wrap {
    padding: 2.15rem 9rem;
    background-color: #363330;
}
.footer .office-wrap h2 {
    display: inline-block;
    width: 12.3rem;
    vertical-align: top;
}
.footer .office-wrap h2 img {
    width: 100%;
    height: auto;
}
.footer .office-info {
    display: inline-block;
    padding-left: 2rem;
    vertical-align: top;
}
.footer .office-info > strong {
    display: block;
    padding-bottom: 0.8rem;
    font-size: 1.05rem;
    color: #fff;
    font-weight: bold;
    /* font-family: 'Times Newer Roman', sans-serif; */
}
.footer .office-info li {
    margin-bottom: 0.2rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.8);
}
.footer .terms-wrap {
    position: relative;
    padding: 2rem 0 2rem 23.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #363330;
}
.footer .terms-wrap li {
    display: inline-block;
    vertical-align: middle;
}
.footer .terms-wrap li a {
    position: relative;
    display: block;
    padding-right: 1rem;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}
.footer .terms-wrap li a:after {
    content: "";
    position: absolute;
    right: 0.5rem;
    top: 50%;
    margin-top: -0.25rem;
    width: 1px;
    height: 0.5rem;
    background-color: #e5e5e5;
    opacity: 0.5;
}
.footer .terms-wrap li:last-child a {
    padding-right: 0;
}
.footer .terms-wrap li:last-child a:after {
    display: none;
}
.footer .terms-wrap .copy {
    padding-top: 0.25rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
}
.footer .sns-wrap {
    position: absolute;
    right: 9rem;
    top: 50%;
    transform: translateY(-50%);
}
.footer .sns-wrap li {
    display: inline-block;
    vertical-align: top;
}
.footer .sns-wrap li a {
    display: block;
    margin: 0 0.6rem;
    padding: 0;
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat center / 100% auto;
    font-size: 0;
    opacity: 0.5;
}
.footer .sns-wrap li:first-child a {
    margin-left: 0;
}
.footer .sns-wrap li a:after {
    display: none;
}
.footer .sns-wrap li .linkedin {
    background-image: url(/res/images/common/ico-linkedin.png);
}
.footer .sns-wrap li .facebook {
    background-image: url(/res/images/common/ico-facebook.png);
}
.footer .sns-wrap li .instagram {
    background-image: url(/res/images/common/ico-instagram.png);
}
.footer .sns-wrap li .youtube {
    background-image: url(/res/images/common/ico-youtube.png);
}
.footer .sns-wrap li .twitter {
    background-image: url(/res/images/common/ico-twitter.png);
}
.contents .agree-wrap {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #cac3b6;
}
.contents .agree-wrap .chk-item label {
    display: inline-block;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.contents .agree-wrap .underline {
    display: inline-block;
    line-height: 1.375;
    font-size: 0.8rem;
    color: #555;
    vertical-align: middle;
    text-decoration: underline;
}
.contents .agree-wrap > .btn {
    margin-top: 1.5rem;
    width: 100%;
    height: 3.4rem;
    font-size: 1.05rem;
}

/* buttons */
.btn {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.btn:disabled,
.btn.disabled {
    opacity: 0.5 !important;
    pointer-events: none !important;
}
.btn.btn-small {
    padding: 0.5rem 1.2rem;
    min-height: 2rem;
    border-radius: 2rem;
    font-weight: normal;
}
.btn-mypage {
    padding-left: 1.5rem;
    background: url(/res/images/common/ico-mypage.png) no-repeat left center / 1.2rem auto;
    font-size: 0.75rem;
    color: #555;
    font-weight: 500;
}
.btn-login {
    padding-right: 1.5rem;
    background: url(/res/images/common/ico-login.png) no-repeat right center / 1.2rem auto;
    font-size: 0.75rem;
    color: #555;
    font-weight: 500;
}
.btn-go {
    padding-right: 1.15rem;
    background: url(/res/images/common/ico-arrow-gt.png) no-repeat right center / 0.95rem auto;
    font-size: 0.9rem;
    color: #616161;
}
.btn-trans {
    padding: 0.5rem 1.4rem;
    min-height: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #c8c8c8;
    font-size: 0.8rem;
    color: #555;
    font-weight: 500;
}
.btn-trans:active {
    background-color: #fcfcfc !important;
}
.btn-white {
    padding: 0.5rem 1.4rem;
    min-height: 2rem;
    border: 1px solid #c8c8c8;
    border-radius: 1.5rem;
    background-color: #fff;
    font-size: 0.8rem;
    color: #616161;
    font-weight: 500;
}
.btn-white:active {
    background-color: #fcfcfc !important;
}
.btn-red {
    padding: 0.5rem 1.4rem;
    min-height: 2rem;
    border-radius: 1.5rem;
    background-color: #7c394a;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
}
.learn-more {
	padding: 0 3rem;
    height: 3.4rem;
    border-radius: 3.4rem;
    font-size: 0.9rem;
	display: inline-block;
	text-align: center;
}
.btn-red:hover {
    background-color: #9a4359 !important;
}
.btn-play {
    width: 6.25rem;
    height: 6.25rem;
    background: url(/res/images/common/ico-play.png) no-repeat center / 100% auto;
}
.btn-file {
    width: 1.2rem;
    height: 1.2rem;
    background: url(/res/images/common/ico-file.png) no-repeat center / 100% auto;
}
.contents .btn-area {
    padding-top: 2.4rem;
    text-align: center;
    font-size: 0;
}
.contents .coupon-wrap + .content-box.border {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.contents .content-box.border + .btn-area {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d9d9d9;
}
.contents .content-box .top-area.overview {
    font-size: 0;
}
.contents .content-box .top-area.overview .overview-txt {
    display: inline-block;
    width: 45%;
    font-size: 1.05rem;
    color: #555;
    font-weight: 500;
}
.contents .btn-area .btn {
    margin: 0 0.2rem;
    padding: 0 4rem;
    height: 3.4rem;
    border-radius: 5rem;
    font-size: 1.05rem;
}
.btn-info {
    width: 1rem;
    height: 1rem;
    background: url(/res/images/common/ico-info.png) no-repeat center / 100% auto;
}
.btn-download {
    display: inline-flex;
    padding: 0 0.8rem;
    height: 1.7rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    font-size: 0.7rem;
    color: #616161;
    align-items: center;
    justify-content: center;
}
.btn-download:before {
    content: "";
    display: inline-block;
    margin-right: 0.2rem;
    width: 0.9rem;
    height: 0.9rem;
    background: url(/res/images/common/ico-download.png) no-repeat center / 100% auto;
}

/* input items */
.contents .file-field-box {
    position: relative;
    padding-right: 7.3rem;
}
.contents .file-field-box input {
    background-color: #fff !important;
}
.contents .file-field-box label {
    position: absolute;
    right: 0;
    top: 50%;
    width: 6.5rem;
    height: 2rem;
    border-radius: 0.5rem;
    background-color: #762433;
    line-height: 2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    transform: translateY(-50%);
}
.radio-item label {
    display: block;
    padding-left: 1.5rem;
    background: no-repeat left top / 1.1rem auto;
    background-image: url(/res/images/common/ico-rad.png);
    line-height: 1.375;
    font-size: 0.8rem;
    color: #555;
    cursor: pointer;
}
.radio-item input:checked + label {
    background-image: url(/res/images/common/ico-rad-on.png);
}
.chk-item label {
    display: block;
    padding-left: 1.5rem;
    background: no-repeat left top / 1.1rem auto;
    background-image: url(/res/images/common/ico-chk.png);
    line-height: 1.375;
    font-size: 0.8rem;
    color: #555;
    cursor: pointer;
}
.chk-item input:checked + label {
    background-image: url(/res/images/common/ico-chk-on.png);
}
.select-area .select-guide {
    display: block;
    padding-top: 1.5rem;
    line-height: 1.5;
    font-size: 0.9rem;
    color: #555;
}
.select-area .devider {
    margin-top: 2.2rem;
    height: 1px;
    background-color: #cac3b6;
}
.select-area .select-row {
    display: flex;
}
.select-area .select-row .col-item {
    flex: 1;
}
.select-area .select-row .col-item + .col-item {
    margin-left: 1rem;
}
.select-area .select-row .col-item label {
    display: block;
    padding: 1.5rem 0 0.8rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.select-area .select-row .col-item .file-field-box label {
    padding: 0;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.9rem;
    color: #fff;
}
.contents .pawssword-guide {
    margin-top: 0.8rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .pawssword-guide .validation {
    margin-top: 0.4rem;
}
.contents .pawssword-guide .validation li {
    position: relative;
    padding-left: 1.4rem;
    line-height: 1.5;
    font-size: 0.9rem;
    color: #616161;
}
.contents .pawssword-guide .validation li:after {
    content: "";
    position: absolute;
    left: 0.6rem;
    top: 0.575rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 100%;
    background-color: #616161;
}
.contents .pawssword-guide .validation .success {
    color: #148d24;
}
.contents .pawssword-guide .validation .success:after {
    content: "✔";
    left: 0.3rem;
    top: 0;
    width: auto;
    height: auto;
    background: none;
    font-size: inherit;
    color: inherit;
}
.contents .pawssword-guide .validation .fail {
    color: #c71815;
}
.contents .pawssword-guide .validation .fail:after {
    content: "⨉";
    left: 0.3rem;
    top: 0;
    width: auto;
    height: auto;
    background: none;
    font-size: inherit;
    color: inherit;
    font-weight: bold;
}
.contents .text-field-row {
    display: flex;
}
.contents .text-field-row ~ .text-field-row {
    margin-top: 1.5rem;
}
.contents .text-field-box {
    position: relative;
    flex: 1;
}
.contents .text-field-box.large {
    min-width: 47%;
}
.contents .text-field-box.search {
    padding-right: 6.5rem;
}
.contents .text-field-box.search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 5.7rem;
    height: 3rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
}
.contents .text-field-box ~ .text-field-box {
    margin-left: 1rem;
}
.contents .text-field-box .tit {
    position: absolute;
    left: 0.4rem;
    top: 0;
    z-index: 2;
    padding: 0 0.15rem;
    background-color: #fff;
    line-height: 1.3;
    font-size: 0.75rem;
    color: #616161;
    font-weight: 500;
    transform: translateY(-50%);
}
.contents .text-field-box.info .text-field {
    padding-right: 2.2rem;
}
.contents .text-field-box.info .btn-info {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
}
.contents .text-field-box.error .text-field {
    border-color: #c71815 !important;
}
.contents .text-field-box .error-message {
    display: none;
    padding-top: 0.8rem;
    font-size: 0.9rem;
    color: #c71815;
}
.contents .text-field-box.error .error-message {
    display: block;
}
.contents .text-field {
    padding: 0 0.9rem;
    width: 100%;
    height: 3rem;
    border: 1px solid rgba(97, 97, 97, 0.3);
    border-radius: 0.5rem;
    background-color: #fff;
    font-size: 0.8rem;
    color: #1f1f1f;
}
.contents .text-field::-webkit-input-placeholder {
    color: #b7b7b7;
}
.contents .text-field:read-only,
.contents .text-field:disabled,
.contents .text-field.disabled {
    background-color: #f1f1f1;
    border-color: rgba(97, 97, 97, 0.3) !important;
    color: #616161;
}
.contents .text-field:focus,
.contents .text-field:hover {
    border-color: #7c394a;
}
.contents textarea.text-field {
    padding: 0.9rem;
    min-height: 10rem;
    resize: none;
}
.contents .text-field-txt {
    padding: 2rem 0 0.8rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.required-quali li {
    font-size: 0.9rem;
    color: #000;
}
.required-quali li strong {
    display: block;
    padding: 2rem 0 0.8rem;
    font-size: 1rem;
    color: #7c394a;
    font-weight: bold;
}
.contents .datepicker:after {
    content: "";
    position: absolute;
    right: 0.6rem;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: url(/res/images/common/ico-calendar.png) no-repeat center / 100% auto;
    pointer-events: none;
    transform: translateY(-50%);
}
.contents .datepicker .text-field {
    padding-right: 2rem;
}

.dropdown-wrap {
    display: flex;
}
.dropdown-wrap .dropdown {
    flex: 1;
}
.dropdown-wrap .dropdown ~ .dropdown {
    margin-left: 1rem;
}
.dropdown {
    position: relative;
    z-index: 1;
}
.dropdown.active {
    z-index: 2;
}
.dropdown .dropdown-target {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 3rem;
    padding: 0 2.2rem 0 0.9rem;
    border: 1px solid #c8c8c8;
    border-radius: 0.5rem;
    background-color: #fff;
    text-align: left;
    font-size: 0.8rem;
    color: #1f1f1f;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown .dropdown-target:hover,
.dropdown .dropdown-target:active {
    border-color: #949494;
}
.dropdown.active .dropdown-target {
    border-color: #7c394a;
}
.dropdown .opt-wrap {
    display: none;
    overflow: auto;
    position: absolute;
    left: 0;
    top: calc(100% + 0.8rem);
    z-index: 1;
    padding: 0.8rem 0;
    width: 100%;
    max-height: 14.1rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.dropdown.active .opt-wrap {
    display: block;
}
.dropdown .opt-wrap .opt-item {
    position: relative;
    display: block;
    width: 100%;
    min-height: 3.1rem;
    padding: 0 2.5rem 0 0.9rem;
    text-align: left;
    font-size: 0.8rem;
    color: #1f1f1f;
}
.dropdown .opt-wrap .opt-item:hover,
.dropdown .opt-wrap .opt-item:active {
    background-color: #f9f9f9;
}
.dropdown .opt-wrap .active .opt-item {
    color: #7c394a;
    font-weight: 500;
}
.dropdown .opt-wrap .active .opt-item:after {
    content: "";
    position: absolute;
    right: 0.9rem;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: url(/res/images/common/ico-check.png) no-repeat center / 100% auto;
    transform: translateY(-50%);
}
.dropdown .arrow {
    position: absolute;
    right: 0.8rem;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: no-repeat center / 100% auto;
    background-image: url(/res/images/common/ico-arrow-down.png);
    transform: translateY(-50%);
    pointer-events: none;
}
.dropdown.active .arrow {
    background-image: url(/res/images/common/ico-arrow-up.png);
}
/* dropdown style - research reports*/
.sort-dropdown {
    width: 25%;
}
.sort-col-item {
    width: 100%;
    padding: 0rem 1.4rem;
    display: flex;
    justify-content: flex-end;
}

/* Level, Step contents */
.step-box {
    display: flex;
    padding: 2rem 0;
    border: 1px solid #cac3b6;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
    font-size: 0;
}
.step-box .step-item {
    flex: 1;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.step-box .step-item.active {
    z-index: 1;
}
.step-box .step-item:after {
    content: "";
    position: absolute;
    left: -50%;
    top: 50%;
    width: 100%;
    height: 0.15rem;
    background-color: #cac3b6;
}
.step-box .step-item:first-child {
    margin-left: 0;
}
.step-box .step-item:first-child:after {
    display: none;
}
.step-box .step-item.active:after {
    background-color: #7c394a;
}
.step-box .step-item .number {
    position: relative;
    display: block;
    padding-bottom: 2rem;
    font-size: 0.9rem;
    font-weight: bold;
}
.step-box .step-item.active .number {
    color: #7c394a;
}
.step-box .step-item .number::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 100%;
    background-color: #cac3b6;
    transform: translateX(-50%);
}
.step-box .step-item.active .number::after {
    background-color: #7c394a;
}
.step-box .step-item .name {
    font-size: 0.7rem;
}
.step-box .step-item.active .name {
    color: #1f1f1f;
    font-weight: 500;
}
.step-box.level {
    margin: 2rem 0;
    background-color: #fff;
    border-color: #d9d9d9;
}
.step-box.level .step-item:after {
    top: auto;
    bottom: 0.95rem;
}

/* calendar */
.cld-main a {
    color: #333;
    font-weight: bold;
}
.cld-datetime {
    position: relative;
    padding: 2rem 2rem 0.8rem;
    text-align: left;
}
.cld-datetime .today {
    position: relative;
    font-size: 1.6rem;
    color: #1f1f1f;
    font-weight: bold;
}
.cld-datetime .today span {
    font-weight: normal;
}
.cld-nav {
    position: absolute;
    bottom: 0.8rem;
    width: 1.9rem;
    height: 1.9rem;
    background: no-repeat center / auto 100%;
}
.cld-rwd {
    right: 4.3rem;
    background-image: url(/res/images/common/ico-arrow-lt.png);
}
.cld-fwd {
    right: 2rem;
    background-image: url(/res/images/common/ico-arrow-gt.png);
}
.cld-labels {
    border-bottom: 2px solid #1f1f1f;
}
.cld-label {
    height: 4rem;
    line-height: 4rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.cld-day {
    position: relative;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 0.8rem;
    color: #555;
}
.cld-day .cld-number {
    position: relative;
    height: 100%;
}
.cld-day .cld-number::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #cac3b6;
}
.cld-day .selDate {
    background-color: #0074ff;
    color: #fff;
}
.cld-day .seat {
    background-color: #d4e5db;
    color: #fff;
}
.cld-day .noSeat {
    color: rgba(97, 97, 97, 0.6);
}
.cld-day .seatClosed {
    background-color: #7a297b;
    color: #fff;
}
.cld-day .lateFee {
    line-height: 4.5rem;
}
.cld-day .lateFee:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #f3565a;
    border-radius: 100%;
    transform: translate(-50%, 3px);
}
.cld-labels,
.cld-days {
    padding-left: 0;
}
.cld-title {
    display: none;
}
.cld-label,
.cld-day {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    vertical-align: top;
}
.cld-day.nextMonth,
.cld-day.prevMonth {
    font-size: 0;
}
.calendar-unit {
    margin-top: -1px;
    padding: 2rem;
    border-top: 1px solid #cac3b6;
}
.calendar-unit > span {
    position: relative;
    margin-right: 3rem;
    padding-left: 1.3rem;
    line-height: 1.3;
    font-size: 0.8rem;
    color: #555;
}
.calendar-unit > span:last-child {
    margin-right: 0;
}
.calendar-unit > span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.45rem;
    width: 0.9rem;
    height: 0.9rem;
    box-sizing: border-box;
}
.calendar-unit > .noSeat:after {
    border: 1px solid #cac3b6;
    background-color: #fff;
}
.calendar-unit > .seat:after {
    background-color: #d4e5db;
}
.calendar-unit > .seatClosed:after {
    background-color: #7a297b;
}
.calendar-unit > .lateFee:after {
    background-color: #f3565a;
}
.calendar-unit > .selDate:after {
    background-color: #0074ff;
}

/* Payment */
.contents .payment-wrap.flex {
    display: flex;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}
.contents .payment-wrap.flex .payment-col {
    flex: 1;
    margin-left: 1.5rem;
}
.contents .payment-wrap.flex .payment-col:first-child {
    margin-left: 0;
}
.contents .payment-wrap .content-box.payment-opt {
    margin-top: 1.5rem;
}
.contents .payment-wrap .content-box.payment-opt:first-child {
    margin-top: 0;
}
.contents .payment-wrap .payment-opt .top-area {
    display: flex;
    padding: 1.5rem 2rem;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
}
.contents .payment-wrap .payment-opt.active .top-area {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #f9f9f9;
}
.contents .payment-wrap .contents-inner .payment-opt .btm-area {
    display: none;
    margin-top: 0 !important;
}
.contents .payment-wrap .contents-inner .payment-opt.active .btm-area {
    display: block;
}
.contents .payment-wrap .payment-opt .def-list ~ .def-list {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #cac3b6;
}
.contents .payment-wrap .payment-opt .def-list dt,
.contents .payment-wrap .payment-opt .def-list dd {
    margin-top: 1.5rem;
}
.contents .payment-wrap .payment-opt .def-list dt:first-of-type,
.contents .payment-wrap .payment-opt .def-list dd:first-of-type {
    margin-top: 0;
}
.contents .payment-wrap .payment-opt .paypal-wrap .txt {
    text-align: center;
    line-height: 1.5;
    font-size: 0.8rem;
    color: #1f1f1f;
}
.contents .payment-wrap .payment-opt .paypal-wrap .btn {
    margin-top: 1rem;
    width: 100%;
    height: 3.4rem;
    font-size: 1.05rem;
}
.contents .corp-wrap {
    font-size: 0;
}
.contents .corp-wrap > span {
    display: inline-block;
    margin: 0 0.2rem;
    width: 2.8rem;
    height: 1.75rem;
    background: no-repeat center / 100% auto;
    vertical-align: top;
}
.contents .corp-wrap > .visa {
    background-image: url(/res/images/payment/ico-visa.png);
}
.contents .corp-wrap > .master {
    background-image: url(/res/images/payment/ico-master.png);
}
.contents .corp-wrap > .amer {
    background-image: url(/res/images/payment/ico-amer.png);
}
.contents .corp-wrap > .jcb {
    background-image: url(/res/images/payment/ico-jcb.png);
}
.contents .corp-wrap > .discover {
    background-image: url(/res/images/payment/ico-discover.png);
}
.contents .payment-wrap .payment-opt .top-area label {
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .payment-wrap .payment-state {
    margin-top: 1.5rem;
    width: 100%;
    font-size: 0.9rem;
    color: #555;
}

/* coupon */
.coupon-wrap {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d9d9d9;
    font-size: 0;
}
.coupon-wrap .coupon-item {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin: 0 0 1.5rem 1.5rem;
    width: calc(33.33% - 1rem);
    vertical-align: top;
}
.coupon-wrap .coupon-item:after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 4.8rem;
    height: 1.25rem;
    background: no-repeat center / 100% auto;
    background-image: url(/res/images/common/ico-gtelp-on.png);
}
.coupon-wrap .coupon-item.disabled:after {
    background-image: url(/res/images/common/ico-gtelp.png);
}
.coupon-wrap .coupon-item:nth-child(3n + 1) {
    margin-left: 0;
}
.coupon-wrap .coupon-item .info-top {
    position: relative;
    padding: 1.5rem 1.5rem 1rem;
    border: 1px solid #cac3b6;
    border-bottom: 0;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    background-color: #f9f9f9;
}
.coupon-wrap .coupon-item .info-top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.3rem;
    height: 1.3rem;
    border: 1px solid #cac3b6;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}
.coupon-wrap .coupon-item .info-top:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.3rem;
    height: 1.3rem;
    border: 1px solid #cac3b6;
    border-radius: 100%;
    background-color: #fff;
    transform: translate(50%, -50%);
}
.coupon-wrap .coupon-item.disabled .info-top {
    opacity: 0.5;
}
.coupon-wrap .coupon-item .info-top .name {
    padding-right: 6rem;
    font-size: 1.05rem;
    color: #1f1f1f;
    font-weight: 500;
}
.coupon-wrap .coupon-item .info-top .disc {
    padding-top: 0.25rem;
    font-size: 2.4rem;
    color: #1f1f1f;
    font-weight: 500;
}
.coupon-wrap .coupon-item .info-top .detail {
    padding-top: 0.25rem;
    font-size: 1.05rem;
    color: #616161;
}
.coupon-wrap .coupon-item .info-btm {
    position: relative;
    display: flex;
    padding: 1.25rem 1.5rem;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background-color: #7c394a;
    justify-content: space-between;
    align-items: center;
}
.coupon-wrap .coupon-item.disabled .info-btm {
    border: 1px solid #cbc4b7;
    border-top: 0;
    background-color: #f9f9f9;
    opacity: 0.5;
}
.coupon-wrap .coupon-item.disabled .info-btm:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(100% - 3rem);
    border-top: 1px dotted #e5e5e5;
    transform: translateX(-50%);
}
.coupon-wrap .coupon-item .info-btm .number {
    font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
}
.coupon-wrap .coupon-item.disabled .info-btm .number {
    color: #1f1f1f;
}
.coupon-wrap .coupon-item .info-btm .number > span {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 0.9rem;
    color: #fff;
}
.coupon-wrap .coupon-item.disabled .info-btm .number > span {
    background-color: #e5e5e5;
    color: #1f1f1f;
}
.coupon-wrap .coupon-item .info-btm > .btn {
    padding: 0 1rem;
    height: 2.45rem;
    font-size: 1.05rem;
    color: #7c394a;
}
.coupon-wrap .coupon-item.disabled .info-btm > .btn {
    border: 1px solid #e5e5e5;
    background-color: inherit;
    color: #1f1f1f;
}
.nai-wrap {
    padding-bottom: 2rem;
    border-bottom: 1px solid #d9d9d9;
}
.nai-wrap .nai-item {
    display: flex;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    min-width: 100%;
    border-top: 1px solid #d9d9d9;
}
.nai-wrap .nai-item .thumb {
    min-width: 28%;
    width: 28%;
}
.nai-wrap .nai-item .thumb img {
    width: 100%;
}
.nai-wrap .nai-info {
    padding-left: 2rem;
    min-width: 72%;
}
.nai-wrap .nai-info .category {
    font-size: 0.8rem;
    color: #b69a80;
    font-weight: 500;
}
.nai-wrap .nai-info .title {
    padding-top: 0.8rem;
    font-size: 1.15rem;
    color: #1f1f1f;
    font-weight: 500;
    cursor: pointer;
}
.nai-wrap .nai-info .title:hover {
    text-decoration: underline;
}
.nai-wrap .nai-info > .txt {
    display: none;
    padding-top: 0.8rem;
    font-size: 0.9rem;
    color: #616161;
}
.nai-wrap .nai-info > .txt.active {
    display: block;
}
.nai-wrap .nai-info .controls {
    display: flex;
    padding-top: 0.8rem;
    justify-content: space-between;
    align-items: center;
}
.nai-wrap .nai-info .date {
    font-size: 0.8rem;
    color: #616161;
}
.nai-wrap .nai-info .date strong {
    margin-right: 0.3rem;
    font-size: inherit;
}
/* Test Research */
.research-wrap .contents {
    text-align: center;
}
.research-wrap .contents .research-reports-wrap {
	padding: 1rem 1.1rem;
}
.research-wrap .contents .research-reports-wrap ol {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.research-wrap .contents .research-reports-wrap ol li {
    width: calc(33% - 1.8rem);
	padding: 1.5rem;
	margin: 0.9rem;
	border: 1px solid #cac3b6;
    border-radius: 1.5rem;
    background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	transition: box-shadow 0.3s;
}
.research-wrap .contents .research-reports-wrap ol li h4 {
	color: #1f1f1f;
	font-size: 1.2rem;
	font-weight: 500;
	padding-bottom: 1rem;
	border-bottom: 1px solid #cac3b6;
	margin-bottom: 0.6rem;
    word-break: break-word;
	transition: 0.4s;
}
.research-wrap .contents .research-reports-wrap ol li:hover {
    box-shadow: inset 0 0 0 2px #7c394a;
	border: 1px solid #7c394a;
}
.research-wrap .contents .research-reports-wrap ol li a:hover h4 {
    color: #7c394a;
}
.research-wrap .contents .research-reports-wrap ol li div.re-category {
	width: 100%;
    color: #7c394a;
	font-size: 0.8rem;
	font-weight: 600;
	margin-top: 0.8rem;
	margin-bottom: 0.3rem;
}
.research-wrap .contents .research-reports-wrap ol li div.re-txt {
	font-size: 0.8rem;
}
.row {
    padding-right: 0.6rem;
}
.row-last {
	margin-top: auto !important;
}
.research-wrap .contents .tbl-wrap .table thead th {
    padding: 0.9rem 0.6rem;
    height: 4rem;
}
.research-wrap .contents .tbl-wrap .table tbody td {
	text-align: left;
    padding: 0.9rem 0.6rem;
}
#reportTable0 > tbody > tr > td {
    text-align: center;
}
#reportTable1 > tbody > tr > td:nth-child(1) {
    text-align: center;
}
#reportTable1 > tbody > tr > td:nth-child(2) {
    text-align: center;
}
#reportTable1 > tbody > tr > td:last-child {
    text-align: center;
}
#reportTable2 > tbody > tr > td:nth-child(1) {
    text-align: center;
}
#reportTable2 > tbody > tr > td:nth-child(2) {
    text-align: center;
}
#reportTable3 > tbody > tr > td:nth-child(1) {
    text-align: center;
}
#reportTable3 > tbody > tr > td:nth-child(3) {
    text-align: center;
}
#reportTable3 > tbody > tr > td:last-child {
    text-align: center;
}
.research-wrap .contents .tbl-wrap.info .table tbody td {
    font-size: 0.9rem;
}
.research-wrap .tab-contents .tbl-wrap .table tbody td {
    padding: 0.9rem 2rem;
}
.research-wrap .contents .tbl-wrap .table .underline {
    vertical-align: top;
}
.research-wrap .contents .tbl-wrap.info .reg-wrap li {
    font-size: 0.9rem;
}
.research-wrap .contents .tbl-wrap .accordion-item {
    border: 0;
    border-radius: 0;
}
.research-wrap .contents .tbl-wrap .accordion-item .inquiry-tit a {
    display: flex;
    padding: 0;
    text-decoration: none;
    color: #1f1f1f;
    font-weight: normal;
    align-items: center;
}
.research-wrap .contents .tbl-wrap .accordion-item .inquiry-tit a:after {
    position: static;
    display: inline-block;
    margin-left: 0.4rem;
    min-width: 0.9rem;
    min-height: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
    background: no-repeat center / 100% auto;
    background-image: url(/res/images/common/ico-rect-arrow-down.png);
    transform: translate(0);
}
.research-wrap .contents .tbl-wrap .accordion-item.active .inquiry-tit a:after {
    background-image: url(/res/images/common/ico-rect-arrow-up.png);
}
.research-wrap .contents .tbl-wrap .accordion-item .answer {
    padding: 0.8rem 0 0;
    border: 0;
    background-color: #fff;
    line-height: 1.25;
    font-size: 0.8rem;
}
.research-wrap .contents .tbl-wrap .btn-wrap {
    padding-top: 0.8rem;
    font-size: 0;
}
.research-wrap .contents .tbl-wrap .btn-wrap .btn-download {
    margin: 0.4rem 0.4rem 0 0;
}
.research-txt {
    padding-top: 2rem;
    font-size: 1.2rem;
	line-height: 1.4;
    color: #555;
}
.research-tabs {
    margin-top: 2rem;
}
.research-tabs ul {
    overflow: hidden;
    display: flex;
    border: 1px solid #c8c8c8;
    border-radius: 0.5rem;
    align-items: center;
}
.research-tabs li {
    flex: 1;
}
.research-tabs li button {
    position: relative;
    display: block;
    width: 100%;
    height: 3.2rem;
    border-left: 1px solid #c8c8c8;
    text-align: center;
    font-size: 0.8rem;
    color: #616161;
}
.research-tabs li:first-child button {
    border-left: 0;
}
.research-tabs li button:hover,
.research-tabs li button:active,
.research-tabs li.active button {
    color: #7c394a;
    font-weight: 500;
}
.research-tabs li button:hover:after,
.research-tabs li button:active:after,
.research-tabs li.active button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #7c394a;
}
.r-tab00 {
    display: none;
}
.r-tab01 {
    display: none;
}
.r-tab02 {
    display: none;
}
.r-tab03 {
    display: none;
}
.r-tab00.active {
    display: block;
}
.r-tab01.active {
    display: block;
}
.r-tab02.active {
    display: block;
}
.r-tab03.active {
    display: block;
}
/* 241206 edit research navi */
.research-navi {
    margin: 1rem auto 0.6rem;
    width: 100%;
}
.research-navi ul {
    overflow: hidden;
    display: flex;
    gap: 0.5rem;
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
}
.research-navi li {
    width: 25%;
    border-radius: 0.5rem;
    background: #f1f1f1;
}
.research-navi li button {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.3rem;
    min-height: 3.2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #616161;
}
.research-navi li:first-child button {
    border-left: 0;
}
.research-navi li button:hover,
.research-navi li button:active,
.research-navi li.active button {
    background: #f1f1f1;
    color: #7c394a;
    font-weight: 600;
    border-radius: 0.5rem;
    border: 1px solid #c0aab0;
}
/* 241206 end */
.view-tabs ul {
    text-align: center;
    font-size: 0;
}
.view-tabs li {
    display: inline-block;
    margin: 2rem 0 0 1.5rem;
    vertical-align: top;
}
.view-tabs li:first-child {
    margin-left: 0;
}
.view-tabs li button {
    display: block;
    width: 19rem;
    height: 4.5rem;
    border: 1px solid #cac3b6;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1rem;
    color: #1f1f1f;
    font-weight: 500;
}
.view-tabs li.active button {
    border-color: #7c394a;
    color: #7c394a;
}


.research-wrap .contents .content-box.border:first-child {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d9d9d9;
}
.research-wrap .contents .btn-apply-now {
    margin-top: 1.5rem;
    padding: 0 3rem;
    height: 3.4rem;
    border-radius: 3.4rem;
    font-size: 0.9rem;
}
.research-wrap .contents .grant-visual {
    display: flex;
    align-items: center;
}
.research-wrap .contents .grant-visual .thumb {
    margin-right: 3.8rem;
    min-width: 40%;
}
.research-wrap .contents .grant-visual .thumb img {
    width: 100%;
}
.research-wrap .contents .grant-visual .txt {
    padding: 0;
    line-height: 1.5;
    text-align: left;
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
}
.research-wrap .contents .grant-topics {
    display: flex;
}
.research-wrap .contents .grant-topics .col-item {
    flex: 1;
    margin: 1.5rem 0 0 1.5rem;
    padding: 1.5rem;
    width: calc(50% - 0.75rem);
    border: 1px solid #cac3b6;
    border-radius: 0.5rem;
    text-align: left;
}
.research-wrap .contents .grant-topics .col-item:first-child {
    margin-left: 0;
}
.research-wrap .contents .grant-topics .col-item .tit {
    font-size: 1.15rem;
    color: #7c394a;
    font-weight: 500;
}
.research-wrap .contents .grant-topics .col-item .reg-wrap {
    padding-top: 1.5rem;
}
.research-wrap .tab-contents .title-area {
    justify-content: left;
}
.researchers-wrap {
    font-size: 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.researchers-wrap .researchers_wp {
	width: 49%;
	margin-bottom: 2rem;
}

/* .researchers-wrap .researchers_wp:first-child,.researchers-wrap .researchers_wp:nth-child(3),.researchers-wrap .researchers_wp:nth-child(5) {
	padding-right: 0.7rem;
}

.researchers-wrap .researchers_wp:nth-child(2),.researchers-wrap .researchers_wp:nth-child(4),.researchers-wrap .researchers_wp:last-child {
	padding-left: 0.7rem;
} */

/* .researchers-wrap .researchers_wp:nth-child(5),.researchers-wrap .researchers_wp:last-child {
	padding-bottom: 2rem;
} */

/*
.researchers-wrap .researchers_wp:last-child {
	background: url(/res/images/bg/bg-itsc-grayLogo.png) no-repeat center center;
}
*/

.researchers-wrap .researchers-item {
    overflow: hidden;
    display: inline-block;
    margin: 1.5rem 0 0 0;
    width: 100%;
	height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    vertical-align: top;
}

.line_center {
	position: relative;
	width: 100%;
}

.line_center .gray_line{
	height: 1px;
	width: 95%;
	background: #d9d9d9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.researchers-wrap .researchers-item .history {
    text-align: left;
	padding-right: 1rem
}
.researchers-wrap .researchers-item .history img {
    border-radius: 0.2rem;
}
.researchers-wrap .researchers-item .history dt {
    padding-top: 1.5rem;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.researchers-wrap .researchers-item .history dt:first-of-type {
    padding-top: 0;
}
.researchers-wrap .researchers-item .history_p {
    margin-top: 0.6rem;
    padding-left: 1.4rem;
    font-size: 0.8rem;
    color: #333;
	text-align: left;
}
.researchers-wrap .researchers-item .history_p:first-of-type {
    background: url(/res/images/common/ico-researcher.png) no-repeat left top / 1rem auto;
}
.researchers-wrap .researchers-item .history_p:last-of-type {
    background: url(/res/images/common/ico-job.png) no-repeat left top / 1rem auto;
}

.researchers-wrap .researchers-item .history_txt {
    margin: auto 0;
}


.flex_box .name {
    display: flex;
    width: 100%;
    text-align: left;
    font-size: 1.1rem;
    color: #1f1f1f;
    font-weight: 600;
	margin-bottom: 1rem;
	/* font-family: 'Times Newer Roman', sans-serif; */
}

.flex_box {
	display: flex;
	padding: 2rem 2rem 1.5rem 2rem;
}


.research_profil h4 {
    font-size: 1.1rem;
    color: #000;
    font-weight: 500;
	text-align: left;
	margin: 0 0 0.8rem 0;
	line-height: 1rem;
	}

.research_profil {
	color: #000;
	padding: 1.5rem 2rem 2rem 2rem;
}

.research_profil .main_subT {
	font-size: 0.9rem;
	text-align: left;
	color: #111;
}

.research_profil .main_subT::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #111;
	vertical-align: middle;
}

.research_profil .main_p {
	font-size: 0.9rem;
	text-align: left;
	color: #666;
	line-height: 1.3rem;
	font-weight: 300;
}

.research_profil .mb-0 {
	margin-bottom: 0.6rem;
}

.research_profil .mb-1 {
	margin-bottom: 1.5rem;
}

.research_profil .bold_txt {
	font-weight: 500;
	color: #444;
}

.research_profil .txt_underline {
	text-decoration: underline;
}

/* Book a Test */
.contents .test-anchor-wrap {
    display: flex;
}
.contents .test-anchor-item {
    flex: 1;
    margin: 1.5rem 0 0 1.5rem;
    padding: 3rem 0;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    text-align: center;
}
.contents .test-anchor-item:first-child {
    margin-left: 0;
}
.contents .test-anchor-item .category {
    display: block;
    padding-top: 6.4rem;
    background: no-repeat center top / 6.4rem auto;
    font-size: 1.15rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .test-anchor-item.demo .category {
    background-image: url(/res/images/common/ico-demo.png);
}
.contents .test-anchor-item.regi .category {
    background-image: url(/res/images/common/ico-regi.png);
}
.contents .test-anchor-item.test .category {
    background-image: url(/res/images/common/ico-test.png);
}
.contents .test-anchor-item .btn {
    margin-top: 1.5rem;
    padding: 0 3rem;
    height: 3.4rem;
    border-radius: 3.4rem;
    font-size: 0.9rem;
}
.contents .solution-wrap {
    display: flex;
}
.contents .solution-item {
    flex: 1;
    padding: 0 3rem;
    text-align: center;
}
.contents .solution-wrap.tbl .solution-item {
    display: table;
}
.contents .solution-wrap.tbl .cell {
    display: table-cell;
    vertical-align: middle;
}
.contents .solution-item > img {
    width: 100%;
    max-width: 13.9rem;
}
.contents .solution-item .tit {
    padding-top: 2rem !important;
    font-size: 1.15rem;
    color: #1f1f1f;
    font-weight: 500;
}
.contents .procedure-wrap .procedure-item .info {
	word-break: keep-all !important;
}

/* Score Use */
.score-wrap .title-area {
    position: relative;
    display: block;
    padding: 0.9rem 21rem 0.9rem 0;
}

.score-wrap .title-area .officer-bg {
    overflow: hidden;
    position: absolute;
    width: 19rem;
    right: 0;
    top: 50%;
    border-radius: 0.5rem;
    transform: translateY(-50%);
}
.score-wrap .title-area .reg-wrap li {
    font-weight: normal;
}
.score-wrap .contents .content-box.border {
    margin-top: 2rem;
    padding-top: 2rem;
}
.score-wrap .officer-box {
    overflow: hidden;
    position: relative;
    margin-top: 2rem;
    padding-left: 21rem;
    border-radius: 0.5rem;
}
.score-wrap .officer-box.rtl {
    padding-left: 0;
    padding-right: 21rem;
}
.score-wrap .officer-box .tit {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    padding: 1.8rem;
    width: 21rem;
    height: 100%;
    background: #7c394a;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.score-wrap .officer-box.rtl .tit {
    left: auto;
    right: 0;
}
.score-wrap .officer-box .tit span {
    display: inline-block;
    padding-top: 4.5rem;
    background: no-repeat center top / 3.7rem auto;
    font-size: 0.9rem;
    color: #fff;
    font-weight: 500;
}
.score-wrap .officer-box .tit.type01 span {
    background-image: url(/res/images/common/ico-officer01.png);
}
.score-wrap .officer-box .tit.type02 span {
    background-image: url(/res/images/common/ico-officer02.png);
}
.score-wrap .officer-box .tit.type02.ico-time02 span {
    background-image: url(/res/images/common/ico-time02.png);
}
.score-wrap .officer-box .tit.type03 span {
    background-image: url(/res/images/common/ico-officer03.png);
}
.score-wrap .officer-box .txt {
    display: flex;
    padding: 2rem 1.5rem;
    min-height: 10rem;
    border: 1px solid #d9d9d9;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    line-height: 1.5;
    font-size: 0.9rem;
    color: #616161;
    align-items: center;
}
.score-wrap .officer-box.rtl .txt {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.contents .swiper.swiper-inst {
    padding: 0 4.5rem;
}
.contents .swiper.swiper-inst .swiper-button-lock {
    display: block;
}
.contents .swiper-inst .swiper-slide {
    display: flex;
    padding: 2rem 0;
    width: 100%;
    height: auto;
    border: 1px solid #d9d9d9;
    border-radius: 1.5rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.contents .swiper-inst .swiper-slide img {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 6rem;
}
.contents .swiper-inst .swiper-button-next,
.contents .swiper-inst .swiper-button-prev {
    width: 1.8rem;
    height: 1.8rem;
    top: 50%;
    margin: 0;
    background: no-repeat center / 100% auto;
    font-size: 0;
    transform: translateY(-50%);
}
.contents .swiper-inst .swiper-button-next:after,
.contents .swiper-inst .swiper-button-prev:after {
    display: none;
}
.contents .swiper-inst .swiper-button-prev {
    background-image: url(/res/images/common/ico-prev2.png);
}
.contents .swiper-inst .swiper-button-next {
    background-image: url(/res/images/common/ico-next2.png);
}
.contents .swiper-inst ~ .txt {
    padding-top: 2rem !important;
    text-align: center;
    color: #1f1f1f;
}
.contents .swiper-inst ~ .btn-area {
    padding-top: 2rem;
}
/* college edit - 240729 */
.status-tabs {
	width: 100%;
    margin-top: 2rem;
}
.status-tabs ul {
	width: 100%;
    overflow: hidden;
    display: flex;
    border: 1px solid #c8c8c8;
    border-radius: 0.5rem;
    align-items: center;
}
.status-tabs li {
    flex: 1;
}
.status-tabs li button {
    position: relative;
    display: block;
    width: 100%;
    height: 3.2rem;
    border-left: 1px solid #c8c8c8;
    text-align: center;
    font-size: 0.8rem;
    color: #616161;
	padding: 0 0.5rem;
}
.status-tabs li:first-child button {
    border-left: 0;
}
.status-tabs li button:hover,
.status-tabs li button:active,
.status-tabs li.active button {
    color: #7c394a;
    font-weight: 500;
}
.status-tabs li button:hover:after,
.status-tabs li button:active:after,
.status-tabs li.active button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #7c394a;
}
.status-tabs-container {
	width: 100%;
}
.status-tabs-container .tab-contents {
	display: none;
}
.status-tabs-container .tab-contents.active {
	display: block;
}
.status-tabs-container .tab-contents ul {
	font-size: 0.9rem;
	width: 100%;
	padding: 1.4rem 1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.status-tabs-container .tab-contents ul li {
	width: 33.3%;
    padding-right: 2%;
	margin-bottom: 1rem;
	vertical-align: top;
}
.list-full-width {
	width: 100% !important;
}
.check-txt {
	font-size: 0.8em;
	color: #9b9b9b;
	padding: 0 1rem;
	line-height: 1.4;
	font-style: italic;
}

/* Our Products */
.products-wrap .contents .content-box.tbl {
    position: relative;
    display: table;
    padding-left: 29.5rem;
    width: 100%;
    min-height: 21rem;
}
.products-wrap .contents .content-box.tbl.rtl {
    padding-left: 0;
    padding-right: 29.5rem;
}
.products-wrap .contents .content-box.tbl .cell {
    display: table-cell;
    vertical-align: middle;
}
.products-wrap .contents .content-box.tbl .thumb {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 1.5rem;
    width: 27.5rem;
    border-radius: 0.5rem;
}
.products-wrap .contents .content-box.tbl.rtl .thumb {
    left: auto;
    right: 0;
}
.products-wrap .contents .content-box.tbl .tit {
    padding-top: 0;
    font-size: 1.6rem;
    color: #7c394a;
    font-weight: 500;
}
.products-wrap .contents .view-tabs:not(:first-child) {
    margin-top: 2rem;
}
.products-wrap .contents .view-tabs ul {
    overflow: hidden;
    display: flex;
    margin-bottom: 2rem;
    border: 1px solid #c8c8c8;
    border-radius: 0.5rem;
    align-items: center;
}
.products-wrap .contents .view-tabs li {
    flex: 1;
    margin: 0;
}
.products-wrap .contents .view-tabs li button {
    position: relative;
    width: 100%;
    height: 3.3rem;
    border: 0;
    border-left: 1px solid #c5b5b9;
    color: #7c394a;
    background: #f6f3ef;
    border-radius: 0;
    font-size: 0.8rem;
}
.products-wrap .contents .view-tabs li:first-child button {
    border-left: 0;
}
.products-wrap .contents .view-tabs li.active button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #7c394a;
}
.products-wrap .contents .tab-contents .tit {
    line-height: 1.4;
}
.products-wrap .contents .tab-contents .tit .color-red {
    padding: 0;
    font-size: inherit;
    color: #7c394a;
    font-weight: inherit;
}
.products-wrap .contents .tab-contents .tit + .txt {
    padding-top: 1.2rem;
}
.products-wrap .contents .tab-contents .txt img {
    display: block;
    margin: 2rem auto;
    width: 38.7rem;
}
.contents .skill-desc-item {
    position: relative;
    display: table;
    margin-top: 4rem;
    width: 100%;
    min-height: 14rem;
}
.contents .skill-desc-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: -2rem;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}
.contents .skill-desc-item:first-child {
    margin-top: 2rem;
}
.contents .skill-desc-item:first-child:after {
    display: none;
}
.contents .skill-desc-item .cell {
    display: table-cell;
    padding: 2rem 2rem 2rem 14rem;
    vertical-align: middle;
}
.contents .skill-desc-item .category {
    position: absolute;
    left: 2rem;
    top: 2rem;
    display: flex;
    width: 10rem;
    height: 10rem;
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 1.15rem;
    color: #762433;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
.contents .skill-desc-item .txt {
    /* color: #1f1f1f !important; */
    color: inherit;
}
.contents .skill-desc-item .txt:first-child {
    padding-top: 0;
}
.products-wrap .rps-img {
    margin: 2rem 4rem 2rem 2rem;
}
.products-wrap .contents .solution-item {
    margin: 2rem 0 0 1.5rem;
    padding: 2.5rem 3rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
}
.products-wrap .contents .solution-wrap.tbl .solution-item {
    min-height: 27.5rem;
}
.products-wrap .contents .solution-item .value {
    line-height: 1.5;
    font-size: 5rem;
    color: #7c394a;
    font-weight: 500;
}
.products-wrap .contents .solution-item:first-child {
    margin-left: 0;
}
.products-wrap .contents .solution-item > img {
    width: 5rem;
}
.products-wrap .contents .solution-item .tit {
    padding-top: 0.8rem !important;
}
.products-wrap .contents .solution-item .txt {
    padding-top: 0.8rem;
    font-size: 0.9rem;
    color: #1f1f1f;
}
.products-wrap .contents .service-category {
    display: flex;
    margin: 0.8rem auto 0;
    padding: 0.8rem;
    border-radius: 0.5rem;
    background-color: #f9f9f9;
    justify-content: center;
    align-items: center;
}
.products-wrap .contents .service-category span {
    position: relative;
    flex: 1;
    padding-left: 8px;
    text-align: center;
    font-size: 0.7rem;
    color: #7c394a;
    font-weight: bold;
}
.products-wrap .contents .service-category span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 1px;
    height: 0.5rem;
    background-color: #d9d9d9;
    transform: translateY(-50%);
}
.products-wrap .contents .service-category span:first-child {
    padding-left: 0;
}
.products-wrap .contents .service-category span:first-child:after {
    display: none;
}
.products-wrap .contents .swiper-inst {
    padding: 0 3.8rem;
}
.products-wrap .contents .swiper-inst .swiper-slide {
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 1.5rem;
}
.products-wrap .contents .swiper-inst .swiper-slide img {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
}
.products-wrap .contents .swiper-inst .swiper-slide .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4.2rem;
    height: 4.2rem;
    transform: translate(-50%, -50%);
}
.products-wrap .contents .swiper-inst .swiper-button-prev {
    left: 0;
}
.products-wrap .contents .swiper-inst .swiper-button-next {
    right: 0;
}
.contents .educ-wrap {
    display: flex;
}
.contents .educ-wrap .educ-item {
    flex: 1;
    margin-left: 1.5rem;
}
.contents .educ-wrap .educ-item:first-child {
    margin-left: 0;
}
.contents .educ-wrap .educ-item > img {
    width: 100%;
}
.contents .educ-wrap .educ-item .txt {
    padding-top: 2rem;
    text-align: center;
    font-size: 0.9rem;
    color: #1f1f1f;
    font-weight: 500;
}
.products-wrap .contents .reg-wrap.lightgrayBg {
    margin-top: 0.8rem;
    padding: 0.8rem;
    border-radius: 0.5rem;
}
.products-wrap .contents .school .top-area {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
}
.contents .reg-wrap.lightgrayBg {
    margin-top: 0.8rem;
    padding: 1rem;
    border-radius: 0.5rem;
    line-height: 140%;
}
.contents .reg-wrap.lightgrayBg li{
    margin-bottom: 0.4rem;
}
.contents .school .top-area {
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
}
/* 24.12.18 athome/info css 추가 */
.c-margin li{
    margin: 0.4rem;
}
#wrap > main > section > div > div:nth-child(4) > div.content-box.border.school > div.tbl-wrap > table > tbody > tr > td:nth-child(1) {
    border-right: 1px solid #cac3b6;
}
#wrap > main > section > div > div:nth-child(4) > div.content-box.border.school > div.tbl-wrap > table > tbody > tr > td:nth-child(2) {
    border-right: 1px solid #cac3b6;
}
.ibt-date {
    width: 100%;
    padding: 0 1.2rem;
    height: 3.8rem;
    border-radius: 2.4rem;
    background-image: linear-gradient(to right, #e02151 11%, #ff5615 50%, #f9b723 120%);
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
}
.ibt-date span{
    padding-right: 1.4rem;
    background: no-repeat right center / 1.1rem auto;
    background-image: url(/res/images/common/ico-arrow-diag.png);
    font-size: 1.125rem;
    color: #fff;
    font-weight: 600;
}
.contents .global-partners-wrap {
    font-size: 0;
}
.contents .global-partners-item {
    display: inline-block;
    margin: 1.5rem 0 0 1.5rem;
    width: calc(100% / 4 - 1.125rem);
    border: 1px solid #cac3b6;
    border-radius: 0.5rem;
    text-align: center;
    vertical-align: top;
}
.contents .global-partners-item:nth-child(4n + 1) {
    margin-left: 0;
}
.contents .global-partners-item .thumb {
    padding: 1.8rem 0;
    border-bottom: 1px solid #cac3b6;
}
.contents .global-partners-item .thumb img {
    width: 100%;
    max-width: 8rem;
}
.contents .global-partners-item .name {
    padding: 1.2rem 0;
    font-size: 0.9rem;
    color: #000;
    font-weight: 500;
}
.center-bullet {
    position: relative;
    padding-left: 1.3em;
    list-style: none;
    display: block;
}
.center-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 0.3em;
    height: 0.3em;
    background: #616161;
    margin-left: 0.5rem;
    border-radius: 50%;
    transform: translateY(-50%);
}
.reg-wrap .requirement-note {
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #f1eaea;
    border-radius: 8px;
    color: #811b31;
}

.news_inner {
	margin: 494px 0 0 0;
}

.news_notice_MV {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 494px;
	background: url(/res/images/bg/bg-news-noticeMV.png) no-repeat center 0;
}

.news_notice_MV .newsMV_wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.news_notice_MV .newsMV_wrap .newsMV_padd  {
	width: 50%;
	position: relative;
	height: 100%;
}

.news_notice_MV .newsMV_wrap .newsMV_padd .newsMV_main  {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.news_notice_MV .newsMV_wrap .newsMV_padd .news_imgBox {
	width :100%;
	text-align: right;
}

.news_notice_MV .newsMV_wrap .newsMV_padd .news_titleBox{
	padding: 0 0 0 85px;
}

.news_notice_MV .newsMV_wrap .newsMV_padd .news_titleBox .newsMV_p {
	font-size: 65px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 35px 0;
}

.news_notice_MV .newsMV_wrap .newsMV_padd .news_titleBox .white_line {
	width: 190px;
	height: 3px;
	background: #fff;
}

.news_inner .contents-inner .title-area .small_navi {
	display: flex;
}

.news_inner .contents-inner .title-area .small_navi  .sn_li .sn_a {
	font-size: 22px;
	color: #999;
}

.news_inner .contents-inner .title-area .small_navi  .sn_li.select_li .sn_a {
	color: #90394a;
	font-weight: 600;
}

.news_inner .contents-inner .title-area .small_navi .sn_li:nth-child(2)::before,.news_inner .contents-inner .title-area .small_navi .sn_li:last-child::before {
	content:"";
	display: inline-block;
	width: 3px;
	height: 3px;
	background: #999;
	vertical-align: middle;
	margin: 0 15px;
}

.notice_wrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.notice_wrap .mar_bot2 {
	margin-bottom: 2px;
}

.notice_wrap .mar_bot5 {
	margin-bottom: 5px;
}

.notice_wrap .mar_bot10 {
	margin-bottom: 10px;
}

.notice_wrap .mar_bot20 {
	margin-bottom: 20px;
}

.notice_wrap .bold_txt {
	font-weight: 600;
}

.notice_wrap .circle_wrap {
	display: flex;
	flex-wrap: wrap;
}

.notice_wrap .circle_wrap .circle_box {
	width: 5px;
	height: 5px;
	background: #333;
	margin-right: 4px;
	border-radius: 50%;
	margin-top: 8px;
}

.notice_wrap .circle_wrap .circle_p {
	width: calc(100% - 9px);
}

.notice_wrap .circle_wrap .num_box {
	width: 15px;
}

.notice_wrap .circle_wrap .num_p {
	width: calc(100% - 15px);
}

.notice_wrap .notice_bigBox {
	width: 50%;
	padding: 0 25px;
}

.notice_wrap .notice_bigBox01 {
    display: none;
	padding: 0 25px;
}

.notice_a {
	display: inline-block;
	width: 100%;
	border: 3px solid #fff;
	border-bottom: 1px solid #d1d1d1;
}

/*
.notice_a:hover {
	border: 3px solid #90394a;
	cursor: default;
}
*/

.notice_a .notice_padd {
	padding: 30px 25px;
}

.notice_a .notice_padd .news_mark {
	background: #90394a;
	color: #fff;
	border-radius: 20px;
	font-family: 'Times Newer Roman', sans-serif;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	padding: 11px 15px 9px 15px;
	line-height: 14px;
	margin: 0 0 20px 0;
}

.notice_a .notice_padd .notice_mark {
	background: #d35e75;
	color: #fff;
	border-radius: 20px;
	font-family: 'Times Newer Roman', sans-serif;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	padding: 11px 15px 9px 15px;
	line-height: 14px;
	margin: 0 0 20px 0;
}

.notice_a .notice_padd .notice_title {
	color: #90394a;
	font-family: 'Times Newer Roman', sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 15px 0;
}

.notice_a .notice_padd .newsImg_box {
	text-align: center;
	margin: 0 0 15px 0;
}

.notice_a .notice_padd .notice_p {
	font-size: 16px;
	color: #333;
}

.notice_a .notice_padd .download_a {
	font-weight: 700;
	text-decoration: underline;
}

.notice_a .notice_padd .small_tit {
	font-weight: 600;
	color: #d35e75;
}

/*at Home*/
.contents-inner01 .page01{
	display: flex;
	flex-wrap: wrap;
	font-family: 'raleway', sans-serif;
	font-weight: 700;
	background: url(/res/images/bg/bg-page1_bg1.png) no-repeat 0 center;
	margin: 0 0 100px 0;
	color: #111;
}

.contents-inner01 .page01 .left_tit {
	width: 44.8%;
	position: relative;
}

.contents-inner01 .page01 .left_tit .tit_box {
	position: absolute;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
}

.contents-inner01 .page01 .left_tit .tit_box br {
	display: none;
}

.contents-inner01 .page01 .left_tit .tit_box h1 {
	font-size: 76px;
	color: #111;
	margin: 0 0 20px 0;
}

.contents-inner01 .orange_tit {
    display: block;
	color: #f74a07;
}

.contents-inner01 .page01 .right_titImg {
	width: 55.2%;
	text-align: right;
}

.contents-inner01 .page01 .right_titImg img {
	width: 100%;
}

.contents-inner01 .page02 {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Noto-sans', sans-serif;
	position: relative;
	margin: 0 0 100px 0;
}

.contents-inner01 .page02 .mar_bot20 {
	margin-bottom: 20px;
}

.contents-inner01 .page02 .mar_bot30 {
	margin-bottom: 30px;
}

.contents-inner01 .page02 .mar_bot40 {
	margin-bottom: 40px;
}

.contents-inner01 .page02 .left_img {
	width: 50%;
}

.contents-inner01 .page02 .left_img  img {
	width: 100%;
}

.contents-inner01 .page02 .right_txt {
	width: 50%;
	padding: 205px 110px 0 55px;
}

.contents-inner01 .page02 .right_txt .txt_box .small_tit{
	font-family: 'Fira-sans', sans-serif;
	font-size: 18px;
	color: #f74a07;
	font-weight: 500;
}

.contents-inner01 .page02 .right_txt .txt_box .small_tit::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 4px solid #f74a07;
	vertical-align: middle;
}

.contents-inner01 .page02 .right_txt .txt_box h2{
	font-family: 'Noto-sans', sans-serif;
	font-size: 28px;
	color: #333;
	font-weight: 700;
	line-height: 30px;
}

.contents-inner01 .page02 .right_txt .txt_box .page2_p{
	color: #9aaabb;
}

.contents-inner01 .page02 .page2_bgBox {
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateY(70%);
	z-index: 1;
}


.contents-inner01 .page02 .page2_bgBox img {
	width: 100%;
}

.contents-inner01 .page03 {
	padding: 80px 110px;
	margin: 0 0 130px 0;
	position: relative;
}

.contents-inner01 .page03 .page3_conBox {
	text-align: center;
}

.contents-inner01 .page03 .page3_conBox img {
	width: 100%;
}

.contents-inner01 .page03 .page3_bgBox {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(60%);
}

.contents-inner01 .page03 .page3_bgBox img {
	width: 100%
}

.contents-inner01 .page04 {
	padding: 0 110px;
	margin: 0 0 80px 0;
}

.contents-inner01 .page04 .page4_conBox {
	text-align: center;
}

.contents-inner01 .page04 .page4_conBox img {
	width: 100%;
}

.contents-inner01 .page05 {
	padding: 80px 110px 100px 110px;
	background: #f2f6f9;
}

.contents-inner01 .page05 .page5_conBox {
	text-align: center;
}

.contents-inner01 .page05 .page5_conBox img {
	width: 100%;
}

.contents-inner01 .page06 {
	padding: 0 110px 100px 110px;
	background: #f2f6f9;
}

.contents-inner01 .page06 .page6_conBox {
	text-align: center;
}

.contents-inner01 .page06 .page6_conBox img {
	width: 100%;
}

.contents-inner01 .page07 {
	padding: 0 110px 100px 110px;
	background: #f2f6f9;
}

.contents-inner01 .page07 .page7_conBox {
	text-align: center;
}

.contents-inner01 .page07 .page7_conBox img {
	width: 100%;
}

.contents-inner01 .page08 {
	padding: 80px 110px 80px 110px;
	background: #eff2f4;
	border-radius: 0 0 14px 14px;
}

.contents-inner01 .page08 .page8_conBox {
	text-align: center;
}

.contents-inner01 .page08 .page8_conBox img {
	width: 100%;
}

.guide_btnSec {
	margin: 3rem 0;
	text-align: center;
	/* display: flex; */
	/* justify-content: space-between; */
}

.guide_btnSec .guide-wrap {
	width: 49%;
}

.guide_btnSec .video-wrap {
	width: 49%;
}

.guide_btnSec .guide_btn {
	border-radius: 0.75rem;
    border: 1px solid #cac3b6;
	display: inline-block;
	padding: 2rem;
	font-weight: bold;
	color: #fff;
	width: 60%;
	height: 100%;
	font-size: 20px;
	position: relative;
	background-color: #7c394a;
}

.guide_btnSec .icon_img01 {
	position: absolute;
	left: -15px;
	bottom: -6px;
}

.guide_btnSec .icon_img02 {
	position: absolute;
	right: -60px;
	top: -15px;
}

.skyblue_txt {
	color: #669ee3;
	font-size: 16px;
	font-weight: 600;
}

.contents .content-box .txt.besure {
    display: inline;
    color: #7c394a;
    font-weight: 700;
    margin-left: 0.8rem;
    font-size: 1rem;
}


/* score accpet */
.accept-wrap .contents .contents-inner {
    margin-bottom: 3.4rem;
}
.accept-wrap .contents .content-box.border {
    margin-top: 1.5rem;
    padding-top: 0rem;
}
.accept-wrap .contents .content-box + .content-box {
    margin-top: 2.6rem;
}
.accept-wrap .contents .content-box .split {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.4rem 0;
}
.accept-wrap .contents .content-box .split .split-img {
    width: 40%;
    height: fit-content;
}
.accept-wrap .contents .content-box .split .split-img img {
    width: 100%;
    border-radius: 0.5rem;
}
.accept-wrap .contents .title-area {
    padding: 0;
}
.accept-wrap .contents .content-box .title {
    padding-top: 0;
    font-size: 1.4rem;
    color: #7c394a;
    font-weight: 600;
    text-align: center;
    margin: 2.2rem 0 2.2rem;
}
.accept-wrap .contents .content-box .tit {
    color: #7c394a;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}
.accept-wrap .contents .content-box .txt .txt-em {
    color: #7c394a;
    font-weight: 500;
}
.accept-wrap .contents .content-box .txt.t-m {
    padding: 0rem;
    margin-top: -1rem;
    text-align: center;
}
.accept-wrap .contents .content-box .txt.asterisk::before {
    content: "*";
    margin-right: 0.3rem;
    color: #7c394a;
    font-weight: 400;
}
.accept-wrap .contents .content-box .btn-area {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.accept-wrap .contents .content-box .btn.btn-red {
    margin-top: 1.5rem;
    padding: 0 4rem;
    height: 3rem;
    border-radius: 3.4rem;
    font-size: 0.9rem;
    margin: 0;
}
.accept-wrap .contents .worldwide-list .status-tabs-container {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #c8c8c8;
    margin-top: 1rem;
    border-radius: 0.5rem;
}

/* scroll style start */
.accept-wrap .contents .worldwide-list .status-tabs-container {
    scrollbar-width: auto;
    scrollbar-color: #7c394a #f1f1f1;
}

.accept-wrap .contents .worldwide-list .status-tabs-container::-webkit-scrollbar {
    width: 20px;
}

.accept-wrap .contents .worldwide-list .status-tabs-container::-webkit-scrollbar-thumb {
    background-color: #7c394a;
    border-radius: 5px;
}

.accept-wrap .contents .worldwide-list .status-tabs-container::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
/* scroll style end */
.accept-wrap .contents .worldwide-list .status-tabs-container .content-box.border {
    padding: 1.8rem 0.4rem;
    margin: 0;
}
.accept-wrap .contents .border-none {
    border: 0;
}
.accept-wrap .contents .content-box.bg-box1 {
    border: 1px solid #d9d9d9;
    background: url('/res/images/bg/bg-accept-crm.png');
    background-size: cover;
    background-position-y: 48%;
    margin-bottom: 0.5rem;
}
.accept-wrap .contents .accept-flex-wrap {
    display: flex;
}
.accept-wrap .contents .accept-flex-item {
    margin: 2rem 0 0 1.5rem;
    padding: 2.5rem 3rem;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
    flex: 1;
    text-align: center;
}
.accept-wrap .contents .accept-flex-item:first-child {
    margin-left: 0;
}
.accept-wrap .contents .accept-flex-item > img {
    width: 5rem;
    max-width: 13.9rem;
}
.accept-wrap .contents .content-box.bg-box2 {
    border: 1px solid #d9d9d9;
    background: url('/res/images/bg/bg-accept-contact.png');
    background-size: cover;
    background-position: center;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}
