@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.eot');
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.eot?#iefix') format('embedded-opentype'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.woff') format('woff'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.eot');
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.eot?#iefix') format('embedded-opentype'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.woff') format('woff'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NEXON Lv1 Gothic';
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.eot');
    src: url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.eot?#iefix') format('embedded-opentype'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.woff') format('woff'),
        url('/public/font/WEB_NEXON Lv1 Gothic/NEXON Lv1 Gothic Low OTF Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

#site {
    padding-top: 90px;
    font-family: 'NEXON Lv1 Gothic', 'Roboto', 'notokr', sans-serif;
    font-size: 15px;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

#site>.container {
    width: 100%;
    padding: 0;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

.caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
    background: #f8f7f5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1); */
    padding: 0;
    margin-bottom: 0;
    border: 0;
    /* border-bottom: 1px solid #eee; */
}

#site .navbar-brand {
    margin-left: 0;
    margin-top: 15px;
    height: auto;
    padding: 0px;
    display: flex;
    align-items: center;
}

#site .navbar-brand span {}

#site .navbar-brand span p {
    margin: 0;
    line-height: 1.2;
    text-align: end;
    color: #858585;
    font-weight: 500;
}

#site .navbar-brand img {
    width: 63px;
    height: 60px;

}

#site .navbar-brand:before {
    display: none;
    content: '';
    width: 63px;
    height: 60px;
    background: url(/public/img/logo/logo.png) no-repeat center / contain;
}

#site .navbar-brand span {
    display: flex;
    gap: 7px;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 600;
    color: #383838;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #222;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #222;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
        background: rgba(0, 0, 0, 0.8);
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 10px 20px;
        color: #fff;
        text-align: center;
        font-family: 'notokr';
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        background: #000;
        color: #79eeff;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -25px;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 35px 30px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav>li>a {
        padding: 35px 20px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transform: rotate(45deg);
}

.carousel-caption h1 {
    font-size: 60px;
}

.carousel-caption p {
    font-size: 20px;
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 35px 0 35px;
    background-color: #384142;
    color: #565656;
}

footer li a {
    color: #c5d0d1;
    font-size: 15px;

    letter-spacing: -0.034em;
}

footer li a:hover {
    color: #7ac3cd;
}

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

footer .right-con .tel {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #16B7CE;
    margin: 5px 0 0;
}

footer .right-con i {
    margin-right: 9px;
    font-size: 18px;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    color: #0eb6ce;
}

footer .right-con span {

    font-weight: 500;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 0.02em;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 600px
}

.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

/* personal setting 0.72v */
.flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.flex-row>.col {
    flex: 1;
    padding: 0 15px;
}

@media(max-width:767px) {
    .flex-row {
        display: block;
    }

    .flex-row>.col {
        width: 100%;
    }
}

/* img */
.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

/* font */
.numbering {
    margin-right: 10px;
}

.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #16B7CE;
}

.numbering.circle {
    border-radius: 50%;
}

/*list style*/

ul[class^="li-"]>li {
    padding-left: 15px;
    position: relative;
    line-height: 1.5em;
}

.li-disc>li:before,
.li-check>li:before,
.li-dash>li:before,
.li-dot>li:before {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 10px;
}

.li-dash>li:before {
    width: 6px;
    height: 2px;
    background: #666;
}

.li-dot>li:before,
.li-disc>li:before {
    content: '';
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    background: #16B7CE;
}

.li-dot>li:before {
    width: 3px;
    height: 3px;
    background: #16B7CE;
}

.li-check>li:before {
    content: '\f00c';
    left: 3px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #16B7CE;
    top: -2px;
    font-size: 20px;
}

.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}

.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}

.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}

@media(max-width:767px) {
    .location-li span {
        display: block;
    }
}

.location-li span i {
    margin-right: 5px;
    color: #16B7CE;
}

.partner-li {
    margin: 0 0 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.partner-li>li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
}

.partner-li>li img {
    border: 1px solid #ddd;
}

.category-li {
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
}

.category-li>li {
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 100px;
}

.li-pill li span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    text-align: center;
    width: 90px;
    color: #111;
    line-height: 1.1;
    font-weight: 500;
    border-bottom: 2px solid;
}

.trait-dl {
    margin: 0 0 40px;
    display: flex;
    flex-wrap: wrap;
}

.trait-dl dt,
.trait-dl dd {
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}

.trait-dl dt {
    border-color: #16B7CE;
    font-size: 18px;
}

.stripe-dl {
    margin: 30px 0;
}

.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}

.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}

@media(min-width:768px) {
    .trait-dl dt {
        width: 25%;
    }

    .trait-dl dd {
        width: 75%;
    }
}

@media(max-width:767px) {
    .partner-li>li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}

.card .card-ttl {
    margin: -30px -30px 20px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #16B7CE;
}

.column-2 {
    column-count: 2;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #16B7CE;
    background: #16B7CE;
}

.more-btn:hover {
    color: #16B7CE;
    background: transparent;
}

.bull {
    position: relative;
    padding-left: 12px;
}

.bull:before {
    content: '';
    display: block;
    width: 4px;
    height: 1em;
    background: #16B7CE;
    position: absolute;
    left: 0;
    top: 0px;

}

@media(max-width:767px) {
    .column-2 {
        column-count: 1;
    }
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 0 0 30px;
    font-size: 26px;
    font-weight: 300;
    color: #333;
    line-height: 1.2;
}

p.quote span {
    font-weight: 500;
}

/* custom setting */
ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
}

.btn.btn-primary {
    border-color: #16B7CE;
    background: #16B7CE;
}

.btn.btn-primary:hover {
    border-color: #0e9fb6;
    background: #0e9fb6;
}

.table-style {
    margin: 30px 0 20px;
    border-top: 1px solid #333;
    font-family: 'notokr';
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #333;
}

.history-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
}

.history-wrap.zigzag:before {
    left: 50%;
    transform: translateX(-50%);
}

.history-wrap .history-box {
    position: relative;
    width: 100%;
    padding: 20px 50px;
}

.history-wrap.zigzag .history-box {
    position: relative;
    width: 50%;
    padding: 0 50px;
}

.history-wrap h6 {
    position: relative;
    margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.history-wrap h6:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #16B7CE;
    width: 26px;
}

.history-wrap h6:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #16B7CE;
    border-radius: 50%;
    background: #fff;
}

.history-wrap li {
    position: relative;
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}

.history-wrap li span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #16B7CE;
}

@media(min-width:768px) {
    .history-wrap.zigzag .history-box:nth-child(odd) {
        text-align: right;
    }

    .history-wrap.zigzag .history-box:nth-child(even) {
        margin-top: 80px;
    }

    .history-wrap.zigzag .history-box:nth-child(odd) h6:before {
        left: auto;
        right: -45px;
    }

    .history-wrap.zigzag .history-box:nth-child(odd) h6:after {
        left: auto;
        right: -63px;
    }
}

@media(max-width:767px) {
    .history-wrap.zigzag:before {
        left: 15px;
    }

    .history-wrap.zigzag .history-box {
        width: 100%;
        padding-top: 0;
        padding-right: 15px;
        margin-left: 15px
    }

    .history-wrap h6 {
        font-size: 26px;
    }

    .history-wrap li {
        font-size: 14px;
    }
}

/* personal setting 0.72v end */
/* navigation setting */
/* mainpage setting */
.main-visual {
    display: flex;
    align-items: center;
    height: 680px;
    background: url(/public/img/main/new-main.png) no-repeat center / cover;
    border-bottom: 2px solid #dfe9f3;
}

.main-visual .txt-box {
    margin-top: -50px;
}

.main-visual h2 {
    margin: 0 0 60px;
    color: #000;
}

.main-visual h2 span {
    display: block;
    font-size: 34px;
    font-weight: 400;
}

.main-visual h2 span img {
    height: 1.8em;
}

.main-visual h2 .line2 {
    font-size: 60px;
    margin-top: 15px;
    font-weight: 200;
}

.main-visual h2 .line2 b {
    position: relative;
    display: inline-block;
}

.main-visual h2 .line2 b::before {
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
    position: absolute;
    font-size: 30px;
    color: #e8394b;
    z-index: revert-layer;
    font-weight: 900;
}

.main-visual h2 .line2 b.b1::before {
    content: "Job";

}

.main-visual h2 .line2 b.b2::before {
    content: "Tomorrow";
}

.main-visual .col {
    flex: 0 0 250px;
    max-width: 250px;

    position: relative;
    padding-left: 45px;
}

.main-visual .item1 {
    max-width: 230px;
}

.main-visual .col::before {
    content: '';
    display: block;
    width: 10px;
    height: 93%;
    background: #a4d36f;
    position: absolute;
    left: 15px;
}

.main-visual .item2::before {
    background: #ffb945;
}

.main-visual .item3::before {
    background: #2dbcd1;
}

.main-visual .col i {

    font-size: 40px;
    color: #92c35b;

    /* border-radius: 50%; */
    display: none;
}

.main-visual .item2 i {
    /* background-color: #f7a814; */
    color: #f7a814;
}

.main-visual .item3 i {
    /* background-color: #16b7ce; */
    color: #16b7ce;
}

.main-visual .col h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 0;
}

.main-visual .col h5 strong {
    display: block;
    font-size: 25px;
}

.main-visual .item1 h5 {
    color: #5fa115;
}

.main-visual .item2 h5 {
    color: #d98d00;
}

.main-visual .item3 h5 {
    color: #00a7bf;
}

.main-visual .col p {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.main-visual .col p:before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #b7b7b7;
    margin: 10px auto;
    display: none;
}

.main-visual .col p small {
    display: block;
    font-size: 13px;
    color: #777;
}

.main-visual .quote {
    margin: 50px 0 30px;





    font-weight: 400;


    font-size: 22px;
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
    display: inline-block;
}

.main-link {
    text-align: left;
    /* background: #0eb5cd; */
}

.main-link .flex-row {

    margin-top: -75px;
    /* width: 70%; */
}

.main-link .col {
    flex: 0 0 300px;
    padding: 0;
    position: relative;
}

.main-link .col::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 53%;
    transform: translateY(-50%);
}

.main-link .col:last-child::after {
    display: none;
}

.main-link .inner {
    display: block;
    padding: 30px 0;
    color: #fff;
    border-radius: 110px;
    width: 280px;
    height: 140px;
    background: #6590bb;
    border: 1px solid #4c7cad;
    text-align: center;
    box-shadow: 15px 36px 26px 0 rgb(11 35 38 / 12%);
}

.main-link .inner:hover {
    background: #0eb5cd;
    border: 1px solid #0eb5cd;
}

.main-link .inner i {
    margin: 0 0 10px;
    font-size: 41px;
    /* color: #fff; */
}

.main-link .inner h5 {
    font-size: 18px;

    letter-spacing: 0;
    font-weight: 500;
}

.main-banner .container {
    text-align: left;
    position: relative;
}

.main-banner {
    position: relative;
    overflow: hidden;
    padding: 140px 0 120px;
    text-align: center;
}

.main-banner:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    right: 180px;
    bottom: -100px;
    width: 400px;
    height: 400px;
    border: 80px solid #f1f6f7;
    border-radius: 50%;
}

.main-banner .quote {
    margin-bottom: 40px;
    font-size: 37px;
    font-weight: 400;
    letter-spacing: -0.03em;
    float: left;
}

.main-banner>div>img {

    height: 100px;
    right: 0;
    float: left;
    margin-left: 30px;
    margin-top: -30px;
}

.main-banner .img-box img {
    border-radius: 10px;
}

.main-banner .des {
    margin-bottom: 20px;
    font-size: 18px;
}

.main-banner .des:before {
    content: '';
    display: block;
    clear: both;



}

.main-banner .small-quote {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0;
    color: #00aec7;
    text-align: left;
}

.main-bottom {
    background: #0eb6ce;
    text-align: center;
}

.main-bottom a {
    position: relative;
    display: block;
}

.main-bottom .row>div+div a:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: -2px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.main-bottom a h5,
.main-bottom a h5 small {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 90px;
}

/* footer setting */
#site footer ul {
    margin-bottom: 10px;
}

#site footer li {
    display: inline-block;
    margin-right: 14px;
}

#site footer .copy {
    font-size: 11px;
    color: #777;
}

/* subpage setting */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
    font-family: 'notokr';
}

.pagination_wrap,
.search_wrap {
    visibility: hidden;
}

#form_history_list .board_wrapper,
#form_history_nologin .board_wrapper {
    visibility: visible;
}

.pageheader {
    height: 220px;
    background: #000 url(/public/img/sub/subtop-bg.jpg) no-repeat top/ cover;
}

.pageheader .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    /* align-items: center; */
    padding-top: 30px;
}

.pageheader h2 {
    margin: 0 0 15px;
    font-size: 42px;
    color: #181818;
}

.breadcrumb {
    font-family: 'notokr';
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #777;
}

.breadcrumb>li+li:before {
    font-size: 11px;
    padding: 0 2px;
}

.breadcrumb .active {
    font-weight: 500;
    color: #222;
}

.subpage-content {
    padding-top: 0;
    padding-bottom: 50px;
}

.s-title {
    margin-bottom: 100px;
    background: #09B5CB;
}

.s-title h3 {
    margin: 0;

    font-size: 46px;
    font-weight: 700;

    color: #fff;
    font-family: 'NEXON Lv1 Gothic';
    padding: 70px 0 40px;
    text-align: left;
    letter-spacing: 0.02em;
    background: url(/public/img/sub/title_bg.png) no-repeat right -70px;
}

.subpage-content .emp {
    font-weight: 500;
    color: #333;
    font-size: 28px;
}

.subpage-content section {
    padding-bottom: 120px;
}

.subpage-content section>div>h4 {
    position: relative;
    margin-bottom: 25px;
    font-size: 36px;

    line-height: 1.6;
    font-weight: 400;
    text-align: center;
}

.subpage-content section.se1 div>h4 {
    position: relative;
    margin-bottom: 60px;
    font-size: 36px;

    line-height: 1.45;
    font-weight: 700;
    text-align: center;
}

.subpage-content section h4 span {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
}

@media(max-width:767px) {

    .table_default colgroup,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }
}

.snb {

    z-index: 100;
    /* background: #11b6cd; */
    border-bottom: 1px solid #eee;
    border-top: 1px solid #ddd;
}

.snb ul {
    /* display: flex; */
    /* text-align: center; */
    margin: 0;
}

.snb ul li {
    /* flex: 1; */
    /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
    display: inline-block;
    padding: 0 60px 0 0;
}

.snb ul li a {
    /* display: block; */
    line-height: 60px;

    font-size: 17px;
    color: #333;
}

.snb ul li.active a,
.snb ul li a:hover {


    font-weight: 600;
    /* border-bottom: 4px solid #09b5cd; */
    padding: 0 0 18px;
}

/* subpage fm */
.circle-wrap {
    margin: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.circle-wrap .circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 320px;
    margin: 0 40px;
    border-radius: 50%;
    color: #fff;
    background: #92c35c;
}

.circle-wrap .circle::before {
    content: '';
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    border: 4px dotted rgb(255 255 255 / 40%);
    border-radius: 50%;
}

.circle-wrap .circle.c2 {
    background: #4fb17f;
}

.circle-wrap .circle>p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
}

.circle-wrap .circle>p>b {
    font-size: 32px;
}

.circle-wrap .plus {
    position: relative;
    z-index: 10;

    font-size: 50px;
    width: 0;
    left: -24px;
    color: #ccc;
}

.apply-text {
    margin-bottom: 100px;

    font-size: 32px;
    line-height: 1.5em;
    color: #00aec7;
    text-align: center;
    font-weight: 700;
}

.apply-text .emp {


    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 1.8em;
}

.banner-wrap .inner {
    display: flex;
    margin-bottom: 20px;
    background: #f7f7f7;

}

.banner-wrap .inner.reverse {
    flex-flow: row-reverse;
}

.banner-wrap .inner>div {
    flex: 1;

}

.banner-wrap .inner .txt-box {
    display: flex;
    padding: 0 50px;
    text-align: center;
    justify-content: center;
    flex-flow: column;
    background: #eaf9fe;
    color: #055772;
}

.banner-wrap .inner h5 {
    margin-top: 0;
}

.banner-wrap .inner h5 b {
    margin-right: 2px;
    font-size: 35px;
    color: #009cb5;
}

.banner-wrap li,
.banner-wrap .inner p {
    font-size: 16px;
    letter-spacing: -0.03em;
}

.banner-wrap li {
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    padding: 0;
}

.banner-wrap li:last-child {
    margin: 0;
}

.benefit-banner div:nth-child(even) .inner .txt-box ul li {
    text-align: right;
    padding-right: 15px;
}

.benefit-banner ul li::before {
    display: none;
}

.age-banner .inner .txt-box {
    padding: 0 30px;
}

#fm01 .se3>div {
    text-align: center;
}

#fm01 .se3 .apply-text {
    margin: 0 0 80px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding: 13px 30px 11px;
    background: #16b7ce;
    color: #fff;
    border-radius: 50px;
}

.graph-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 30px 15px;
}

.graph-wrap .item {
    position: relative;
    flex: 0 0 50%;
    max-width: 100%;
    text-align: left;
    border: 1px solid #ccc;
    margin: 0 15px;
    padding: 50px 60px;
}

.graph-wrap .item+.item:before {
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.graph-wrap .item i {

    font-size: 66px;
    color: #95dde7;
    position: absolute;
    right: 65px;
}

.graph-wrap .item h5 {

    font-size: 25px;
    margin: 0 0 10px;
}

.graph-wrap .item h5 strong {
    margin-right: 5px;
    font-size: 42px;
    color: #11b6cd;
    font-weight: 600;
}

.graph-wrap .item p {
    font-size: 16px;
    margin: 0;
    color: #666;
}

.cost-wrap .quote,
.income-wrap .quote {

    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 60px;
}

.subpage-content section.se1 div>h4:after,
.cost-wrap .quote:after,
.income-wrap .quote:after {
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background: #030401;

    border-radius: 5px;
    margin: 30px auto 0;
}

.income-wrap,
.cost-wrap {

    text-align: center;
}

.cost-wrap .cost,
.income-wrap .cost {
    margin: 0 0 60px;
    font-size: 40px;

    line-height: 1;
    display: inline-block;


    color: #333;
    border-radius: 50px;
    position: relative;
    font-weight: 700;
}

.income-wrap .cost {
    font-weight: 400;
    font-size: 38px;
}

.cost-wrap .cost::after,
.income-wrap .cost::after {
    content: '';
    display: block;
    width: 100%;
    height: 12px;
    background: #ffeccb;
    position: absolute;
    bottom: -1px;
    z-index: -1;
}

.cost-wrap .cost .emp,
.income-wrap .cost .emp {
    margin-left: auto;

    font-weight: bold;

    font-size: 58px;
    color: #ffa40c;
}

.benefit-wrap img {
    width: 100%;
    object-fit: cover;
}

.benefit-wrap article {
    margin-bottom: 15px;
    border: 1px solid #dbe5e9;
    padding: 45px 50px;
}

.benefit-wrap article:nth-child(odd) {
    background: #eaf9fe;
    border-color: transparent;
}

.benefit-wrap article h5 {
    display: flex;
    margin-top: 0;
    font-size: 42px;
    color: #16B7CE;
    align-items: baseline;

}

.benefit-wrap article h5:after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    /* background: #16b7ce; */
    margin-left: 10px;
}

.benefit-wrap p {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
    color: #055772;
}

.benefit-wrap p.text-info {
    font-size: 16px;
    color: #777;
}

.img-wrap {
    margin: 0 0 10px;
}

.img-wrap>div {
    padding: 0;
}

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

.resting-wrap .small-quote {
    margin: 0 0 80px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding: 13px 30px 11px;
    background: #16b7ce;
    color: #fff;
    border-radius: 50px;
}

.benefit-wrap2 {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 10px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}

.benefit-wrap2 .benefit {
    flex: 0 0 50%;
    padding: 40px;
    min-height: 280px;
}

.benefit-wrap2 .benefit.ben1,
.benefit-wrap2 .benefit.ben4 {
    background: #eaf9fe;
}

.benefit-wrap2 .benefit i {
    display: block;
    font-size: 40px;
    color: #16b7ce;
    position: absolute;
}

.benefit-wrap2 .benefit h5 {
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 600;
    padding-left: 60px;
    color: #055772;
}

.benefit-wrap2 .benefit p {
    font-size: 16px;
    color: #666;
}

.benefit-wrap2 .benefit p span,
.benefit-wrap2 .benefit ul li {
    color: #000;
}

.benefit-wrap2+.text-info {
    text-align: right;
    color: #00a5bd;
}

.award-wrap {
    border: 5px solid #f1f1f1;
    text-align: center;
    padding: 20px 50px 20px;
    margin-top: 50px;
}

.award-wrap h5 {
    padding: 13px 30px 12px;
    background: #f1f1f1;
    color: #333;
    text-align: center;
    margin: 20px 0 40px !important;
    font-weight: 700;
    font-size: 20px !important;
}


.award-wrap h6 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.award-wrap img {
    margin-bottom: 50px;
}

.education-wrap {
    margin: 60px 0 0;
}

.education-wrap dl {
    padding-top: 60px;
    padding-left: 50px;
    margin: 0;
}

.education-wrap dl dt {
    font-size: 20px;
    font-weight: 700;
    color: #00b1cb;
}

.education-wrap dl dd {
    margin-bottom: 30px;
    font-size: 16px;
}

.education-wrap>div:last-child img {
    margin-top: 50px;
}

.benefit-wrap article .table-style {
    border-top: 0;
}

.benefit-wrap article.ben2 .table-style thead tr th,
.benefit-wrap article.ben3 .table-style thead tr th {
    background: #11b6cd;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.benefit-wrap article.ben2 .table-style tr td,
.benefit-wrap article.ben2 .table-style tr th,
.benefit-wrap article.ben3 .table-style tr td,
.benefit-wrap article.ben3 .table-style tr th {
    border-bottom: 1px solid #ace0e7 !important;
}

/* subpage about */
.company-banner .inner {
    padding: 30px 0 30px;
    border: 0;
    background: #ebfaff;
}

.company-banner .inner .img-box {
    padding: 0 40px;
    flex: 0 0 456px;
    max-width: 456px;
}

.company-banner .inner .circle {
    width: 290px;
    height: 290px;
    margin: 0 auto;
    background: #ffffff;
    padding: 62px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 0 #16b7ce;
}

.company-banner .inner h5 {
    margin: 15px 0 20px;
    text-align: left;
    line-height: 40px;
    font-size: 27px;
    font-weight: 700;
    color: #055772;
}

.company-banner .inner h5 b {
    font-size: 28px;
    font-weight: 600;
}

.company-banner .inner li {
    font-size: 17px;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    padding-left: 18px;
}

.company-banner .inner li::before {
    top: 10px;
    width: 6px;
    height: 6px;
    background: #16B7CE;
    border-radius: 50%;
}

.footstep-wrap .left-con img {
    border-radius: 10px;
}

.footstep-wrap .right-con {
    padding-left: 80px;
}

.footstep-wrap .right-con h5 {
    margin: 0;
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35em;
}

.footstep-wrap .right-con h5 b {
    color: #16B7CE;
    font-size: 1.2em;
}

.footstep-wrap .li-dot>li {
    color: #111;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0;
}

.footstep-wrap .li-dot>li::before {
    display: none;
}

.footstep-wrap .li-dot .li-dash {

    padding: 20px 30px 0 0;

}

.footstep-wrap .li-dot .li-dash>li {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4em;
    font-family: 'notokr';
    letter-spacing: -0.02em;
}


/* subpage apply */
.target-wrap .right-con img {
    border-radius: 10px;
}

.target-wrap .left-con {
    padding-left: 80px;
}

.target-wrap .li-check li {
    padding: 0 0 10px 30px;
    font-size: 18px;

    line-height: 1.45em;
    color: #055772;
}

.target-wrap p {
    margin: 10px 0 30px;
    font-size: 18px;
}

.target-wrap .small-quote {



    margin: 0;
    padding-bottom: 40px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.35em;
}

.target-wrap .small-quote b {
    color: #16b7ce;
}

.apply-process {
    display: flex;
    align-items: flex-start;
    margin-bottom: 100px;


    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.apply-process li {
    position: relative;
    flex: 1;
    border: 1px solid #ddd;
    border-left: 1px dashed #ddd;
    text-align: center;
    border-right: 0;
    padding: 40px 0 30px;
}

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

.apply-process li+li:before {

    content: '\f105';
    font-family: 'font awesome 6 free';
    font-weight: 900;
    position: absolute;
    left: -18px;

    top: 50%;
    font-size: 20px;
    color: #fff;
    background: #ddd;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 1px 0 0;
    transform: translateY(-50%);
}

.apply-process li i {
    display: block;
    margin: 0 auto 20px;
    font-size: 31px;
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50px;
}

.apply-process li:nth-child(1) i {
    background: #e7304c;
}

.apply-process li:nth-child(2) i {
    background: #eb5848;
}

.apply-process li:nth-child(3) i {
    background: #f7a626;
}

.apply-process li:nth-child(4) i {
    background: #9ac551;
}

.apply-process li:nth-child(5) i {
    background: #47c79e;
}

.apply-process li:nth-child(6) i {
    background: #16b7ce;
}

.apply-process li span {
    font-size: 17px;
    font-weight: 700;
}

/* subpage notice */
#notice01 .quote {


    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    padding-bottom: 5px;
    letter-spacing: -0.02em;
}

#notice01 .quote span {
    color: #00b0c9;
    font-size: 20px;
    font-weight: 700;
}

#notice01 .quote span.tel {
    font-size: 27px;
    color: #222;
    border-bottom: 1px solid #666;
    padding-bottom: 2px;
}

#notice01 .table-style th {
    background: #777;
    color: #fff;
    font-weight: 500;

}

#notice01 .table-style tbody tr td:not(.text-center) {
    padding-left: 30px !important;
}

#notice01 .table-style td.text-center {
    font-size: 24px;

    font-family: 'Roboto';
    font-weight: 700;

}

#notice01 .table-style td b {
    color: #00aec7;
}

.job-banner {
    margin-top: 80px;
    border-top: 1px solid #9bb6c1;
}

.job-banner .inner {

    border: 0;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #dbe5e9;
}

.job-banner .inner .txt-box {
    background: #fff;
}

.job-banner .inner li {
    margin: 0;
    font-size: 20px;
}

#faq h4 {
    margin-bottom: 24px;
}

.faq_wrap {
    border-top: 1px solid #4b4b4b;
}

.faq_wrap .question {
    border-bottom: 1px solid #dedede;
}

.faq_wrap .question h5 {
    position: relative;
    margin: 0;
    padding: 30px 40px 30px 50px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
}

.faq_wrap .question h5 span {
    position: absolute;
    left: 10px;
    top: 27px;
    font-size: 22px;
    color: #00c0d9;

    font-weight: 700;
}

.faq_wrap h5 .icon {
    position: absolute;
    right: 45px;
    top: 36px;
}

.faq_wrap p {
    display: none;
    padding: 0 50px 40px;
    font-size: 17px;
    line-height: 1.6;
    color: #666;
    font-family: 'notokr';
    letter-spacing: -0.02em;
}

.faq_wrap h5 i {
    position: absolute;
    right: 15px;
    top: 29px;
    font-size: 20px;
}

.faq_wrap .open h5 i:before {
    content: '\f077';
}

.faq_wrap p .link {
    display: block;
    margin-top: 1.75em;
    text-decoration: underline;
}

.member_wrapper {
    min-height: calc(100vh - 220px);
}

#apply03 #list_btn,
#apply03 #item_email {
    display: none !important;
}

@media (max-width:767px) {
    .main-visual h2 .line2 b::before {
        top: -20px;
        font-size: 20px;
    }

    #site .navbar-brand span p {
        font-size: 12px;
    }

    #site {
        padding-top: 80px;
    }

    #site .navbar-brand {
        margin: 10px;
    }

    #site .navbar-brand:before {
        width: 42px;
        height: 40px;
    }

    #site .navbar-brand span {
        font-size: 18px;
    }

    .navbar-inverse .navbar-toggle {
        top: 5px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .main-visual {
        display: block;
        height: auto;
        background-position: right 20% center;
    }

    .main-visual .container {
        background: rgb(248 247 245 / 80%);
    }

    .main-visual .txt-box {
        margin-top: 0;
    }

    .main-visual h2 {
        margin: 30px 0 40px;
    }

    .main-visual h2 span {
        font-size: 20px;
    }

    .main-visual h2 .line2 {
        margin-top: 5px;
        font-size: 30px;
    }

    .main-visual .col {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .main-visual .col h5 strong {
        display: inline-block;
    }

    .main-visual .col p br {
        display: none;
    }

    .main-link .flex-row {
        display: flex;
        margin-top: 0;
        flex-direction: column;
        gap: 20px;
    }

    .main-link .flex-row>.col {
        flex: 1;
        padding: 0 5px;
    }

    .main-visual .quote {
        font-size: 18px;
        border-top: 1px solid #999;
        padding-top: 8px;
        border-bottom: 0;
        padding-right: 30%;
        padding-bottom: 0;
    }

    .main-link .inner {
        width: 90%;
        margin: 0 auto;
        border-radius: 0;
        height: 100px;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .main-link .col::after {
        display: none;
    }

    .main-link .inner i {
        font-size: 32px;
    }

    .main-link .inner h5 {
        margin-top: 2px;
        padding: 0 10px;
        font-size: 14px;
    }

    .main-banner {
        padding-top: 110px;
    }

    .main-banner .quote,
    .main-banner .des {
        text-align: center;
    }

    .main-banner .quote {
        font-size: 25px;
        float: none;
        margin-bottom: 16px;
    }

    .main-banner>div>img {
        display: block;
        margin: 0 auto 30px;
        float: none;
        height: 84px;
    }

    .main-banner .des {
        font-size: 17px;
    }

    .main-banner .small-quote {
        font-size: 24px;
        margin: 30px 0;
        text-align: center;
        line-height: 1.3;
    }

    .main-bottom .row>div+div a:before {
        left: 50%;
        top: -2px;
        transform: translateX(-50%);
    }

    .main-bottom a h5,
    .main-bottom a h5 small {
        font-size: 17px;
        line-height: 60px;
    }

    footer .right-con .tel {
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .pageheader {
        height: 160px;
        background-position: right 21% center;
    }

    .snb ul {
        display: flex;
        gap: 20px;
    }

    .snb ul li {
        padding-right: 10px;
    }

    #site .snb ul li a {
        padding: 0;
        font-size: 14px;
    }


    .s-title h3 {
        font-size: 28px;
    }

    .circle-wrap .circle {
        margin: 0;
        width: 260px;
        height: 260px;
    }

    .circle-wrap .plus {
        flex: 0 0 100%;
    }

    .apply-text {
        margin-bottom: 50px;
        font-size: 24px;
    }

    .apply-text .emp {
        font-size: 18px;
    }

    .subpage-content section {
        padding-bottom: 90px;
    }

    .banner-wrap .inner {
        display: block;
    }

    .subpage-content section>div>h4 {
        font-size: 30px;
    }

    .age-banner .inner .txt-box {
        padding: 20px;
    }

    #fm01 .se3 .apply-text {
        margin: 0 0 50px;
    }

    .graph-wrap {
        flex-wrap: wrap;
        text-align: center;
        grid-template-columns: 1fr;
    }

    .graph-wrap .item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .graph-wrap .item i {
        position: static;
        margin: 0 0 15px;
    }

    .graph-wrap .item h5 strong {
        font-size: 38px;
    }

    .income-wrap .cost .emp {
        font-size: 33px;
    }

    .income-wrap .cost {
        padding: 20px 15px;
        background: #ffeccb;
        font-size: 22px;
    }

    .cost-wrap .cost::after,
    .income-wrap .cost::after {
        display: none;
    }

    .banner-wrap .inner .txt-box {
        padding: 20px;
        text-align: left;
    }

    .benefit-banner div:nth-child(even) .inner .txt-box ul li {
        text-align: left;
    }

    .banner-wrap li {
        font-size: 16px;
    }

    .benefit-wrap article {
        padding: 30px;
    }

    .benefit-wrap article h5 {
        margin-bottom: 5px;
        font-size: 36px;
    }

    .benefit-wrap p {
        font-size: 20px;
    }

    .benefit-wrap p br {
        display: none;
    }

    .benefit-wrap p.text-info {
        font-size: 14px;
    }

    .table-style {
        margin: 0;
    }

    .table-responsive {
        margin: 30px 0 20px;
    }

    .resting-wrap .small-quote {
        line-height: 1.3;
    }

    .benefit-wrap2 {
        display: block;
    }

    .benefit-wrap2 .benefit i {
        font-size: 34px;
    }

    .benefit-wrap2 .benefit h5 {
        padding-left: 50px;
    }

    .benefit-wrap2 .benefit.ben1,
    .benefit-wrap2 .benefit.ben3 {
        background: #eaf9fe;
    }

    .benefit-wrap2 .benefit.ben4 {
        background: #fff;
    }

    .education-wrap dl {
        padding-left: 0;
    }

    .company-banner .inner h5 {
        font-size: 22px;
    }

    .company-banner .inner h5 b {
        font-size: 26px;
    }

    .company-banner .inner li {
        font-size: 15px;
    }

    .company-banner .inner .circle {
        margin: 0 auto 20px;
        width: 230px;
        height: 230px;
    }

    .target-wrap .left-con,
    .footstep-wrap .right-con {
        padding: 50px 15px 0;
    }

    .target-wrap .small-quote,
    .footstep-wrap .right-con h5 {
        font-size: 26px;
    }

    .target-wrap .li-check li {
        font-size: 16px;
    }

    .apply-process {
        flex-wrap: wrap;
    }

    .apply-process li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .apply-process li i {
        font-size: 25px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

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

    .board_wrapper .text-center .btn.btn-lg {
        min-width: 135px;
    }

    .job-banner .inner li {
        font-size: 17px;
    }

    .job-banner .inner li br {
        display: none;
    }

    .faq_wrap .question h5 {
        font-size: 18px;
    }

    .pageheader h2 {
        font-size: 38px;
    }

    #notice01 .quote span.tel {
        font-size: 24px;
    }
}

#main_popup_2>.main_popup_contents {
    padding: 0;
}