.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

legend,
.blind,
caption {
    position: absolute;
    top: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

img {
    vertical-align: middle;
}

label span {
    cursor: pointer;
}

hr {
    height: 1px;
    background: #e9e9e9;
    border: 0;
    margin: 80px 0;
}

.paginate-area {
    width: 100%;
    margin: 32px auto;
    text-align: center
}

.paginate-area ul {
    display: inline-block;
}

.paginate-area ul li.on a {
    background: #494895;
    border: 1px solid #494895;
}

.paginate-area ul li.on a:hover {
    background: #494895;
    border: 1px solid #494895;
}

.textarea-regular {
    display: inline-block;
    min-width: 200px;
    padding: 12px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: left;
    color: #565656;
    transition: all 0.5s;
    font-weight: 400;
}

.border-top {
    border-top: 1px solid #161616;
}

.border-bottom {
    border-bottom: 1px solid #161616;
}

.not-border-bottom {
    border-bottom: 0 !important;
}

.t-underline,
.t-underline:hover {
    text-decoration: underline;
}

.align-left {
    text-align: left;
}

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

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

.margin-t36 {
    margin-top: 36px !important;
}

.margin-t40 {
    margin-top: 40px !important;
}

.margin-t48 {
    margin-top: 48px !important;
}

.margin-t64 {
    margin-top: 64px !important;
}

.margin-t80 {
    margin-top: 80px !important;
}

.margin-b48 {
    margin-bottom: 48px !important;
}

.margin-b50 {
    margin-bottom: 50px !important;
}

.padding-t22 {
    padding-top: 22px !important;
}

.padding-t40 {
    padding-top: 40px !important;
}

.padding-t70 {
    padding-top: 70px !important;
}

.padding-b22 {
    padding-bottom: 22px !important;
}

.btn-small {
    line-height: 26px;
    font-size: 12px;
    font-weight: 500;
    color: #868686;
}

.btn-regular {
    font-weight: 500;
}

.btn-large {
    padding: 0 24px;
}

.btn-large.theme2-c-btn {
    font-weight: 600;
}

.btn-orderby {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 12px;
    color: #a6a6a6;
}

.btn-orderby:after {
    position: absolute;
    top: 50%;
    right: 12px;
    content: '▼';
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0;
    color: #d6d6d6;
    font-size: 10px;
}

.file-upload .upload .btn-small {
    font-size: 12px;
    font-weight: 500;
    color: #868686;
}

.file-upload .gallery.radius8 img {
    border-radius: 8px;
}

.clear {
    clear: both;
}

.max-width {
    max-width: 100%;
}

.width174 {
    min-width: 174px !important;
}

.width200 {
    min-width: 200px !important;
}

.width208 {
    min-width: 208px !important;
}

.width232 {
    min-width: 232px !important;
}

.width240 {
    min-width: 240px !important;
}

.width252 {
    width: 252px !important;
}

.width256 {
    width: 256px !important;
}

.width262 {
    width: 262px !important;
}

.width312 {
    width: 312px !important;
}

.width400 {
    width: 400px !important;
}

.height300 {
    height: 300px !important;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.input-regular.icon-type {
    background-color: #ffffff;
    background: url(../../images/component/icon_date.png) right 4px center no-repeat;
    background-size: 24px 24px;
    padding: 5px;
}

.input-medium.icon-type {
    background-color: #ffffff;
    background: url(../../images/component/icon_date.png) right 4px center no-repeat;
    background-size: 24px 24px;
}

.input-regular.width88 {
    min-width: 88px !important;
}

.input-regular.width64 {
    min-width: 64px !important;
}

.input-regular.width114 {
    min-width: 114px !important;
    width: 114px !important;
}

.input-regular.width98 {
    min-width: 98px !important;
    width: 98px !important;
}

.input-regular.width82 {
    min-width: 82px !important;
    width: 82px !important;
}

.help-text {
    font-size: 15px;
    color: #868686;
}

.help-text.icon-type {
    padding-left: 32px;
    background: url(../../images/web/icon_help.png) left top no-repeat;
    background-size: 24px 24px;
}

.like>a {
    display: block;
    width: 32px;
    height: 32px;
    transition: all 0.5s;
    background: url(../../images/web/icon_heart_n.png) center center no-repeat;
    background-size: contain;
    transform: scale(1.0);
}

.like>a:hover {
    transform: scale(1.08);
    background: url(../../images/web/icon_heart_s.png) center center no-repeat;
    background-size: contain;
}

.like>a.active {
    background: url(../../images/web/icon_heart_s.png) center center no-repeat;
    background-size: contain;
}


/*======================================
            스크롤 커스텀
======================================*/
.scrollbar-small::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    padding-top: 30px;
}

.scrollbar-small::-webkit-scrollbar-track {
    background: #F6F5F2;
}

.scrollbar-small::-webkit-scrollbar-thumb {
    background: #418aca;
    height: 40px !important;
}

.scrollbar-small::-webkit-scrollbar-thumb:hover {
    background: #418aca;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked:before {
    background-color: #418aca;
    border: 1px solid #418aca;
}

.tab-menu .inner-wrap .tab-header {
    background: #f9f9f9;
    border: 0;
}

.tab-menu .inner-wrap .tab-header li {
    height: 60px;
    line-height: 60px;
    border-left: 0;
    font-size: 19px;
    font-weight: 500;
}

.tab-menu .inner-wrap .tab-header li:hover {
    background: #f6f6f6;
}

.tab-menu .inner-wrap .tab-header li.active,
.tab-menu .inner-wrap .tab-header li.active:hover {
    background-color: #418aca;
    border: 0;
}

.tab-menu .inner-wrap .tab-content {
    height: auto;
    background: #fff;
    margin-top: 0;
    border: 0;
    padding: 0;
}


/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/

/*========== 헤더 시작 ==========*/
header {
    position: relative;
    z-index: 100;
}

#wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

#wrapper>header>#header {
    width: 100%;
    height: 60px;
    /* 80px */
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    padding-left: 300px;
    position: fixed;
    /* 메뉴바 고정 / 고정 원하지 않으면 삭제  */
    top: 0px;
    /* 메뉴바 고정 위치 / 고정 원하지 않으면 삭제  */
}

#wrapper>header>#header .inner-wrap {
    /* min-width: 1350px; */
    margin: 0 auto;
    padding: 0px 0;
    /* 4px 0; */
    overflow: hidden;
    flex-flow: column nowrap;
}

/* 상단 로고 */
#wrapper>header>#header h1 {
    position: absolute;
    left: 30px;
    /* 16px */
    top: -6px;
    /* 4px */
    width: 200px;
    /* 290px */
    height: 70px;
    /* 720px */
    margin: 0;
    background: url(../../images/web/logo.png) center center no-repeat;
    background-size: contain;
}

#wrapper>header>#header h1>a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999em;
}

#wrapper>header>#header .util-area {
    float: right;
}

/* 로그아웃 마이페이지 고객센터 */
.util-area ul {
    overflow: hidden;
    margin: 24px 28px 0 0;
    /* 24px 28px 0 0 */
}

.util-area ul>li {
    float: left;
}

.util-area ul>li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background: #e6e6e6;
    margin: -2px 8px 0;
}

.util-area ul>li:first-child:before {
    display: none;
}

.util-area ul>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #868686;
}

.util-area ul>li:hover a {
    text-decoration: underline;
}

.gnb {
    display: inline-block;
}

.gnb>ul {
    overflow: hidden;
}

.gnb>ul>li {
    float: left;
}

/* 메뉴바(회사소개 검사소개 ㆍㆍㆍ ) */
.gnb>ul>li a {
    display: block;
    padding: 19px 10px;
    /* 19px 8px */
    font-size: 18px;
    /* 20px */
    font-weight: 500;
    /* 700 */
    line-height: 1.5;
    letter-spacing: -0.66px;
    /*border-bottom: 4px solid #fff;*/
}


.gnb>ul>li a:hover,
.gnb>ul>li a.active {
    color: #418aca;
    border-bottom: 4px solid #418aca;
}

/*========== 헤더 끝 ==========*/


/*========== 컨텐츠 시작 ==========*/

section#content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    min-height: 500px;
}

section#content>.inner-wrap {
    display: block;
    width: 1080px;
    margin: 0 auto;
    height: auto;
}

section#content>.inner-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.subpage-left-area {
    float: left;
    width: 180px;
    margin: 40px 30px 0 0;
}

.subpage-content-area {
    float: left;
    width: calc(100% - 210px);
}

/*LNB 영역*/
.subpage-left-area>div {
    width: 100%;
    min-height: 380px;
    border: solid 1px #e6e6e6;
    border-top: 3px solid #0055aa;
}

.subpage-left-area>div h2 {
    font-size: 15px;
    font-weight: bold;
    color: #3e474a;
    margin: 0;
    padding: 24px 24px 0;
}

.subpage-left-area ul>li {
    display: block;
    width: 100%;
    height: auto;
}

.subpage-left-area ul>li:first-child {
    margin-top: 8px;
}

.subpage-left-area ul>li:last-child {
    margin-bottom: 24px;
}

.subpage-left-area ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #565656;
    padding: 8px 24px;
}

.subpage-left-area ul>li:hover {
    background: #f6f6f6;
    transition: all 0.5s;
}

.subpage-left-area ul>li:hover a,
.subpage-left-area ul>li>a.on {
    font-weight: bold;
    color: #0055aa;
}

/*========== 컨텐츠 끝 ==========*/


/*========== 푸터 시작 ==========*/

/*     퀵메뉴     */
.quick_menu {
    right: 55px;
    position: absolute;
    top: 5%;
    /* 20px */
    /*margin-top: -400px;*/
    /* 첫 시작 좌표(이 좌표 위로 안올라감) */
    width: 90px;
    /* 가로 사이즈 */
    z-index: 1;
    box-shadow: 0px 5px 30px rgb(0 97 255 / 100%);
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    /* 제거시 ㆍ표시 생성 됨  */
    font-size: 15px;
    background-color: #ffffff;
    border: 0;
    outline: 0;
}

.quick_menu .q_list p {
  color: #000000;
  font-weight: bold;
}

.quick_menu .q_tit {
    background-color: #000000;
    padding: 10px 10px 10px;
}

.quick_menu .q_tit h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

/* q_tit 이미지 추가시 사용
.quick_menu .q_tit img {
    width: 12px;
    display: block;
    margin: 5px auto 5px;
}
*/

/* 첫번째 아이콘 상단 밑줄 없애기 */
.quick_menu .q_list li:first-child:before {
    content: none;
    display: none;
}

/* 사이사이 밑줄 생성 */
.quick_menu .q_list li:before {
    content: '';
    width: 30px;
    border-top: 2px solid #606060;
    margin: 0 auto;
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
}

.quick_menu ul,
li {
    margin: -5px 0 10px 0;
    padding: 0px;
}

.quick_menu .q_list li {
    position: relative;
}

.quick_menu .q_list a {
    padding: 12px 0;
    display: block;
    color: #333;
    font-weight: 600;
    margin: 10px 0 -15px 0;
}

.quick_menu .q_list img {
    width: 40px;
    margin: 0;
}

.quick_menu a {
    text-decoration: none;
}

/*  // 퀵메뉴  */

footer {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 120px;
}

#footer {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    /* 85px */
    background: #303f4b;
}

/*하단유틸영역*/
#footer>.footer-util-area {
    width: 100%;
    height: 48px;
}

#footer>.footer-util-area>ul {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #5c6974;
}

#footer>.footer-util-area>ul>li {
    display: inline-block;
    margin: 0 16px;
}

#footer>.footer-util-area>ul>li:first-child {
    margin-left: 0;
}

#footer>.footer-util-area>ul>li>a {
    font-size: 13px;
    color: #d6d6d6;
    line-height: 48px;
    transition: all 0.5s;
}

#footer>.footer-util-area>ul>li>a:hover {
    text-decoration: underline;
}

/*하단정보*/
#footer .footer-copyright-area {
    width: 1080px;
    margin: 40px auto 0;
}

#footer .footer-copyright-area>h1 {
    display: block;
    float: left;
    width: 200px;
    margin-top: 24px;
}

#footer .footer-copyright-area>h1>a {
    width: 154px;
    height: 102px;
    display: block;
    background: url(../../images/web/logo_footer.png) center center no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

#footer .footer-copyright-area>div {
    display: block;
    float: left;
    margin-top: 0;
    padding: 0;
}

#footer .footer-copyright-area>div.info {
    width: calc(100% - 500px);
    padding-right: 24px;
}

#footer .footer-copyright-area>div.cscetner {
    width: 300px;
    text-align: right;
    overflow: hidden;
}

#footer .footer-copyright-area>div.cscetner>ul {
    float: right;
    width: 240px;
}

#footer .footer-copyright-area>div>ul>li:first-child {
    line-height: 1;
    height: 16px;
    padding: 0;
    margin: -4px 0 8px;
}

#footer .footer-copyright-area>div>ul>li>strong {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

#footer .footer-copyright-area>div>ul>li>span {
    display: inline-block;
    font-size: 12px;
    color: #a6a6a6;
    line-height: 1.5;
}

#footer .footer-copyright-area>div>ul>li>span+span {
    margin-left: 12px;
}

#footer .footer-copyright-area>div>ul>li>em {
    display: inline-block;
    font-size: 11px;
    color: #868686;
    line-height: 1.55;
    letter-spacing: -0.33px;
    margin-top: 24px;
}

#footer .footer-copyright-area>div>ul>li.tel {
    font-size: 32px;
    font-weight: bold;
    color: #d6d6d6;
    margin: 8px 0 0;
}

#to-top {
    transition: all 0.5s;
    position: absolute;
    bottom: 85px;
    right: 15px;
    width: 80px;
    height: 80px;
    /* background: url(../../images/web/to_top.png) center center no-repeat; */
    background-size: contain;
    transition: all 0.5s;
    z-index: 1;
}

/*========== 푸터 끝 ==========*/

/*======================================
2. 메인페이지 영역 (메인페이지 관련)
======================================*/

/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

/* main-visual */
.swiper-container.main-visual {
    width: 100%;
    height: 740px;
}

.swiper-container.main-visual .swiper-wrapper {
    width: 100%;
}

.swiper-container.main-visual .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .swiper-container.main-visual .slider-btn-prev {
    z-index: 10;
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    left: 40px;
    background: url(../../images/web/r-prev.png) no-repeat 0 0;
    background-size: contain;
}

.slider .swiper-container.main-visual .slider-btn-next {
    z-index: 10;
    position: absolute;
    width: 190px;
    height: 60px;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    right: 40px;
    background: url(../../images/web/r-next.png) no-repeat 0 0;
    background-size: contain;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #1c92eb;
}

/*========== 메인비주얼 끝 ==========*/


/*========== 컨텐츠 공용 시작 ==========*/
.swiper-scrollbar {
    opacity: 1 !important;
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background: #0055aa;
}


/*서브타이틀*/
.sub-title-area {
    position: relative;
    height: auto;
    margin: 80px 0 40px;
}

.sub-title-area h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -1.2px;
}

.sub-title-area p {
    text-align: center;
    font-size: 20px;
    color: #868686;
    margin: 16px 0 0;
}


.sub-small-title-area {
    position: relative;
    height: auto;
    margin: 72px 0 0;
    padding: 0 0 16px;
    border-bottom: 1px solid #161616;
    overflow: hidden;
}

.sub-small-title-area h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -1.2px;
    text-align: left;
}


.sub-center-title-area {
    position: relative;
    height: auto;
    margin: 48px 0 80px;
    padding: 0 0 16px;
    overflow: hidden;
}

.sub-center-title-area h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1.2px;
    text-align: center;
}

.sub-center-title-area h1 span {
    font-size: 26px;
    color: #418aca;
}

.sub-center-title-area p {
    text-align: center;
    font-size: 16px;
    color: #868686;
    margin: 16px 0 0;
}

.sub-center-title-area .btn-regular {
    position: absolute;
    top: 0;
    right: 0;
}


.sub-sub-title-area {
    position: relative;
    height: auto;
    margin: 48px 0 0;
    overflow: hidden;
}

.sub-sub-title-area h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -1.2px;
    text-align: left;
}

.sub-sub-title-area h1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_t_chk.png) center center no-repeat;
    background-size: contain;
}


.step-title {
    position: relative;
    height: 129px;
    line-height: 129px;
    background: url(../../images/web/step-title_bg.png) center center no-repeat;
    background-size: contain;
    font-size: 18px;
    margin: 32px 0 0;
    padding-left: 132px;
}

.step-title span {
    position: absolute;
    top: 32px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px;
    font-size: 44px;
    font-weight: 900;
}

.step-title.line2 {
    line-height: 1.5;
    padding: 37px 0 37px 132px;
}



/*list-empty*/
.list-empty {
    padding: 60px 0;
    text-align: center;
}

.list-empty img {
    width: 80px;
    height: 80px;
}

.list-empty p {
    font-size: 14px;
    color: #a6a6a6;
    text-align: center;
    margin: 8px 0 0;
}

.list-empty.small {
    padding: 24px 0;
}

.list-empty.large {
    padding: 120px 0;
}


/*search-area*/
.search-area {
    overflow: hidden;
    padding: 24px 0;
    border-bottom: 1px solid #e6e6e6;
}

.search-area .filtering-area {
    float: left;
}

.search-area .search-regular {
    float: right;
}

.search-area .search-regular select {
    min-width: 120px;
}

/*type-b*/
.search-area.type-b {
    padding: 32px 0;
    text-align: center;
}

.search-area.type-b .filtering-area {
    display: inline-block;
    float: none;
}


.select-delete {
    overflow: hidden;
    padding: 24px 0 16px;
    border-bottom: 1px solid #e6e6e6;
}

.select-delete select {
    float: left;
    min-width: 120px;
}

.select-delete button {
    float: right;
    height: 28px;
    line-height: 28px;
}


/*알림*/
.push-list>ul>li {
    position: relative;
}

.push-list>ul>li a {
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 16px 40px 16px 16px;
    background: #fff;
    margin: 8px 0 0;
}

.push-list>ul>li .date {
    font-size: 12px;
}

.push-list>ul>li .con {
    font-size: 13px;
    color: #565656;
    margin: 8px 0 0;
}

.push-list>ul>li .delete {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../images/component/icon_modal_close.png) center center no-repeat;
    background-size: contain;
    z-index: 1;
}

.push-list>ul>li.read a {
    background: #f9f9f9;
}

.push-list>ul>li.read .con {
    color: #a6a6a6;
}


/*table-type-area*/
.table-type-area>ul {
    border-top: 1px solid #e6e6e6;
}

.table-type-area>ul>li {
    display: table;
    width: 100%;
    margin: 0;
    height: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.table-type-area>ul>li>* {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 24px;
}

.table-type-area>ul>li>.title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    width: 180px;
    background-color: #f9f9f9;
    padding: 16px 24px;
    padding-left: 24px;
}

.table-type-area>ul>li>.title span {
    color: #418aca;
}

.table-type-area>ul>li>.con {
    font-size: 15px;
    color: #161616;
    padding-right: 0;
}

.table-type-area>ul>li>.con input[type="radio"] {
    margin: 0 4px 0 0;
}

/* split2 */
.table-type-area>ul>li.split2 .con {
    width: 360px;
}

/* split3 */
.table-type-area>ul>li.split3 .con {
    width: 33.33%;
}

/* border */
.table-type-area.border {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.table-type-area.border>ul>li>.title+.title,
.table-type-area.border>ul>li>.con+.con,
.table-type-area.border>ul>li>.con+.title {
    border-left: 1px solid #e6e6e6;
}

/* center */
.table-type-area.center>ul>li>.title,
.table-type-area.center>ul>li>.con {
    text-align: center;
}


/*block-type-area*/
.block-type-area {
    background: #fff;
    padding: 0 16px 16px;
    overflow: hidden;
}

.block-type-area>ul>li {
    margin: 24px 0 0;
}

.block-type-area>ul>li>.title {
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    overflow: hidden;
}

.block-type-area>ul>li>.title>span {
    color: #c8242c;
}

.block-type-area>ul>li>.title .f-left {
    float: left;
}

.block-type-area>ul>li>.title .f-right {
    float: right;
}

.block-type-area>ul>li>.con {
    margin: 8px 0 0;
    font-size: 13px;
}

.block-type-area>ul>li>.con .unit-box .input-regular {
    width: calc(100% - 40px);
}

.block-type-area>ul>li input[type="radio"] {
    vertical-align: middle;
    margin-top: -2px;
}

.block-type-area>ul>li>.con .search-date input.input-regular {
    width: calc(50% - 10px);
}

.block-type-area>ul>li>.con input[type="radio"] {
    margin-left: 0;
}

.block-type-area>ul>li>.con .btn-add+.btn-regular {
    padding: 0 0;
}


.member-out-radio li+li {
    margin: 16px 0 0;
}


/* 로그인 */
.login-area {
    width: 640px;
    border-radius: 16px;
    border: solid 1px #e9e9e9;
    background-color: #f9f9f9;
    margin: 64px auto 0;
    padding: 64px 165px;
}

.login-area h1 {
    margin: 0 0 24px;
    line-height: 1;
    text-align: center;
}

.login-area h1 img {
    width: 312px;
    height: 80px;
}

.login-area li+li {
    margin-top: 8px;
}

.login-area .btn-group-area {
    margin-top: 24px;
}

.login-area .kakaotalk {
    color: #868686;
    font-weight: 500;
}

.login-area .kakaotalk:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_s_kakaotalk.png) center center no-repeat;
    background-size: contain;
}

.login-area .naver {
    color: #868686;
    font-weight: 500;
}

.login-area .naver:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_s_naver.png) center center no-repeat;
    background-size: contain;
}

.login-area .facebook {
    color: #868686;
    font-weight: 500;
}

.login-area .facebook:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -4px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_s_facebook.png) center center no-repeat;
    background-size: contain;
}

.login-area .naver {
    color: #868686;
    font-weight: 500;
}

.login-area .naver:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -6px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_s_naver.png) center center no-repeat;
    background-size: contain;
}

.login-area .google {
    color: #868686;
    font-weight: 500;
}

.login-area .google:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_s_google.png) center center no-repeat;
    background-size: contain;
}

.login-area .apple {
    color: #868686;
    font-weight: 500;
}

.login-area .apple:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_s_apple.png) center center no-repeat;
    background-size: contain;
}

.login-chk-link {
    font-size: 12px;
    color: #868686;
    margin-top: 10px;
}

.login-chk-link:after {
    content: '';
    display: block;
    clear: both;
}

.login-chk-link .chk {
    float: left;
    margin: -4px 0 0;
}

.login-chk-link .chk>label {
    display: inline-block;
    vertical-align: middle;
    color: #161616;
}

.login-chk-link .chk input {
    margin-right: 8px;
}

.login-chk-link .link {
    margin-top: 20px;
    text-align: right;
}

.login-chk-link .link a {
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-right: 8px;
}

.login-area .login-join {
    text-align: center;
    margin: 40px 0 0;
    font-size: 12px;
}

.login-area .login-join a {
    text-decoration: underline;
    display: inline-block;
    margin-left: 16px;
}


/*회원약관*/
.member-content .member-agree {
    margin: 32px 0 0;
}

.member-content .member-agree textarea.textarea-regular {
    height: 160px;
    border-radius: 4px;
    background-color: #f9f9f9;
    padding: 16px;
    border: 0;
    font-size: 13px;
    color: #868686;
    margin: 8px 0 0;
}

.member-content .member-agree label {
    display: block;
    margin: 8px 0 0;
}

.member-content .member-agree label span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}


/*완료*/
.result-area {
    margin: 48px 0 0;
    text-align: center;
}

.result-area img {
    display: block;
    margin: 0 auto;
    width: 88px;
    height: 88px;
}

.result-area h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -1.1px;
    text-align: center;
    color: #464646;
}

.result-area p {
    padding: 32px 0;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 18px;
    text-align: center;
    color: #161616;
    line-height: 1.56;
    letter-spacing: -0.9px;
}


/*게시판 목록 공통*/
.board-list-area ul {
    display: table;
    width: 100%;
}

.board-list-area ul li {
    display: table-cell;
    vertical-align: middle;
}

.board-list-area ul li.num {
    width: 10%;
}

.board-list-area ul li.date {
    width: 12%;
}

.board-list-area ul li.state {
    width: 12%;
}

/* 유튜브 반응형 */
.youtubeWrap {
    position: relative;
    height: 0;
    padding-top: 0px;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.youtubeWrap iframe,.youtubeWrap object,.youtubeWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 작성자 */

.board-list-area ul li.review_id {
    width: 12%;
}

/* 조회수 */
.board-list-area ul li.cnt {
    width: 12%;
}

/* 검사종류 */
.board-list-area ul li.kind {
    width: 20%;
}

.board-list-area ul li.condition {
    width: 30%;
}

.board-list-area ul li.term {
    width: 30%;
}

.board-list-area ul li.point {
    width: 20%;
}

.board-list-area ul li.split3 {
    width: 33%;
}

.board-list-area ul li.split4 {
    width: 25%;
}

.board-list-area ul li.split5 {
    width: 20%;
}

.board-list-area ul li.split6 {
    width: 16%;
}

.board-list-area ul li.split7 {
    width: 14%;
}

.board-list-area ul li.split8 {
    width: 12.5%;
}

.board-list-area ul li.split9 {
    width: 11.11%;
}

.board-list-area ul li.split10 {
    width: 10%;
}

.board-list-area ul li.split11 {
    width: 9%;
}

.board-list-area ul li.split12 {
    width: 8.9%;
}

.board-list-area .board-list-header ul li {
    background-color: #f9f9f9;
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
    color: #000000;
}

.board-list-area .board-list-header>div {
    width: 100%;
    display: block;
    height: auto;
}

.board-list-area .board-list-content>div {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
}

.board-list-area .board-list-content>div.end:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.board-list-area .board-list-content>div>ul>li {
    background: #fff;
    padding: 16px 4px;
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: -0.65px;
    text-align: center;
    color: #000000;
}

.board-list-area .board-list-content>div>ul>li.subject {
    position: relative;
    text-align: left;
    padding-left: 8px;
}

.board-list-area .board-list-content>div>ul>li.subject>a p {
    font-size: 15px;
    color: #161616;
    width: 95%;
}

.board-list-area .board-list-content>div>ul>li.subject a:hover {
    text-decoration: underline;
}

.board-list-area .board-list-content>div>ul>li.num {
    font-size: 14px;
    color: #000000;
}

.board-list-area .board-list-content>div>ul>li.date {
    font-size: 14px;
    color: #000000;
}

.board-list-area .board-list-content>div>ul>li.state span {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.board-list-area .board-list-content>div>ul>li.review_id span {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.board-list-area .board-list-content>div>ul>li.kind span {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.board-list-area .board-list-content>div>ul>li.cnt span {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.board-list-area .board-list-content>div>ul>li.c-name {
    color: #161616;
    padding-left: 40px;
    padding-right: 40px;
}

.board-list-area .board-list-content>div>ul>li.condition,
.board-list-area .board-list-content>div>ul>li.term {
    font-size: 14px;
    color: #868686;
}

.board-list-area .board-list-content>div>ul>li.point {
    font-size: 14px;
    color: #c8242c;
}

.board-list-area .board-list-content>div>ul>li.valign-top {
    padding: 16px 0 16px 13px;
    vertical-align: top;
}

.board-list-area .board-list-content>form>div {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
}

.board-list-area .board-list-content>form>div.end:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}

.board-list-area .board-list-content>form>div>ul>li {
    background: #fff;
    padding: 16px 4px;
    font-size: 14px;
    line-height: 1.46;
    letter-spacing: -0.65px;
    text-align: center;
    color: #a6a6a6;
}

.board-list-area .board-list-content>form>div>ul>li.subject {
    position: relative;
    text-align: left;
    padding-left: 8px;
}

.board-list-area .board-list-content>form>div>ul>li.subject>a p {
    font-size: 15px;
    color: #161616;
    width: 70%;
}

.board-list-area .board-list-content>form>div>ul>li.subject a:hover {
    text-decoration: underline;
}

.board-list-area .board-list-content>form>div>ul>li.num {
    font-size: 14px;
    color: #767676;
}

.board-list-area .board-list-content>form>div>ul>li.date {
    font-size: 14px;
    color: #a6a6a6;
}

.board-list-area .board-list-content>form>div>ul>li.state span {
    font-size: 14px;
    font-weight: bold;
    color: #a6a6a6;
}

.board-list-area .board-list-content>form>div>ul>li.review_id span {
    font-size: 14px;
    font-weight: bold;
    color: #a6a6a6;
}

.board-list-area .board-list-content>form>div>ul>li.kind span {
    font-size: 14px;
    font-weight: bold;
    color: #a6a6a6;
}

.board-list-area .board-list-content>form>div>ul>li.cnt span {
    font-size: 14px;
    font-weight: bold;
    color: #a6a6a6;
}

.board-list-area .board-list-content>form>div>ul>li.c-name {
    color: #161616;
    padding-left: 40px;
    padding-right: 40px;
}

.board-list-area .board-list-content>form>div>ul>li.condition,
.board-list-area .board-list-content>form>div>ul>li.term {
    font-size: 14px;
    color: #868686;
}

.board-list-area .board-list-content>form>div>ul>li.point {
    font-size: 14px;
    color: #c8242c;
}

.board-list-area .board-list-content>form>div>ul>li.valign-top {
    padding: 16px 0 16px 13px;
    vertical-align: top;
}

/* border */
.board-list-area.border .board-list-header ul li+li {
    border-left: 1px solid #e6e6e6;
}

.board-list-area.border .board-list-content>div>ul>li+li {
    border-left: 1px solid #e6e6e6;
}

.board-list-area.border .board-list-content>div>ul>li {
    color: #161616;
}

.board-list-area.border .board-list-content>form>div>ul>li+li {
    border-left: 1px solid #e6e6e6;
}

.board-list-area.border .board-list-content>form>div>ul>li {
    color: #161616;
}

/* border-all */
.board-list-area.border-all {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.board-list-area.border-all .board-list-header ul li+li {
    border-left: 1px solid #e6e6e6;
}

.board-list-area.border-all .board-list-content>div>ul>li+li {
    border-left: 1px solid #e6e6e6;
}

.board-list-area.border-all .board-list-content>div>ul>li {
    color: #161616;
}

.board-list-area.border-all .board-list-content>form>div>ul>li+li {
    border-left: 1px solid #e6e6e6;
}

.board-list-area.border-all .board-list-content>form>div>ul>li {
    color: #161616;
}

/* faq */
.accordion.faq {
    width: 100%;
}

.accordion.faq .inner-wrap>ul>li .accordion-header {
    position: relative;
    height: auto;
    padding: 16px 44px;
}

.accordion.faq .inner-wrap>ul>li .accordion-header:before {
    position: absolute;
    left: 24px;
    top: 14px;
    content: 'Q';
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    color: #418aca;
}

.accordion.faq .inner-wrap>ul>li .accordion-header p {
    font-size: 15px;
    line-height: 1.4;
}

.accordion.faq .inner-wrap>ul>li .accordion-content {
    position: relative;
    background-color: #f9f9f9;
    padding-left: 44px;
    font-size: 14px;
    line-height: 1.43;
}

.accordion.faq .inner-wrap>ul>li .accordion-content:before {
    position: absolute;
    left: 24px;
    top: 16px;
    content: 'A';
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    color: #868686;
}


/*temp-content*/
.temp-content pre {
    height: 640px;
    border: 1px solid #e6e6e6;
    padding: 16px;
    font-size: 15px;
    color: #a6a6a6;
    line-height: 1.5;
    letter-spacing: -0.36px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 4px;
    margin: 24px 0 0;
    white-space: pre-line;
}


/*게시판 보기*/
.board-view-area {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}

.board-view-area .header {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 16px 0;
}

.board-view-area .header h1 {
    font-size: 20px;
    font-weight: 500;
    color: #161616;
    word-break: break-all;
}

.board-view-area .header .info {
    margin: 10px 0 0;
}

.board-view-area .header .info>ul>li {
    float: left;
    font-size: 14px;
    color: #000000;
    margin: 0 16px 0 0;
}

.board-view-area .header .info>ul>li a {
    font-size: 14px;
    color: #868686;
    text-decoration: underline;
}

.board-view-area .content {
    padding: 16px 0 80px;
    font-size: 15px;
    color: #161616;
    line-height: 1.47;
    letter-spacing: -0.75px;
    min-height: 320px;
    word-break: break-all;
}

.board-view-area .content img {
    display: block;
    max-width: 100%;
    margin: 16px 0 0;
}


/*admin-re*/
.admin-re {
    border-top: 1px solid #e6e6e6;
}

.admin-re>h1 {
    background-color: #f9f9f9;
    padding: 8px 0;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    text-align: center;
}

.admin-re>div {
    font-size: 15px;
    color: #161616;
    padding: 16px 0 80px;
    min-height: 320px;
    line-height: 1.46;
    letter-spacing: -0.65px;
}


/* 회원용 */
.member-write-area {
    width: 312px;
    margin: 0 auto;
    padding: 0 16px 40px;
}

.member-write-area>h1 {
    font-size: 18px;
    font-weight: 700;
    color: #161616;
    text-align: center;
    margin: 0 0 60px;
}

.member-write-area label {
    display: block;
    font-size: 16px;
    color: #161616;
    margin: 24px 0 5px;
}

.member-write-area label span {
    font-weight: bold;
}

.member-write-area .btn-group-area {
    margin: 24px 0 0;
    text-align: center;
}

.member-write-area .btn-group-area .btn-small {
    display: inline-block;
    width: calc((100% - 15px)/3);
    font-size: 13px;
    height: 36px;
    line-height: 34px;
}

.member-write-area .btn-group-area .btn-small+.btn-small {
    margin-left: 4px;
}

.member-write-area .member-guide-text {
    font-size: 15px;
    color: #161616;
    line-height: 1.8;
    margin: 48px 0;
    text-align: center;
    word-break: keep-all;
}

.member-write-area .member-guide-text strong {
    font-weight: 900;
}

.member-write-area .btn-regular {
    padding: 0;
}


/*인덱스팝업*/
.index-popup {
    min-width: 312px;
}

.index-popup .btn-split2 {
    width: 50% !important;
}

.index-popup .btn-split2.btn-medium {
    border: 0 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
}

.index-popup .btn-split2.btn-medium+.btn-split2.btn-medium {
    border-left: 1px solid #e6e6e6 !important;
}

.index-popup .popup-content img {
    width: 312px;
    height: 312px;
}

/*========== 컨텐츠 공용 끝 ==========*/


/*========== 컨텐츠 시작 ==========*/

.main-con1 {
    background-color: #f3faff;
    height: 630px;
    /* 688px */
    padding: 50px 0;
    /* 80px 0 */
}

.main-con1 .inner-wrap {
    width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.main-con1 .inner-wrap>h1 {
    font-size: 36px;
    font-weight: bold;
    color: #161616;
}

.main-con1 .inner-wrap>p {
    font-size: 20px;
    color: #868686;
    margin: 24px 0 0;
}

.main-con1 .inner-wrap>ul {
    overflow: hidden;
    margin: 48px 0 0;
}

.main-con1 .inner-wrap>ul>li {
    float: left;
    width: 244px;
}

.main-con1 .inner-wrap>ul>li+li {
    margin-left: 34px;
}

.main-con1 .inner-wrap>ul>li>div {
    width: 150px;
    /* 180px */
    height: 150px;
    /* 180px */
    margin: 0 auto;
    border: solid 4px #e1eff9;
    background-color: #ffffff;
    border-radius: 50vh;
    padding: 30px;
    /* 42px */
}

.main-con1 .inner-wrap>ul>li>div img {
    width: 80px;
    /* 88px */
    height: 80px;
    /* 88px */
}

.main-con1 .inner-wrap>ul>li>h2 {
    font-size: 20px;
    font-weight: bold;
    color: #161616;
    margin: 24px 0 0;
}

.main-con1 .inner-wrap>ul>li>p {
    font-size: 16px;
    color: #868686;
    margin: 8px 0 0;
}

/* 메인  -  솔루션 토끼와 거북만의 특별한 심리검사 */
.main-con2 {
    margin: -126px 0 0;
    padding-top: 100px;
    /* 126px */
    height: auto;
    /* 643px */
    background: url(../../images/web/main-con2_bg.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main-con2 .inner-wrap {
    width: auto;
    /* 1080px */
    margin: 0 auto;
    text-align: center;
}

.main-con2 .inner-wrap>h1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 80px 0 0;
}

.main-con2 .inner-wrap>p {
    font-size: 20px;
    color: #fff;
    margin: 10px 0 0;
    /* 24px 0 0 */
}

.main-con2 .inner-wrap>ul {
    overflow: hidden;
    margin: 32px 0 0;
    width: 100%;
    /* + */
    text-align: center;
    /* + / li의 inline-block과 연결 */
}

.main-con2 .inner-wrap>ul>li {
    position: relative;
    /*float: left;*/
    width: 200px;
    /* 16.66% */
    height: 220px;
    /* 216px */
    overflow: hidden;
    margin: 0px 3px 30px 3px;
    /* + */
    display: inline-block;
    /* + / ul의 text-align과 연결 */
}

.main-con2 .inner-wrap>ul>li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1.0);
}

.main-con2 .inner-wrap>ul>li:hover img {
    transform: scale(1.03);
}

.main-con2 .inner-wrap>ul>li p {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 91%;
    background-image: linear-gradient(1deg, #000000 1%, rgba(255, 255, 255, 0) 60%);
    opacity: 0.45;
    z-index: 1;
}

/*.main-con2 .inner-wrap > ul > li:nth-child(3n) p { opacity: 0.7; }*/
/* padding-left: 20px;  text-align: left */

.main-con2 .inner-wrap>ul>li span {
    position: relative;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    z-index: 2;
}

/*
.main-con2 .inner-wrap > ul > li span:after { position: absolute; top: 0; right: 0px; content: ''; display: inline; width: 24px; height: 24px; background: url(../../images/web/icon_border_arrow.png) center center no-repeat; background-size: contain; }
*/
/* right: 16px              display: inline-block */

.main-con3 {
    overflow: hidden;
    height: 648px;
}

.main-con3 .inner-wrap {
    width: 1080px;
    margin: 0 auto;
}

.main-con3 .inner-wrap>h1 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #161616;
    margin: 80px 0 0;
}

.main-con3 .inner-wrap>p {
    text-align: center;
    font-size: 20px;
    color: #868686;
    margin: 24px 0 0;
}

.main-con3 .inner-wrap>ul {
    margin: 48px 0 0;
}

.main-con3 .inner-wrap>ul>li {
    position: relative;
    float: left;
    text-align: left;
}

.main-con3 .inner-wrap>ul>li+li {
    margin-left: 30px;
}

.main-con3 .inner-wrap>ul>li div {
    width: 180px;
    height: 180px;
    margin: 0 32px;
    background-color: #fcf5de;
    border-radius: 50vh;
    padding: 42px;
}

.main-con3 .inner-wrap>ul>li div:after {
    position: absolute;
    top: 74px;
    right: -32px;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(../../images/web/icon_arrow_black.png) center center no-repeat;
    background-size: contain;
}

.main-con3 .inner-wrap>ul>li:last-child div:after {
    display: none;
}

.main-con3 .inner-wrap>ul>li div img {
    width: 88px;
    height: 88px;
}

.main-con3 .inner-wrap>ul>li .num {
    position: absolute;
    top: -24px;
    left: 40px;
    line-height: 1.55;
    letter-spacing: -1.32px;
    display: inline-block;
    color: #dcdcdc;
    font-size: 44px;
    font-weight: 900;
}

.main-con3 .inner-wrap>ul>li h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #161616;
    margin: 24px 0 0;
}

.main-con3 .inner-wrap>ul>li p {
    text-align: center;
    font-size: 16px;
    color: #868686;
    line-height: 1.4;
    letter-spacing: -0.5px;
    margin: 8px 0 0;
}


.main-con4 {
    padding: 72px 0;
    background: url(../../images/web/main-con4_bg.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main-con4 .inner-wrap {
    width: 1080px;
    margin: 0 auto;
}

.main-con4 .inner-wrap>h1 {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.main-con4 .inner-wrap>p {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 12px 0 0;
}

.main-con4 .inner-wrap>ul {
    margin: 32px 0 0;
}

.main-con4 .inner-wrap>ul>li {
    position: relative;
    float: left;
    width: 344px;
    height: 214px;
    border-radius: 16px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    padding: 24px;
}

.main-con4 .inner-wrap>ul>li+li {
    margin-left: 24px;
}

.main-con4 .inner-wrap>ul>li.bbs>.title-info {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 16px;
}

.main-con4 .inner-wrap>ul>li.bbs>.title-info h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #161616;
}

.main-con4 .inner-wrap>ul>li.bbs>.title-info .more {
    float: right;
    font-size: 13px;
    color: #a6a6a6;
    margin: 5px 0;
    text-decoration: underline;
}

.main-con4 .inner-wrap>ul>li.bbs>ul {
    padding-top: 8px;
}

.main-con4 .inner-wrap>ul>li.bbs>ul>li {
    overflow: hidden;
    margin: 8px 0 0;
}

.main-con4 .inner-wrap>ul>li.bbs>ul>li a {
    display: block;
}

.main-con4 .inner-wrap>ul>li.bbs>ul>li a p {
    float: left;
    width: 216px;
    font-size: 14px;
    color: #565656;
}

.main-con4 .inner-wrap>ul>li.bbs>ul>li a span {
    float: right;
    display: block;
    width: 65px;
    font-size: 13px;
    color: #a6a6a6;
}

.main-con4 .inner-wrap>ul>li.bbs>ul>li a:hover p {
    text-decoration: underline;
}

.main-con4 .inner-wrap>ul>li.cscenter {
    text-align: center;
}

.main-con4 .inner-wrap>ul>li.cscenter>.title-info {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 16px;
}

.main-con4 .inner-wrap>ul>li.cscenter>.title-info h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #161616;
}

.main-con4 .inner-wrap>ul>li.cscenter>.title-info .btn {
    float: right;
    margin: 5px 0;
}

.main-con4 .inner-wrap>ul>li.cscenter>.title-info .btn a {
    font-size: 13px;
    color: #a6a6a6;
    text-decoration: underline;
}

.main-con4 .inner-wrap>ul>li.cscenter>.title-info .btn a+a {
    display: inline-block;
    margin: 0 0 0 10px;
    color: #565656;
}

.main-con4 .inner-wrap>ul>li.cscenter>.tel {
    font-size: 22px;
    font-weight: bold;
    color: #1c92eb;
    text-align: center;
    margin: 10px 0 0;
    height: 33px;
    line-height: 33px;
}

.main-con4 .inner-wrap>ul>li.cscenter>.tel:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 24px;
    height: 24px;
    background: url(../../images/web/icon_tel.png) center center no-repeat;
    background-size: contain;
}

.main-con4 .inner-wrap>ul>li.cscenter>.email {
    font-size: 14px;
    color: #868686;
    text-align: center;
    margin: 6px 0 0;
}

.main-con4 .inner-wrap>ul>li.cscenter>ul {
    display: inline-block;
    margin: 14px 0 0;
}

.main-con4 .inner-wrap>ul>li.cscenter>ul li {
    float: left;
    margin: 0 2px;
}

.main-con4 .inner-wrap>ul>li.cscenter>ul li img {
    width: 32px;
    height: 32px;
}

.main-con4 .inner-wrap>ul>li.one2one {
    border-radius: 16px;
    padding: 0px;
    /* background: url(../../images/web/one2one_bg.png) center center no-repeat; */
    background-size: contain;
}

.main-con4 .inner-wrap>ul>li.one2one a {
    display: block;
    width: 100%;
    height: 100%;
}

.main-con5 {
    overflow: hidden;
}

.main-con5 .inner-wrap {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 6px;
    text-align: center;
}

.main-con5 .inner-wrap>h1 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #161616;
    margin: 80px 0 0;
}

.main-con5 .inner-wrap>ul {
    display: inline-block;
    margin: 48px 0 0;
}

.main-con5 .inner-wrap>ul>li {
    float: left;
    width: 170px;
    height: 70px;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.main-con5 .inner-wrap>ul>li+li {
    margin-left: 12px;
}

.main-con5 .inner-wrap>ul>li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.main-con5 .inner-wrap>ul>li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
    max-width: 136px;
    max-height: 48px;
}

.main-con5 .inner-wrap>ul>li:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.swiper-container.banner {
    margin: 48px 0 0;
    padding: 0 12px 0 0;
}

.swiper-container.banner .swiper-wrapper {
    padding: 6px 8px;
}

.swiper-container.banner .swiper-slide {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.swiper-container.banner .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
}

.swiper-container.banner .swiper-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    transform: translate(-50%, -50%);
    max-width: 136px;
    max-height: 48px;
}

.swiper-container.banner .swiper-slide:hover {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}


.profile-img {
    display: block;
    margin: 32px auto 0;
    width: 112px;
    height: 112px;
    overflow: hidden;
}

.profile-img img {
    width: 100%;
    height: 100%;
}

/*info.tpl*/

.info_video video {
    width: 100%;
    margin-top: 30px;
}

.check-list {
    margin: 25px 0 0;
    /*margin: 32px 0 0;*/
}

.check-list>ul>li {
    border-radius: 8px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.check-list>ul>li+li {
    margin: 16px 0 0;
}

.check-list>ul>li .num {
    float: left;
    width: 76px;
    height: 44px;
    line-height: 44px;
    margin: 42px 0;
    border-radius: 0 22px 22px 0;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding-right: 11px;
    text-align: right;
}

.check-list>ul>li .num.n1 {
    background-color: #89beeb;
}

.check-list>ul>li .num.n2 {
    background-color: #418aca;
}

.check-list>ul>li .num.n3 {
    background-color: #308bdb;
}

.check-list>ul>li .num.n4 {
    background-color: #5150a5;
}

.check-list>ul>li .num.n5 {
    background-color: #474691;
}

.check-list>ul>li .num.n6 {
    background-color: #343374;
}

.check-list>ul>li .num.n7 {
    background-color: #0e0d40;
}

.check-list>ul>li>div {
    float: left;
    width: calc(100% - 76px);
    padding: 32px 40px;
}

.check-list>ul>li>div .tit {
    font-size: 20px;
    font-weight: 500;
}

.check-list>ul>li>div .con {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.54px;
    color: #565656;
    margin: 8px 0 0;
}


.target-age {
    text-align: center;
}

.target-age span {
    display: inline-block;
    min-width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    border-radius: 40px;
    background-color: #fef2cb;
    font-size: 20px;
    font-weight: bold;
    margin: 48px auto 0;
    padding: 0 24px 0 0;
    letter-spacing: -0.6px;
}

.target-age span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -6px 14px 0 8px;
    width: 44px;
    height: 44px;
    background: url(../../images/web/icon_target-age.png) center center no-repeat;
    background-size: contain;
}

.target-age.n2 span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -6px 14px 0 8px;
    width: 44px;
    height: 44px;
    background: url(../../images/web/Usage_fee_icon_2.png) center center no-repeat;
    background-size: contain;
}

.target-age.n3 span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -6px 14px 0 8px;
    width: 44px;
    height: 44px;
    background: url(../../images/web/Usage_fee_icon_3.png) center center no-repeat;
    background-size: contain;
}

.target-age.n4 span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -6px 14px 0 8px;
    width: 44px;
    height: 44px;
    background: url(../../images/web/Usage_fee_icon_4.png) center center no-repeat;
    background-size: contain;
}

.target-age.n5 span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -6px 14px 0 8px;
    width: 44px;
    height: 44px;
    background: url(../../images/web/Usage_fee_icon_5.png) center center no-repeat;
    background-size: contain;
}

.max-width-img>li {
    float: left;
    width: calc(50% - 12px);
    margin-right: 24px;
}

.max-width-img>li:nth-child(2n) {
    margin-right: 0;
}

.max-width-img>li img {
    max-width: 100%;
}

.excel-download {
    margin: 50px 0 0;
}

.excel-download>li {
    float: left;
    width: calc(20% - 6.4px);
    margin-right: 8px;
}

.excel-download>li:nth-child(5n) {
    margin-right: 0;
}

.excel-download>li a {
    display: block;
    padding: 20px 0;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #565656;
}

.excel-download>li a:hover {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}


.bus-info {
    border-radius: 8px;
    border: solid 1px #e9e9e9;
    padding: 40px 0;
    margin: 24px 0 0;
    overflow: hidden;
}

.bus-info>div {
    float: left;
    width: 50%;
    border-right: solid 1px #e9e9e9;
    padding: 0 0 0 48px;
    overflow: hidden;
}

.bus-info>div.blue-bus h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #386de8;
}

.bus-info>div.blue-bus h1:before {
    content: '';
    display: block;
    vertical-align: middle;
    margin: 0 0 2px;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_blue-bus.png) center center no-repeat;
    background-size: contain;
}

.bus-info>div.green-bus h1 {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #3cc344;
}

.bus-info>div.green-bus h1:before {
    content: '';
    display: block;
    vertical-align: middle;
    margin: 0 0 2px;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_green-bus.png) center center no-repeat;
    background-size: contain;
}

.bus-info>div>ul {
    overflow: hidden;
    padding: 8px 0 0 40px;
}

.bus-info>div>ul>li {
    float: left;
}

.bus-info>div>ul>li.tit {
    float: left;
    width: 65px;
    font-size: 20px;
    font-weight: bold;
    color: #161616;
}

.bus-info>div>ul>li.con {
    float: left;
    calc(100% - 65px);
    font-size: 20px;
    color: #868686;
    padding: 0 0 0 8px;
}


.color-system {
    margin: 48px 0 0;
    padding: 48px 0 0;
    border-top: 1px solid #e9e9e9;
}

.color-system h1 {
    font-size: 24px;
    font-weight: bold;
}

.color-system>ul {
    overflow: hidden;
    margin: 24px 0 0;
}

.color-system>ul>li {
    float: left;
    width: 33.33%;
}

.color-system>ul>li .color-img {
    float: left;
    width: 112px;
    height: 112px;
}

.color-system>ul>li .info {
    float: left;
    padding: 8px 0 0 24px;
}

.color-system>ul>li .title {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 16px;
}

.color-system>ul>li .color {
    margin: 8px 0 0;
}

.color-system>ul>li .color strong {
    width: 54px;
    font-size: 15px;
    display: inline-block;
    color: #868686;
    letter-spacing: -0.45px;
}

.color-system>ul>li .color span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 0 8px 0 0;
}


.table-type-area.Usage_fee {
    border-top: 3px solid #868686;
    margin: 61px 0 0;
}

.table-type-area.Usage_fee .title {
    width: 262px;
}

.table-type-area.Usage_fee .title.align-center {
    width: 409px;
    text-align: center;
    color: #565656;
}

.table-type-area.Usage_fee .title+.title {
    border-left: 1px solid #e9e9e9;
}

.table-type-area.Usage_fee .con {
    width: 409px;
    height: 90px;
    border-left: 1px solid #e9e9e9;
    padding: 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.table-type-area.Usage_fee .con small {
    font-size: 23px;
    font-weight: bold;
}

.table-type-area.Usage_fee .title.bg1 {
    background-color: #eef3f1;
    color: #565656;
}

.table-type-area.Usage_fee .title.bg2 {
    background-color: #dfebe6;
    color: #565656;
}

.table-type-area.Usage_fee .title.bg3 {
    background-color: #eef3f1;
    color: #565656;
}

.table-type-area.Usage_fee .title.bg4 {
    background-color: #dfebe6;
    color: #565656;
}

.table-type-area.Usage_fee .title.bg5 {
    background-color: #eef3f1;
    color: #565656;
}

.table-type-area.Usage_fee .title.bg1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 16px 0 0;
    width: 40px;
    height: 40px;
    background: url(../../images/web/Usage_fee_icon_1.png) center center no-repeat;
    background-size: contain;
}

.table-type-area.Usage_fee .title.bg2:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 16px 0 0;
    width: 40px;
    height: 40px;
    background: url(../../images/web/Usage_fee_icon_2.png) center center no-repeat;
    background-size: contain;
}

.table-type-area.Usage_fee .title.bg3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 16px 0 0;
    width: 40px;
    height: 40px;
    background: url(../../images/web/Usage_fee_icon_3.png) center center no-repeat;
    background-size: contain;
}

.table-type-area.Usage_fee .title.bg4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 16px 0 0;
    width: 40px;
    height: 40px;
    background: url(../../images/web/Usage_fee_icon_4.png) center center no-repeat;
    background-size: contain;
}

.table-type-area.Usage_fee .title.bg5:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 16px 0 0;
    width: 40px;
    height: 40px;
    background: url(../../images/web/Usage_fee_icon_5.png) center center no-repeat;
    background-size: contain;
}

.table-type-area.Usage_fee>ul>li:last-child {
    border-bottom: 0;
}

.table-type-area.Usage_fee>ul>li:nth-child(odd) .con {
    background-color: #f9f9f9;
}


.Groupexam-exam-list {
    overflow: hidden;
    margin: 48px 0 0;
}

.Groupexam-exam-list>ul>li {
    float: left;
    width: calc(50% - 12px);
    height: 367px;
    margin-bottom: 24px;
    border-radius: 16px;
    background-color: #f9f9f9;
    padding: 40px 24px 24px;
    text-align: center;
}

.Groupexam-exam-list>ul>li:nth-child(2n) {
    margin-left: 24px;
}

.Groupexam-exam-list>ul>li h1 {
    font-size: 24px;
    font-weight: bold;
}

.Groupexam-exam-list>ul>li>div {
    height: 251px;
    background: #fff;
    padding: 24px;
    margin: 16px 0 0;
}

.Groupexam-exam-list>ul>li>div .time {
    height: 24px;
    font-size: 16px;
    color: #868686;
}

.Groupexam-exam-list>ul>li>div .summary {
    height: 29px;
    font-size: 20px;
    font-weight: 500;
    margin: 8px 0 0;
}

.Groupexam-exam-list>ul>li>div .remaining {
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin: 32px 0 0;
}

.Groupexam-exam-list>ul>li>div .btn-large {
    display: block;
    margin: 8px auto 0;
}

.Groupexam-exam-list>ul>li>div a {
    display: inline-block;
    height: 20px;
    font-size: 14px;
    text-decoration: underline;
    color: #a6a6a6;
    margin: 8px 0 0;
}


.radio-answer {
    overflow: hidden;
    margin: 24px 0 0;
}

.radio-answer>li {
    position: relative;
    float: left;
    margin: 0 9px 0 0;
}

.radio-answer>li:nth-child(9n) {
    margin: 0;
}

.radio-answer>li input[type="radio"] {
    display: none;
}

.radio-answer>li input[type="radio"]+img {
    width: 112px;
    height: 112px;
    border-radius: 8px;
    border: solid 1px #e9e9e9;
    ;
}

.radio-answer>li input[type="radio"]:checked+img {
    width: 112px;
    height: 112px;
    border: solid 3px #1c92eb;
}

.radio-answer>li span.num {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50vh;
    background-color: #418aca;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
}

.radio-answer>li input[type="checkbox"] {
    display: none;
}

.radio-answer>li input[type="checkbox"]+img {
    width: 112px;
    height: 112px;
    border-radius: 8px;
    border: solid 1px #e9e9e9;
    ;
}

.radio-answer>li input[type="checkbox"]:checked+img {
    width: 112px;
    height: 112px;
    border: solid 3px #1c92eb;
}


.Adult-ennea {
    border-radius: 8px;
    border: solid 1px #e9e9e9;
    background-color: #f9f9f9;
}

.Adult-ennea>div {
    padding: 40px;
}

.Adult-ennea>div+div {
    border-top: solid 1px #e9e9e9;
}

.Adult-ennea>div>h1 {
    margin: 0 0 32px;
}

.Adult-ennea>div>ul:after {
    content: '';
    display: block;
    clear: both;
}

.Adult-ennea>div>ul>li {
    float: left;
    margin: 0 40px 0 0;
    font-size: 15px;
}

.Adult-ennea>div>ul>li input {
    margin: -2px 8px 0 0;
}

/* ------ 검사지구입 - 결제수단(신용카드, 실시간 계좌이체) 칸 ------ */
.Exam-review {
    padding: 72px 220px;
    border-radius: 8px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    margin: 48px 0 0;
}

.Exam-review>.title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 56px;
}

.Exam-review>h1 {
    margin: 15px 0 16px;
}

.Exam-review>label {
    display: inline-block;
    font-size: 15px;
}

/* display : inline 으로 입력시 1줄로 나타남 / 기존 display: inline-block */

.Exam-review>label+label {
    margin: 0 0 0 32px;
}

/* display 에 margin 값 영향 / 기존 : margin: 0 0 0 32px; */

.Exam-review>label input {
    margin: -2px 5px 0 0;
}

/* 버튼 과 텍스트 사이 margin 값 / 기존 : margin: -2px 8px 0 0; */


.total-amount {
    overflow: hidden;
    margin: 48px 0 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}

.total-amount .tit {
    float: left;
    width: 50%;
    font-size: 24px;
    font-weight: 500;
}

.total-amount .con {
    float: left;
    width: 50%;
    text-align: right;
    font-size: 24px;
    font-weight: 900;
}


.About-company>h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 80px 0 0;
}


.history-list {
    margin: 64px 0 0;
}

.history-list>div {
    overflow: hidden;
}

.history-list>div>h1 {
    float: left;
    width: 176px;
    font-size: 46px;
    font-weight: 900;
}

.history-list>div>.info {
    position: relative;
    float: left;
    width: calc(100% - 176px);
    padding: 0 0 64px 68px;
}

.history-list>div>.info:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
}

.history-list>div:first-child>.info:before {
    top: 30px;
}

.history-list>div>.info:after {
    position: absolute;
    top: 30px;
    left: -4px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #418aca;
    border-radius: 50vh;
}

.history-list>div>.info ul {
    overflow: hidden;
    margin: 16px 0 0;
}

.history-list>div>.info ul:first-child {
    margin: 12px 0 0;
}

.history-list>div>.info ul .tit {
    float: left;
    width: 117px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #868686;
    background: url(../../images/web/history_ym.png) center center no-repeat;
    background-size: contain;
}

.history-list>div>.info ul .con {
    float: left;
    width: calc(100% - 117px);
    padding: 6px 0 0 40px;
    font-size: 22px;
    font-weight: 500;
}

.history-list>div:last-child>.info {
    padding-bottom: 0;
}

.history-list>div:last-child>.info:before {
    height: 40px;
}


.address-info {
    padding: 35px 0;
    background-color: #f9f9f9;
    overflow: hidden;
}

.address-info .tit {
    float: left;
    width: 135px;
    padding: 0 0 0 40px;
    font-size: 20px;
    font-weight: bold;
}

.address-info .tit:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    width: 24px;
    height: 24px;
    background: url(../../images/web/icon_address.png) center center no-repeat;
    background-size: contain;
}

.address-info .con {
    float: left;
    width: calc(100% - 135px);
    padding: 0 40px 0 0;
    font-size: 20px;
    color: #868686;
}


.ani1 {
    width: 100%;
    overflow: hidden;
}

.ani1>img {
    width: 100%;
    height: 100%;
}

.ani1>.btn-large {
    display: block;
    margin: 0 auto;
    width: 256px;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
}


/* letter_test.tpl */
.popup_cf2 {
    position: fixed;
    left: 29%;
    top: 20%;
    width: 800px;
    height: 500px;
    background-color: #434343;
    z-index: 10002;
}
.cf_main2 .cf_video2 {
    width: 100%;
    height: 450px;
    overflow: hidden;
}
/* letter_test.tpl */


.introduce-letter {
    position: relative;
    width: 640px;
    height: 530px;
    margin: 0 auto;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
}

.introduce-letter .sample {
    position: absolute;
    top: 0;
    left: 0;
    width: 148px;
    height: 148px;
    z-index: 2;
}

.introduce-letter .sample img {
    width: 100%;
    height: 100%;
}

.introduce-letter .drawing {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.introduce-letter .drawing img {
    width: 100%;
    height: 100%;
}

/*  children_ennea button O,X  */

.introduce-letter-btn {
    width: 608px;
    margin: 48px auto 0;
    overflow: hidden;
}

.introduce-letter-btn li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.introduce-letter-btn li button {
    width: 192px;
    height: 136px;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 24px;
    margin-top: 10px;
}

.introduce-letter-btn li button.good {
    background-color: #137a00;
    color: #ffffff;
}

.introduce-letter-btn li button.good:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_good.png) center center no-repeat;
    background-size: contain;
}

.introduce-letter-btn li button.bad {
    background-color: #fff;
    color: #9c0000;
    border: 1px solid #9c0000;
}

.introduce-letter-btn li button.bad:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_bad.png) center center no-repeat;
    background-size: contain;
}

.introduce-letter-btn li button.redraw {
    background-color: #fff;
    color: #868686;
    border: 1px solid #d6d6d6;
}

.introduce-letter-btn li button.redraw:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_redraw.png) center center no-repeat;
    background-size: contain;
}

/*   children_ennea O,X button end */


/*   letter_test O,X button   */

.introduce-letter-btn2 {
    width: 650px;
    margin: 48px auto 0;
    overflow: hidden;
}

.introduce-letter-btn2 li {
    float: left;
    width: 25%;
    text-align: center;
}

.introduce-letter-btn2 li button {
    width: 152px;
    height: 136px;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 24px;
    margin-top: 10px;
}

.introduce-letter-btn2 li button.good {
    background-color: #137a00;
    color: #ffffff;
}

.introduce-letter-btn2 li button.good:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_good.png) center center no-repeat;
    background-size: contain;
}

.introduce-letter-btn2 li button.bad {
    background-color: #fff;
    color: #9c0000;
    border: 1px solid #9c0000;
}

.introduce-letter-btn2 li button.bad:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_bad.png) center center no-repeat;
    background-size: contain;
}

.introduce-letter-btn2 li button.redraw {
    background-color: #fff;
    color: #868686;
    border: 1px solid #d6d6d6;
}

.introduce-letter-btn2 li button.redraw:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_redraw.png) center center no-repeat;
    background-size: contain;
}

.introduce-letter-btn2 li button.grade {
    background-color: #fff;
    color: #868686;
    border: 1px solid #d6d6d6;
}

.introduce-letter-btn2 li button.grade:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: url(../../images/web/icon_search.png) center center no-repeat;
    background-size: contain;
}

/*   letter_test O,X button end   */

.Letter-test-done {
    width: 640px;
    margin: 0 auto;
}


.children-ennea {
    text-align: center;
}

.children-ennea-img {
    margin: 24px 0 0;
}

.children-ennea-img img {
    border: 1px solid #e9e9e9;
}

.checkbox-answer {
    overflow: hidden;
    margin: 48px 0 0;
}

.checkbox-answer>li {
    position: relative;
    float: left;
    margin: 0 9px 0 0;
}

.checkbox-answer>li:nth-child(9n) {
    margin: 0;
}

.checkbox-answer>li input[type="checkbox"] {
    display: none;
}

.checkbox-answer>li input[type="checkbox"]+img {
    width: 112px;
    height: 112px;
    border-radius: 8px;
    border: solid 1px #e9e9e9;
    ;
}

.checkbox-answer>li input[type="checkbox"]:checked+img {
    width: 112px;
    height: 112px;
    border: solid 3px #1c92eb;
}

.checkbox-answer>li span.num {
    position: absolute;
    top: 4px;
    left: 4px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50vh;
    background-color: #418aca;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
}

.checkbox-answer>li .play {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 24px;
    height: 24px;
    background: url(../../images/web/icon_play.png) center center no-repeat;
    background-size: contain;
    z-index: 1;
}


.swiper-container.children-ennea {
    width: 400px;
    border: solid 1px #e9e9e9;
    margin-top: 48px;
}

.swiper-container.children-ennea .play {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 48px;
    height: 48px;
    background: url(../../images/web/icon_play_large.png) center center no-repeat;
    background-size: contain;
    z-index: 1;
}

.swiper-pagination.swiper-pagination-fraction {
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.3);
}


.tab-menu-type {
    margin: 50px 0 0;
}

.tab-menu-type>li {
    float: left;
    width: calc(20% - 6.4px);
    display: block;
    padding: 20px 0;
    background-color: #f9f9f9;
    height: 100%;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #565656;
    margin: 0 8px 8px 0;
    line-height: 1.57;
    letter-spacing: -0.42px;
    cursor: pointer;
}

.tab-menu-type>li:nth-child(5n) {
    margin-right: 0;
}

.tab-menu-type>li.active {
    background-color: #89beeb;
    color: #ffffff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}

.result-sheet {
    overflow: hidden;
}

.result-sheet>li {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 1px #a6a6a6;
    background-color: #d6d6d6;
    margin: 0 4px 4px 0;
}

.result-sheet>li:nth-child(7n) {
    margin-right: 0;
}

.result-sheet>li.active {
    background-color: #494895;
    border: 1px solid #494895;
}

.result-sheet>a>li {
    float: left;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: solid 1px #a6a6a6;
    background-color: #d6d6d6;
    margin: 0 4px 4px 0;
}

.result-sheet>a>li:nth-child(7n) {
    margin-right: 0;
}

.result-sheet>a>li.active {
    background-color: #494895;
    border: 1px solid #494895;
}


.pattern-input {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.pattern-input>ul>li {
    float: left;
    width: 119.8px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.pattern-input>ul>li .tit {
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #f9f9f9;
    font-size: 13px;
    font-weight: 500;
    color: #a6a6a6;
}

.pattern-input>ul>li .con {
    height: 55px;
    line-height: 55px;
    text-align: center;
}


.audio-small {
    margin: 8px 0 0;
}

.audio-small audio {
    width: 200px;
    margin: 0 auto;
}


.audio-large {
    margin: 8px 0 0;
}

.audio-large audio {
    width: 400px;
    margin: 0 auto;
}

/* .audio-large audio {  OX문제에 나오는 audio 버튼 가운데 정렬 부분
  width: 400px;
  position: absolute;
  top: 82%;
  left: 39.5%;
} */




/* 2020-09-21 */
/* split4 */
.table-type-area>ul>li.split4 .title {
    width: 25%;
}

.table-type-area>ul>li.split4 .con {
    width: 25%;
}


/* 2021-01-04 */
.board-view-area .content img {
    width: 400px;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.accordion.faq .inner-wrap>ul>li .accordion-content img {
    display: block;
    max-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    object-fit: cover;
    margin: 16px 0 0;
}

.board-view-area .header .file {
    clear: both;
    padding: 8px 0 0;
}

.board-view-area .header .file ul {
    border-top: 1px solid #e6e6e6;
    padding: 8px 0 0;
}

/* 2021-01-25 */
.btn-arrow-next {
    display: block;
    width: 128px;
    height: 128px;
    margin: 48px auto 120px;
    padding: 24px;
    border-radius: 50%;
    background-color: #494895;
    font-size: 15px;
    font-weight: 500;
}

.blinking {
  -webkit-animation:blink 0.5s ease-in-out infinite alternate;
  -moz-animation:blink 0.5s ease-in-out infinite alternate;
  animation:blink 0.5s ease-in-out infinite alternate;
  }

  @-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
    }
  @-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
    }
  @keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
    }

.btn-arrow-next:before {
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 56px;
    height: 40px;
    background: url(/images/web/icon_next.png) center center no-repeat;
    background-size: contain;
}


/* 2021-03-18 */
.file-upload .gallery .img-thumb {
    border-radius: 50%;
}

input[readonly] {
    background: #f6f6f6;
    cursor: not-allowed;
    color: #565656;
}

.ani1 {
    width: 640px;
    margin: 0 auto;
}

.member-out .table-type-area {
    margin-top: 40px;
}



/* 2021-09-08 popup video add */
button {
    border: none;
    font-family: 'Noto Sans KR', sans-serif;
}

.section01 .sec1_box1 {
    /* padding-top:11px; */
    height: 100%;
    z-index: 1;
}

.popup_cf {
    position: absolute;
    left: 30px;
    top: 90px;
    width: 400px;
    height: 365px;
    background-color: #434343;
    z-index: 10;
}

.cf_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
    height: 40px;
    background-color: #000;
}

.cf_header img {
    display: block;
    width: 159px;
    height: 18px;
}

.cf_header span {
    display: block;
    font-size: 18px;
    color: #fff;
}

.cf_main>div:first-child {}

.cf_main .cf_video {
    width: 100%;
    height: 226px;
    overflow: hidden;
}

.cf_main .cf_video iframe {
    width: 100%;
}

.cf_main ul {
    margin: 15px 0 5px;
    font-size: 0;
    text-align: center;
    float: center;
}

.cf_main ul li {
    display: inline-block;
    width: 148px;
    height: 35px;
    border: 2px solid #707070;
    background-color: #313131;
    box-shadow: 2px 5px 7px rgba(0, 0, 0, .3);
}

.cf_main ul li:first-child {
    margin-right: 22px;
}

.cf_main ul li a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 3px 0 0 0;
}

.cf_footer:after {
    content: "";
    display: block;
    clear: both;
}

.cf_footer button {
    float: left;
    height: 42px;
    background-color: #dcdcdc;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.cf_footer button:first-child {
    margin-right: 3px;
    padding: 0 58px;
}

.cf_footer button:last-child {
    width: 100%;
    padding: 0 45px 0 44px;
}

.section01 .sec1_box1 .swiper-container2 .swiper-slide,
.section01 .sec1_box1 .swiper-container2.animate {
    transform: scale(1.03);
    transition: transform 3s;
    width: 100%;
    /* width:1920px; */
    height: 100vh;
}



/* 2021-09-09 popup notice add */
#popup_layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

/*팝업 박스*/
.popup_box {
    position: relative;
    top: 50%;
    left: 50%;
    width: 450px;
    transform: translate(-50%, -50%);
    z-index: 1002;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 5px 10px 0px rgba(0, 0, 0, 0.35);
}

/*컨텐츠 영역*/
.popup_box .popup_cont {
    padding: 30px;
    word-break: break-word;
}

.popup_box .popup_cont h2 {
    padding: 10px 0 30px 0;
    color: #333;
    margin: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    border-bottom : 1px solid #000;
}

h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 20px 0;
    color: red;
}

.popup_box .popup_cont .sale {
    text-align: center;
    font-size: 19px;
    line-height: normal;
    border-style: none;
}

.popup_box .popup_cont .text_url {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}
.text_url u {
  color : #00498c;
}

/*버튼영역*/
.popup_box .popup_btn {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 70px;
    background: #5d5d5d;
    word-break: break-word;
}

.popup_box .popup_btn a {
    position: relative;
    display: table-cell;
    height: 70px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background: #102c5c;
}

.popup_box .popup_btn a:before {
    content: '';
    display: block;
    position: absolute;
    top: 26px;
    right: 29px;
    width: 1px;
    height: 21px;
    background: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup_box .popup_btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 26px;
    right: 29px;
    width: 1px;
    height: 21px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup_box .popup_btn a.close_day {
    background: #5d5d5d;
}

.popup_box .popup_btn a.close_day:before,
.popup_box .popup_btn a.close_day:after {
    display: none;
}

/*오버레이 뒷배경*/
.popup_overlay {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    ;
    background: rgba(0, 0, 0, 0.5);
}





 /*   2021-10-12  main visual   */

* {
    margin: 0px;
    padding: 0px;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
    }

.visual-wrap {
    position: relative;
}

.visual-wrap .visual {
    width: 100%;
    height: 100vh;
}

.visual-wrap .visual li {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.visual-wrap .visual li .slide-01 {
    width: 100%;
    height: 100%;
    background: url('../../images/web/new_01.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.visual-wrap .visual li .slide-02 {
    width: 100%;
    height: 100%;
    background: url('../../images/web/new_02.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.visual-wrap .visual li .slide-03 {
    width: 100%;
    height: 100%;
    background: url('../../images/web/new_03.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.visual-wrap .visual li .slide-04 {
    width: 100%;
    height: 100%;
    background: url('../../images/web/new_04.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.visual-wrap .visual li div .visual-con {
    z-index: 100;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 340px;
    padding-left: 100px;
}

.visual-wrap .visual li div .visual-con .visual-tit {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

/*
.visual-wrap .visual li div .visual-con .visual-tit strong {
    display: block;
    font-weight: bold;
}
*/

.visual-wrap .visual li div .visual-con .visual-txt {
    margin: 20px 0 0 0; /* 위치 */
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1s;
}

.visual-wrap .visual li div .visual-con .go {
    display: block;
    width: 200px;
    height: 80px;
    border-radius: 35px;
    text-align: center;
    margin-top: 380px;
    margin-left: 400px;
}

.visual-wrap .visual li.on div .visual-con .visual-tit {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .6s;
}

.visual-wrap .visual li.on div .visual-con .visual-txt {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.visual-wrap .visual li.on div .visual-con .go {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.4s;
    cursor: pointer;
}

.visual-wrap .bx-wrapper .bx-controls {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.visual-wrap .bx-wrapper .bx-controls .bx-pager {
    position: absolute;
    bottom: 100px;
    left: 43%;
}

.visual-wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    float: left;
}

.visual-wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    width: 35px;
    height: 5px;
    margin-right: 9px;
    font-size: 0;
    background: #fff;
    opacity: .3;
}

.visual-wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item:last-child a {
    margin-right: 0;
}

.visual-wrap .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.active {
    opacity: 1;
}

.visual-wrap .counter-wrap {
    position: absolute;
    top: 0;
    width: 100%;
}

.visual-wrap .counter-wrap #slide-counter {
    max-width: 1200px;
    margin: 280px 0 0 455px;
    font-size: 20px;
    color: rgba(255, 255, 255, .3);
}

.visual-wrap .counter-wrap #slide-counter .current-prev,
.visual-wrap .counter-wrap #slide-counter .current-index {
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
}

 /*   2021-10-12  main visual end   */



/*-----------------------------
------   Media Queries   ------
------------------------------*/

@media only screen and (min-width : 1025px) and (max-width : 1420px) {
    #wrapper>header>#header {
        width: 100%;
    }

    .gnb {
        float: center;
        text-align: center;
    }

    .gnb>ul>li a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 20px 5px 21px 5px;
    }

    #wrapper>header>#header .util-area {
        float: right;
        text-align: right;
        display: inline;
    }

    .swiper-container.main-visual {
        width: 100%;
        height: auto;
    }

}


@media(max-width:800px) {
    .visual-wrap .visual {
        height: 100vh;
    }

    .visual-wrap .visual li div {
        position: relative;
    }

    .visual-wrap .visual li .slide-01 {
        background: #70c06e;
    }

    .visual-wrap .visual li .slide-01:after {
        content: '';
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 600px;
        background: url('../images/mv01.png');
        background-position: center;
        background-size: cover;
    }

    .visual-wrap .visual li .slide-02 {
        background: #fd934e;
    }

    .visual-wrap .visual li .slide-02:after {
        content: '';
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 600px;
        background: url('../images/mv02.png');
        background-position: center;
        background-size: cover;
    }

    .visual-wrap .visual li .slide-03 {
        background: #a87ac8;
    }

    .visual-wrap .visual li .slide-03:after {
        content: '';
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 600px;
        background: url('../images/mv03.png');
        background-position: center;
        background-size: cover;
    }

    .visual-wrap .visual li .slide-04 {
        background: #3bc5ce;
    }

    .visual-wrap .visual li .slide-04:after {
        content: '';
        position: absolute;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 600px;
        background: url('../images/mv04.png');
        background-position: center;
        background-size: cover;
    }

    .visual-wrap .visual li div .visual-con {
        padding-top: 20%;
    }

    .visual-wrap .visual li div .visual-con .visual-tit .vi-mo {
        display: block;
    }

    .visual-wrap .visual li div .visual-con .visual-txt {
        display: none;
    }

    .visual-wrap .visual li.on div .visual-con .go {
        margin-top: 20px;
        transition-delay: 1s;
    }

    .visual-wrap .counter-wrap,
    .visual-wrap .bx-wrapper .bx-controls {
        display: none;
    }

}


@media(max-width:600px) {
    .visual-wrap .visual li .slide-01:after {
        width: 350px;
        height: 263px;
    }

    .visual-wrap .visual li .slide-02:after {
        width: 350px;
        height: 279px;
    }

    .visual-wrap .visual li .slide-03:after {
        width: 350px;
        height: 256px;
    }

    .visual-wrap .visual li .slide-04:after {
        width: 350px;
        height: 309px;
    }

    .visual-wrap .visual li div .visual-con {
        margin: 0 0 0 30px;
        padding-top: 30%;
    }

    .visual-wrap .visual li div .visual-con .visual-tit {
        font-size: 30px;
    }

    .visual-wrap .visual li div .visual-con .go {
        width: 160px;
        height: 25px;
        margin-top: 10px;
        padding: 5px 0 0;
        font-size: 14px;
        font-weight: 600;
    }
}


@media(max-width:500px) {
    .visual-wrap .visual li div .visual-con .visual-tit {
        font-size: 23px;
    }
}

/* 작업자 : 신혜진 */
:root {
  --primary-dark: var(--green-dark);
  --primary: var(--green);
  --primary-light: var(--green-light);
  --primary-lighten: var(--green-lighten);
  --secondary-dark: var(--pink-dark);
  --secondary: var(--pink);
  --secondary-light: var(--pink-light);
  --secondary-lighten: var(--pink-lighten);

  --green-dark: #288b7e;
  --green: #2baa9a;
  --green-light: #7AC8C2;
  --green-lighten: #C4E5E7;
  --pink-dark: #C35E65;
  --pink: #FF747E;
  --pink-light: #F2A1A8;
  --pink-lighten: #FAD6D9;
  --blue: #546FFF;
  --blue-lighten: #BDCFEA;
}

p {
  line-height: 1.5;
  word-break: keep-all;
}

strong, strong span {
  font-weight: 700;
}

.btn {
  font-size: 14px;
  transition: .5s;
}

.btn-md {
  padding: 8px 16px 10px;
  font-size: 16px;
}

.btn-lg {
  padding: 10px 32px 12px;
  font-size: 32px;
  font-weight: 500;
}

.btn-radius {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.btn-green {
  background-color: var(--green);
  color: #fff;
}

.btn-green:hover {
  background-color: var(--green-light);
}

.btn-green:active {
  background-color: var(--green-dark);
}

.btn-pink {
  background-color: var(--pink);
  color: #fff;
}

.btn-pink:hover {
  background-color: var(--pink-light);
}

.btn-pink:active {
  background-color: var(--pink-dark);
}

.text-primary, .theme1-c-font {
  color: var(--green) !important;
}

.text-secondary {
  color: var(--pink) !important;
}

.text-dark {
  color: #000 !important;
}

/* 홈화면 */

#wrapper > header > #header {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  min-width: 1440px;
  height: 120px;
}

#wrapper > header > #header .util-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  min-height: 40px;
  float: initial;
  border-bottom: 1px solid #ddd;
}

#wrapper > header > #header .util-area .util-area-inner {
  max-width: 1600px;
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: end;
  align-items: center;
}

#wrapper > header > #header .util-area .util-area-inner .sns {
  position: relative;
  padding-right: 64px;
}

#wrapper > header > #header .util-area .util-area-inner .sns::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 7px;
  width: 1px;
  height: 14px;
  background-color: #999;
}

#wrapper > header > #header .util-area .util-area-inner .sns img {
  width: 24px;
}

.util-area ul > li:before {
  margin: 0px 12px 0 !important;
  background: #fff !important;
}

#wrapper > header > #header .util-area ul {
  margin: 0;
}

#wrapper > header > #header .util-area ul li {
  margin: 0;
}

#wrapper > header > #header .util-area ul:last-child > li > a {
  font-size: 14px;
  color: #000;
}

.util-area ul > li:before {
  margin: 0px 20px 0;
  height: 10px;
  background: #000;
}

#wrapper > header > #header .inner-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}

#wrapper > header > #header h1 {
  position: initial;
  margin-bottom: 4px;
  width: 280px;
  height: 79px;
}

.gnb > ul > li, .gnb-sub ul li  {
  margin: 0;
}

.gnb > ul > li a {
  padding: 16px;
  font-size: 22px;
}

.gnb > ul > li a:hover, .gnb > ul > li a.active {
  border-bottom: 0;
  color: var(--primary);
}

.gnb-sub {
  display: flex;
  justify-content: end;
  width: 280px;
}

.gnb-sub > ul > li {
  float: left;
}

.gnb-sub > ul > li a {
  margin-left: 12px;
}

.slider {
  margin-top: 120px;
  height: 740px;
}

.slider .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  min-width: 1440px;
  height: 740px;
}

.slider .swiper-container.main-visual .slider-btn-next {
  width: 60px;
  right: 120px;
}

.slider .swiper-container.main-visual .slider-btn-prev {
  left: 120px;
}

@media (max-width: 1700px) {
  .slider-btn-next, .slider-btn-prev {
    display: none !important;
  }
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--green);
}

section#content {
  min-width: 1440px;
}

h1 span {
  font-weight: 700;
}

.main-con0 {
  width: 100%;
  background-color: #fff;
}

.main-con0 .inner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  padding: 56px 40px 16px;
}

.main-con0 .inner-wrap .card-item {
  border-radius: 8px;
  width: 32%;
  height: 240px;
  position: relative;
  background-color: #fff;
  text-align: center;
}

.main-con0 .inner-wrap .card-item:first-child {
  text-align: left;
}

.main-con0 .inner-wrap .card-item:first-child strong {
  color: #000;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  font-size: 32px;
}

.main-con0 .inner-wrap .card-item:first-child p {
  color: #666;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 16px;
  font-size: 16px;
}

.main-con0 .inner-wrap .card-item:first-child img {
  width: 80px;
  height: 80px;
  margin-top: 16px;
  margin-left: 8px;
}

.main-con0 .inner-wrap .card-item:last-child p {
  position: absolute;
  width: 100%;
  top: 70px;
  color: #fff;
  font-size: 18px;
}

.main-con0 .inner-wrap .card-item:last-child a {
  position: absolute;
  left: calc(50% - 63px);
  color: #fff;
  bottom: 50px;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 24px;
  transition: 2s;
  -webkit-transition: .5s;
}

.main-con0 .inner-wrap .card-item:last-child a:hover {
  background-color: rgba(255, 2555, 255, .3);
}

.main-con0 .inner-wrap .card-item a {
  display: block;
}

.main-con0 .inner-wrap .card-item img {
  width: 100%;
  height: 240px;
  border-radius: 8px;
}

.main-con1 {
  width: 100%;
  height: auto;
  padding: 0;
  background-color: rgb(250 214 217 / 30%);
}

.main-con1 .inner-wrap {
  padding: 100px 0 120px;
  width: 100%;
  max-width: 1600px;
}


.main-con1 .inner-wrap > h1 {
  font-size: 44px;
}

.main-con1 .inner-wrap > p {
  margin-top: 20px;
  color: #868686;
  font-size: 24px;
}

.video-wrap {
  position: relative;
  margin: 64px auto;
}

.main-con2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding: 0;
  background: #fff;
}

.main-con2 .inner-wrap {
  margin: 100px 0 120px;
  padding: 0 40px;
}

.main-con2 .inner-wrap > h1 {
  margin: 0;
  color: #000;
  font-size: 44px;
}

.main-con2 .inner-wrap > p {
  margin: 20px 0 64px;
  color: #999;
  font-size: 24px;
}

.main-con2 .inner-wrap > ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.main-con2 .inner-wrap > ul > li {
  margin: 0;
  width: 16%;
  height: 440px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.test-type {
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #2bab9a;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}

.main-con2 .inner-wrap > ul > li:hover .test-type {
  height: 140px;
}

.main-con2 .inner-wrap>ul>li p.test-type-tit {
  position: absolute;
  top: -60px;
  font-size: 22px;
  word-break: keep-all;
  line-height: 1.25;
  color: #fff;
  opacity: 1;
  font-size: 22px;
  font-weight: 700;
  background-image: none;
}

.main-con2 .inner-wrap > ul > li:hover .test-type-tit {
  top: 0;
  text-align: left;
  padding: 24px 24px 0;
}

.main-con2 .inner-wrap > ul > li span.test-type-view {
  position: initial;
  text-align: left;
  padding: 90px 24px 0;
  font-size: 16px;
  font-weight: 400;
}

.main-con2 .inner-wrap > ul > li span.test-type-view::after {
  content: "";
  position: absolute;
  top: 96px;
  left: 130px;
  width: 50px;
  height: 20px;
  background: url(../../images/web/test-type-arrow.png) no-repeat;
  background-size: 100%;
}

.main-con2 .inner-wrap > ul > li img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 500px;
  opacity: .9;
}

.main-con2 .inner-wrap > ul > li:hover img {
  transform: scale(1.1);
}

.main-con2 .inner-wrap > ul > li p {
  height: 100%;
  opacity: .5;
  background-image: linear-gradient(1deg, #666 1%, rgba(255, 255, 255, 0) 40%);
}

.main-con2 .inner-wrap > ul > li:hover p {
  background-image: none;
}

.main-con3 {
  padding: 100px 0 160px;
  height: auto;
}

.main-con3 .inner-wrap {
  width: 100%;
  max-width: 1600px;
}

.main-con3 .inner-wrap > h1 {
  margin: 0;
  font-size: 44px;
}

.main-con3 .inner-wrap > p {
  margin-top: 20px;
  color: #868686;
  font-size: 22px;
}

.main-con3 .inner-wrap > ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.main-con3 .inner-wrap > ul > li div {
  margin: 0 64px;
}

.main-con3 .inner-wrap > ul > li .num {
  left: 56px;
}

.main-con3-bg {
  margin-top: 80px;
  height: 560px;
  background: center / contain no-repeat url(../../images/web/main-con3-bg.png) ;
}

.main-con3-review {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  width: 100%;
  margin: 80px auto;
  max-width: 1200px;
}

.main-con3-review .review {
  width: calc(50% - 32px);
  background: #f5f5f5;
  margin: 16px;
  border-radius: 8px;
  padding: 24px 32px 32px;
}

.main-con3-review .review .review-tit {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.main-con3-review .review .review-tit img {
  width: 40px;
  margin-right: 12px;
}

.main-con3-review .review .review-tit p {
  font-size: 20px;
  font-weight: 700;
  margin-top: 6px;
}

.main-con3-review .review .review-desc span {
  word-break: keep-all;
}

.main-con3 .inner-wrap .main-con3-text {
  font-size: 28px;
}

.main-con4 {
  padding: 80px 0;
  background: var(--green-lighten);
}

.main-con4 .inner-wrap {
  padding: 0 40px;
  width: 100%;
  max-width: 1400px;
}

.main-con4 .inner-wrap > ul {
  margin: 0;
}

.main-con4 .inner-wrap > ul > li {
  padding: 24px 32px;
  width: 49%;
  height: 260px;
  border-radius: 8px;
}

.main-con4 .inner-wrap>ul>li.bbs>ul {
  padding-top: 12px;
}

.main-con4 .inner-wrap>ul>li.bbs>.title-info .more {
  font-size: 15px;
  color: var(--green);
  text-decoration: none;
}

.main-con4 .inner-wrap>ul>li+li {
  margin-left: 2%;
}

.main-con4 .inner-wrap>ul>li.bbs>ul>li a p {
  width: 400px;
  font-size: 18px;
}

.main-con4 .inner-wrap>ul>li.bbs>ul>li a span {
  width: 100px;
  text-align: end;
  font-size: 14px;
}

.main-con4 .inner-wrap>ul>li.bbs>.title-info h1, .main-con4 .inner-wrap>ul>li.cscenter>.title-info h1 {
  font-size: 22px;
}

.main-con5 .inner-wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.swiper-container.banner {
  margin-top: 56px;
  padding: 0;
}

.swiper-container.banner .swiper-slide {
  border-radius: 100px;
  border: 1px solid #ddd;
  width: 200px !important;
  height: 200px !important;
  box-shadow: none !important;
  background-color: #ffffff;
  margin-right: 40px !important;
}

.swiper-container.banner .swiper-slide a {
  top: 65px;
}

.main-con6 {
  background-color: var(--secondary);
}

.main-con6 .inner-wrap {
  position: relative;
  max-width: 1600px;
  width: 100%;
  height: 320px;
  margin: 0 auto;
}

.main-con6 .inner-wrap .main-con6-item {
  position: absolute;
  left: 0;
  width: 440px;
  height: auto;
  top: 120px;
}

.main-con6 .inner-wrap .main-con6-bg {
  height: 500px;
  position: absolute;
  top: -120px;
  right: 100px;
}

.main-con6 .inner-wrap .cont-text {
  padding-top: 80px;
  text-align: center;
}

.main-con6 .inner-wrap p:first-child {
  padding-bottom: 12px;
  font-size: 24px;
  color: #fff;
}

.main-con6 .inner-wrap p:last-child {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.main-con4 .inner-wrap>ul>li.cscenter {
  text-align: left;
}

.cscenter .cont-desc {
  margin: 16px 0;
}

.main-con4 .inner-wrap>ul>li.cscenter>.tel {
  font-size: 32px;
    text-align: left;
    margin: 24px 0 12px;
    color: var(--primary);
}

.main-con4 .inner-wrap>ul>li.cscenter>.tel:before {
  display: none;
}

.main-con4 .inner-wrap>ul>li.cscenter>.email {
  font-size: 18px;
  text-align: left;
}

.main-con4 .inner-wrap>ul>li.cscenter>.title-info .btn a {
  font-size: 15px;
    color: var(--green);
    text-decoration: none;
}

.cscenter .btn {
  font-size: 18px;
}

.cscenter .btn .more {
  font-weight: bold;
  color: var(--secondary);
  margin-right: 20px;
  position: relative;
}

.cscenter .btn .more::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #eee;
  top: 7px;
  right: -12px;
}

#footer {
  background: #ffffff;
}

.footer-util-area {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

#footer>.footer-util-area>ul {
  border-bottom: none;
}

#footer>.footer-util-area>ul>li>a {
  color: #999999;
}

.footer-util-area ul, .footer-copyright-area {
  padding: 0 40px;
  width: 100% !important;
  max-width: 1600px;
  min-width: 1440px;
}

#footer .footer-copyright-area>div>ul>li:first-child {
  height: auto;
}

#footer .footer-copyright-area > div > ul > li > strong {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

#footer .footer-copyright-area > div.info {
  width: calc(100% - 450px);
}

#footer .footer-copyright-area>div>ul>li>span {
  font-size: 13px;
  color: #666;
}

#footer .footer-copyright-area > div.cscetner {
  width: 250px;
}

#footer .footer-copyright-area>div>ul>li.tel {
  color: var(--green)
}

/* 검사 */
.ani1 {
  width: 100%;
}

#question_item .slider {
  margin-top: 0;
  height: auto;
}

#question_item .slider .swiper-container .swiper-wrapper .swiper-slide img {
  width: 400px;
  min-width: 400px;
  height: auto;
}

/* 퀵메뉴 */
.quick_menu {
  top: 100px;
  box-shadow: none;
  border: 1px solid #ddd;
  right: 0;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  z-index: 50;
}

.quick_menu ul, li {
  margin: 0;
}

.quick_menu .q_list a {
  margin: 0;
  padding: 16px 0;
}

.quick_menu .q_list p {
  padding-top: 8px;
}

.quick_menu .q_list li:before {
  width: 64px;
  border-top: 1px solid #eee;
}

.quick_menu .q_tit {
  background-color: var(--secondary);
}

#to-top {
  position: initial !important;
  color: #fff;
}

/* 서브화면 */
.sub-title-area {
  margin-top: 200px;
}

/* 팝업 */
.popup_cf {
  position: fixed;
  top: 150px;
  z-index: 10000;
  height: 570px;
  border-radius: 8px;
  background: var(--blue);
}

.cf_header{
  display: none;
}

.cf_main .cf_video {
  border-radius: 8px 8px 0 0;
}

.cf_main .cf_cont {
  position: relative;
}

.cf_cont:before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: var(--blue-lighten);
}

.cf_main .cf_cont .btn {
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  z-index: 1;
}

.cf_footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cf_footer button {
  padding: 0 16px !important;
  margin-right: 0 !important;
  font-size: 14px;
  text-align: end;
  border-radius: 0 0 8px 8px;
  background-color: var(--blue);
  font-weight: 400;
  color: var(--blue-lighten);
}