@charset "UTF-8";
/* CSS Document */
/*=================================================================================
* Main
=================================================================================*/
#wrap {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    overflow: hidden;
    position: relative;
}
#wrap .header {
    position: absolute;
    width: 100%;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
	/*background-color: rgba(243,215,0,0.60);*/
}
#wrap .header h1 {
    width: 312px;
	margin-top: 15px;
}
#wrap .header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
#wrap .header .navi {
    margin-top: 20px;
}
#wrap .header .navi a {
    margin-left: 30px;
    position: relative;
    color: #1C295C;
    font-size: 19px;
    line-height: 1.2;
}
#wrap .header .navi a:first-child {
    margin-left: 0;
}
#wrap .header .navi a:first-child::before {
    display: none;
}
#wrap .header .navi a::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #1C295C;
    top: 5px;
    left: -15px;
}
.visual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #E6F7FF url('../img/main_visual.png') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 0;
	overflow: hidden;
}
.visual.bg-2 { background: #0EB593 url('../img/main-visual-2025.svg') center bottom -50px /cover no-repeat; }
.visual.bg-3 { background: #0EB593 url('../img/main-visual-2025.svg') center bottom -50px /cover no-repeat; height: 50vh; }
.visual .text-box {
    width: 500px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.visual .text-box span {
    display: inline-block;
}
.visual .text-box span.text-01 {
    width: 80%;
    margin-bottom: 20px;
}
.visual .visual-01 { 
	width: 960px;
	height: 960px;
	position: absolute; 
	bottom: -60px; 
	background: url("../img/visual_01.svg") no-repeat; 
	display: block;
	right: 320px;
}
.visual .visual-01 p {
	display: none;
}
.visual .visual-02 { 
	width: 730px;
	height: 540px;
	position: absolute; 
	bottom: 0; 
	right: 100px; 
	background: url("../img/visual_02.svg") no-repeat; 
	display: block;
}
.visual .visual-03 {
	background: url("../img/visual-text-01.svg") no-repeat;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 480px;
}
.visual .visual-03 p { display: none; }
.visual .visual-04 {
	position: absolute;
	width: 850px;
	height: 360px;
	background: url("../img/visual-text-02.svg") no-repeat;
	background-size: 100%;
	display: block;
	top: 60px;
}
.visual .visual-04 p { display: none; }
.visual .btn-wrap {
    margin-top: 30px;
}
.visual .btn-wrap a {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    padding: 20px 45px 18px;
    border-radius: 50px;
    background-color: #1C295C;
    color: #FFE21D;
}
.trans-wr { transform: translate(-50%, -50%); position: absolute; left: 50%; top: 50%; width: 860px; display: flex; flex-direction: column; align-items: center; }
.sub-visual {
    width: 100%;
    height: 320px;
    background: #E6F7FF url('../img/sub-visual.svg') center bottom no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-visual.bg-2 { background: #0EB593 url('../img/main-visual-2025.svg') center bottom -180px no-repeat; }
.sub-visual h2 {
    text-align: center;
    color: #1C295C;
    font-size: 54px;
}
.info {
    width: 100%;
    /* background: #d3e7f3 url('../img/info_bg.png') 0 0 no-repeat; 
    padding: 50px 0 150px;
    background-size: 25%;*/
}
.info section {
    padding: 120px 0;
}
.info section:nth-child(2) {
    background: #f7f7f7;
}
.info h2 {
    text-align: center;
    font-size: 54px;
    margin-bottom: 30px;
}
.info h3 {
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
}
.info p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 50px;
}
.info .text-box {
    width: 940px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.info .text-box ul li {
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #001541;
    padding: 15px 0;
    align-items: center;
}
.info .text-box ul li:last-child {
     border-bottom: solid 1px #001541;
}
.info .text-box ul li .title {
    width: 20%;
	font-size: 19px;
}
.info .text-box ul li .desc {
    flex: 1;
	font-size: 19px;
	width: 80%;
}
.info .text-box ul li .logo-area {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.info .text-box ul li .logo-area img {
    width: auto;
    height: 50px;
}
.info .text-box ul li a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.info .text-box ul li img {}
.info .program-list {
    width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.info .program-list .item {
    margin: 0 5px;
    border-radius: 10px;
    background: #e4f5fc;
    padding: 20px;
    border: 1px solid #d3e7f3;
    box-sizing: border-box;
}
.info .program-list .item:first-child {
    margin-left: 0;
}
.info .program-list .item:last-child {
    margin-right: 0;
}
.info .program-list .item h4 {
    margin-bottom: 10px;
    font-size: 19px;
}
.info .program-list .item p {
    font-size: 15px;
}
.info .process-box {
    width: 1150px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 100px;
}
.info .process-box > div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info .process-box > div:after {
    display: block;
    clear: both;
    content: '';
    width: 20px;
    height: 40px;
    background: url(../img/icon_arrow_right.svg) center/contain no-repeat;
    position: absolute;
    top: 25%;
    right: -60px;
}
.info .process-box > div:last-of-type::after {
    display: none;
}
.info .process-box div .img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #21479c;
    overflow: hidden;
}
.info .process-box div img {}
.info .process-box div span {
    text-align: center;
    margin-top: 20px;
    line-height: 1.4;
}
.info .btn-wrap {
    width: 100%;
    text-align: center;
}
.info .btn-wrap a {
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
    padding: 20px 30px;
    border-radius: 50px;
    margin-right: 20px;
}
.app-form {
    width: 1150px;
    margin: 0 auto;
    color: #0b0536;
}
.app-form h2 {
    text-align: center;
    font-size: 54px;
    margin-bottom: 30px;
}
.app-form .consent {}
.app-form .consent .title {
    border: solid 1px #e1e1e1;
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px 0;
	font-size: 18px;
	font-weight: 700;
}
.app-form .consent .line {
    border: solid 1px #e1e1e1;
    margin-top: -1px;
    padding: 30px;
	background-color: #fff;
}
.app-form .consent .line p {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
	text-align: left;
}
.app-form .consent .line p::before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #0b0536;
    position: absolute;
    left: 0;
    top: 7px;
}
.app-form .consent .check {
    display: flex;
    padding-top: 10px;
    font-size: 16px;
}
.app-form .tip-box {
    width: 500px;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}
.app-form .tip-box span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 50px;
}
.app-form input[type='text'], .app-form select, .app-form textarea {
    border: solid 1px #f1f1f1;
    font-size: 16px;
}
.default__check[type='checkbox'] ~ .custom__check, .default__check[type='radio'] ~ .custom__check {
    border: solid 1px #ccc;
}
.app-form .title-box {
    border: solid 2px #121212;
}
.app-form .title-box input[type='text'] {
    border: 0;
    max-width: 100%;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: 0;
}
.app-form .title-box input::placeholder {
    font-weight: bold;
    font-size: 16px;
    text-indent: 0;
    text-align: center;
}
.app-form h3 {
    font-size: 34px;
    margin-bottom: 12px;
    text-align: center;
}
.app-form h4 {
    font-size: 24px;
    margin: 50px 0 20px;
}
.app-form h4 label {
    margin: 0 0 0 10px;
    font-weight: normal;
}
.app-form h4 span {
    font-size: 15px;
    color: #888;
    margin-left: 10px;
    font-weight: 600;
}
.app-form ul {
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.app-form ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.app-form ul li .title {
    width: 180px;
    padding-left: 20px;
    font-weight: 500;
}
.app-form ul li .title span {
    font-size: 13px;
    color: #fd3c40;
    margin-left: 3px;
}
.app-form .input-box {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.app-form .input-box.column {
    flex-direction: column;
}
.app-form .input-box .btn-del {
    position: absolute;
    right: 0;
    top: 1px;
    background-color: #999;
}
.app-form .input-box .btn-cancel {
    padding: 0 6px;
    background-color: #999;
    height: 21px;
    line-height: 16px;
    font-size: 14px;
    margin-left: 5px;
}
.app-form .input-box .tip {
    margin-top: 10px;
}
.app-form .input-box .multiplex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 15px;
}
.app-form .input-box label.title {
    color: #121212;
    font-weight: 700;
    padding-left: 0;
    width: 100%;
}
.app-form .input-box span {
    color: #999;
}
.app-form .input-box.column {
    flex-direction: column;
    align-items: flex-start;
}
.app-form .input-box.column span {
    padding-top: 10px;
}
.app-form input[type='file'] {
    font-size: 16px;
}
input[type='file']::file-selector-button {
    height: 42px;
    line-height: 42px;
    background: #ccc;
    border: 1px solid #131313;
    border-radius: 4px;
    cursor: pointer;
}
input[type='file']::file-selector-button:hover {
    background: #bbb;
}
.app-form input[type='text'].w-small {
    width: 40%;
}
.app-form input[type='text'].w-full, .app-form select.w-full {
    width: 100%;
    margin-right: 0;
}
.app-form select {
    min-width: 300px;
    margin-right: 8px;
}
.app-form input[type='text'] {
    display: block;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    margin-right: 10px;
}
.app-form textarea.selftext {
    height: 500px;
}
.app-form .auto input[type='text'] {
    width: inherit;
}
.app-form em {
    float: left;
    line-height: 42px;
    margin-right: 10px;
}
.app-form select, .app-form input[type='date'] {
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
    margin-right: 10px;
    text-indent: 6px;
}
.app-form select {
    padding: 0;
    /* min-width: 170px; */
    float: left;
}
.app-form input[type='date'] {
    border: solid 1px #e1e1e1;
    min-width: 160px;
}
.app-form input[type='submit'] {
    width: auto;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    background: #232323;
    font-size: 16px;
}
.app-form label {
    width: auto !important;
    margin-right: 12px;
    display: flex;
    align-items: center;
    line-height: 42px;
}
.app-form label span {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}
.app-form button {
    height: 42px;
    line-height: 42px;
    background-color: #333;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
}
.app-form .sort {
    margin-right: 50px;
}
.app-form .sort-b {
    margin-bottom: 10px;
}
.app-form .photo {
    width: 27%;
}
.app-form .photo .ph-box {
    border: solid 1px #e1e1e1;
    width: 200px;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: inherit;
}
.app-form .photo .ph-box span {
    margin-top: 0;
}
.app-form .photo .ph-box span img {
    width: inherit !important;
    max-width: 100%;
}
.app-form .photo span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}
.app-form .default {
    width: 100%;
}
.app-form .list-box {
    margin-top: 20px;
}
.app-form .btn-wrap {
    display: flex;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
}
.btn-wrap .btn {
    display: block;
    margin: 0 10px;
    background-color: #21479c;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
}
.btn-wrap .btn2 {
    display: block;
    margin: 0 10px;
    background-color: #1C295C;
    padding: 15px 30px;
    border-radius: 50px;
    color: #FFE21D;
}
.btn-wrap .btn.cancel {
    background-color: #4d4c57;
}
.p0 {
    padding: 0 !important;
}
textarea {
    width: 100%;
    height: 115px;
    padding: 5px;
}
.enquiry {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.enquiry h3 {
    margin-bottom: 20px;
    text-align: center;
}
.enquiry ul {}
.cf {
    display: block;
    clear: both;
    content: '';
}
.enquiry .en-item {
    float: left;
    width: calc(98% / 2);
    margin: 0 2% 0 0;
    border-radius: 10px;
    background: #4b96d2 url(../img/icon-airplane.svg) 40px center/80px no-repeat;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
}
.enquiry .en-item:last-child {
    margin-right: 0;
    background: #4b96d2 url(../img/icon-call.svg) 40px center/80px no-repeat;
}
.enquiry .en-item p {
    font-size: 21px;
    color: #fff;
}
.enquiry .en-item p.number {
    font-size: 38px;
    font-weight: bold;
}
/*=======================================================================================
* input radio check switch
========================================================================================*/
.check-area.flex {
    display: flex;
}
.check__item {
    display: flex;
    flex-direction: column;
}
.check__item label {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
}
.default__check[type='checkbox'], .default__check[type='radio'] {
    display: none;
}
.default__check[type='checkbox'] ~ .custom__check, .default__check[type='radio'] ~ .custom__check {
    display: flex;
    align-items: center;
    height: 16px;
    border: 1px solid #e1e1e1;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
}
.default__check[type='checkbox'] ~ .custom__check:after, .default__check[type='radio'] ~ .custom__check:after {
    content: '';
    display: inline-block;
    position: absolute;
    transition: all 0.4s ease;
}
.default__check[type='checkbox']:not(.switchbox) ~ .custom__check, .default__check[type='radio']:not(.switchbox) ~ .custom__check {
    justify-content: center;
    width: 16px;
}
.default__check[type='checkbox']:not(.switchbox) ~ .custom__check:after, .default__check[type='radio']:not(.switchbox) ~ .custom__check:after {
    visibility: hidden;
}
.default__check[type='checkbox'].switchbox + .custom__check, .default__check[type='radio'].switchbox + .custom__check {
    width: 32px;
}
.default__check[type='checkbox'].switchbox + .custom__check:after, .default__check[type='radio'].switchbox + .custom__check:after {
    transform: scale(1.5);
    left: 4px;
}
.default__check[type='checkbox'].switchbox:not(:checked) ~ .custom__check:after, .default__check[type='radio'].switchbox:not(:checked) ~ .custom__check:after {
    background-color: #000;
}
.default__check[type='checkbox'].switchbox:checked ~ .custom__check:after, .default__check[type='radio'].switchbox:checked ~ .custom__check:after {
    left: 20px;
}
.default__check[type='checkbox']:disabled ~ .custom__check, .default__check[type='radio']:disabled ~ .custom__check {
    opacity: 0.3;
    cursor: not-allowed;
}
.default__check[type='checkbox']:checked ~ .custom__check, .default__check[type='radio']:checked ~ .custom__check {
    background-color: #000;
}
.default__check[type='checkbox']:checked ~ .custom__check:after, .default__check[type='radio']:checked ~ .custom__check:after {
    visibility: visible;
}
.default__check[type='checkbox']:not(.switchbox) ~ .custom__check {
    border-radius: 0.375rem;
}
.default__check[type='checkbox']:not(.switchbox) ~ .custom__check:after {
    height: 7px;
    width: 3px;
    margin-top: -1px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.default__check[type='radio'] ~ .custom__check, .default__check[type='checkbox'].switchbox ~ .custom__check {
    border-radius: 50rem;
}
.default__check[type='radio'] ~ .custom__check:after, .default__check[type='checkbox'].switchbox ~ .custom__check:after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50rem;
}
/*=================================================================================

* checkbox

=================================================================================*/
.checkbox-area {
    position: relative;
    flex: 1;
    z-index: 10;
}
.checkbox-area .label-text {
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.2;
}
.checkboxField:before {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 2px solid;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #131313;
    content: close-quote;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    outline: 1px solid #e1e1e1;
    transition-duration: 0.5s;
    transition-property: background-color, border-color;
    cursor: pointer;
}
.checkboxField:checked::before {
    background-color: #131313;
    border-color: white;
}
.checkboxField2::before {
    background-color: #131313;
    border-color: white;
}
.checkboxField3:before {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 2px solid;
    border-radius: 0;
    background-color: white;
    border-color: transparent;
    box-sizing: border-box;
    color: #131313;
    content: close-quote;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    outline: 1px solid #e1e1e1;
    transition-duration: 0.5s;
    transition-property: background-color, border-color;
    cursor: pointer;
}
.checkboxField3:checked::before {
    background-color: #131313;
    border-color: white;
}
.checkboxField4::before {
    background-color: #131313;
    border-color: white;
}
.checkbox-area .label-text span, .big-label span {
    color: #f82225;
}
.input-box .check-wrap {
    flex-wrap: wrap;
}
.input-box .checkbox-area {
    margin: 0 8px 0 0;
    flex: none;
}
.noti-area {
    padding: 20px 0;
}
.noti-area p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #666;
}
.text-basic {
    color: #21479c;
}
.text-danger {
    color: #f82225;
}
.app-form .input-box.column span.text-tip {
    display: block;
    font-size: 0.8em;
    padding-top: 10px;
    line-height: 1.2;
}
.app-form .input-box span.text-tip {
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
}
.text-desc {
    font-size: 1em;
}
.text-center {
    text-align: center;
}
.input-box.date-select select {
    width: 20%;
    min-width: auto;
    margin-right: 4px;
}
.input-box.type-area input {
    width: 80%;
}
.input-box.type-area .btn-add {
    display: block;
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 50px;
    position: relative;
}
.input-box.type-area .btn-add:after {
    display: block;
    clear: both;
    content: '+';
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*  게시판 */
.text-left {
    text-align: left;
}
.table-wrap, .table-wrap table {
    width: 100%;
}
.table01 {
    border-top: 1px solid #21479c;
}
.table01 th, .table01 td {
    font-size: 16px;
    padding: 16px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    font-weight: 400;
}
.table01 th {
    color: #21479c;
}
.table01 td a {
    display: block;
    text-align: left;
}
@media print {
	.checkboxField2::before, .checkboxField3::before, .check span.custom__check, .input-box span.custom__check {
    display: none!important;
	}
	.default__check[type='checkbox'], .default__check[type='radio'] { display: inline-block!important; }
}
/*=================================================================================

* 뷰페이지

=================================================================================*/
.view-area {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.view-area .view-title {
    width: 100%;
    border-top: 1px solid #232323;
}
.view-area .view-title h4 {
    line-height: 1.6;
    padding: 20px;
    font-size: 20px;
    color: #232323;
    word-wrap: break-word;
    font-weight: 500;
    margin: 0;
}
.view-area .view-title .view-info {
    border-top: 1px solid #f1f1f1;
    padding: 20px 0;
}
.view-area .view-title .view-info ul {
    display: inline-block;
    overflow: hidden;
    border: 0;
}
.view-area .view-title .view-info ul li {
    float: left;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.6;
    border: 0;
}
.view-area .view-title .view-info ul li + li {
    border-left: 1px solid #ccc;
}
.view-area .view-title span {
    float: left;
    padding-right: 8px;
}
.view-area .view-title .text {
    color: #707070;
    float: left;
}
.view-area .view-title .text:before {
    content: ':';
    padding-right: 8px;
}
.view-area .view-cont {
    min-height: 350px;
    margin-bottom: 30px;
    padding: 20px 20px 40px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    word-wrap: break-word;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.view-area .button-wrap {
    text-align: right;
}
.view-area .button-wrap .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 22px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    transition: all ease 0.2s;
    cursor: pointer;
    outline: none;
    border: 0;
    font-size: 16px;
    background: #21479c;
    color: #fff;
}
/*=======================================================================================

 ** Pagination 

========================================================================================*/
#pagination {
    display: flex;
    justify-content: center;
    margin: 32px 0 12px;
}
.blocks {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
}
.blocks:not(:first-child) {
    margin-left: 4px;
}
.blocks:last-child img {
    transform: rotate(-180deg);
}
.blocks.last {
    background: url(../img/ico_pgarrow.svg) center no-repeat;
    transform: rotate(180deg);
}
.blocks.first {
    background: url(../img/ico_pgarrow.svg) center no-repeat;
}
#pagination a.active {
    background-color: #21479c;
    color: #fff;
}
@media screen and (max-width: 768px) {
    #wrap .header {}
    #wrap .header h1 {
        width: 180px;
        margin-top: 5px;
    }
    #wrap .header .navi {
        font-size: 13px;
        margin-top: 15px;
    }
    #wrap .header .navi a::before {
        top: 2px;
        height: 14px;
    }
    .visual {
        background: #f0f7fc url(../img/m_main_visual.png) 0 center no-repeat;
        background-size: cover;
        height: 85vh;
    }
    .visual .text-box {
        width: 80%;
    }
	.visual .visual-01 { 
		width: 100%;
		height: 640px;
		margin: 0 auto;
		background: url("../img/m_visual_01.svg") no-repeat;
		right: 0;
	}
	.visual .visual-02 { 
		width: 100%;
		height: 289px;
		margin: 0 auto;
		background: url("../img/m_visual_02.svg") right no-repeat;
		right: 0;
	}
	.visual .visual-03 { 
		width: 90%; 
		top: 230px;
        height: 200px; 
	}
	.visual .visual-04 { 
		width: 90%; 
		top: 120px;
        height: 200px; 
	}
	.visual.bg-2 { 
		height: 100vh;
		background: url("../img/m-main-visual-2025.svg") no-repeat;
	}
	.visual.bg-3 { 
	    height: 50vh;
        background: url(../img/m-main-visual-2025.svg) center bottom no-repeat;
	}
    .visual .btn-wrap {
        top: 460px;
        width: 90%;
    }
    .visual .btn-wrap a {
        display: block;
        margin: 10px auto;
        width: 70%;
        text-align: center;
        padding: 7px 0;
    }
	.trans-wr { width: 90%; }
    .info h2 {
        font-size: 30px;
    }
	.info h3 {
		font-size: 20px;
	}
	.info p {
		font-size: 15px;
	}
    .info {
        padding: 0px 0 50px;
    }
	.info section { 
		padding: 50px 0;
	}
    .info .text-box {
        width: 90%;
        margin-bottom: 50px;
    }
    .info .text-box ul li {
        align-items: center;
        flex-direction: column;
    }
    .info .text-box ul li .title {
        font-size: 16px;
        padding: 7px 0;
        width: 130px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .info .text-box ul li span {
        font-size: 15px!important;
        text-align: center;
    }
	.info .text-box ul li span br { 
		display: none;
	}
    .info .text-box ul li .logo-area {
        justify-content: center;
        align-items: center;
    }
    .info .text-box ul li .logo-area img, .info .text-box ul li img {
        height: 50px;
    }
    .info .process-box {
        flex-wrap: wrap;
        width: 90%;
    }
    .info .process-box div {
        width: 50%;
    }
    .info .process-box div span {
        font-size: 16px;
        margin: 10px 0;
    }
    .info .process-box div img {
        max-width: 70%;
    }
    .app-form {
        padding: 50px 0;
        width: 90%;
    }
    .app-form h2 {
        font-size: 22px;
        line-height: 1.4;
    }
    .app-form h3, .app-form h4 {
        font-size: 16px;
    }
    .app-form .consent .title {
        font-size: 16px;
    }
    .app-form .consent .line p, .app-form .consent .check, .app-form ul li .title, .app-form ul li, .app-form input[type='file'] {
        font-size: 14px;
    }
    .app-form .input-box {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }
    .app-form .input-box.date-select, .app-form .input-box.type-area {
        flex-direction: row;
    }
    .input-box.type-area .btn-add {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .app-form .input-box.type-area input[type='text'] {
        width: 80%;
    }
    .app-form ul li {
        flex-direction: column;
        align-items: flex-start;
        border-bottom: 0;
        padding: 0;
    }
    .app-form ul li .title {
        padding: 15px 0 2px;
    }
    .app-form input[type='text'] {
        height: 34px;
        line-height: 34px;
    }
    body, th, td, input, select, textarea, button {
        font-size: 100%;
    }
    .sub-visual {
        height: 150px;
        background: #f0f7fc url(../img/main_visual.png) center top no-repeat;
        background-size: cover;
    }
    #wrap .header .navi a {
        font-size: 13px;
        margin-left: 8px;
		font-weight: 600;
    }
    #wrap .header .navi a::before {
        left: -4px;
    }
    .info .btn-wrap a {
        font-size: 17px;
        padding: 12px 16px;
        margin: 0 0 10px 0;
    }
    .sub-visual h2 {
        font-size: 24px;
        padding-top: 30px;
    }
    .info .program-list {
        width: 90%;
        flex-direction: column;
    }
    .info .program-list .item {
        width: 100%;
        margin: 5px 0;
    }
    .info .process-box div .img {
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .info .process-box > div:after {
        width: 10px;
        height: 24px;
        background-size: contain;
        right: -5px;
    }
    input[type='file']::file-selector-button {
        height: 34px;
        line-height: 34px;
    }
    .checkbox-area .label-text {
        font-size: 14px;
    }
    .app-form .input-box span {
        font-size: 12px;
    }
    .app-form select {
        width: 100%;
        min-width: 100%;
        margin: 0 0 8px 0;
        font-size: 14px;
    }
    .app-form input[type='text'] {
        width: 100%;
    }
    .app-form select, .app-form input[type='date'] {
        height: 34px;
        line-height: 34px;
    }
    .app-form .consent .line {
        padding: 20px;
    }
    .blocks {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 11px;
    }
    .view-area .view-title h4 {
        font-size: 16px;
        padding: 16px 10px;
    }
    .view-area .view-title .view-info ul li {
        padding: 0 8px;
        font-size: 12px;
        line-height: 1.4;
    }
    .enquiry {
        width: 90%;
    }
    .enquiry h3 {
        font-size: 21px;
        text-align: center;
    }
    .enquiry .en-item {
        float: none;
        width: 100%;
        margin: 0 0 1% 0;
        background: #4b96d2 url(../img/icon-airplane.svg) 20px center/60px no-repeat;
    }
    .enquiry .en-item:last-child {
        margin: 0;
        background: #4b96d2 url(../img/icon-call.svg) 20px center/60px no-repeat;
    }
    .enquiry .en-item p {
        font-size: 16px;
    }
    .enquiry .en-item p.number {
        font-size: 26px;
    }
    .noti-area {
        margin-top: 30px;
    }
    .noti-area p {
        font-size: 13px;
    }
    .app-form {
        min-height: 70vh;
    }
    .app-form .btn-wrap {
        flex-direction: column;
    }
    .btn-wrap .btn, .btn-wrap .btn2 {
        margin: 0 0 10px 0;
        width: 200px;
		font-size: 17px;
        text-align: center;
    }
}
/*=================================================================================

* Footer

=================================================================================*/
#Footer {
    padding: 50px 0;
    background-color: #00194D;
}
#Footer .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.footer.bg-2 { background-color: #1C295C!important; }
.footer h2 {
    font-size: 21px;
	font-family: 'GongGothicM', 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', '돋움', 'dotum', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}
.footer-cont {
	width: 100%;
}
.footer .link {
    margin-bottom: 40px;
	text-align: center;
}
.footer .link.cf:after {
	content: "";
	border-bottom: solid 1px rgba(255,255,255,0.4);
	margin-top: 40px;
}
.footer .link a {
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    color: #fff;
}
.footer .link span { color: #fff; margin: 0 10px; }
.footer p {
    font-size: 14px;
    margin-bottom: 8px;
    color: #fff;
}
.footer p span {
    display: block;
}
.footer .contact span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
}
.footer .copyright {
    margin-top: 11px;
    color: #fff;
}
#GoTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 60px;
}
.long-arrow-top {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(45deg);
}
.long-arrow-top::after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background-color: #000;
    transform: rotate(-45deg) translate(10px, 4px);
    left: 0;
    top: 0;
}
@media (min-width: 1025px) {
    #GoTop {
        bottom: 50px;
        right: 50px;
    }
}
@media (max-width: 768px) {
    /* 모바일 레이아웃 */
    #Footer .inner {
        width: 86%;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-logo {
        margin: 0 20px 20px 0;
    }
    .footer p {
        font-size: 11px;
        margin-bottom: 4px;
        text-align: left;
    }
    .footer-cont {
        width: 100%;
    }
	.footer .link a { font-size: 14px; }
}