@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'GongGothicBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* design title */
.info h2, .sub-visual h2, .app-form h2, .info .text-box, .btn-wrap a, .info2, .footer h2 { font-family: 'GongGothicBold', 'snns-serif'; }


/*=================================================================================
* Main
=================================================================================*/
#wrap {
    width: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    overflow: hidden;
    position: relative;
}

#wrap .header {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
#wrap .header h1 {
    width: 340px;
	height: 90px;
}
#wrap .header h1 a {
    display: flex;
    width: 100%;
    height: 100%;
}
#wrap .header .navi {
    display: flex;
	align-items: center; 
}
#wrap .header .navi a {
    margin-left: 10px;
    position: relative;
    color: #fff;
	background-color: #005569;
	padding: 7px 25px;
	border-radius: 30px;
}
#wrap .header .navi a:first-child {
    margin-left: 0;
}
#wrap .header .navi a:first-child::before {
    display: none;
}

.visual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #d3e7f3 url('../img/main_visual.png') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 0;
}
.visual .text-box {
    width: 800px;
    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 .text-box .text-02 { 
	display: none;
}
.visual .btn-wrap {
    position: absolute;
    bottom: 150px;
}
.visual .btn-wrap a {
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    /*padding: 15px 30px;
    border-radius: 50px;
    background-color: #21479c;*/
    color: #fff;
}
.visual .btn-wrap a:first-child {
    /*background-color: #4896d1;*/
    color: #fff;
}
.sub-visual {
    width: 100%;
    height: 420px;
    background: #d3e7f3 url('../img/sub_visual.jpg') center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-visual h2 {
    text-align: center;
    color: #005569;
    font-size: 54px;
}

.info, .info2 {
    width: 100%;
    /* background: #d3e7f3 url('../img/info_bg.png') 0 0 no-repeat; 
    padding: 50px 0 150px;
    background-size: 25%;*/
}
.info section {
    padding: 100px 10%;
	background: #004D9E url(../img/info_bg_01.png) left 0 bottom 100px no-repeat;
	display: flex;
}
.info h2 {
    text-align: left;
    font-size: 46px;
    margin-bottom: 30px;
	width: 25%;
	color: #fff;
}
.info .text-box {
    width: 75%;
}
.info .text-box ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    padding: 20px 40px;
    background-color: #f5fcff;
    border-radius: 10px;
	box-shadow: 10px 10px 5px #004690;
}
.info .text-box ul li:last-child {
    margin-bottom: 0;
}
.info .text-box ul li .title {
    width: 150px;
   	font-size: 21px;
	color: #004D9E;
}
.info .text-box ul li .desc {
    flex: 1;
	font-size: 18px;
	color: #2C4A6A;
}
.info .text-box ul li .logo-area {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.info .text-box ul li .logo-area img {
    width: auto;
}
.info .text-box ul li a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.info .text-box ul li img {
}
.info2 section {
	padding: 100px 10%;
	/*background: #004D9E url(../img/info_bg_01.png) left 0 bottom 100px no-repeat;*/
	display: flex;
}
.info2 h2 { font-size: 36px; margin-bottom: 20px; }
.info2 .process { width: 67%; }
.info2 .enquiry { width: 33%; padding-left: 50px; }

.info2 .process > ul {
	padding: 0 50px 0 0;
    position: relative;
    display: flex;
	align-items: flex-start;
	justify-content: space-between; 
}
.info2 .process li {
    width: 18%;
	text-align: center; 
	position: relative;
}
.info2 .process li::after { 
	content: "";
	position: absolute; 
	width: 24px;
	height: 24px;
	background: url(../img/icon-airplane.svg) no-repeat; 
	right: -16%;
    top: 36px;
}
.info2 .process li:last-child::after { display: none; }
.info2 .process li .img {
	border: solid 1px #e1e1e1;
    border-radius: 100%;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    padding: 15px;
}
.info2 .process li span {
    display: block;
	text-align: center;
    margin-top: 20px;
    line-height: 1.4;
}
.enquiry li { margin-bottom: 20px;
    background-color: #004D9E;
    border-radius: 10px;
    padding: 18px 20px 10px;
	display: flex; 
	align-items: center;
 }
.enquiry li:last-child { margin-bottom: 0; }
.enquiry li .text-basic { color: #fff; margin-left: 20px; font-size: 14px; }
.enquiry li .number { color: #fff; margin-left: 20px; font-size: 24px; }

.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;
    padding: 150px 0;
    color: #121212;
}
.app-form h2 {
    text-align: center;
    font-size: 46px;
    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;
}
.app-form .consent .line {
    border: solid 1px #e1e1e1;
    margin-top: -1px;
    padding: 30px;
}
.app-form .consent .line p {
    margin-bottom: 20px;
    padding-left: 0;
    position: relative;
}
.text-underline { text-decoration: underline; }
/*.app-form .consent .line p::before {
    content: '';
    width: 7px;
    height: 7px;
    background-color: #121212;
    position: absolute;
    left: 0;
    top: 8px;
	border-radius: 5px;
}*/
.app-form .consent .check {
    display: flex;
    padding-top: 10px;
    font-size: 18px;
}
.app-form .tip-box {
    width: 600px;
    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: 18px;
}
.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: 18px;
    border: 0;
}
.app-form .title-box input::placeholder {
    font-weight: bold;
    font-size: 18px;
    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: 18px;
}
.app-form ul li .title {
    width: 180px;
    padding-left: 20px;
    font-weight: 600;
}
.app-form ul li .title span {
    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: 18px;
    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: 600px;
}
.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: #005569;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
}
.btn-wrap .btn.cancel {
    background-color: #4d4c57;
}

.p0 {
    padding: 0 !important;
}

textarea {
    width: 100%;
    height: 115px;
    padding: 5px;
}
.enquiry h3 {
    margin-bottom: 20px;
    text-align: center;
}
.enquiry ul {
}
.cf {
    display: block;
    clear: both;
    content: '';
}
/*=================================================================================

* Footer

=================================================================================*/
#Footer {
    padding: 50px 0;
    background-color: #0F2134;
}
#Footer .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.footer h2 {
    font-size: 21px;
	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: 95%;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-logo {
        margin: 0 20px 20px 0;
    }
	.footer h2 { 
		text-align: center;
	}
    .footer p {
        font-size: 11px;
        margin-bottom: 4px;
        text-align: center;
    }
    .footer-cont {
        width: 100%;
    }
	.footer .link a { font-size: 14px; }
}
/*=======================================================================================
* 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: 18px;
    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: 5px 4px 0 0;
    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: 35%;
    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;
} /*=================================================================================

* 뷰페이지

=================================================================================*/
.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: 600;
    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: 600;
}
.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: 140px;
        margin-top: 0;
		height: 60px;
    }
    #wrap .header .navi {
        font-size: 13px;
    }
    #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: 80vh;
    }
    .visual .text-box {
        width: 100%;
    }

    .visual .text-box span.text-01 {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
    .visual .text-box .text-02 {
        width: 80%;
        margin: 0 auto;
    }

    .visual .btn-wrap {
        width: 90%;
		margin: 0;
		bottom: 130px;
		display: none;
    }
    .visual .btn-wrap a {
        display: block;
        margin: 0;
        width: 100%;
        text-align: center;
        padding: 7px 0;
		font-size: 24px;
    }
	.info section {
		padding: 50px 20px;
        flex-direction: column;
        background-position: 0 50px;
        background-size: 100%; 
	}

    .info h2 {
        font-size: 34px;
		width: 100%;
		text-align: center; 
    }
    .info {
        padding: 0;
    }
    .info .text-box {
        width: 100%;
        margin-bottom: 0;
    }
    .info .text-box ul li {
        align-items: center;
        flex-direction: column;
		box-shadow: 0px 0px 15px #004690;
    }
    .info .text-box ul li .title {
        font-size: 18px;
        padding: 7px 0;
        width: 130px;
        margin-right: 0;
    }
    .info .text-box ul li span {
        font-size: 18px;
        text-align: center;
    }

    .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: 30px;
    }
    .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%;
    }
	.info2 section {
		padding: 50px 20px;
        flex-direction: column;
        background-position: 0 50px;
        background-size: 100%;
	}
	.info2 .process, .info2 .enquiry { 
		width: 100%; 
	}
	.info2 .enquiry { 
		padding-left: 0; 
		margin-top: 50px;
	}
	.info2 h2 {
		text-align: center; 
	}
	.info2 .process > ul {
 		flex-direction: column;
		padding: 0 40px;
	}
	.info2 .process li { 
		width: 100%; 
		display: flex; 
		margin-bottom: 10px;
		justify-content: center;
	}
	.info2 .process li:last-child { margin-bottom: 0; }
	.info2 .process li .img {
		margin: 0 20px 0 0;
	}
	.info2 .process li span { font-size: 18px; text-align: left; width: 170px; }
	.info2 .process li::after { 
		display: none;
	}
	.enquiry li .number { text-decoration: none; }
    .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: 18px;
    }
    .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;
    }
    .btn-wrap .btn {
        font-size: 17px;
        text-align: center;
    }
    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: 11px;
        margin-left: 8px;
		padding: 10px;
    }
    #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: 18px;
    }
    .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 {
        margin: 0 0 10px 0;
        width: 200px;
    }
}
