@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    color: #111;
    word-break: keep-all;
    line-height: 1.7;
    font-family: 'GmarketSans',sans-serif;
    font-size: 20px;
}

.inner {
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px;
}

/***** sns-btn *****/
.sns-btn {
    position: fixed;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    z-index: 99;
    width: auto;
    height: auto;
    padding: 0;
}

.sns-btn ul {
    width: 70px;
    padding: 30px 0 0 0;
    background: rgba(255,255,255,.8);
    border: 1px solid #333;
    border-radius: 50px;
    text-align: center;
}

.sns-btn ul li {
    margin: 0 0 14px 0;
}

.sns-btn ul li a {
    padding: 40px 0 0;
    color: #333;
    font-size: 12px;
}

.sns-btn .tell:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 6px 18px;
    background: url(../images/telephone_icon_black.png)no-repeat 0 0;
    background-size: 30px auto;
}

.sns-btn .kakao-talk:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 6px 20px;
    background: url(../images/kakaotalk_icon_black.png)no-repeat 0 0;
    background-size: 30px auto;
}

.sns-btn .naver-talk:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 6px 21px;
    background: url(../images/navertalk_icon_black.png)no-repeat 0 0;
    background-size: 30px auto;
}

.sns-btn .blog:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 6px 20px;
    background: url(../images/blog_icon_black.png)no-repeat 0 0;
    background-size: 30px auto;
}

.sns-btn .mail:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    margin: 0 0 6px 20px;
    background: url(../images/email_icon_black.png)no-repeat 0 0;
    background-size: 30px auto;
}

.sns-btn .top-btn {
    margin: 40px 0 22px 0;
}

.sns-btn .top-btn a {
    padding: 24px 16px;
    color: #fff;
    background: #000;
    border-radius: 50px;
}

/***** web-header *****/
.web-header {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.2);
    transition: .2s;
}

.web-header:hover {
    background: #fff;
}

.web-header:hover .logo a,.web-header.scroll .logo a {
    display: block;
    width: 180px;
    height: 60px;
    background: url(../images/logo_color.png)no-repeat 0 0;
    background-size: contain;
}

.web-header:hover .menu > ul > li > a,.web-header.scroll .menu > ul > li > a {
    color: #111;
}

.web-header:hover .consulting a,.web-header.scroll .consulting a {
    color: #111;
}

.web-header:hover .consulting a:before,.web-header.scroll .consulting a:before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/telephone_icon_color.png)no-repeat 0 0;
    background-size: 40px 40px;
    margin: 0 0 -28px -40px;
}

.web-header.scroll {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.web-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web-header .logo a {
    display: block;
    width: 180px;
    height: 60px;
    background: url(../images/logo.png)no-repeat 0 0;
    background-size: contain;
}

.web-header .menu > ul {
    display: flex;
}

.web-header .menu > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 0 30px;
    color: #fff;
}

.web-header .consulting a {
    color: #fff;
    font-size: 16px;
}

.web-header .consulting a:before {
    display: inline-block;
    content: "";
    width: 46px;
    height: 40px;
    background: url(../images/telephone_icon.png)no-repeat 0 0;
    background-size: 40px 40px;
    margin: 0 0 -28px -40px;
}

.web-header .consulting a span {
    display: block;
    margin: -4px 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}

/***** tb-header *****/
.tb-header {
    display: none;
}

.center .top-visual {
    width: 100%;
    height: 400px;
    background: url(../images/top_visual_center.jpg)no-repeat 0 0;
    background-size: cover;
}

.page2 .top-visual {
    width: 100%;
    height: 400px;
    background: url(../images/top_visual_page2.jpg)no-repeat 0 0;
    background-size: cover;
}

.page3 .top-visual {
    width: 100%;
    height: 400px;
    background: url(../images/top_visual_page3.jpg)no-repeat 0 0;
    background-size: cover;
}

.page4 .top-visual {
    width: 100%;
    height: 400px;
    background: url(../images/top_visual_page4.jpg)no-repeat 0 0;
    background-size: cover;
}

.page5 .top-visual {
    width: 100%;
    height: 400px;
    background: url(../images/top_visual_page5.jpg)no-repeat 0 0;
    background-size: cover;
}

.top-visual .text-wrap {
    padding: 160px 0 0 0;
    color: #fff;
}

.top-visual .text-wrap .title {
    font-size: 50px;
}

.top-visual .text-wrap .title:after {
    display: block;
    content: "";
    width: 80px;
    height: 2px;
    margin: 5px 0 20px;
    background: #fff;
}

.top-visual .text-wrap .text {
    opacity: .8;
    font-size: 26px;
}

/***** 센터소개 *****/
.text-wrap .title {
    font-size: 50px;
}

.text-wrap .title span.sub-title {
    display: block;
    color: #3f63fc;
    font-size: 22px;
}

.text-wrap .small-title {
    margin: 100px 0 30px;
    font-size: 28px;
}

.text-wrap .text {
    opacity: .8;
    line-height: 1.7;
}

.text-wrap .text span.line-break {
    display: block;
    margin: 20px 0 0 0;
}

.text-wrap span.color {
    color: #3f63fc;
}

.text-wrap .text span.bold {
    font-weight: bold;
    opacity: 1;
}

.text-wrap .text span.line-height {
    display: block;
}

.text-wrap .text.flex .txt {
    display: flex;
}

.text-wrap .text.flex .txt ~ .txt {
    margin-top: 20px;
}

.text-wrap .text.flex .txt .left {
    width: 200px;
    font-weight: bold;
}

.text-wrap .text.flex .txt .right {
    width: calc(100% - 200px);
}

.center .cont-wrap .cont:first-of-type .text-wrap {
    text-align: center;
    margin: 0 auto;
}

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

.center .invitation .title {
    color: #3f63fc;
    font-size: 22px;
    font-weight: bold;
}

.center .invitation .title:before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 18px;
    margin: 0 30px -2px 0;
    background: #3f63fc;
}

.center .invitation .title:after {
    display: inline-block;
    content: "";
    width: 3px;
    height: 18px;
    margin: -2px 0 0 30px;
    background: #3f63fc;
}

.center .invitation .title2 {
    margin: 80px 0 50px 0;
    font-size: 28px;
}

.center .invitation .title2 span {
    display: block;
}

.center .invitation .title2 span:first-of-type {
    margin: 0 0 0 -100px;
}

.center .invitation .title2 span:last-of-type {
    margin: 0 -100px 0 0;
}

.center .invitation .text {
   color: #666;
}

.center .invitation .text span {
    display: block;
    margin: 70px 0 0 0;
    color: #111;
}

.center .invitation .text span:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 180px;
    height: 100px;
    margin: -50px 0 0 30px;
    background: url(../images/sign.png)no-repeat 0 0;
    background-size: cover;
    opacity: .2;
}

.center .cont-wrap .cont:nth-of-type(1) {
    padding: 0 0 150px 0;
    border-bottom: 1px solid #eee;
}

.center .cont-wrap .cont:nth-of-type(2) {
    padding: 150px 0;
}

.center .cont-wrap .cont:nth-of-type(2) .text-wrap {
    margin: 0 0 150px 0;
    text-align: center;
}

.card .card-img img.pc {
    width: 350px;
}

.card .card-img img.mb {
    display: none;
}

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

.card .text {
    width: calc(100% - 450px);
}

.card .text .name {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(000,000,000,.3);
    -webkit-text-stroke: 2px #111;
    font-family: 'Chosunilbo_myungjo',sans-serif;
    font-size: 40px;
}

.card .text .name span {
    -webkit-text-stroke: 0 !important;
}

.card .text .name span:first-of-type {
    font-size: 30px;
}

.card .text .name span:last-of-type {
    margin: 0 0 0 50px;
    opacity: .8;
    font-family: 'GmarketSans',sans-serif;
    font-size: 22px;
}

.card .text .career {
    display: flex;
}

.card .text .career .txt {
    width: 100%;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(000,000,000,.1);
    color: #555;
}

.card .text .career .txt span {
    display: block;
    margin: 0 0 20px 0;
    color: #3f63fc;
    font-size: 22px;
}

.card .text .other {
    display: flex;
    padding: 30px 0 0 0;
    color: #555;
}

.card .text .other div {
    width: 100%;
}

.center .cont-wrap .cont:nth-of-type(3) .top-img {
    width: 100%;
    padding: 100px 0;
    background: url(../images/center_banner_img.jpg)no-repeat 0 0;
    background-size: cover;
}

.center .cont-wrap .cont:nth-of-type(3) .top-img .title {
    color: #fff;
}

.center .cont-wrap .cont:nth-of-type(3) .top-img .title span {
    display: block;
    opacity: .6;
}

.center .cont-wrap .cont:nth-of-type(3) .text-wrap .text {
    margin: 80px 0 0 0;
}

.center .cont-wrap .fnq {
    padding: 150px 0 0 0;
}

.center .cont-wrap .fnq .flex {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.center .cont-wrap .fnq .text-wrap {
    padding: 0 0 70px;
}

.center .cont-wrap .fnq .flex .q-title {
    width: 30%;
    color: #3f63fc;
    font-size: 28px;
}

.center .cont-wrap .fnq .flex ~ .flex {
    border-top: 1px dashed #eee;
}

.center .cont-wrap .fnq .flex .q-title span {
    display: block;
}

.center .cont-wrap .fnq .flex .a-text {
    width: 70%;
    color: #666;
}

.center .cont-wrap .fnq .flex .a-text span.bold {
    display: block;
    color: #111;
}

.center .cont-wrap .fnq .flex .a-text span.img img {
    width: 650px;
    margin-bottom: 40px;
}

.center .cont-wrap .fnq .flex .a-text span.point {
    display: inline;
    font-weight: bold;
}

.center .cont-wrap .fnq .flex .a-text span {
    display: block;
    font-weight: bold;
}

.cont-wrap {
    padding: 150px 0;
}

.use-guide {
    padding: 0 0 150px 0;
    border-bottom: 1px solid #eee;
}

.use-guide .img img {
    width: 100%;
    margin: 100px 0 0 0;
}

.use-guide .img .mb {
    display: none;
}

.table-color table {
    width: 100%;
    margin: 50px 0 0 0;
    text-align: center;
}

.table-color table thead {
    background: rgba(63,99,252,.05);
}

.table-color table th {
    padding: 10px 40px;
    border: 1px solid rgba(63,99,252,.3);
    vertical-align: middle;
}

.table-color table th:first-of-type {
    border-left: none;
}

.table-color table th:last-of-type {
    border-right: none;
}

.table-color table td {
    padding: 10px 40px;
    border: 1px solid rgba(63,99,252,.3);
    vertical-align: middle;
    opacity: .8;
}

.table-color table td:first-of-type {
    border-left: none;
}

.table-color table td:last-of-type {
    border-right: none;
}

.table-gray table {
    width: 100%;
    margin: 50px 0 0 0;
    border-top: 2px solid #111;
    border-bottom: 1px solid rgba(111,111,111,.6);
    text-align: center;
}

.table-gray table th {
    padding: 10px 40px;
    background: rgba(000,000,000,.05);
    border: 1px solid rgba(111,111,111,.15);
    vertical-align: middle;
}

.table-gray table th:first-of-type {
    width: 20%;
    border-left: none;
}

.table-gray table th:last-of-type {
    width: 80%;
    border-right: none;
}

.table-gray table td {
    padding: 10px 40px;
    border: 1px solid rgba(111,111,111,.15);
    vertical-align: middle;
    opacity: .8;
}

.table-gray table td:first-of-type {
    border-left: none;
}

.table-gray table td:last-of-type {
    border-right: none;
}

.table-gray table tbody tr:last-of-type td {
    border-bottom: none;
}

.use-expense {
    padding: 150px 0 0 0;
}

.use-expense .img img {
    width: 100%;
    margin: 100px 0 0 0;
}

.use-expense .img .mb {
    display: none;
}

.page3 .cont-wrap .cont:first-of-type {
    padding: 0 0 150px 0;
    border-bottom: 1px solid #eee;
}

.page3 .cont-wrap .cont:last-of-type {
    padding: 150px 0 0 0;
}

.page3 .cont-wrap .cont:first-of-type .text-wrap:first-of-type .text {
    margin: 50px 0 0 0;
}

.page4 .table-gray td:last-of-type {
    text-align: left;
}

.page4 .table-gray td:last-of-type span {
    font-weight: bold;
}

.page4 .cont-wrap .cont:first-of-type {
    padding: 0 0 150px 0;
    border-bottom: 1px solid #eee;
}

.page4 .cont-wrap .cont:last-of-type {
    padding: 150px 0 0 0;
}

.page5 .cont-wrap .cont:last-of-type {
    padding: 100px 0 0 0;
}

.page5 .table-gray td:last-of-type {
    text-align: left;
}

.page5 .table-gray td:last-of-type span {
    font-weight: bold;
}

/***** footer *****/
footer {
    background: #032250;
    color: #fff;
    font-size: 16px;
}

footer .top {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

footer .top .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .top .footer-logo img {
    height: 50px;
}

footer .top ul {
    display: flex;
}

footer .top ul li {
    margin: 0 0 0 70px;
}

footer .top ul li a {
    color: #fff;
    opacity: .8;
}

footer .bottom {
    padding: 40px 0 45px;
}

footer .bottom .address div ul {
    display: flex;
    margin: 0 0 20px 0;
}

footer .bottom .address div ul li {
    margin: 0 20px 0 0;
}

footer .bottom .address div ul li:last-of-type {
    opacity: .6;
}

footer .contact {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

footer .contact ul {
    display: flex;
    margin: 20px 0 0 0;
}

footer .contact ul li {
    margin: 0 50px 0 0;
    opacity: .6;
}

footer .contact .copy {
    opacity: .6;
    font-size: 12px;
}























