<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 변수선언
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
:root {
    --bg_color: #f8f8f8;
    --red: #e64444;
}

/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub-visual {
    position: relative;
    height: 550px;
}

.sub-visual p {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    font-size: 4rem;
    color: #fff;
    font-weight: 900;
    z-index: 1;
}

.sub-visual .sub-visual-bg {
    width: 100%;
    height: 100%;
    background: url(/images/kor16r-22-0457/sub/sub_visual_01.png) no-repeat center center/cover;
}

.sub-visual.sub-visual01 .sub-visual-bg {
    background: url(/images/kor16r-22-0457/sub/sub_visual_01.png) no-repeat center center/cover;
}

.sub-visual.sub-visual02 .sub-visual-bg {
    background: url(/images/kor16r-22-0457/sub/sub_visual_01.png) no-repeat center center/cover;
}

.sub-visual.sub-visual03 .sub-visual-bg {
    background: url(/images/kor16r-22-0457/sub/sub_visual_01.png) no-repeat center center/cover;
}

.sub-visual.sub-visual04 .sub-visual-bg {
    background: url(/images/kor16r-22-0457/sub/sub_visual_01.png) no-repeat center center/cover;
}

.sub-visual.sub-visual-mypage .sub-visual-bg {
    background: url(/images/kor16r-22-0457/sub/sub_visual_01.png) no-repeat center center/cover;
}

.sub-visual.sub-visual-common .sub-visual-bg {
    background: url(/images/kor16r-22-0457/sub/sub_visual_01.png) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
    .sub-visual {
        height: 350px;
    }
}

.sub-tab {
    position: relative;
    width: 100%;
    height: 7rem;
    margin-top: -7rem;
}

.sub-tab:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--sky_blue);
}

.sub-tab ul {
    width: 1260px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sub-tab ul li {
    position: relative;
    width: 100%;
}

.sub-tab ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 5;
}

.sub-tab ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 7rem;
    background: var(--sky_blue);
    text-align: center;
}

.sub-tab ul li a span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
}

.sub-tab ul li a:hover {
    background: #ea7e03;
}

.sub-tab ul li:last-child a {
    border-top-right-radius: 20px;
}

.sub-tab ul li.active a {
    background: #ea7e03;
}

.sub-tab ul.col-2 li {
    width: 50%;
}

.sub-tab ul.col-3 li {
    width: 33.33%;
}

.sub-tab ul.col-4 li {
    width: 25%;
}

.sub-tab ul.col-5 li {
    width: 20%;
}

@media screen and (max-width: 1320px) {
    .sub-tab ul {
        width: 99%;
        margin-right: 1%;
    }
}

/* Sub Contents (서브 콘텐츠 영역)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
#subContents {
    margin-top: 15rem;
}

.sub_member .box_area {
    border-radius: 10px;
    padding: 100px;
    background: #fff;
}

@media screen and (max-width: 1220px) {
    .sub_member .box_area {
        padding: 90px 70px;
    }
}

@media screen and (max-width: 1220px) and (max-width: 768px) {
    .sub_member .box_area {
        padding: 50px 40px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 1220px) and (max-width: 480px) {
    .sub_member .box_area {
        padding: 40px 20px;
    }
}

/* 게시판 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 일반게시판 List */
.whois-board-list {
    display: inline-block;
    padding: 0;
    font-size: 13px;
}

.whois-board-list .whois-board-row {
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    float: left;
    border-bottom: 1px solid #eee;
    color: #000000;
    font-size: 15px;
}

.whois-board-list .whois-board-row:first-child {
    border-top: 1px solid #444;
}

/* Line 색상 */
.whois-board-list .whois-board-row .whois-board-row-subject {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.whois-board-list .whois-board-row .whois-board-row-info {
    color: #acacac;
}

.whois-board-list .whois-board-row .whois-board-row-info .whois-board-row-author {
    max-width: 33vw;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

/* 일반게시판 view */
.whois-board-view {
    display: inline-block;
    border-top: 1px solid #444;
}

/* Line 색상 */
.whois-board-view .whois-board-view-row {
    width: 100%;
    margin: 0;
    padding: 0;
    padding: 10px 0 10px 0;
    float: left;
    border-bottom: 1px solid #eee;
}

.whois-board-view .whois-board-view-row .whois-board-view-subject {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-author {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    font-size: 13px;
    font-weight: 600;
}

.whois-board-view .whois-board-view-row .whois-board-view-info {
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
    color: #acacac;
}

.whois-board-view .whois-board-view-row .whois-board-view-content {
    width: 100%;
    margin: 0;
    padding: 10px 0 10px 0;
    float: left;
    font-size: 16px;
    line-height: 26px;
}

.whois-board-list .whois-board-row.view .whois-board-row-content {
    font-size: 16px;
    line-height: 26px;
}

.whois-board-view .whois-board-view-files {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.whois-board-view .whois-board-view-files .whois-board-view-file {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    float: left;
    font-size: 12px;
}

.whois-board-view .whois-board-view-files .whois-board-view-file .whois-board-view-file-count {
    font-size: 11px;
    color: #c4c4c4;
}

/* 게시판 버튼 */
.sub_con .btn_search,
.sub_con .btn-search {
    display: inline-block;
    width: 80px;
    height: 5rem;
    line-height: 5rem;
    background: #666;
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    border-radius: 5px;
}

.sub_con .btn_search:hover,
.sub_con .btn_search:focus,
.sub_con .btn-search:hover,
.sub_con .btn-search:focus {
    text-decoration: none !important;
}

.sub_con .whois-button-submit {
    display: inline-block;
    width: 80px;
    height: 5rem;
    line-height: 5rem;
    background: #fff;
    font-weight: 500;
    color: #303030;
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    border: 1px solid #d6dadd;
    border-radius: 5px;
}

.sub_con .whois-button-submit:hover {
    -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
    box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.sub_con .whois-button-submit:active {
    background: #eceef2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub_con .align_left .btn-default {
    display: inline-block;
    width: 80px;
    height: 5rem;
    line-height: 5rem;
    background: #fff;
    font-weight: 500;
    color: #303030;
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    border: 1px solid #d6dadd;
    border-radius: 5px;
}

.sub_con .align_left .btn-default:hover {
    -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
    box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.sub_con .align_left .btn-default:active {
    background: #eceef2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub_con .form-group .input-group .whois-button-submit {
    background: var(--sky_blue);
    color: #fff;
    border: none;
}

.sub_con .form-group .input-group .whois-button-submit:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.board_top {
    margin-bottom: 2rem;
}

.board_top .bold p {
    font-size: 1.4rem;
    color: var(--black);
}

.board_top .bold p span {
    color: var(--sky_blue);
}

.board_top .f_search select {
    background: #fff;
    height: 5rem;
    line-height: 5rem;
    padding: 0 10px;
    min-width: 100px;
    vertical-align: top;
    font-size: 1.4rem;
    color: var(--black);
    border-radius: 5px;
}

.board_top .f_search .board_input {
    background: #fff;
    height: 5rem;
    line-height: 5rem;
    padding: 0 10px;
    min-width: 160px;
    vertical-align: top;
    font-size: 1.4rem;
    color: var(--black);
    border: 1px solid var(--br_color);
    border-radius: 5px;
}

.list-inline select {
    background: #fff;
    height: 5rem;
    line-height: 5rem;
    padding: 0 10px;
    min-width: 100px;
    vertical-align: top;
    font-size: 1.4rem;
    color: var(--black);
    border-radius: 5px;
}

.list-inline .form-control {
    background: #fff;
    height: 5rem;
    line-height: 5rem;
    padding: 0 10px;
    min-width: 160px;
    vertical-align: top;
    font-size: 1.4rem;
    color: var(--black);
    border: 1px solid var(--br_color);
    border-radius: 5px;
}

/* 게시판 공통 */
.sub-box {
    margin-right: 5px;
    background-color: #ce112d;
    border: 0;
    color: #ffffff;
    display: inline-block;
}

.sub-box.sm {
    font-size: 12px;
    padding: 2px 5px;
}

.sub-box.m {
    font-size: 14px;
    padding: 4px 8px;
}

.sub-box.lg {
    font-size: 16px;
    padding: 6px 12px;
}

.sub-border {
    border: 1px solid #ce112d;
}

.sub-border-t {
    border-top: 1px solid #ce112d;
}

.sub-border-r {
    border-right: 1px solid #ce112d;
}

.sub-border-b {
    border-bottom: 1px solid #ce112d;
}

.sub-border-l {
    border-left: 1px solid #ce112d;
}

.sub-bg {
    background-color: #ce112d;
}

.sub-bg-hover:hover {
    background-color: #e64600;
}

.sub-content {
    width: 100%;
}

.paginate_regular {
    margin-top: 30px;
}

/* 신청폼. 상단에 apply_form이라는 class명으로 감싸줍니다 */
.apply_form label {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--black);
}

.apply_form select,
.apply_form input {
    font-size: 1.6rem;
    color: var(--gray);
    line-height: 2.4rem;
}

.apply_form .whois-button-submit {
    display: block;
    width: 80px;
    height: 5rem;
    line-height: 5rem;
    background: var(--blue);
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
    padding: 0;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto;
}

.apply_form .whois-button-submit:hover {
    -webkit-box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
    box-shadow: 0 8px 16px rgba(172, 172, 172, 0.2);
}

.apply_form .whois-button-submit:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--blue);
}

/* 다목적 List */
.sub_con .board th {
    border-top: 1px solid var(--blue);
    background: none;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    padding: 2.3rem 0;
}

.sub_con .board td {
    color: var(--black);
    font-size: 1.6rem;
    padding: 1.8rem 1rem;
    border-bottom: 1px solid var(--br_color);
}

.sub_con .board button {
    width: 70px;
    height: 3rem;
    background: var(--sky_blue);
    text-align: center;
    line-height: 3rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}

/* 다목적 view */
.sub_con .board_view {
    border-top: 1px solid var(--blue);
}

.sub_con .board-view-table {
    margin-bottom: 2rem;
}

.sub_con .board-view-table th,
.sub_con .board-view-table td {
    border-bottom: 1px solid var(--br_color);
    font-size: 1.6rem;
    padding: 2rem;
}

.sub_con .board-view-table th {
    width: 30%;
    background: var(--bg_color);
    font-weight: 500;
}

.sub_con .board-view-table td {
    width: 70%;
}

/* 로그인/회원가입 관련 CSS
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.material-form {
    margin: 0 auto;
    background: #fff;
}

.material-form .header {
    padding: 50px 10px;
    background: #6498fe;
    font-size: 16px;
    color: #fff;
}

.material-form .header h3 {
    font-size: 30px;
}

.material-form .header p,
.material-form .header span {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.material-form .sub-header h4 {
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
}

.material-form .sub-content .form-group:last-child {
    margin: 0;
}

.material-form .input-group {
    position: relative;
    border: 0;
}

.material-form .input-group .input-group-addon {
    padding-right: 6px;
    padding-left: 6px;
    background: #fff;
    border: 0;
}

.material-form .form-control,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
    border: 1px solid #ccc;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/*.material-form .btn:first-child,*/
.material-form .input-group .form-control:first-child,
.material-form .input-group .form-control.first,
.material-form .input-group .th + .form-control,
.th + input[type='text'].whois,
.th + input[type='password'].whois,
.th + select.whois {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

/*.material-form .btn:last-child,*/
.material-form .input-group .form-control:last-child,
.material-form .input-group .form-control.last,
.material-form .input-group .input-group-btn:last-child,
.material-form .input-group .input-group-btn:last-child button,
.material-form .input-group .input-group-btn:last-child .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.material-form .form-group {
    margin-bottom: 15px;
    overflow: visible;
}

.material-form .form-group.success .form-control {
    color: #5cb85c;
}

.material-form .form-group.failed .form-control {
    color: #d9534f;
}

.material-form .form-control[readonly] {
    background: #fff;
}

.material-form .btn {
    height: 38px;
}

.material-form .btn-default {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.material-form .input-group input,
.material-form .input-group select,
input[type='text'].whois,
input[type='password'].whois,
select.whois {
    z-index: 10;
}

.input-group label.th {
    z-index: 9;
    display: none;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    height: 20px;
    color: #ccc;
}

.input-group label.th.ie9 {
    z-index: 11;
    display: block;
}

.material-form .desc {
    padding: 10px 0;
}

.chkbox {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.chk-block,
.chk-block span {
    display: block;
    text-align: center;
    width: 100%;
}

.chkbox input[type='radio'],
.chkbox input[type='checkbox'] {
    display: none;
}

.chkbox input[type='radio'] ~ .rbtn {
    padding: 6px 12px;
    line-height: 27px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.chkbox input[type='radio']:checked ~ .rbtn {
    background: #ccc;
    color: #fff;
}

.chkbox input[type='radio'] ~ .box,
.chkbox input[type='checkbox'] ~ .box {
    display: block;
    color: #bbb;
    cursor: pointer;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.chkbox input[type='radio'] ~ .box:before,
.chkbox input[type='checkbox'] ~ .box:before {
    display: inline-block;
    margin-right: 5px;
    padding: 2px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    vertical-align: middle;
    color: #cfcfcf;
    font-family: 'Glyphicons Halflings';
}

.chkbox input[type='radio'] ~ .box:before {
    content: "\e165";
}

.chkbox input[type='checkbox'] ~ .box:before {
    content: "\e013";
}

.chkbox input[type='radio']:checked ~ .box,
.chkbox input[type='checkbox']:checked ~ .box {
    color: #666;
}

.chkbox input[type='radio']:checked ~ .box:before,
.chkbox input[type='checkbox']:checked ~ .box:before {
    color: #666;
}

/* 이용약관
----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.agree_txt p {
    font-size: 1.6rem;
    color: var(--black);
    line-height: 2.8rem;
}

.agree_txt p b {
    display: inline-block;
    font-weight: 500;
    color: var(--blue);
    margin-bottom: 1rem;
}

/* FAQ
----------------------------------------------------------------------------------------------------------------------------------------------------------
상단디자인 &lt;div class="faq"&gt;
하단디자인 &lt;/div&gt;
*/
.faq .whois-board-list .whois-board-row .whois-board-row-subject {
    position: relative;
    padding: 2rem 10rem 2rem 5rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-subject:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5rem;
    content: "\e941";
    font-size: 2.4rem;
    font-weight: 900;
    font-family: 'xeicon';
    color: var(--blue);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq .whois-board-list .whois-board-row.view .whois-board-row-subject:after {
    content: "\e944";
}

.faq .title {
    font-size: 1.8rem;
    color: var(--black);
    font-weight: 400;
}

.faq .icon-q {
    width: auto;
    height: auto;
    font-size: 2.2rem;
    font-weight: 900;
    color: #111;
    margin-right: 60px;
    background: none;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content {
    position: relative;
    font-size: 1.6rem;
    color: var(--black);
    padding: 4rem 5rem 4rem 10.5rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content * {
    line-height: 2.4rem;
}

.faq .whois-board-list .whois-board-row .whois-board-row-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5rem;
    content: 'A';
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--sky_blue);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .faq .whois-board-list .whois-board-row .whois-board-row-subject {
        padding: 2rem 5rem 2rem 2rem;
    }

    .faq .icon-q {
        margin-right: 20px;
    }

    .faq .whois-board-list .whois-board-row .whois-board-row-content {
        padding: 2rem 2rem 2rem 6rem;
    }

    .faq .whois-board-list .whois-board-row .whois-board-row-content:before {
        left: 2rem;
    }
}

/* sub contents
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.sub_con .inner {
    width: 1260px;
    margin: 0 auto;
}

.sub_con .c_red {
    color: #e64444;
}

.sub_con .c_tit {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 1;
    margin-bottom: 50px;
}

.sub_con .c_tit:before {
    content: '';
    display: block;
    position: absolute;
    top: -26px;
    left: -30px;
    width: 71px;
    height: 71px;
    background: rgba(75, 184, 181, 0.15);
    border-radius: 50%;
}

.sub_con .b_tit {
    margin-bottom: 5rem;
    font-size: 3rem;
    font-weight: 700;
    color: var(--black);
    line-height: 4rem;
}

.sub_con .b_tit .dot {
    color: var(--sky_blue);
}

.sub_con .txt {
    font-size: 1.8rem;
    color: var(--black);
    line-height: 3.2rem;
    white-space: pre-line;
    word-break: keep-all;
}

.sub_con .txt br {
    display: none;
}

.sub_con .txt .line {
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.sub_con .txt .line:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.4rem;
    background: rgba(255, 238, 0, 0.5);
    z-index: -1;
}

.sub_con .txt_gray {
    font-size: 1.6rem;
    color: var(--gray);
    line-height: 2.4rem;
}

.sub_con .txt_gray b {
    color: var(--black);
    font-weight: 500;
}

.sub_con .flex_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.sub_con .flex_area &gt; div {
    width: 48%;
}

.sub_con ol.numList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sub_con ol.numList li:not(:last-child) {
    margin-bottom: 2rem;
}

.sub_con ol.numList li .num {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: var(--sky_blue);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-right: 12px;
    vertical-align: text-bottom;
}

.sub_con ol.numList li .num_txt {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--black);
    margin-top: 2px;
}

.sub_con .bg_half {
    position: relative;
    width: 100%;
}

.sub_con .bg_half:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: var(--bg_color);
    z-index: -1;
}

.sub_con section.bgY {
    background: var(--bg_color);
    padding: 120px 0;
}

.sub_con ul.dotList li {
    position: relative;
    padding-left: 18px;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: var(--black);
}

.sub_con ul.dotList li:not(:last-child) {
    margin-bottom: 12px;
}

.sub_con ul.dotList li:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--blue);
    border-radius: 50%;
}

@media screen and (max-width: 1320px) {
    .sub_con .inner {
        width: 100%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 980px) {
    .sub_con .flex_area &gt; div {
        width: 100%;
    }

    .sub_con .flex_area &gt; div:last-child {
        margin-top: 4rem;
    }
    
    .sub_con .flex_area &gt; div.img_area {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .sub_con section.bgY {
        padding: 80px 0;
    }

    .sub_con .c_tit {
        margin-bottom: 20px;
    }

    .sub_con .c_tit:before {
        top: -20px;
        left: -20px;
        width: 51px;
        height: 51px;
    }

    .sub_con ol.numList li .num {
        margin-right: 8px;
    }

    .sub_con ol.numList li .num_txt {
        margin-top: 4px;
    }

    .sub_con ul.dotList li {
        padding-left: 12px;
    }

    .sub_con ul.dotList li:before {
        width: 4px;
        height: 4px;
        top: 7px;
    }
    
    .sub_con .txt {
        white-space: normal;
    }
    
    .sub_con .txt br {
        display: block;
    }
}

.sub1_2 .flex_area {
    margin-top: 7rem;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    -webkit-box-shadow: 0 0 25px rgba(75, 184, 181, 0.15);
    box-shadow: 0 0 25px rgba(75, 184, 181, 0.15);
    height: 500px;
}

@media screen and (max-width: 980px) {
    .sub1_2 .flex_area {
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
}

.sub1_2 .flex_area .map_area {
    width: 60%;
}

.sub1_2 .flex_area .map_area .root_daum_roughmap {
    border-top-left-radius: 100px;
    width: 100%;
}

.sub1_2 .flex_area .txt_area {
    width: 40%;
}

.sub1_2 .flex_area .txt_area .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 230px;
    text-align: center;
    color: #fff;
    background: var(--sky_blue);
    padding: 0 20px;
}

.sub1_2 .flex_area .txt_area .tel dl {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.sub1_2 .flex_area .txt_area .tel dt {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
}

.sub1_2 .flex_area .txt_area .tel dd {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 2rem;
}

.sub1_2 .flex_area .txt_area .info {
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sub1_2 .flex_area .txt_area .info &gt; div {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 75%;
}

.sub1_2 .flex_area .txt_area .info dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding: 1.5rem 0;
}

.sub1_2 .flex_area .txt_area .info dl:not(:last-child) {
    border-bottom: 1px solid var(--br_color);
}

.sub1_2 .flex_area .txt_area .info dl:first-child {
    padding-top: 0;
}

.sub1_2 .flex_area .txt_area .info dl:last-child {
    padding-bottom: 0;
}

.sub1_2 .flex_area .txt_area .info dt {
    width: 110px;
    font-weight: 400;
    color: var(--gray);
}

.sub1_2 .flex_area .txt_area .info dd {
    width: calc(100% - 110px);
    color: var(--black);
}

@media screen and (max-width: 980px) {
    .sub1_2 .flex_area {
        height: auto;
    }

    .sub1_2 .flex_area .map_area {
        width: 100%;
    }

    .sub1_2 .flex_area &gt; div.txt_area {
        width: 100%;
        margin-top: 0;
    }

    .sub1_2 .flex_area &gt; div.txt_area .tel {
        height: auto;
        display: block;
        padding: 5rem;
    }

    .sub1_2 .flex_area &gt; div.txt_area .info {
        height: auto;
        padding: 5rem;
    }

    .sub1_2 .flex_area &gt; div.txt_area .info &gt; div {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .sub1_2 .root_daum_roughmap {
        height: 350px !important;
    }
}

.sub2 .box_area {
    -webkit-box-shadow: 0 0 25px rgba(75, 184, 181, 0.15);
    box-shadow: 0 0 25px rgba(75, 184, 181, 0.15);
    border-radius: 100px;
    padding: 100px;
    background: #fff;
    margin-top: 50px;
}

.sub2 ol.numList {
    margin-top: 40px;
}

.sub2 .sort .tit {
    font-size: 2rem;
    font-weight: 500;
    color: var(--black);
    line-height: 1;
    border-bottom: 1px solid var(--br_color);
    padding-bottom: 2rem;
}

.sub2 .sort .txt_box {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: var(--sky_blue);
    height: 2.8rem;
    line-height: 2.8rem;
}

.sub2 .sort .txt_gray {
    margin-top: .3rem;
}

.sub2 .sort &gt; div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 1px solid var(--br_color);
}

.sub2 .sort &gt; div p:last-child {
    text-align: right;
}

.sub2 .dotList {
    border-top: 1px solid var(--black);
    border-bottom: 1px solid var(--br_color);
    padding: 4rem 0;
    margin-top: 7rem;
}

@media screen and (max-width: 1220px) {
    .sub2 .box_area {
        padding: 90px 70px;
    }

    .sub2 .box_area .flex_area .sort {
        width: 100% !important;
    }

    .sub2 .box_area .flex_area .sort:last-child {
        margin-top: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .sub2 .box_area {
        padding: 50px 40px;
        border-radius: 50px;
        margin-top: 25px;
    }

    .sub2 ol.numList {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .sub2 .box_area {
        padding: 40px 20px;
        border-radius: 40px;
    }

    .sub2 .box_area .sort &gt; div .txt_box {
        width: 100% !important;
        margin-bottom: 5px;
    }
}

.sub2_1 .box_area .flex_area .sort {
    width: calc(50% - 25px);
}

.sub2_1 .box_area .flex_area .sort &gt; div .txt_box {
    width: 60px;
}

.sub2_1 .box_area .flex_area .sort:first-child &gt; div p:nth-child(2) {
    width: calc(100% - 200px);
}

.sub2_1 .box_area .flex_area .sort:first-child &gt; div p:last-child {
    width: 120px;
}

.sub2_1 .box_area .flex_area .sort:last-child &gt; div p:nth-child(2) {
    width: calc(100% - 280px);
}

.sub2_1 .box_area .flex_area .sort:last-child &gt; div p:last-child {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .sub2_1 .box_area .flex_area .sort &gt; div .txt_box {
        width: 50px;
    }

    .sub2_1 .box_area .flex_area .sort:first-child &gt; div p:nth-child(2) {
        width: calc(100% - 160px);
    }

    .sub2_1 .box_area .flex_area .sort:first-child &gt; div p:last-child {
        width: 100px;
    }

    .sub2_1 .box_area .flex_area .sort:last-child &gt; div p:nth-child(2) {
        width: calc(100% - 220px);
    }

    .sub2_1 .box_area .flex_area .sort:last-child &gt; div p:last-child {
        width: 160px;
    }
}

@media screen and (max-width: 480px) {
    .sub2_1 .box_area .flex_area .sort:first-child &gt; div p:nth-child(2) {
        width: calc(100% - 110px);
    }

    .sub2_1 .box_area .flex_area .sort:last-child &gt; div p:nth-child(2) {
        width: calc(100% - 170px);
    }
}

.sub2_2 .box_area .flex_area .sort {
    width: calc(50% - 25px);
}

.sub2_2 .box_area .flex_area .sort &gt; div .txt_box {
    width: 60px;
}

.sub2_2 .box_area .flex_area .sort &gt; div p:nth-child(2) {
    width: calc(100% - 290px);
}

.sub2_2 .box_area .flex_area .sort &gt; div p:last-child {
    width: 210px;
}

@media screen and (max-width: 768px) {
    .sub2_2 .box_area .flex_area .sort &gt; div .txt_box {
        width: 50px;
    }

    .sub2_2 .box_area .flex_area .sort &gt; div p:nth-child(2) {
        width: calc(100% - 230px);
    }

    .sub2_2 .box_area .flex_area .sort &gt; div p:last-child {
        width: 170px;
    }
}

@media screen and (max-width: 480px) {
    .sub2_2 .box_area .flex_area .sort &gt; div p:nth-child(2) {
        width: calc(100% - 180px);
    }
}

.sub2_3 .box_area .sort &gt; div .txt_box {
    width: 115px;
}

.sub2_3 .box_area .sort &gt; div p:nth-child(2) {
    width: calc(100% - 255px);
}

.sub2_3 .box_area .sort &gt; div p:last-child {
    width: 120px;
}

@media screen and (max-width: 768px) {
    .sub2_3 .box_area .sort &gt; div .txt_box {
        width: 90px;
    }

    .sub2_3 .box_area .sort &gt; div p:nth-child(2) {
        width: calc(100% - 190px);
    }

    .sub2_3 .box_area .sort &gt; div p:last-child {
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .sub2_3 .box_area .sort &gt; div p:nth-child(2) {
        width: calc(100% - 90px);
    }
}

.sub2_4 .box_area .flex_area .sort {
    width: calc(50% - 25px);
}

.sub2_4 .box_area .flex_area .sort &gt; div .txt_box {
    width: 60px;
}

.sub2_4 .box_area .flex_area .sort:first-child &gt; div p:nth-child(2) {
    width: calc(100% - 200px);
}

.sub2_4 .box_area .flex_area .sort:first-child &gt; div p:last-child {
    width: 120px;
}

.sub2_4 .box_area .flex_area .sort:last-child &gt; div p:nth-child(2) {
    width: calc(100% - 280px);
}

.sub2_4 .box_area .flex_area .sort:last-child &gt; div p:last-child {
    width: 200px;
}

@media screen and (max-width: 768px) {
    .sub2_4 .box_area .flex_area .sort &gt; div .txt_box {
        width: 50px;
    }

    .sub2_4 .box_area .flex_area .sort:first-child &gt; div p:nth-child(2) {
        width: calc(100% - 160px);
    }

    .sub2_4 .box_area .flex_area .sort:first-child &gt; div p:last-child {
        width: 100px;
    }

    .sub2_4 .box_area .flex_area .sort:last-child &gt; div p:nth-child(2) {
        width: calc(100% - 220px);
    }

    .sub2_4 .box_area .flex_area .sort:last-child &gt; div p:last-child {
        width: 160px;
    }
}

@media screen and (max-width: 480px) {
    .sub2_4 .box_area .flex_area .sort:first-child &gt; div p:nth-child(2) {
        width: calc(100% - 110px);
    }

    .sub2_4 .box_area .flex_area .sort:last-child &gt; div p:nth-child(2) {
        width: calc(100% - 170px);
    }
}
</pre></body></html>