@charset "UTF-8";
/* 서브 비주얼 */

.sv-wrap {
    height: 120px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 45px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.sv-wrap .sv-tit {
    font-size: 1.8rem;
    color: #fff;
}

.sv-wrap .sv-lnb {
    background-color: rgba(0, 171, 94, 0.8);
    display: -webkit-box;
    display: flex;
    height: 35px;
    line-height: 35px;
    position: absolute;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    border-radius: 4px 4px 0 0;
    z-index: 2;
    font-size: 1rem;
}

.sv-wrap .sv-lnb>div {
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}

.sv-wrap .sv-lnb .depth1 {
    border-right: 1px solid #008f57;
}

.sv-wrap .sv-lnb .depth1,
.sv-wrap .sv-lnb .depth2 {
    min-width: 200px;
    background-image: url(/m/image/sub/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 90%;
    text-align: left;
    box-sizing: border-box;
}

.sv-wrap .sv-lnb .depth1>.lsnb-head,
.sv-wrap .sv-lnb .depth2>.lsnb-head {
    padding-left: 10px;
    width: 80%;
    box-sizing: border-box;
    font-size: 0.9rem;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.sv-wrap .sv-lnb .depth1 .lsnb,
.sv-wrap .sv-lnb .depth2 .lsnb {
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    padding: 10px 0;
    display: none;
    opacity: 0;
}

.sv-wrap .sv-lnb .depth1 .lsnb li,
.sv-wrap .sv-lnb .depth2 .lsnb li {
    box-sizing: border-box;
    line-height: 1.2rem;
    padding: 3px 8px;
    color: #666;
    font-weight: 300;
    font-size: 0.9rem;
}

.sv-wrap .sv-lnb .depth1 .lsnb li:hover,
.sv-wrap .sv-lnb .depth2 .lsnb li:hover {
    color: #00ac60;
}

.sv-wrap .sv-lnb .home {
    width: 35px;
    border-right: 1px solid #008f57;
}

.sv-wrap .sv-lnb .home img {
    width: 15px;
}

.sv-wrap .sv-lnb .right {
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    border-right: none;
}

/* $서브 비주얼 */

/* 서브 공통 */

/* 메인타이틀 */

section .main-tit {
    font-size: 1.5rem;
    position: relative;
    text-align: center;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

section .main-tit::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 16px;
    height: 2px;
    background-color: #000;
    left: 50%;
    margin: 0 0 0 -8px;
}

/* $메인타이틀 */

/* 탭 */

.tab-wrap {
    display: -webkit-box;
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}

.tab-wrap .tab {
    /* width: 33.3%; */
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    background-color: #f9f9f9;
    color: #999;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    cursor: pointer;

    margin: -1px;
}

.tab-wrap .tab.on {
    background-color: #fff;
    border-top: 1px solid #999;
    border-bottom: none;
    color: #333;
    font-weight: bold;
}

/* $탭 */

/* 게시판 */

.brd-wrap {
    margin: 25px 0;
    text-align: left;
    border-top: 1px solid #ddd;
}

.brd-wrap a {
    display: block;
}

.brd-wrap a li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.brd-wrap .brd-tr .division {
    width: 70px;
    text-align: center;
}

.brd-wrap .brd-tr .division .cate {
    width: 60px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 2px;
    font-size: .8rem;
    margin: auto;
    box-sizing: border-box;
}

.brd-wrap .brd-tr .division .cate.counsel {
    background-color: #00b647;
}

.brd-wrap .brd-tr .division .cate.dream {
    background-color: #ff8957;
}

.brd-wrap .brd-tr .division .cate.all {
    color: black;
	border:1px solid;
}

.brd-wrap .brd-tr .division .cate.notice {
    background-color: #fff;
    border: 1px solid #949494;
    color: #333;
    font-weight: 500;
}

.brd-wrap .brd-tr .division .cate.wait {
    background-color: #fff;
    color: #00ac5f;
    border: 1px solid #00ac5f;
    font-weight: 500;
}

.brd-wrap .brd-tr .division .cate.comp {
    background-color: #00ac5f;
}

.brd-wrap .brd-tr .title {
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 1.1rem;
    box-sizing: border-box;
    position: relative;
    margin-left: 6px;
}

.brd-wrap .brd-tr .title .title__param {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.brd-wrap .brd-tr .title .new {
    background-color: #ec885a;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 0.7rem;
    text-align: center;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    letter-spacing: 1px;
}

.brd-wrap .brd-tr .title .noti {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
}

.brd-wrap .brd-tr .title .secret {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
}

.brd-wrap .brd-tr .title .file {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.brd-wrap .brd-tr .write-info {
    line-height: 1.4rem;
}

.brd-wrap .brd-tr .write-info .writer {
    text-align: center;
    font-size: .9rem;
    color: #999;
    margin-right: 10px;
    position: relative;
}

.brd-wrap .brd-tr .write-info .writer::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #bcbcbc;
    top: 2px;
    right: -8px;
}

.brd-wrap .brd-tr .date {
    color: #999;
    font-size: .9rem;
    font-family: "Open Sans", sans-serif;
}
.brd-wrap .brd-tr .write-info .int_writer {
    text-align: center;
    font-size: .88rem;
    color: #999;
    margin-right: 10px;
    position: relative;
}
.brd-wrap .brd-tr .write-info .int_writer::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #bcbcbc;
    top: 5px;
    right: -8px;
}

.brd-wrap .brd-tr.brd-head {
    border-bottom: 1px solid #ddd;
}

.brd-wrap .brd-tr.brd-head>div {
    text-align: center;
    font-size: 17px;
    color: #333;
    font-weight: bold;
}

.brd-wrap .write-btn {
    margin: 12px 0;
    width: 120px;
    margin-left: auto;
    height: 37px;
}

/* $게시판 */

/* 게시판 글쓰기 */

.brd-write {
    margin-top: 25px;
    margin-bottom: 60px;
}

.brd-write input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding-left: 12px;
    box-sizing: border-box;
}

.brd-write .i175 {
    width: 175px;
}

.brd-write .btn-wrap {
    text-align: center;
    margin-top: 25px;
}

.brd-write .btn-wrap button {
    width: 100px;
    background-color: #a1a1a1;
    color: #fff;
    height: 35px;
    border: 1px solid #a1a1a1;
    font-size: .9rem;
    border-radius: 2px;
}

.brd-write .btn-wrap button:hover {
    background-color: #00ac5f;
    border: 1px solid #00ac5f;
}

/* $게시판 글쓰기 */

/* $서브 공통 */

/* 로그인 */

.login-wrap {
    padding: 35px 0 60px;
}

.login-wrap .login-box {
    border: 1px solid #ddd;
    background-image: url(/m/image/sub/login-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    margin-top: 25px;
}

.login-wrap .login-box .login-info {
    border-right: 1px solid #ddd;
    padding: 25px 25px;
    box-sizing: border-box;
}

.login-wrap .login-box .login-info input[type="text"],
.login-wrap .login-box .login-info input[type="password"] {
    height: 45px;
    line-height: 45px;
    padding-left: 12px;
    background-color: #f5f5f5;
    outline: none;
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 1rem;
    margin-bottom: 15px;
}

.login-wrap .login-box .login-info input[type="text"]::-webkit-input-placeholder,
.login-wrap .login-box .login-info input[type="password"]::-webkit-input-placeholder {
    color: #777;
}

.login-wrap .login-box .login-info input[type="text"]:-ms-input-placeholder,
.login-wrap .login-box .login-info input[type="password"]:-ms-input-placeholder {
    color: #777;
}

.login-wrap .login-box .login-info input[type="text"]::-ms-input-placeholder,
.login-wrap .login-box .login-info input[type="password"]::-ms-input-placeholder {
    color: #777;
}

.login-wrap .login-box .login-info input[type="text"]::-webkit-input-placeholder,
.login-wrap .login-box .login-info input[type="password"]::-webkit-input-placeholder {
    color: #777;
}

.login-wrap .login-box .login-info input[type="text"]::-moz-placeholder,
.login-wrap .login-box .login-info input[type="password"]::-moz-placeholder {
    color: #777;
}

.login-wrap .login-box .login-info input[type="text"]:-ms-input-placeholder,
.login-wrap .login-box .login-info input[type="password"]:-ms-input-placeholder {
    color: #777;
}

.login-wrap .login-box .login-info input[type="text"]::-ms-input-placeholder,
.login-wrap .login-box .login-info input[type="password"]::-ms-input-placeholder {
    color: #777;
}

.login-wrap .login-box .login-info input[type="text"]::placeholder,
.login-wrap .login-box .login-info input[type="password"]::placeholder {
    color: #777;
}

.login-wrap .login-box .login-info .login-btn {
    width: 100%;
    height: 45px;
    border: none;
    background-color: #00ac5f;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 15px;
}

.login-wrap .login-box .login-info .remember-id {
    font-size: 14px;
    color: #777;
    cursor: pointer;
    display: inline-block;
}

.login-wrap .login-box .login-info .remember-id .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.login-wrap .login-box .login-info .remember-id .circle.on {
    background-color: #fdfdfd;
}

.login-wrap .login-box .login-info .remember-id .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.login-wrap .login-box .login-info .remember-id input[type="checkbox"] {
    display: none;
}

.login-wrap .login-box .login-menu {
    padding: 0 25px 180px 25px;
    box-sizing: border-box;
    color: #999;
    font-size: 1rem;
}

.login-wrap .login-box .login-menu .menus {
    margin-bottom: 8px;
}

.login-wrap .login-box .login-menu .menus:first-child {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.login-wrap .login-box .login-menu .menus .emp {
    color: #00ac5f;
    margin-left: 5px;
}

.login-wrap .login-box .login-menu .apply-chk {
    color: #00ac5f;
    border: 1px solid #00ac5f;
    border-radius: 30px;
    text-align: center;
    padding: 8px 33px 8px 18px;
    display: inline-block;
    margin-top: 12px;
    background-image: url(/m/image/sub/right-arrow03.png);
    background-repeat: no-repeat;
    background-position: 90%;
}

/* $로그인 */

/* 회원가입 */

.j-wrap {
    padding: 35px 0 70px 0;
    /* JOIN02 정보입력 */
    /* $JOIN02 정보입력 */
}

.j-wrap .btn-wrap {
    text-align: center;
    margin-top: 25px;
}

.j-wrap .btn-wrap .join01-ok {
    background-color: #00ac5f;
    color: #fff;
    border: #00ac5f;
    font-size: 16px;
    padding: 12px 48px;
    border-radius: 2px;
}

.j-wrap .msg {
    float: none !important;
    text-align: right;
    margin-bottom: 8px;
}

.j-wrap .join02-wrap {
    border: 1px solid #ddd;
    padding: 25px 0;
}

.j-wrap .join02-wrap .join02-inner {
    margin: auto;
    border: none;
}

.j-wrap .join02-wrap .join02-inner tr {
    border: none;
}

.j-wrap .join02-wrap .join02-inner tr th {
    background: none;
    vertical-align: top;
    padding: 12px 0px 12px 20px;
    border: none;
    width: 100%;
    font-size: 1rem;
    text-align: left;
}

.j-wrap .join02-wrap .join02-inner tr td {
    padding: 0 12px;
    border: none;
}

.j-wrap .join02-wrap .join02-inner tr td .s-txt {
    font-size: .9rem;
    color: #666;
    margin-top: 8px;
    letter-spacing: -1px;
    line-height: 1.4rem;
}

.j-wrap .join02-wrap .join02-inner tr td .form-btn {
    font-size: .9rem;
    padding: 0 12px;
    margin-left: 6px;
    display: inline-block;
}

.j-wrap .join02-wrap .join02-inner tr td .circle-wrap {
    cursor: pointer;
    display: inline-block;
    margin-top: 8px;
}

.j-wrap .join02-wrap .join02-inner tr td .circle-wrap input {
    display: none;
}

.j-wrap .join02-wrap .join02-inner tr td .circle-wrap .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.j-wrap .join02-wrap .join02-inner tr td .circle-wrap .circle.on {
    background-color: #fdfdfd;
}

.j-wrap .join02-wrap .join02-inner tr td .circle-wrap .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.j-wrap .btn-wrap .back-btn {
    width: 100px;
    height: 35px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #a1a1a1;
    margin: 0 3px;
    font-size: 0.9rem;
}

.j-wrap .btn-wrap .join02-btn {
    width: 100px;
    height: 35px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #00ac5f;
    margin: 0 3px;
    font-size: 0.9rem;
}

.j-wrap .join-success-wrap {
    margin-top: 25px;
}

.j-wrap .join-success-wrap .join-success__img {
    width: 200px;
    margin: auto;
    margin-bottom: 15px;
}

.j-wrap .join-success-wrap .join-success .tit {
    font-size: 1.5rem;
    line-height: 1.8rem;
	text-align: center;
}

.j-wrap .join-success-wrap .join-success .stit {
    margin-top: 12px;
    font-size: 0.9rem;
    font-weight: 300;
    color: #666;
    line-height: 1.4rem;
	text-align: center;
}

.j-wrap .join-success-wrap .join-success .btn-wrap {
    margin-top: 30px;
}

/* $회원가입 */

/* 아이디&패스워드 찾기 */

.find-wrap {
    padding: 35px 0 60px;
}

.find-wrap .tab-wrap {
    width: 100%;
}

.find-wrap .tab-wrap .tab {
    width: 50%;
    margin: -1px;
}

.find-wrap .find-way {}

.find-wrap .find-way .tit {
    font-size: 1rem;
    padding: 15px;
    word-break: keep-all;
    color: #737373;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.find-wrap .find-way table {
    border: 1px solid #ddd;
    font-size: 16px;
    width: 100%;
}

.find-wrap .find-way table tr {
    border-bottom: 1px solid #ddd;
}

.find-wrap .find-way table tr th {
    padding: 8px 15px;
    background-color: #f5f5f5;
    text-align: left;
    font-size: 1rem;
}

.find-wrap .find-way table tr td {
    padding: 12px 15px;
    text-align: center;
}

.find-wrap .find-way table tr td input,
.find-wrap .find-way table tr td select {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
}

.find-wrap .find-way table tr td .i70 {
    width: 70px;
}

.find-wrap .find-way table tr td .i170 {
    width: 170px;
}

.find-wrap .find-way table tr td .i230 {
    width: 230px;
}

.find-wrap .find-way table tr td .i113 {
    width: 113px;
}

.find-wrap .find-way .find-email {
    /* display: none; */
}

.find-wrap .find-way .btn-wrap {
    text-align: center;
    margin-top: 25px;
}

.find-wrap .find-way .btn-wrap>button {
    width: 120px;
    height: 35px;
    /* line-height: 50px; */
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #00ac5f;
    margin: 0 5px;
}

/* $아이디&패스워드 찾기 */

/* 마이페이지 */

.mp-wrap {
    padding: 35px 0 60px;
}

.mp-wrap .mp-chk {
    border: 1px solid #ddd;
    margin-top: 25px;
    padding: 15px 25px;
    box-sizing: border-box;
}

.mp-wrap .mp-chk .mp-chk-inner table {
    width: 100%;
}

.mp-wrap .mp-chk .mp-chk-inner table th {
    text-align: left;
    padding: 8px 0;
    vertical-align: top;
}

.mp-wrap .mp-chk .mp-chk-inner table td {
    padding: 8px 0;
}

.mp-wrap .mp-chk .mp-chk-inner table td select,
.mp-wrap .mp-chk .mp-chk-inner table td input[type="text"],
.mp-wrap .mp-chk .mp-chk-inner table td input[type="password"] {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 8px;
    box-sizing: border-box;
}

.mp-wrap .mp-chk .mp-chk-inner table td input[type="password"]::-webkit-input-placeholder {
    font-weight: 300;
    color: #666;
}

.mp-wrap .mp-chk .mp-chk-inner table td input[type="password"]::-moz-placeholder {
    font-weight: 300;
    color: #666;
}

.mp-wrap .mp-chk .mp-chk-inner table td input[type="password"]:-ms-input-placeholder {
    font-weight: 300;
    color: #666;
}

.mp-wrap .mp-chk .mp-chk-inner table td input[type="password"]::-ms-input-placeholder {
    font-weight: 300;
    color: #666;
}

.mp-wrap .mp-chk .mp-chk-inner table td select,
.mp-wrap .mp-chk .mp-chk-inner table td input[type="text"],
.mp-wrap .mp-chk .mp-chk-inner table td input[type="password"]::placeholder {
    font-weight: 300;
    color: #666;
}

.mp-wrap .mp-chk .mp-chk-inner table td textarea {
    height: 140px;
    resize: none;
    border: 1px solid #ddd;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
}

.mp-wrap .mp-chk .mp-chk-inner table td textarea:disabled {
    background-color: #f5f5f5;
}

.mp-wrap .mp-chk .mp-chk-inner table td .i520 {
    width: 520px !important;
}

.mp-wrap .mp-chk .mp-chk-inner button {
    background-color: #00ac5f;
    color: #fff;
    width: 100px;
    border: 1px solid #00ac5f;
    height: 35px;
    font-size: 1rem;
    border-radius: 2px;
}

.mp-wrap .mp-chk .mp-chk-inner table td .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.mp-wrap .mp-chk .mp-chk-inner table td .circle.on {
    background-color: #fdfdfd;
}

.mp-wrap .mp-chk .mp-chk-inner table td .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.mp-wrap .mp-chk .mp-chk-inner table td input[type="radio"] {
    display: none;
}

.mp-wrap .mp-chk .mp-chk-inner table .menu-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    line-height: 40px;
}

.mp-wrap .mp-chk .mp-chk-inner table .menu-wrap .radio-btns {
    margin-right: 20px;
    cursor: pointer;
}

.mp-wrap .mp-chk .mp-chk-inner .caution {
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 30px;
    color: #777;
}

.mp-wrap .mp-chk .mp-chk-inner .caution .emp {
    color: #00ac5f;
    font-weight: 500;
}

.mp-wrap .mp-chk .mp-chk-inner .caution p {
    line-height: 1.3rem;
    letter-spacing: -.05rem;
    word-break: keep-all;
    font-size: .9rem;
}

.mp-wrap .mp-chk .mp-chk-inner .caution .tit {
    margin-bottom: 5px;
}

.mp-wrap .mp-chk .mp-chk-inner .caution .imp {
    padding-left: 12px;
    position: relative;
    margin-top: 5px;
}

.mp-wrap .mp-chk .mp-chk-inner .caution .imp::before {
    content: "*";
    position: absolute;
    left: 0;
}

.mp-wrap .mp-chk .mp-chk-inner .caution .last-param {
    margin-top: 10px;
}

.mp-wrap .msg {
    border-top: 1px solid #ddd;
    font-size: 1rem;
    padding-top: 25px;
    margin-top: 25px;
    text-align: center;
    color: #777;
    line-height: 1.4rem;
}

.mp-wrap .btn-wrap {
    text-align: center;
    margin-top: 25px;
}

.mp-wrap .btn-wrap .back-btn {
    width: 100px;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #a1a1a1;
    margin: 0 5px;
    font-size: 1rem;
}

.mp-wrap .btn-wrap .join02-btn {
    width: 100px;
    height: 40px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #00ac5f;
    margin: 0 5px;
    font-size: 1rem;
}

.mp-wrap .tab-wrap .tab {
    width: 33.3%;
    margin: -1px;
}

.mp-wrap .li-wrap {
    margin: 25px 0;
}

.mp-wrap .li-wrap .list .visible {

    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.mp-wrap .li-wrap .list .visible .num {
    width: 70px;
    text-align: center;
    font-size: 18px;
}

.mp-wrap .li-wrap .list .visible .tit {
    box-sizing: border-box;
}

.mp-wrap .li-wrap .list .visible .tit .apply-tit {
    white-space: normal;
    line-height: 1.4em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mp-wrap .li-wrap .list .visible .tit .apply-tit .cate {
    width: 60px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 2px;
    margin-right: 40px;
    font-size: .8rem;
    margin: auto;
    display: inline-block;
    margin-right: 3px;
}

.mp-wrap .li-wrap .list .visible .tit .apply-tit .cate.dream {
    background-color: #ff8957;
}

.mp-wrap .li-wrap .list .visible .tit .apply-tit .cate.counsel {
    background-color: #00ac5f;
}

.mp-wrap .li-wrap .list .visible .tit .apply-tit .cate.all {
    color:black;
	border:1px solid;
}

.mp-wrap .li-wrap .list .visible .tit .apply-info {
    font-size: .9rem;
    color: #666;
    margin-top: 6px;
    font-weight: 300;
}

.mp-wrap .li-wrap .list .visible .tit .apply-info .date {
    margin-right: 9px;
    position: relative;
}

.mp-wrap .li-wrap .list .visible .tit .apply-info .date::after {
    content: "";
    width: 1px;
    height: 11px;
    background-color: #e0e0e0;
    position: absolute;
    right: -7px;
    top: 1px;
}

.mp-wrap .li-wrap .list .visible .status {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    margin-right: 12px;
}

.mp-wrap .li-wrap .list .visible .btn {
    text-align: center;
    display: inline-block;
}

.mp-wrap .li-wrap .list .visible .btn>button {
    width: 80px;
    height: 25px;
    font-size: 0.9rem;
    border: 1px solid #939393;
    background-color: #fff;
    border-radius: 30px;
}

.mp-wrap .li-wrap .list .cont {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 1rem;
    border-top: 1px solid #ddd;
    display: none;
}

.mp-wrap .li-wrap .list .cont .program {
    font-weight: 500;
    margin-bottom: 15px;
}

.mp-wrap .li-wrap .list .cont textarea {
    background: none;
    border: none;
    resize: none;
    width: 100%;
    height: 100px;
    overflow: auto;
    font-weight: 300;
    color: #777;
}

.mp-wrap .li-wrap .list:last-child {
    border-bottom: 1px solid #ddd;
}

/* $마이페이지 */

/* 소개 */

.about-wrap {
    padding: 35px 0 70px 0;
}

.about-wrap .boss-wrap {
    margin-top: 25px;
}

.about-wrap .boss-wrap .b-box {
    box-sizing: border-box;
}

.about-wrap .boss-wrap .boss__profile {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}

.about-wrap .boss-wrap .b-box .boss-name {
    font-size: .9rem;
    text-align: right;
    -webkit-box-flex: 1;
    flex: 1;
    margin-right: 15px;
    line-height: 1.3rem;
    margin-bottom: 10px;
}

.about-wrap .boss-wrap .b-box .boss-name p {
    margin-right: 7px;
}

.about-wrap .boss-wrap .b-box .boss-name img {
    width: 110px;
    margin-bottom: 10px;
}

.about-wrap .boss-wrap .b-box .boss-img {
    width: 135px;
    margin-left: auto;
}

.about-wrap .boss-wrap .b-box .boss-img img {
    display: inline-block;
}

.about-wrap .boss-wrap .b-box .tit {
    font-size: 1.5rem;
    line-height: 2rem;
}

.about-wrap .boss-wrap .b-box .intro {
    margin-top: 15px;
    width: 100%;
    height: 420px;
    resize: none;
    border: none;
    font-size: 1rem;
    word-break: keep-all;
    color: #444;
    outline: none;
}

.about-wrap .boss-wrap .b-box .intro:read-only {
    background-color: #fff;
}

.about-wrap .mission-wrap {
    margin-top: 50px;
}

.about-wrap .mission-wrap>li {
    margin-bottom: 35px;
}

.about-wrap .history {
    border-top: 2px solid #00ac5f;
    margin-top: 25px;
}

.about-wrap .history>li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.about-wrap .history>li:last-child {
    border: none;
}

.about-wrap .history>li .history__head {
    width: 350px;
}

.about-wrap .history>li .history__head .head__tit {
    color: #00ac5f;
    font-weight: 600;
    font-size: 1.2rem;
    padding-left: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.about-wrap .history>li .history__head .head__tit::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #00ac5f;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.about-wrap .history>li .history__head .head__stit {
    font-size: 1rem;
    color: #00ac5f;
    line-height: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


.about-wrap .history>li .history__data .data__block {
    display: -webkit-box;
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    -webkit-box-align: start;
    align-items: flex-start;
}

.about-wrap .history>li .history__data .data__block img {
    width: 60px;
}

.about-wrap .history>li .history__data .data__block:last-child {
    border: none;
    padding-bottom: 0;
}

.about-wrap .history>li .history__data .data__block .block__txt {
    margin-left: 12px;
    -webkit-box-flex: 1;
    flex: 1;
}

.about-wrap .history>li .history__data .data__block .block__txt .txt__tit {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    line-height: 1.4rem;
}

.about-wrap .history>li .history__data .data__block .block__txt .txt__stit {
    font-size: 1rem;
    color: #666;
    margin-top: 3px;
    word-break: keep-all;
    font-weight: 300;
    line-height: 1.4rem;
}

.about-wrap .history>li .history__data .data__block .block__year {
    font-size: 1rem;
    font-weight: 600;
    width: 60px;
}

.about-wrap .history>li .history__data .data__block .block__event {
    margin-left: 12px;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
}

.about-wrap .slide-wrap {
    width: 300px;
    margin: auto;
    margin-top: 25px;
}

.about-wrap .slide-wrap .fac-wrap {
    position: relative;
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
}

.about-wrap .slide-wrap .fac-wrap .items {
    position: relative;
}

.about-wrap .slide-wrap .fac-wrap .items .tit {
    position: absolute;
    bottom: 0;
}

.about-wrap .slide-wrap .fac-wrap .inner-nav {
    background-color: #fff;
    background-color: rgba(0, 171, 94, 0.8);
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 30px;
    padding: 0 15px;
    color: #fff;
    font-size: .9rem;
}

.about-wrap .slide-wrap .fac-wrap .slick-dots {
    position: absolute;
    bottom: 3px;
    right: 10px;
    font-size: 1rem;
    color: #fff;
}

.about-wrap .slide-wrap .fac-wrap .slick-dots>li {
    display: none;
}

.about-wrap .slide-wrap .fac-wrap .slick-dots>li.slick-active {
    display: block;
    font-family: 'Open Sans', sans-serif;
}

.about-wrap .slide-wrap .fac-wrap .slick-dots>li.slick-active::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #008f57;
    position: absolute;
    right: 30px;
    bottom: -3px;
}

.about-wrap .slide-wrap .fac-wrap .arrows-wrap .arrows {
    position: absolute;
    cursor: pointer;
    top: 85px;
}

.about-wrap .slide-wrap .fac-wrap .arrows-wrap .arrows>img {
    display: block;
}

.about-wrap .slide-wrap .fac-wrap .arrows-wrap .arrows.prev {
    left: -20px;
    width: 10px;
    height: 53px;
    background-image: url(/m/image/sub/left-arrow02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0%;
}

.about-wrap .slide-wrap .fac-wrap .arrows-wrap .arrows.next {
    right: -20px;
    width: 10px;
    height: 53px;
    background-image: url(/m/image/sub/right-arrow02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.about-wrap .slide-wrap .slider-nav {
    /* the slides */
    /* the parent */
}

.about-wrap .slide-wrap .slider-nav .slick-slide {
    margin-right: 12px;
}

.about-wrap .slide-wrap .slider-nav .slick-list {
    margin-right: -10px;
    overflow: hidden;
}

.about-wrap .slide-wrap .slider-nav .slick-track {
    margin: 12px 0;
}

.about-wrap .slide-wrap .slider-nav .items {
    box-sizing: border-box;
    box-shadow: 3px 3px 4px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.about-wrap .slide-wrap .slider-nav .items.on img {
    box-sizing: border-box;
    border: 4px solid #00ac5f;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows {
    position: absolute;
    cursor: pointer;
    bottom: 27px;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows>img {
    display: block;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows.prev {
    left: 0px;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows.prev .arrow-hover {
    position: absolute;
    left: 0;
    top: -1px;
    opacity: 0;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows.prev:hover .arrow-hover {
    opacity: 1;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows.next {
    right: 0px;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows.next .arrow-hover {
    position: absolute;
    right: 0;
    top: -1px;
    opacity: 0;
}

.about-wrap .slide-wrap .slider-nav .arrows-wrap .arrows.next:hover .arrow-hover {
    opacity: 1;
}

.about-wrap .organ-wrap .organ {
    position: relative;
    width: 300px;
    margin: 35px auto;
}

.about-wrap .organ-wrap .organ .eles {
    width: 127px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    top: 0;
}

.about-wrap .organ-wrap .organ .ele01 {
  top: 95px;
  left: 173px;
}

.about-wrap .organ-wrap .organ .ele02 {
  top: 295px;
  left: 173px;
}

.about-wrap .organ-wrap .organ .ele03 {
  top: 455px;
  left: 20px;
}

.about-wrap .organ-wrap .organ .ele04 {
  top: 517px;
  left: 173px;
}

.about-wrap .organ-wrap .organ .ele05 {
  top: 637px;
  left: 21px;
}

.about-wrap .organ-wrap .organ .ele06 {
  top: 516px;
  left: 21px;
}

.about-wrap .organ-wrap .organ .ele07 {
  top: 696px;
  left: 21px;
}

.about-wrap .organ-wrap .organ .ele08 {
  top: 576px;
  left: 20px;
}

.about-wrap .organ-wrap .organ .ele09 {
  top: 576px;
  left: 173px;
}

.about-wrap .organ-wrap .organ .ele11 {
  top: 636px;
  left: 173px;
}

.about-wrap .organ-wrap .organ .ele12 {
  top: 758px;
  left: 21px;
}

.about-wrap .organ-wrap .organ .ele13 {
  top: 229px;
  left: 21px;
}

.about-wrap .organ-wrap .organ .ele14 {
  top: 696px;
  left: 21px;
}
.about-wrap .organ-wrap .organ .ele15 {
  top: 756px;
  left: 21px;
}

.about-wrap .depart-form {
    width: 300px;
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: fixed;
    top: 27%;
    z-index: 1001;
    left: 50%;
    margin-left: -150px;
    display: none;
}

.about-wrap .depart-form .depart__list{
    height: 305px;
    overflow: scroll;
}

.about-wrap .depart-form .depart__tit {
    box-sizing: border-box;
    padding: 8px 16px;
    border-bottom: 2px solid #29aa63;
}

.about-wrap .depart-form .depart__name {
    font-size: 1.2rem;
    font-weight: 600;
}

.about-wrap .depart-form .depart__tel {
    font-size: 1rem;
    color: #666;
    padding-left: 17px;
    background-repeat: no-repeat;
    background-image: url(/m/image/sub/counsel-icon.png);
    background-position: 0;
    background-size: 13px;
}

.about-wrap .depart-form .depart__list>li {
    box-sizing: border-box;
    padding: 8px 16px;
    border-bottom: 1px solid #ddd;
}

.about-wrap .depart-form .depart__list p {
    line-height: 1.4rem;
    color: #999;
    font-size: 0.9rem;
    word-break: keep-all;
}

.about-wrap .depart-form .list__postion {
    font-weight: 600;
    font-size: 1rem !important;
    margin-bottom: 3px;
    color: #333 !important;
}

.about-wrap .depart__close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
}

.about-wrap .depart__mask {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.about-wrap .loca-wrap {
    margin-top: 25px;
}

.about-wrap .loca-wrap #daumRoughmapContainer1583828455260 {
    width: 100% !important;
    border-top: 1px solid #d2d2d2 !important;
    border-bottom: 1px solid #d2d2d2 !important;
}

.about-wrap .loca-wrap .root_daum_roughmap .wrap_controllers {
    display: none !important;
}

.about-wrap .loca-wrap .root_daum_roughmap .wrap_btn_zoom {
    display: none !important;
}

.about-wrap .loca-wrap .root_daum_roughmap .border1 {
    display: none !important;
}

.about-wrap .loca-wrap .tit {
    font-size: 1.2rem;
    padding-left: 25px;
    background-image: url(/m/image/sub/marker.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5rem;
    font-weight: 600;
}

.about-wrap .loca-wrap .center-wrap {
    width: 100%;
  }

  .about-wrap .loca-wrap .center-wrap .c-box {
  margin-top: 45px;
    border: 4px solid #f2f2f2;
    border-radius: 10px;
    padding: 25px 10px 25px 10px;
    position: relative;
    box-sizing: border-box;
    /* margin-left: 10px; */
}

.about-wrap .loca-wrap .center-wrap .c-box .c-tit {
    position: absolute;
    top: -30px;
    left: -5px;
    width: 280px;
}

.about-wrap .loca-wrap .center-wrap .c-box .c-info>li {
    display: -webkit-box;
    display: flex;
    color: #707070;
    font-size: 1.1rem;
}
.about-wrap .loca-wrap .center-wrap .c-box .c-info>li:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrap .loca-wrap .center-wrap .c-box .c-info>li .cap {
    width: 110px;
    box-sizing: border-box;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #000;
    background-size: 25px;
}

.about-wrap .loca-wrap .center-wrap .c-box .c-info>li >div:last-child {
  flex: 1;
  line-height: 1.8rem;
}

.about-wrap .loca-wrap .center-wrap .c-box .c-info>li .bus > div:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrap .loca-wrap .center-wrap .c-box .c-info>li .bus ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.about-wrap .loca-wrap .center-wrap .c-box .c-info>li .bus ul li span:first-child {
  color: #fff;
  font-size: 12px;
  padding: 4px 5px;
  line-height: 1;
}
.about-wrap .loca-wrap .center-wrap .c-box .c-info>li .bus ul li span.blue {
  background-color: #3454a3;
}
.about-wrap .loca-wrap .center-wrap .c-box .c-info>li .bus ul li span.green {
  background-color: #3d921e;
}
.about-wrap .loca-wrap .center-wrap .c-box .c-info>li .bus ul li span:last-child {
  flex: 1;
}

/* $소개 */

.counsel-wrap {
    margin-top: 35px;
}

.counsel-wrap .counsel01 {
    margin-top: 25px;
}

.counsel-wrap .counsel01 .intro .tit {
    font-size: 1.7rem;
    color: #00ac5f;
    line-height: 2.2rem;
    word-break: keep-all;
}

.counsel-wrap .counsel01 .intro .stit {
    font-size: 1rem;
    color: #666;
    margin-top: 15px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 1.4rem;
}

.counsel-wrap .counsel01 .intro .stit .emp {
    font-size: 1.2rem;
    color: #00ac5f;
    font-weight: 500;
}

.counsel-wrap .counsel01 .p-flow-wrap {
    background-color: #f9f9f9;
    padding: 35px 0 60px;
}

.counsel-wrap .counsel01 .p-flow-wrap .program-flow {
    text-align: center;
}

.counsel-wrap>.intro {
    padding: 35px 0 45px;
    background-color: #f9f9f9;
}

.counsel-wrap>.intro .main-stit {
    font-size: 1.2rem;
    text-align: center;
    word-break: keep-all;
    margin-top: 25px;
    color: #333;
}

.counsel-wrap>.intro .main-p {
    font-size: 1rem;
    color: #777;
    text-align: center;
    margin-top: 12px;
    font-weight: 300;
    word-break: keep-all;
}

.counsel-wrap>.intro .process {
    background-color: #fff;
    border: 5px solid #ebebeb;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 25px;
}

.counsel-wrap>.intro .process>li {
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 2.2rem;
    color: #777;
}
.counsel-wrap>.intro .process>li a {
  max-width: 100%;
  word-break: break-all;
}
.counsel-wrap>.intro .process>li .cap {
    width: 70px;
    font-weight: 500;
    color: #000;
    font-size: 1rem;
    position: relative;
}

.counsel-wrap>.intro .process>li .cap::before {
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  border-radius: 100%;
  content: "";
  width: 5px;
  height: 5px;
  background-color: transparent;
  border: 3px solid #00ad5e;
}

.counsel-wrap>.intro .process>li .cont {
    font-weight: 300;
    font-size: 1rem;
    color: #666;
    -webkit-box-flex: 1;
    flex: 1;
    word-break: keep-all;
}

.counsel-wrap>.intro .process .process-img {
    margin-top: 30px;
    display: block;
}

.counsel-wrap>.intro .process .process-img img {
    margin: auto;
}

/* 사업안내 */

@font-face {
    font-family: 'yg-jalnan';
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.counsel-wrap .select-box {
    margin-top: 25px;
}

.counsel-wrap .select-box {
    position: relative;
}

.counsel-wrap .select-box .select__current-category {
    border: 1px solid #ddd;
    padding: 6px 12px;
    box-sizing: border-box;
    color: #00ac5f;
    font-weight: 600;
    position: relative;
}

.counsel-wrap .select-box .select__current-category::before {
    content: "";
    background-repeat: no-repeat;
    background-image: url(/m/image/sub/up-arrow.png);
    background-size: 10px;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 10px;
    height: 6px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.counsel-wrap .select-box .select__current-category.on::before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.counsel-wrap .select-box .select__option {
    padding: 10px 12px;
    line-height: 2rem;
    border: 1px solid #ddd;
    color: #777;
    position: absolute;
    top: 37px;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
    display: none;
}

.counsel-wrap .select-box .select__option>li.on {
    color: #00ac5f;
    font-weight: 600;
}

.counsel-wrap .business {
    margin-top: 25px;
}

.counsel-wrap .business .business__name {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 12px;
    border-bottom: 3px solid #00ac5f;
    display: inline-block;
    position: relative;
}

.counsel-wrap .business .business__name::before {
    content: "";
    width: 100%;
    left: 50%;
    margin-left: -50%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    bottom: -4px;
}

.counsel-wrap .business .business__tit {
    font-size: 1.3rem;
    font-weight: 600;
}

.counsel-wrap .business .business__stit {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.4rem;
    color: #333;
    word-break: keep-all;
    font-weight: 300;
    text-align: center;
}

.counsel-wrap .business .business__info {
    margin-top: 20px;
    margin-bottom: 60px;
    border: 3px solid #ececec;
    padding: 10px;
    border-radius: 5px;
}

.counsel-wrap .business .business__info .info__list {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: -webkit-box;
    display: flex;
    flex-direction:column;
}

.counsel-wrap .business .business__info .info__list .list__tit {
    width: 100px;
    display: inline-block;
    padding-left: 11px;
    position: relative;
    font-size: 1.1rem;
}

.counsel-wrap .business .business__info .info__list .list__tit::before {
    content: "";
    width: 7px;
    border: 2px solid #00ac5f;
    box-sizing: border-box;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.counsel-wrap .business .business__info .info__list .list__tit--long {
    display: inline-block;
    padding-left: 11px;
    position: relative;
    font-size: 1.1rem;
}

.counsel-wrap .business .business__info .info__list .list__tit--long::before {
    content: "";
    width: 7px;
    border: 2px solid #00ac5f;
    box-sizing: border-box;
    height: 7px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
}

.counsel-wrap .business .business__info .info__list .list__tit--long>.emp {
    font-weight: 500;
    font-family: 'yg-jalnan', sans-serif;
}

.counsel-wrap .business .business__info .info__list .list__cont {
    color: #333;
    font-size: 1rem;
    font-weight: 300;
    -webkit-box-flex: 1;
    flex: 1;
    word-break: keep-all;
}

.counsel-wrap .business .business__info .info__list .list__button--01 {
    color: #777;
    font-weight: 400;
    display: inline-block;
    width: 87px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: linear-gradient(180deg, #fff, #eee);
    font-size: .9rem;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 11px;
    position: relative;
}

.counsel-wrap .business .business__info .info__list .list__button--01::after {
    content: "";
    background-image: url(/m/image/sub/button-arrow.png);
    background-repeat: no-repeat;
    background-position: 83%;
    width: 4px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 7px;
}

.counsel-wrap .business .business__info .info__list .list__button--02 {
    color: #777;
    font-weight: 400;
    display: inline-block;
    width: 125px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background: linear-gradient(180deg, #fff, #eee);
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.counsel-wrap .business .business__info .info__list .list__button--02::after {
    content: "";
    background-image: url(/m/image/sub/button-arrow.png);
    background-repeat: no-repeat;
    background-position: 83%;
    width: 6px;
    height: 9px;
    position: absolute;
    right: 16px;
    top: 9px;
}

.counsel-wrap .business .business__info .info__list:last-child {
    margin-bottom: 0;
}

.counsel-wrap .business .business__info .info__cont {
    margin-top: 30px;
    text-align: center;
}

.counsel-wrap .business .business__info .list__cont--02 {
    color: #333;
    font-weight: 300;
    font-size: 1rem;
    padding-left: 8px;
    word-break: keep-all;
    position: relative;
}

/* .counsel-wrap .business .business__info .list__cont--02>p {
    position: relative;
}

.counsel-wrap .business .business__info .list__cont--02>p::before {
    content: "·";
    position: absolute;
    left: -9px;
    top: 0px;
} */

.counsel-wrap .business .business__info .info__table {
    width: 100%;
    overflow: scroll;
}

.counsel-wrap .business .business__info table {
    margin-top: 5px;
    font-size: .9rem;
    width: 820px;
}

.counsel-wrap .business .business__info table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 7px 0;
}

.counsel-wrap .business .business__info table td {
    font-weight: 400;
    border: 1px solid #ddd;
    text-align: center;
    padding: 7px 0;
    color: #888;
}

.counsel-wrap .business .business__info table .cont {
    text-align: left;
    padding: 0 20px;
    word-break: keep-all;
}

.counsel-wrap .business .business__info.hide {
    display: none;
}

.counsel-wrap .business .busi01 .info__cont .ele {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.counsel-wrap .business .busi01 .info__cont .ele .ele__tit {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 6px;
}

.counsel-wrap .business .busi01 .info__cont .ele .ele__stit {
    font-size: 1rem;
    color: #333;
    margin-top: 8px;
    font-weight: 300;
    line-height: 1.4rem;
    word-break: keep-all;
}

.counsel-wrap .business .busi01 .info__cont .ele .ele__stit a {
    color: #666;
    border-bottom: 1px solid #cccccc;
}

/* 긴급구조 일시보호 */

.counsel-wrap .business .busi07 .info__cont .ele {
    background-color: #f9f9f9;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 10px;
}

.counsel-wrap .business .busi07 .info__cont .ele .ele__tit {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 6px;
}

.counsel-wrap .business .busi07 .info__cont .ele .ele__stit {
    font-size: .9rem;
    color: #333;
    margin-top: 8px;
    font-weight: 300;
    line-height: 1.2rem;
    word-break: keep-all;
}

.counsel-wrap .business .busi07 .info__cont .ele .ele__stit a {
    color: #888;
    border-bottom: 1px solid #ddd;
}

/* 또래상담 */

.counsel-wrap .business .busi09 .info__cont .ele {
    border: 3px solid #000;
    padding: 25px 0;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.counsel-wrap .business .busi09 .info__cont .ele .tit {
    font-size: 1.7rem;
    font-weight: 500;
    font-family: 'yg-jalnan', sans-serif;
}

.counsel-wrap .business .busi09 .info__cont .ele .stit {
    font-size: 1.1rem;
    margin-top: 7px;
    font-weight: 500;
    line-height: 1.6rem;
}

.counsel-wrap .business .busi09 .info__cont .ele .cont {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.4rem;
    color: #333;
    font-weight: 300;
}

/* 청소년지원단 */

.counsel-wrap .business .busi05 .info__cont {
    text-align: left;
}

.counsel-wrap .business .busi05 .info__cont .ele {
    border: 3px solid #000;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 25px 15px 20px 15px;
    position: relative;
    word-break: keep-all;
    margin-bottom: 27px;
}

.counsel-wrap .business .busi05 .info__cont .ele .tit {
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    width: 200px;
    text-align: center;
    background-color: #000;
    top: -18px;
    left: 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
}

.counsel-wrap .business .busi05 .info__cont .ele .stit {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.counsel-wrap .business .busi05 .info__cont .ele .ex {
    font-size: 1rem;
    margin-top: 7px;
    line-height: 1.6rem;
    color: #333;
    letter-spacing: -.7px;
    font-weight: 300;
    display: -webkit-box;
    display: flex;
}

.counsel-wrap .business .busi05 .info__cont .ele .ex span:first-child {
    font-weight: 600;
    margin-right: 5px;
}

/* $사업안내 */

.counsel-wrap .form-wrap {
    margin: 35px 0 45px;
}
.counsel-wrap .form-guide { 
  color: #dc2a2a; 
  margin-bottom: 10px; 
  } 
 .col_dc{
   color: #dc2a2a; 
 }

/* 신청서 양식 공통 */

.form {
    position: relative;
    margin-top: 25px;
}

.form .tit {
    font-size: 1rem;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
    line-height: 1.4rem;
}

.form .tit .load-info {
    font-size: .9rem;
    font-weight: 300;
    margin-left: 14px;
    color: #666;
    cursor: pointer;
}

.form .tit .load-info input {
    display: none;
}

.form .tit .load-info .circle-s {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.form .tit .load-info .circle-s.on {
    background-color: #fdfdfd;
}

.form .tit .load-info .circle-s.on::after {
    content: "";
    width: 11px;
    height: 11px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form .tit .stit {
    color: #777;
    font-size: .9rem;
    font-weight: 300;
}

.form .msg {
    float: right;
    font-size: .9rem;
    font-weight: 300;
}

.form .require {
    font-size: 1em;
    color: #dc2a2a;
}
.form table tr td .red{
  color: #dc2a2a;
}
.form table .emp-msg {
    position: absolute;
    bottom: -40px;
    left: 0px;
}

.form table .emp-msg td {
    border: none;
    padding: 0;
    font-weight: 300;
    font-size: 0.9rem;
}

.form table {
    width: 100%;
    border-top: 2px solid #00ac5f;
    margin-bottom: 30px;
    text-align: left;
    border-collapse: separate;
    position: relative;
}

.form table tr .table-head {
    position: relative;
}

.form table tr .table-head.req::before {
    content: "*";
    position: absolute;
    font-size: 1em;
    color: #dc2a2a;
    left: -12px;
    top: 0;
}

.form table tr .cont-msg {
    float: left;
    line-height: 1.4rem;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.form table tr .char-chk {
    color: #777;
    float: right;
    line-height: 1.4rem;
    margin-bottom: 5px;
}

.form table tr .char-chk .crnt {
    color: #00ac5f;
}

.form table tr th {
    position: relative;
    width: 120px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
    padding: 8px 20px;
    font-size: 1rem;
    word-break: keep-all;
    box-sizing: border-box;
    line-height: 22px;
    text-align: left;
}

.form table tr td {
    padding: 12px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    /* 상담이력 체크 */
    /* $상담이력 체크 */
    /* 학업중단유무 */
    /* $학업중단유무 */
}

.form table tr td input,
.form table tr td select {
    box-sizing: border-box;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 7px;
    width: 160px;
}

.form table tr td input.disabled,
.form table tr td select.disabled {
    background-color: #f9f9f9;
}

.form table tr td input::-webkit-input-placeholder,
.form table tr td textarea::-webkit-input-placeholder {
    color: #999;
}

.form table tr td input:-ms-input-placeholder,
.form table tr td textarea:-ms-input-placeholder {
    color: #999;
}

.form table tr td input::-ms-input-placeholder,
.form table tr td textarea::-ms-input-placeholder {
    color: #999;
}

.form table tr td input::-webkit-input-placeholder,
.form table tr td textarea::-webkit-input-placeholder {
    color: #999;
}

.form table tr td input::-moz-placeholder,
.form table tr td textarea::-moz-placeholder {
    color: #999;
}

.form table tr td input:-ms-input-placeholder,
.form table tr td textarea:-ms-input-placeholder {
    color: #999;
}

.form table tr td input::-ms-input-placeholder,
.form table tr td textarea::-ms-input-placeholder {
    color: #999;
}

.form table tr td input::placeholder,
.form table tr td textarea::placeholder {
    color: #999;
}

.form table tr td textarea {
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 0 !important;
}

.form table tr td .sex-wrap {
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle;
    margin-left: 5px;
}

.form table tr td .sex-wrap input {
    display: none;
}

.form table tr td .sex-wrap>div {
    width: 45px;
    height: 40px;
    /* line-height: 40px; */
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    font-size: 0.9rem;
}

.form table tr td .sex-wrap>div:first-child {
    margin-right: 5px;
}

.form table tr td .sex-wrap>div.on {
    background-color: #00ac5f;
    border: 1px solid #00ac5f;
    color: #fff;
}
#consult .form table tr td .i-input { 
  border: none; 
  } 
.form table tr td .i-input {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 5px;
}

.form table tr td .i-input input {
    height: 34px;
    line-height: 34px;
    border: none;
    background: none;
}

.form table tr td .i-input .inner-txt {
    width: 40px;
    text-align: center;
}

.form table tr td .i-input:last-child {
    margin-right: 0;
}

.form table tr td .i-input.disabled {
    background-color: #f9f9f9;
}

.form table tr td .form-btn {
    padding: 0px 35px;
    height: 40px;
    /* line-height: 40px; */
    text-align: center;
    border: 1px solid #00ac5f;
    background-color: #00ac5f;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 20px;
}

.form table tr td .add-btn {
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
    width: 40px;
}

.form table tr td .cate {
    width: 100px;
    display: block;
    cursor: pointer;
}

.form table tr td .cate input[type="radio"] {
    display: none;
}

.form table tr td .cate2 {
    display: inline-block;
    cursor: pointer;
}

.form table tr td .cate2 input[type="radio"] {
    display: none;
}

.form table tr td .cate2 .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.form table tr td .cate2 .circle.on {
    background-color: #fdfdfd;
}

.form table tr td .cate2 .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form table tr td .appeal-wrap {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #565656;
}

.form table tr td .appeal-wrap>li {
    width: 50%;
    font-size: 0.9rem;
    line-height: 2rem;
}

.form table tr td .appeal-wrap>li input[type="checkbox"] {
    display: none;
}

.form table tr td .appeal-wrap .label {
    cursor: pointer;
}

.form table tr td .appeal-wrap .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
    box-sizing: border-box;
}

.form table tr td .appeal-wrap .circle.on {
    background-color: #fdfdfd;
}

.form table tr td .appeal-wrap .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form table tr td .hope-wrap {
    display: -webkit-box;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #565656;
}

.form table tr td .hope-wrap>li {
    width: 50%;
    line-height: 2rem;
    font-size: 0.9rem;
}

.form table tr td .hope-wrap>li input[type="checkbox"] {
    display: none;
}

.form table tr td .hope-wrap .label {
    cursor: pointer;
}

.form table tr td .hope-wrap .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
    box-sizing: border-box;
}

.form table tr td .hope-wrap .circle.on {
    background-color: #fdfdfd;
}

.form table tr td .hope-wrap .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form table tr td .student-status .p22 {
    padding: 0 22px;
}

.form table tr td .student-status .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.form table tr td .student-status .circle.on {
    background-color: #fdfdfd;
}

.form table tr td .student-status .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form table tr td #datepicker {
    background-image: url(/m/image/sub/date-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}

.form table tr td #datepicker2 {
    background-image: url(/m/image/sub/date-icon.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
}

.form table tr td .find-addr {
    width: 100px;
    background-color: #00ac5f;
    border: 1px solid #00ac5f;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    font-size: 0.9rem;
    /* line-height: 40px; */
}

.form table tr td .edu-box {
    display: inline-block;
}

.form table tr td .edu-box select:disabled {
    background-color: #f5f5f5;
}

.form table tr td .edu-box .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.form table tr td .edu-box .circle.on {
    background-color: #fdfdfd;
}

.form table tr td .edu-box .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form table tr td .edu-box .edu-top {
    display: block;
    cursor: pointer;
}

.form table tr td .edu-box .edu-top input[type="radio"] {
    display: none;
}

.form table tr td .file-box .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.form table tr td .file-box input {
  flex: 1;
}


.form table tr td .i80 {
    width: 80px;
}

.form table tr td .i90 {
    width: 90px;
}

.form table tr td .i40 {
    width: 40px;
}

.form table tr td .i110 {
    width: 110px;
}

.form table tr td .i138 {
    width: 138px;
}

.form table tr td .i148 {
    width: 148px;
}

.form table tr td .i150 {
    width: 150px;
}

.form table tr td .i152 {
    width: 152px;
}

.form table tr td .i160 {
    width: 160px;
}

.form table tr td .i170 {
    width: 170px;
}

.form table tr td .i202 {
    width: 202px;
}

.form table tr td .i238 {
    width: 238px;
}

.form table tr td .i253 {
    width: 253px;
}

.form table tr td .i267 {
    width: 267px;
}

.form table tr td .i280 {
    width: 280px;
}

.form table tr td .i300 {
    width: 300px;
}

.form table tr td .i340 {
    width: 340px;
}

.form table tr td .i400 {
    width: 400px;
}

.form table tr td .i440 {
    width: 440px;
}

.form table tr td .i444 {
    width: 444px;
}

.form table tr td .i922 {
    width: 922px;
}

.form table tr td .i100p {
    width: 100%;
}

.form .quit-no {
    display: none;
}

.form .quit-no textarea {
    height: 150px;
}

.form .pv-cont {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    font-size: 15px;
}

.form .pv-cont .tit {
    font-size: 0.9rem;
    margin: 0;
    font-weight: 400;
    color: #888;
    line-height: 1.6rem;
    word-break: keep-all;
}

.form .pv-cont h2 {
    color: #888;
    font-size: 0.9rem;
    line-height: 1.4rem;
}

.form .pv-cont p {
    color: #888;
    padding-left: 12px;
    position: relative;
    line-height: 1.4rem;
    word-break: keep-all;
    font-weight: 300;
    font-size: 0.9rem;
}

.form .pv-cont .p01::before {
    content: "1.";
    position: absolute;
    left: 0;
    top: 0;
}

.form .pv-cont .p02::before {
    content: "2.";
    position: absolute;
    left: 0;
    top: 0;
}

.form .pv-cont .p03::before {
    content: "3.";
    position: absolute;
    left: 0;
    top: 0;
}

.form .pv-cont .p04::before {
    content: "4.";
    position: absolute;
    left: 0;
    top: 0;
}

.form .pv-cont .p05::before {
    content: "5.";
    position: absolute;
    left: 0;
    top: 0;
}

.form .agree-wrap {
    margin-top: 12px;
    font-weight: 300;
}

.form .agree-wrap .agree-btn {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    font-size: 0.9rem;
}

.form .agree-wrap .agree-btn input[type="radio"] {
    display: none;
}

.form .agree-wrap .agree-btn .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-sizing: border-box;
}

.form .agree-wrap .agree-btn .circle.on {
    background-color: #fdfdfd;
}

.form .agree-wrap .agree-btn .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form .btn-wrap {
    text-align: center;
}

.form .btn-wrap .submit-btn {
    width: 100px;
    background-color: #00ac5f;
    border: 1px solid #00ac5f;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    height: 35px;
    border-radius: 2px;
}

.form .psy-wrap {
    border-top: 2px solid #00ac5f;
    margin-bottom: 70px;
}

.form .psy-wrap .chklist {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.form .psy-wrap .chklist .cate {
    color: #00ac5f;
    font-weight: 500;
    font-size: 1rem;
}

.form .psy-wrap .chklist .btns {
    width: 100%;
    margin-top: 12px;
}

.form .psy-wrap .chklist .btns>div {
    margin-bottom: 5px;
}

.form .psy-wrap .chklist .btns input[type="radio"] {
    display: none;
}

.form .psy-wrap .chklist .btns input[type="checkbox"] {
    display: none;
}


.form .psy-wrap .chklist .btns .label {
    font-size: .9rem;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    margin-left: 3px;
}

.form .psy-wrap .chklist .btns .label span {
    color: #666;
    font-weight: 300;
    margin-left: 6px;
    display: inline-block;
    line-height: 1.4rem;
}

.form .psy-wrap .chklist .btns .label .time {
    display: inline-block;
    margin-left: 8px;
    position: relative;
}

.form .psy-wrap .chklist .btns .label .time::before {
    content: "";
    width: 1px;
    height: 9px;
    background-color: #ddd;
    position: absolute;
    left: -3px;
    top: 4px;
}

.form .psy-wrap .chklist .btns .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
    box-sizing: border-box;
}

.form .psy-wrap .chklist .btns .circle.on {
    background-color: #fdfdfd;
}

.form .psy-wrap .chklist .btns .circle.on::after {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #00ac5f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.form .psy-wrap .chklist .cap {
    margin-top: 12px;
    background-color: #f5f5f5;
    padding: 12px;
    word-break: keep-all;
    box-sizing: border-box;
    font-size: .9rem;
    color: #777;
    line-height: 1.3rem;
}


/* 꿈드림 */

.dream-wrap {
    margin-top: 35px;
}

.dream-wrap .dream01 {
    margin-top: 25px;
}

.dream-wrap .dream01 .intro .tit {
    font-size: 1.7rem;
    color: #00ac5f;
    line-height: 2.2rem;
    word-break: keep-all;
}

.dream-wrap .dream01 .intro .stit {
    font-size: 1rem;
    color: #666;
    margin-top: 15px;
    font-weight: 300;
    word-break: keep-all;
    line-height: 1.4rem;
}

.dream-wrap .dream01 .join-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 65px;
    margin-bottom: 80px;
}

.dream-wrap .dream01 .join-wrap .j-box {
    border: 4px solid #f2f2f2;
    border-radius: 10px;
    padding: 60px 40px 35px;
    position: relative;
    width: 570px;
    box-sizing: border-box;
    margin-left: 23px;
}

.dream-wrap .dream01 .join-wrap .j-box .j-tit {
    position: absolute;
    top: -30px;
    left: -25px;
}

.dream-wrap .dream01 .join-wrap .j-box .j-info>li {
    color: #707070;
    font-size: 17px;
    /* line-height: 2.2rem; */
    position: relative;
    font-weight: 300;
    padding-bottom: 10px;
}

.dream-wrap .dream01 .join-wrap .j-box .j-info>li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 16px;
    width: 3px;
    height: 3px;
    background-color: #00ac5f;
    border-radius: 50%;
}

.dream-wrap .dream01 .p-flow-wrap {
    background-color: #f9f9f9;
    padding: 35px 0 60px;
}

.dream-wrap .dream01 .p-flow-wrap .program-flow {
    text-align: center;
}

.dream-wrap .dream02 {
    margin-top: 25px;
}

.dream-wrap .dream02 .support-list {
    margin-bottom: 80px;
}

.dream-wrap .dream02 .support-list>.list {
    margin-top: 12px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.dream-wrap .dream02 .support-list>.list .visible {
    display: -webkit-box;
    display: flex;
    background-color: #f5f5f5;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 15px;
    border-radius: 5px;
}

.dream-wrap .dream02 .support-list>.list .visible .icon {
    width: 45px;
    margin-right: 12px;
}

.dream-wrap .dream02 .support-list>.list .visible .tit {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    width: 220px;
}

.dream-wrap .dream02 .support-list>.list .visible .toggle-btn {
    width: 15px;
    margin-left: auto;
}

.dream-wrap .dream02 .support-list>.list .cont {
    padding: 20px 15px;
    display: none;
}

.dream-wrap .dream02 .support-list>.list .cont .cont-list {
    margin-bottom: 12px;
}

.dream-wrap .dream02 .support-list>.list .cont .cont-list .cont-head {
    font-size: 1rem;
    font-weight: 600;
}

.dream-wrap .dream02 .support-list>.list .cont .cont-list .cont-data {
    font-size: 1rem;
    color: #666;
    font-weight: 300;
    line-height: 1.4rem;
    word-break: keep-all;
}

.dream-wrap .dream02 .support-list>.list .cont .cont-list .cont-data a {
    color: #777;
    border-bottom: 1px solid #b5b5b5;
}

.dream-wrap .dream02 .support-list>.list .cont .cont-list .cont-data .data__list {
    position: relative;
    padding-left: 8px;
}

.dream-wrap .dream02 .support-list>.list .cont .cont-list .cont-data .data__list::before {
    content: "-";
    position: absolute;
    left: 0;
    top: -2px;
}

.dream-wrap .dream02 .support-list>.list .cont .cont-list:last-child {
    margin-bottom: 0;
}

.dream-wrap .dream02 .support-list>.list.on .visible {
    background-color: #00ac5f;
    border: 1px solid #00ac5f;
    border-radius: 5px 5px 0 0;
}

.dream-wrap .dream02 .support-list>.list.on .visible .tit {
    color: #fff;
}

/* $꿈드림 */

/* 알림마당 */

.noti-wrap {
    padding: 35px 0 60px 0;
}

.noti-wrap .switch {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-top: 25px;
}

.noti-wrap .switch .tit {
    display: inline-block;
    font-size: 1rem;
    color: #888;
    margin-right: 8px;
}

.noti-wrap .switch input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.noti-wrap .switch label {
    display: block;
    position: relative;
    width: 48px;
    height: 28px;
    border-radius: 26px;
    background-color: #fff;
    border: 2px solid #ddd;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    box-sizing: border-box;
    overflow: hidden;
}

.noti-wrap .switch label span {
    position: absolute;
    /* left: 1px;
    top: 1px; */
    z-index: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    box-shadow: 5px 0px 4px 0px #ddd;
}

.noti-wrap .switch label:before,
.noti-wrap .switch label:after {
    position: absolute;
    top: 0;
    width: 34px;
    font-size: 11px;
    line-height: 34px;
    color: #fff;
    text-align: center;
}

.noti-wrap .switch input:checked+label {
    background-color: #00ac5f;
    border: 2px solid #00ac5f;
}

.noti-wrap .switch input:checked+label span {
    -webkit-transform: translateX(19px);
    transform: translateX(19px);
    box-shadow: none;
}

.noti-wrap .pg-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.noti-wrap .pg-wrap a {
    display: inline-block;
    width: 48%;
}

.noti-wrap .pg-wrap a:nth-child(2n) {
    margin-left: 4%;
}

.noti-wrap .pg-wrap .pg-li {
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.noti-wrap .pg-wrap .pg-li .photo {
    height: 110px;
    overflow: hidden;
}

.noti-wrap .pg-wrap .pg-li .photo img {
    display: block;
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.noti-wrap .pg-wrap .pg-li .txt {
    padding: 6px 8px 8px 8px;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.noti-wrap .pg-wrap .pg-li .txt .tit {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    white-space: normal;
    line-height: 1.4em;
    height: 2.8em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.noti-wrap .pg-wrap .pg-li .txt .tit .cate {
    width: 53px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 2px;
    margin-right: 40px;
    font-size: .8rem;
    margin: auto;
    display: inline-block;
    margin-right: 3px;
}

.noti-wrap .pg-wrap .pg-li .txt .tit .cate.counsel {
    background-color: #00b647;
}

.noti-wrap .pg-wrap .pg-li .txt .tit .cate.dream {
    background-color: #ff8957;
}

.noti-wrap .pg-wrap .pg-li .txt .tit .cate.all {
	color:black;
	border:1px solid;
}

.noti-wrap .pg-wrap .pg-li .txt .cont {
    line-height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
    font-size: .7rem;
    font-weight: 300;
}

.noti-wrap .pg-wrap .pg-li .txt .date {
    color: #999;
    font-size: 15px;
}

.noti-wrap .pg-wrap .pg-li .status {
    width: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 15px;
    text-align: center;
    font-size: .8rem;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    line-height: 20px;
    font-weight: 300;
}

.noti-wrap .ap-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.noti-wrap .ap-wrap a {
    width: 48%;
}

.noti-wrap .ap-wrap a:nth-child(2n) {
    margin-left: 4%;
}

.noti-wrap .ap-wrap .ap-li {
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.noti-wrap .ap-wrap .ap-li .photo {
    height: 110px;
    overflow: hidden;
}

.noti-wrap .ap-wrap .ap-li .photo img {
    display: block;
    width: 100%;
    border-radius: 7px 7px 0 0;
}

.noti-wrap .ap-wrap .ap-li .txt {
    padding: 6px 8px 8px 8px;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
}

.noti-wrap .ap-wrap .ap-li .txt .tit {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
    white-space: normal;
    line-height: 1.4em;
    height: 2.8em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.noti-wrap .ap-wrap .ap-li .txt .tit .cate {
    width: 53px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 2px;
    margin-right: 40px;
    font-size: .8rem;
    margin: auto;
    display: inline-block;
    margin-right: 3px;
}

.noti-wrap .ap-wrap .ap-li .txt .tit .cate.counsel {
    background-color: #00b647;
}

.noti-wrap .ap-wrap .ap-li .txt .tit .cate.dream {
    background-color: #ff8957;
}

.noti-wrap .ap-wrap .ap-li .txt .tit .cate.all {
    color:black;
	border:1px solid;
}

.noti-wrap .ap-wrap .ap-li .txt .cont {
    line-height: 1.3rem;
    height: 2.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 3px;
    color: #999;
    font-size: .9rem;
    font-weight: 300;
}

.noti-wrap .ap-wrap .ap-li .txt .date {
    color: #999;
    font-size: .8rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.4rem;
}

.noti-wrap .board-wrap {
    margin-top: 25px;
    /* 프로그램 정보 */
    /* $프로그램 정보 */
}

.noti-wrap .board-wrap .cate {
    width: 65px;
    text-align: center;
    background-color: #fff;
    color: #fff;
    border-radius: 2px;
    margin-right: 7px;
    font-size: 12px;
    display: inline-block;
}

.noti-wrap .board-wrap .cate.counsel {
    background-color: #00b647;
}

.noti-wrap .board-wrap .cate.dream {
    background-color: #ff8957;
}

.noti-wrap .board-wrap .cate.all {
    color:black;
	border:1px solid;
}

.noti-wrap .board-wrap .status {
    background-color: #333;
    color: #fff;
    font-size: 13px;
    width: 75px;
    text-align: center;
    border-radius: 20px;
    margin-right: 10px;
}

.noti-wrap .board-wrap .tit {
    -webkit-box-flex: 1;
    flex: 1;
}

.noti-wrap .board-wrap .btn-wrap {
    text-align: center;
}

.noti-wrap .board-wrap .btn-wrap .grey-btn {
    height: 35px;
    /* line-height: 48px; */
    width: 100px;
    background-color: #a1a1a1;
    display: inline-block;
    border: 1px solid #a1a1a1;
    font-size: .9rem;
    padding: 0;
    color: #fff;
    border-radius: 2px;
}

.noti-wrap .board-wrap .btn-wrap .green-btn {
    height: 35px;
    border-radius: 2px;
    /* line-height: 52px; */
    width: 100px;
    border: 1px solid #00ac5f;
    display: inline-block;
    background-color: #00ac5f;
    font-size: .9rem;
    padding: 0;
    color: #fff;
}

.noti-wrap .board-wrap .pg-info {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.noti-wrap .board-wrap .pg-info>li {
    width: 50%;
    display: -webkit-box;
    display: flex;
    padding: 6px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: .8rem;
    margin: -1px -1px 0 0;
    line-height: 1.2rem;
}

.noti-wrap .board-wrap .pg-info>li .pg-tit {
    font-weight: 500;
    margin-right: 8px;
}

.noti-wrap .board-wrap .pg-info>li .pg-cont {
    color: #888;
    -webkit-box-flex: 1;
    flex: 1;
}

.noti-wrap .board-wrap .pg-info>li .pg-cont span {
    font-size: 0.7rem;
}

/* $알림마당 */

/* 인트라넷 */

.intra-wrap {
    padding: 35px 0 60px 0;
}

/* 인트라넷 */

/* 청소년동반자카페 */

.cafe-wrap {
    padding: 35px 0 60px;
}

/* $청소년동반자카페 */

/* 개인정보처리방침 */

.private-wrap {
    padding: 35px 0 60px;
}

/* $개인정보처리방침 */


/* 2022 04 19 추가 */
/* 상담안내 > counsel06 */
.counsel-wrap>.intro .main-stit strong {
  display: block;
  color: #333;
  font-size: 20px;
  margin-bottom: 10px;
}
.counsel-wrap .business .counsel06-con {
  background-color: #f9f9f9;
  padding: 35px 0px;
  text-align: center;
  margin-top: 40px;
}
.counsel-wrap .business .counsel06-con .tit {
  color: #333;
  font-weight: bold;
  font-size: 17px;
  margin: 10px 0;
}
.counsel-wrap .business .counsel06-con li {
  color: #888;
  font-size: 15px;
  line-height: 1.4em;
}

/* 상담안내 > counsel07 */
.counsel-wrap .business.reBusiness {
  margin-bottom: 0;
}

/* 상담안내 > 게시판 상담 */
.counsel-wrap .board-stit {
  font-size: 1.2rem;
  text-align: center;
  word-break: keep-all;
  margin-top: 25px;
  color: #333;
}
.counsel-wrap .board-stit span {
  display: block;
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}

/* 상담안내 > 집단상담 */
table.counsel08 tr td:last-child {
  text-align: left !important;
  padding-left: 30px !important;
}

/* 사업안내 > business01 */
.counsel-wrap .business .business__info.business01 {
  border: 0;
  background-color: #f9f9f9;
  margin-bottom: 0;
  padding-bottom: 60px;
}

/* 사업안내 > business05 */
.counsel-wrap .business.business05 .business__info h3 {
  font-size: 17px;
  color: #333;
  margin: 20px 0 10px;
  font-weight: bold;
}
.counsel-wrap .business.business05 .business__info > img {
  display: block;
  margin: auto;
  margin-top: 40px;
}
.counsel-wrap .business.business05 .business__info > img:nth-of-type(1) {
  margin-top: 0;
}
.counsel-wrap .business.business05 .business__info .info__list em {
  color: #ff0000;
}
.counsel-wrap .business.business05 .business__info .info__list em.green {
  color: #00ac5f;
}
.counsel-wrap .business .business__info .besi_img {
  text-align: center;
}

/* 사업안내 > business07 */
.counsel-wrap .business.business07 table {
  margin-bottom: 20px;
}
.counsel-wrap .business.business07 table tr > td:last-child {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.counsel-wrap .business .business__info.counsel10,
.counsel-wrap .business .business__info.counsel09 {
  padding: 0;
  border: none;
  margin:none;
}

/* 사업안내 > business09 */
.business09-slide {
  width: 90%;
  margin: auto;
  padding: 20px;
}
.business09-slide .slick-arrow {background: none; border: none;}
.business09-slide .slick-arrow { width: 20px; height: 20px; border-top: 2px solid #d7d7d7; border-right: 2px solid #d7d7d7; position: absolute; top: 50%; cursor: pointer; transition: all 0.3s ease; z-index: 1; font-size: 0; }
.business09-slide .slick-arrow:hover { border-color: #000; }
.business09-slide .slick-prev { left: 0px; transform: translate(-100%, -50%) rotate(-135deg); }
.business09-slide .slick-next { right: 0px; transform: translate(100%, -50%) rotate(45deg); }
.busi09-slide_for {
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.busi09-slide_nav {
  margin-top: 10px;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.busi09-slide_nav .item {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  cursor: pointer;
}
.busi09-slide_tit {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(66, 167, 107, 0.8);
}
.busi09-slide_tit p {
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
}
.busi09-slide_tit div {
  width: 55px;
  border-left: 1px solid #3d8457;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.business09-slide img {
  width: 100%;
}

/* 사업안내 > business10 */
.counsel-wrap .business .business__info.busi10 {
  margin-bottom: 125px;
}
.business__info.busi10 > a {
  width: 160px;
  background-color: #00ac5f;
  color: #fff !important;
  text-align: center;
  height: 48px;
  border-radius: 2px;
  margin: 70px auto -85px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* 청소년망 연계 기관 */
.connection-wrap {
  padding: 35px 0 60px 0;
}
.connection-wrap .select-box {
  margin-top: 25px;
  margin-bottom: 30px;
}

.connection-wrap .select-box {
  position: relative;
}

.connection-wrap .select-box.fix {
  position: fixed;
  top: 37px;
  left: 4.6875%;
  right: 4.6875%;
  z-index: 999;
  background: #fff;
}

.connection-wrap .select-box .select__current-category {
  border: 1px solid #ddd;
  padding: 6px 12px;
  box-sizing: border-box;
  color: #00ac5f;
  font-weight: 600;
  position: relative;
}

.connection-wrap .select-box .select__current-category::before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(/m/image/sub/up-arrow.png);
  background-size: 10px;
  position: absolute;
  top: 14px;
  right: 15px;
  width: 10px;
  height: 6px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.connection-wrap .select-box .select__current-category.on::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.connection-wrap .select-box .select__option {
  padding: 10px 12px;
  line-height: 2rem;
  border: 1px solid #ddd;
  color: #777;
  position: absolute;
  top: 37px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
  display: none;
}

.connection-wrap .select-box .select__option > a {
  display: block;
}
.connection-wrap .select-box .select__option > a.on {
  color: #00ac5f;
  font-weight: 600;
}

.connection_agency .titBox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.connection_agency > div:nth-child(1) .titBox {
  background-image: url(/m/image/sub/connection_tit01_m.jpg);
}
.connection_agency > div:nth-child(2) .titBox {
  background-image: url(/m/image/sub/connection_tit02_m.jpg);
}
.connection_agency > div:nth-child(3) .titBox {
  background-image: url(/m/image/sub/connection_tit03_m.jpg);
}
.connection_agency > div:nth-child(4) .titBox {
  background-image: url(/m/image/sub/connection_tit04_m.jpg);
}
.connection_agency > div:nth-child(5) .titBox {
  background-image: url(/m/image/sub/connection_tit05_m.jpg);
}
.connection_agency > div:nth-child(6) .titBox {
  background-image: url(/m/image/sub/connection_tit06_m.jpg);
}
.connection_agency > div:nth-child(7) .titBox {
  background-image: url(/m/image/sub/connection_tit07_m.jpg);
}
.connection_agency > div:nth-child(8) .titBox {
  background-image: url(/m/image/sub/connection_tit08_m.jpg);
}
.connection_agency > div:nth-child(9) .titBox {
  background-image: url(/m/image/sub/connection_tit09_m.jpg);
}
.connection_agency > div:nth-child(10) .titBox {
  background-image: url(/m/image/sub/connection_tit10_m.jpg);
}
.connection_agency > div:nth-child(11) .titBox {
  background-image: url(/m/image/sub/connection_tit11_m.jpg);
}
.connection_agency > div:nth-child(12) .titBox {
  background-image: url(/m/image/sub/connection_tit12_m.jpg);
}
.connection_agency > div:nth-child(13) .titBox {
  background-image: url(/m/image/sub/connection_tit13_m.jpg);
}
.connection_agency > div:nth-child(14) .titBox {
  background-image: url(/m/image/sub/connection_tit14_m.jpg);
}
.connection_agency .titBox h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 12px;
}
.connection_agency .titBox span {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.connection_agency .agencyBox {
  border: 5px solid #ebebeb;
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.connection_agency .agencyBox a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0px 10px 15px;
  margin-bottom: 10px;
  position: relative;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.connection_agency .agencyBox a::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border-radius: 100%;
  content: "";
  width: 3px;
  height: 3px;
  background-color: transparent;
  border: 2px solid #00ad5e;
}

/* 2023.08.31 심리검사 수정, 추가 */
.counsel-rad__box {
  margin-top: 10px;
}
.counsel-rad__box input[type="radio"] {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.counsel-rad__box input[type="radio"]:not(:first-child) {
  margin-left: 12px;
}
.counsel-rad__box label {
  vertical-align: middle;
  color: #666;
  font-size: 14px;
}

/* 2025.03.04 게시판 상담 탭 추가 */

.counsel_type_box { margin-top: 50px; } 
.counsel_type_box ul { display: flex; align-items: center; } 
.counsel_type_box ul li { flex: 1; } 
.counsel_type_box ul li a { display: block; text-align: center; height: 60px; line-height: 60px; font-size: 16px; background-color: #f9f9f9; color: #999; 
 border-top: 1px solid #ddd; 
 border-left: 1px solid #ddd; 
 border-right: 1px solid #ddd; 
 border-bottom: 1px solid #ddd; 
 margin-left: -1px; 
 cursor: pointer; 
 } 
.counsel_type_box ul li.active a { background-color: #fff; 
 border-top: 1px solid #999; 
 border-bottom: 1px solid #fff; 
 color: #333; 
 font-weight: bold; } 