<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}

@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
  }

body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Noto Sans KR", sans-serif;
    color: #111111;
    letter-spacing: -1.0px;
    width: 100%;
    height: 100%;
}

a{
    text-decoration: none;
    color: #111111;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5{
    padding: 0;
    margin: 0;
}
.topmenu{
    border-bottom:1px solid #e5e5e5;
    overflow: hidden;
}

.topmenu nav{
    font-size: 0.88em;
    max-width: 1280px;
    height: 50px;
    line-height: 50px;
    margin: auto;
}

.topmenu nav ul{
    float: right;
    display: flex;
}

.topmenu nav ul li{
    position: relative;
}

.topmenu nav a{
    padding:0 20px;
    transition: 0.3s;
}

.topmenu nav a:hover{
    color:rgb(238, 67, 67);
}

.topmenu nav .text-blue{
    color:#0082ff;
}

.topmenu nav li:before{
    content: '';
    width: 1px;
    height: 14px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 19px;
}

.topmenu nav li:nth-of-type(1):before{
    content: none;
}

.menu{
    max-width: 1280px;
    height: 95px;
    margin: auto;
    position: relative;
}

.menu h1{
    position: relative;
}

.menu h1 a{
    display: inline-block;
    background: url(../image/main_logo.png) no-repeat left center;
    background-size: inherit;
    width: 380px;
    height: 95px;
    text-indent: -9999px;
    float: left;
    position: relative;
}

.menu h1 a:after{
    content: '';
    position: absolute;
    border: 1px solid #e5e5e5;
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
    background: #fff url(../image/logo_left_ac.png) no-repeat center center;
    transition: 0.3s;
}

.menu h1 a.adddisplay:after{
    background: #fff url(../image/logo_left.png) no-repeat center center;
}

.logobox{
    display: block;
    color: #111111;
}

.menu h1 a:hover:after{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.logo01.adddisplay{
    display: none;
}

.logo01{
    display: block;
}

.logobox div{
    font-weight: 500;
    transition: 0.3s;
    position: absolute;
    margin: 0;
    display: block;
    top: 95px;
    left: 0;
    background-color: #fff;
    max-width: 100%;
}

.logobox div ul &gt; li{
    padding: 15px 30px;
    border-top: 1px solid #e5e5e5;
}

.logobox div ul &gt; li &gt; a{
    display: inline-block;
    width: 100%;
    transition: 0.2s;
    font-weight:400;
    font-size:1.1em;
}

.logobox div ul &gt; li &gt; a:hover{
    color:#0082ff;
}

.m-menu{
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    display: none;
}

.mm-content{
    background-color: #f4f9ff;
    height: 100%;
    position: relative;
}

.mm-content &gt; li &gt; a{
    color: #222;
    font-size: 1.13em;
    padding: 10px 0;
    display: inline-block;
    width: 150px;
    text-align: center;
}

.mm-content &gt; li.mm-click &gt; a{
    background-color: #0082ff;
    color: #fff;
}

.mm-sub{
    display: none;
}

.mm-sub-click{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 17px;
    width: calc(100% - 150px);
    background-color: #fff;
    height: 100%;
	overflow: auto;
}

.mm-sub &gt; li &gt; a{
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.mm-sub &gt; li &gt; div	{ padding: 10px; }
.mm-sub &gt; li &gt; div &gt; ul &gt; li &gt; a	{ position: relative; padding-left: 10px; }
.mm-sub &gt; li &gt; div &gt; ul &gt; li &gt; a:before	{ position: absolute; left: 0; top: 50%; width: 3px; height: 3px; margin-top: -2px; background-color: #666; content: ""; }

.mm-top{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
}

.mm-logo{
    display: inline-block;
    width: 120px;
    height: 24px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: url(../image/logo.png) no-repeat center center;
    background-size: contain;
}

.mm-close{
    background: url(../image/close.png) no-repeat center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.menu nav{
    display: flex;
    align-items: center;
    float: left;
}

.leftmenu{
    display: flex;
    font-size:1.13em;
    line-height: 95px;
}

.leftmenu .lm-btn{
    padding: 0 30px;
    font-weight: 500;
    transition: 0.3s;
    display: block;
}

.leftmenu .lm-btn:hover{
    color:#0082ff;
}

.leftmenu &gt; li{
    position: relative;
    padding: 0 10px;
}

.leftmenu &gt; li &gt; div{
    display: none;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 95px;
    min-width: 100%;
    text-align: center;
    padding: 0 15px 15px 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.leftmenu &gt; li &gt; div &gt; ul &gt; li{
    margin: 10px 0;
}

.leftmenu &gt; li &gt; div &gt; ul &gt; li &gt; a{
    width: 100%;
    display: block;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 10px;
    transition: 0.2s;
}

.leftmenu &gt; li &gt; div &gt; ul &gt; li &gt; a:hover{
    background-color: #0082ff;
    border-radius: 100px;
    color: #fff;
}

.rightmenu{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.rightmenu a{
    padding: 20px;
    font-size: 0.88em;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.rm1{
    position: relative;
}
/*
.rm1:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    height: 10px;
    width: 32px;
    height: 32px;
    background: url(../image/login.png) no-repeat left center;
}
*/

.rm2{
    background: url(../image/search.png) no-repeat center center;
}

.rm3{
    background: url(../image/menu_all.png) no-repeat center center;
}

.rm1:hover, .rm2:hover, .rm3:hover{
    opacity: 0.6;
}

main.main:before{
    content:'';
    background: url(../image/bg_before01.png) no-repeat left center;
    position: absolute;
    top: 250px;
    left: 0;
    width:464px;
    height: 806px;
    z-index: -999;
}

main.main:after{
    content:'';
    background: url(../image/bg_before02.png) no-repeat right center;
    position: absolute;
    top: 1550px;
    right: 0;
    width:405px;
    height: 841px;
    z-index: -999;
}

.slider{
    margin-bottom: 40px;
}

.swiper{
    margin-bottom: 20px;
    max-width: 1600px;
}

.swiper-wrapper{
    display: flex;
    gap: 20px;
    height: 400px;
    overflow: hidden;
}

.swiper-wrapper &gt; a{
    border-radius: 10px;
    padding: 30px 40px;
}

.swiper-slide:nth-child(1){
    background:url(../image/slider01.png)no-repeat right bottom;
    background-size: cover;
    width: 680px;
}

.swiper-slide:nth-child(2){
    background: url(../image/slider02.png)no-repeat right bottom;
    width: 310px;
    background-size: cover;
}

.swiper-slide:nth-child(3){
    background: url(../image/slider03.png)no-repeat right bottom;
    width: 310px;
    background-size: cover;
}

.swiper-slide:nth-child(4){
    background: url(../image/slider04.png)no-repeat right bottom;
    width: 310px;
    background-size: cover;
}

.swiper-slide p{
    float: left;
    color:#fff;
    max-width: 100%;
    height: 100%;
}

.swiper-slide p span{
    font-size: 1.25em;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.swiper-slide p em{
    font-weight: bold;
    font-size:1.75em;
    font-style: normal;
}

.fraction span{
    font-size: 1.25em;
    color: #111111;
}

.swiper-btn{
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.swiper-btn a{
    width: 32px;
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 10000px;
    transition: 0.3s;
}

.swiper-btn a:nth-of-type(1){
    background:#fff url(../image/swiper_left.png) no-repeat center center;
}

.swiper-btn a:nth-of-type(2){
    background:#fff url(../image/swiper_left.png) no-repeat center center;
    transform: rotate(180deg);
}

.swiper-btn a:nth-of-type(3){
    background:#fff url(../image/swiper_stop.png) no-repeat center center;
}

.swiper-btn a:hover{
    background-color: #e5e5e5;
}

.swiper-scrollbar{
    width: 570px;
    height: 4px;
    background-color:#e5e5e5 ;
    border-radius: 100px;
}

.bg-light span{
    color:#767676;
}

.bg-light em{
    color:#111111;
}

.fraction{
    color: #767676;
}

.search{
    max-width: 1280px;
    margin: auto;
    background-color: #fffbef;
    border-radius: 15px;
    padding: 70px;
    margin-bottom: 60px;
}

.search h2{
    font-size: 2em;
    text-align: center;
}

.search-all{
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.search-all .sa-btn{
    width: 130px;
    height: 56px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #111;
    font-size: 1em;
    position: relative;
    text-align: left;
    padding-left: 20px;
    transition: 0.3s;
    background: #fff url(../image/search_all.png) no-repeat right 25px center;
    float: left;
    vertical-align: top;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.search-all .sa-btn:hover,.search-all .sa-btn:focus{
    border: solid 1px #0082ff;
    box-shadow:  0 0 20px rgba(0, 0, 0, 0.08);
    outline: none;
}

.search-all input[type=text]{
    width: 650px;
    outline: none;
    height: 56px;
    padding: 0;
    margin: 0;
    font-size: 1em;
    border-radius: 0 8px 8px 0;
    border: 1px solid #111;
    padding-left: 56px;
    background: #fff url(../image/search_send.png) no-repeat left 25px center;
    color: #767676;
    margin-right: 8px;
    transition: 0.3s;
    opacity: 1;
    vertical-align: top;
    float: left;
    border-left:none;
}

.search-all input[type=text]:focus::placeholder{
    transition: 0.3s;
}

.search-all input[type=text]:focus::placeholder{
    opacity: 0;
    visibility: hidden;
}

.search-all input[type=text]:hover,.search-all input[type=text]:focus{
    border-color: #0082ff;
    box-shadow:  0 0 20px rgba(0, 0, 0, 0.08);
}

.search-all .sa-send{
    width: 146px;
    height: 56px;
    border-radius: 8px;
    background-color: #111;
    border: none;
    color:#f7f8fb;
    font-weight: 500;
    font-size: 1em;
    display: inline-block;
    transition: 0.3s;
    vertical-align: top;
    float: left;
    line-height: 56px;
}

.search-all .sa-send:hover{
    background-color: #0082ff;
}

.apply{
    max-width: 1280px;
    margin: auto;
    background-color: #f1f4fb;
    border-radius: 15px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 90px;
}

.applymenu{
    float: left;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}

.apply-menu{
    padding: 20px 20px 20px 50px;
}

.apply-menu span{
    position: relative;
}

.apply-active{
    color:#0082ff;
    font-weight: bold;
}

.apply-menu:nth-of-type(1){
    border-bottom: 1px solid #e5e5e5;
}

.apply-menu:nth-of-type(1) span::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 28px;
    height: 28px;
    background: url(../image/apply01.png) no-repeat center center;
    transition: 0.3s;
}

.apply-active:nth-of-type(1) span::before{
    background: url(../image/apply01_ck.png) no-repeat left center;
}

.apply-menu:nth-of-type(2) span::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    width: 28px;
    height: 28px;
    background: url(../image/apply02.png) no-repeat left center;
    transition: 0.3s;
}

.apply-active:nth-of-type(2) span::before{
    background: url(../image/apply02_ck.png) no-repeat left center;
}

.apply-menu span:hover{
    font-weight: bold;
}

.tabs h2{
    font-size: 2em;
    display: inline-block;
}

.tabs{
    display: none;
}

.tabs.apply-click{
    display: inline-block;
}

.applydays{
    display: flex;
}

.applydays h4{
    margin-right: 10px;
}

.applydays ul{
    display: flex;
}

.applydays ul li a{
    padding: 5px 10px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 2px;
    font-weight: 500;
    transition: 0.3s;
}

.applydays ul li a.days-ck{
    border-color: #0082ff;
    color: #0082ff;
}

.applylist01, .applylist02, .applylist03{
    display: none;
}

.applydays ul li a:hover{
    border-color: #0082ff;
    color: #0082ff;
}

.apply-form{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.applybtn01, .applybtn02, .applybtn03{
    width: 298px;
    height: 56px;
    border:solid 1px #e5e5e5;
    font-size: 1em;
    color: #767676;
    text-align: left;
    padding: 0 15px;
    border-radius: 8px;
    background: #fff url(../image/apply_all.png) no-repeat right 15px center;
    transition: 0.3s;
    margin-right:17px;
    position: relative;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.apply-send{
    background-color: #0082ff;
    width: 94px;
    height: 56px;
    outline: none;
    border:none;
    display: inline-block;
    border-radius: 8px;
    color:#fff;
    font-weight: bold;
    font-size: 1em;
    transition: 0.3s;
    text-align: center;
    line-height: 56px;
}

.apply-send:hover{
    background-color: #111;
}

.applybtn{
    display: flex;
    justify-content: space-between;

}

.applybtn01:hover, .applybtn02:hover, .applybtn03:hover, .applybtn01:focus, .applybtn02:focus, .applybtn03:focus{
    border-color: #0082ff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    outline: none;
}

.applytop{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date{
    max-width: 1280px;
    margin: auto;
    margin-bottom: 90px;
}

.date h2{
    text-align: center;
    font-size: 2em;
    margin-bottom: 40px;
}

.allmonth{
    display: flex;
    gap: 20px;
    height: 510px;
}

.leftmonth, .rightmonth{
    width:50%;
    background-color: #f5f8fd;
    border-radius: 15px;
    padding: 40px;
}

.leftmonth h3, .rightmonth h3{
   font-size: 1.75em;
   float: left;
}

.leftmonth{
    display: flex;
    flex-direction: column;
}

.datebtn{
    float: right;
}

.datebtn a{
    width: 46px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 10000px;
    transition: 0.3s;
    display: inline-block;
}

.datebtn a:nth-of-type(1){
    background:#fff url(../image/left.png) no-repeat center center;
    margin-right: 4px;
}

.datebtn a:nth-of-type(2){
    background:#fff url(../image/left.png) no-repeat center center;
    transform: rotate(180deg);
}

.datebtn a:hover{
    background-color: #e5e5e5;
}

.monthck{
    font-size:0.88em;
    display: flex;
    justify-content: end;
}

.monthck span{
    margin-left: 10px;
    position: relative;
    padding-left: 15px;
}

.monthck span:nth-child(1):before{
    content: '';
    border: solid 2px #0082ff;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
    box-sizing: border-box;
}

.monthck span:nth-child(2):before{
    content: '';
    border: solid 2px #0082ff;
    background-color: #0082ff;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
    box-sizing: border-box;
}

.monthck span:nth-child(3):before{
    content: '';
    border: solid 2px #ee5d4d;
    background-color: #ee5d4d;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: 6px;
    left: 0;
    box-sizing: border-box;
}

.month{
    text-align: center;
    max-width: 100%;
    table-layout: fixed;
}

.month thead tr th{
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.month tbody tr td{
    padding: 13px 0;
    font-weight: 500;
}

.schedule{
    position: relative;
}

.schedule:before{
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ee5d4d;
    bottom: 0;
    left: 50%;
    border-radius: 100px;
    transform: translateX(-50%);
}

.chday{
    position: relative;
}

.chday:before{
    content: attr(data-checkday);
    position: absolute;
    width: 48px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    border-radius: 100px;
    bottom: 0;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    background-color: #0082ff;
}

.today{
    position: relative;
}

.today:before{
    content:'';
    position: absolute;
    width: 48px;
    height: 48px;
    border:solid 2px #0082ff;
    border-radius: 100px;
    bottom: 0;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.monthlist tr td:active{
    background-color: #0082ff;
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100px;
}

.sat, .sat a{
    color:#0082ff;
}

.sun, .sun a{
    color:#ee5d4d;
}

.rightmonth{
    overflow-y: scroll;
}

.rightmonth h3{
    background: url(../image/calendar.png) no-repeat left center;
    padding-left: 52px;
}

.rightmonth::-webkit-scrollbar{
    width: 4px;
    background-color: #e5e5e5;
    border-radius: 100px;
    margin-right: 20px;
    padding-left: 20px;
}

.rightmonth::-webkit-scrollbar-thumb{
    background-color: #acacac;
    min-height: 160px;
}

.rightmonth::-webkit-scrollbar-track,
.rightmonth::-webkit-scrollbar-thumb {
    border-radius: 5px;
}


.rmcontent{
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rm-text{
    width: inherit;
    background-color: #ffffff;
    padding: 30px;
    font-size:1.25em;
    font-weight: 500;
    border-radius: 15px;
    display: inline-block;
    transition: 0.2s;
}

.rm-text:hover{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.rm-text span{
    font-size: 0.88em;
    border: 1px solid #0082ff;
    border-radius: 100px;
    color: #0082ff;
    padding: 8px 15px;
}

.rm-text em{
    margin-top: 20px;
    display: block;
    font-style: normal;
}

.information{
    max-width: 1280px;
    margin: auto;
    margin-bottom: 80px;
}

.information h2{
    font-size: 2em;
    text-align: center;
}

.info-top{
    overflow: hidden;
}

.info-tab-btn li{
    font-size:1.13em;
    font-weight: 500;
    display: flex;
    float: left;
}

.info-tab-btn &gt; li &gt; a.info-active{
    background-color: #000;
    border-color:transparent;
    color:#fff;
}

.info-tab-btn li a{
    border:1px solid #e5e5e5;
    border-radius: 100px;
    padding: 10px 30px;
    margin-right: 10px;
    transition: 0.3s;
}

.info-active &gt; a{
    background-color: #0082ff;
    border-color:transparent;
    color:#fff;
}

.info-tab-btn &gt; li &gt; a:hover{
    background-color: #000;
    border-color:transparent;
    color:#fff;
}

.info-fix-r{
    float: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.info-fix-r a:nth-child(1){
    margin-right: 15px;
    background: url(../image/add.png) no-repeat right center;
    padding-right: 22px;
    transition: 0.2s;
}

.info-fix-r a:nth-child(1):hover{
    color:#0082ff;
}

.info-fix-r a:nth-child(2),.info-fix-r a:nth-child(3){
    width: 46px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 10000px;
    transition: 0.3s;
}

.info-fix-r a:nth-of-type(2){
    background:#fff url(../image/left.png) no-repeat center center;
    margin-right: 4px;
}

.info-fix-r a:nth-of-type(3){
    background:#fff url(../image/left.png) no-repeat center center;
    transform: rotate(180deg);
}

.info-fix-r a:nth-child(2):hover, .info-fix-r a:nth-child(3):hover{
    background-color: #e5e5e5;
}

.info-flex-content{
    gap: 20px;
    margin-top: 20px;
    display: none;
}

.info-click{
    display: flex;
}

.info-tab01-content{
    flex: 1;
    background-color: #f5f8fd;
    border-radius: 15px;
    padding: 25px;
    transition: 0.3s;
}

.info-tab01-content:hover{
    /*transform: translateY(5px);*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.inc-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:0.88em;
}

.inc-top h5{
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 15px;
    font-weight: bold;
}

.inc-top span{
    color:#999;
}

.info-tab01-content h3{
    padding: 30px 0;
    font-size: 1.25em;
}

.banner{
    max-width: 1280px;
    margin: auto;
    margin-bottom: 80px;
    padding: 40px 130px 30px 60px;
    background: #6873eb url(../image/banner_bg.png) no-repeat bottom right 35%;
    border-radius: 15px;
}

.banner-bg{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-bg p{
    color: #fff;
    font-size: 1.25em;
}

.banner-bg p span{
    font-size: 1.6em;
    font-weight: bold;
}

.banner-bg a{
    background-color: #111;
    width: 145px;
    height: 48px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    outline: none;
    border: none;
    color: #fff;
    transition: 0.3s;
}

.banner-bg a:hover{
    background-color: #fff;
    color:#111;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.08);
}

footer{
    background-color: #111111;
}

.end{
    max-width: 1400px;
    padding: 40px;
    margin: auto;
    display: flex;
}

.footerimg{
    flex: 1;
}

.address{
    flex: 5;
}

.address ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}

.address ul a{
    color: #fff;
    padding: 0 25px;
    position: relative;
    font-weight: 500;
    transition: 0.5s;
}

.address ul li a:after{
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #505050;
}

.address ul li a:after{
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #505050;
}

.address ul li:nth-child(1) a{
    padding-left: 0;
}

.address ul li:nth-child(1) a:after{
    content: none;
}

.address ul li a:hover{
    color: #0082ff;
}

.address .text{
    color: #999999;
    margin: 20px 0;
    line-height: 1.8em;
}

.address .text span{
    display: block;
    line-height: 1.4em;
}

.address .text em{
    font-style: normal;
    padding: 0 15px;
    position: relative;
}

.address .text em:nth-of-type(1){
    padding-left: 0;
}

.address .text em:after{
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #505050;
}

.address .text em:nth-of-type(1):after{
    content: none;
}

.address .text span:nth-of-type(3){
    margin-top: 30px;
    font-size: 0.88em;
    letter-spacing: 0.15px;
}

@media screen and (max-width:1280px){
    .menu h1 a{background-size: calc(100% - 50px) auto;width: 230px;}
    .logobox &gt; div{min-width: 100%;}
    .swiper-wrapper{height: 500px;}
    .swiper-wrapper &gt; a{display: none;}
    .swiper-wrapper &gt; a:nth-child(1){display: inline-block; width: calc(100% - 40px); flex:none; margin: auto; height: 100%;}
    .topmenu nav{height: auto;}
    .topmenu nav ul{float: none; justify-content: center; flex-wrap: wrap;}
    .menu{width: calc(100% - 20px);}
    .menu nav{display:none;}
    .search{width: calc(100% - 40px); padding: 30px;}
    .apply{width: calc(100% - 40px); padding: 30px;}
    .applymenu{flex-direction: row;}
    .swiper-btn{width: calc(100% - 40px); margin: auto;}
    .swiper-scrollbar{width: 50%;}
    .applydays{flex-direction: column; gap: 15px;}
    .applymenu a{width: 50%;}
    /*
	.rm1{text-indent: -9999px; overflow: hidden; }
    .rm1:before{left:0;}
	*/
    .date{width: calc(100% - 40px);}
    .apply-form{flex-direction: column;}
    .allmonth{flex-direction: column; margin: auto;}
    .applytop{flex-direction: column;}
    .leftmonth, .rightmonth{width: 100%; padding: 30px;}
    .rightmonth {overflow-y: hidden;}
    .information{width: calc(100% - 40px);}
    .info-flex-content{flex-direction: column; width:}
    .info-tab-btn li{width: 50%;}
    .information h2, .date h2, .tabs h2, .search h2{font-size:1.8em;}
    .rm-text{font-size:1em;}
    .tabs.apply-click {width: 100%;}
    .info-tab-btn li a{width: 100%; text-align: center; margin: 0;}
    .apply-menu:nth-of-type(1) {border-right: 1px solid #e5e5e5; border-bottom: none; text-align: center;}
    .apply-menu:nth-of-type(2) {text-align: center;}
    .info-tab-btn{display: flex; gap: 10px; justify-content: center;}
    .banner{width: calc(100% - 40px); padding: 40px;}
    .end{flex-direction: column; gap: 20px;}
    .applybtn{flex-direction: column; gap: 10px;}
    .applybtn01, .applybtn02, .applybtn03, .apply-send{width: 100%;}
    .applybtn01, .applybtn02, .applybtn03{margin-bottom: 10px;}
    .search-all{flex-direction: column; gap: 10px;}
    .search-all .sa-btn{width: 100%; border-radius: 8px;}
    .search-all input[type=text]{width: 100%; border: 1px solid #111; border-radius: 8px;}
    .search-all .sa-send{width: 100%;}
    .allmonth{height: auto;}
    .banner-bg{flex-direction: column;}
    .banner-bg a{width: 100%;}
    main.main:before{content: none;}
    main.main:after{content: none;}
    .info-top{margin-top:30px; display: flex; flex-direction: column; gap:20px;}
}

@media screen and (max-width: 374px)
{
	.menu h1 a	{ width: 200px; }
	.rm1	{ padding-left: 0 !important; padding-right: 0 !important; }
}</pre></body></html>