﻿@charset "utf-8";
/* Fonts */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Thin.woff) format('woff');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
       url(../fonts/NotoSansKR-Light.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Bold.woff) format('woff');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Black.woff) format('woff');
}
/* === Reset === */
html *{-webkit-overflow-scrolling:touch}
html,body{box-sizing:border-box;height:100%;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;font-size:10px;line-height:1.4em;}
body{background-color:#fff;color:#333; font-family:'Noto Sans KR','Malgun Gothic','Apple Gothic',AppleGothic,돋움,Dotum,Sans-serif;position:relative;font-size:1.4rem}
body,p,pre,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,menu,footer,blockquote,optgroup{margin:0;padding:0;line-height:1.4em;box-sizing:border-box;font-family:'Noto Sans KR','Malgun Gothic','Apple SD Gothic Neo',AppleGothic,돋움,Dotum,Sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display: block;margin:0;padding:0;box-sizing:border-box;}
audio,canvas,progress,video{display: inline-block;vertical-align: baseline;box-sizing:border-box;}
div{box-sizing:border-box}
audio:not([controls]){display: none;  height: 0;}
[hidden],template{display: none;}
a{background-color: transparent;cursor:pointer}
a:active,a:hover{outline: 0;}
dfn{font-style: italic;}
h1, h2, h3, h4, h5, h6{ font-size: 1.4rem;}
mark{background: #ff0;color:#000;}
small{font-size: 80%;}
sub,sup{font-size: 1rem;line-height: 0;position: relative;/*vertical-align: baseline;*/}
sub{vertical-align:baseline;}
sup{vertical-align:super;}
img{border: 0;display:inline-block;vertical-align:top;}
svg:not(:root){overflow: hidden;}
figure{margin: 1em 40px;}
hr{box-sizing: content-box;height: 0;}
pre{overflow: auto;}
code,kbd,pre,samp{font-family: monospace, monospace;font-size: 1.4rem;}
iframe{border:0}
button{overflow: visible;font-size:inherit}
button,select{text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled]{cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner,legend{border: 0;padding: 0;}
input{line-height: normal;}
input[type="checkbox"],input[type="radio"]{box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height: auto;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
textarea{overflow: auto;}
ul,ol,li{list-style:none}
em,address{font-style:normal}
a{color:inherit;text-decoration:none}
table{border-collapse:collapse;border-spacing: 0;}
caption{height: 0; overflow: hidden; font-size: 0; line-height: 0; text-indent: -20000px;}
:focus{outline:0}
/* [lhs]공통 추가 스타일 */
.row{display:flex;flex-wrap:wrap}
.col,.col-1,.col-2,.col-3,.col-4,.col-5,col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,
.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,
.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,
.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,
.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{width:100%}
.col-12,.col-lg-12,.col-md-12,.col-sm-12,.col-xl-12{flex:0 0 calc(100%);max-width:calc(100%);}
.col-6,.col-lg-6,.col-md-6,.col-sm-6,.col-xl-6{flex:0 0 calc(100% / 2);max-width:calc(100% / 2);}
@media (min-width: 992px){
.col-lg-3{flex:0 0 25%;max-width:25%;}
.col-lg-9{flex: 0 0 75%;max-width: 75%;}
}
/* ===폼요소 기본스타일=== */
input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=date],
input[type=email],
input[type=search]{border:solid 1px #eeeeee;padding:0 10px;line-height:38px;color:#111;font-size:1.4rem;border-radius:3px;width:100%}
input[type=radio],
input[type=checkbox]{margin-right:0.2em;vertical-align:middle;display:inline-block}
textarea{border:solid 1px #d4d4d4;padding:10px;background-color:#fff;color:#111;font-size:1.4rem;min-height:100px;border-radius:0;}
textarea.type02{min-height:90px;}


/* 폼요소 비활성 */
input[disabled],
input[disabled],
textarea[disabled]{background-color:#f1f1f1 !important;border-color:#eee !important;color:#666;opacity:1}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
input[type=email]:disabled,
input[type=search]:disabled{border-style:dotted;background-color:##EEEEEE !important;opacity:0.6}

/*
input[type=text][readonly]{border:solid 1px red;background-color:#fff !important;opacity:1}
*/
input[type=text][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=number][readonly],
input[type=date][readonly],
input[type=email][readonly],
input[type=search][readonly]{border-bottom:dotted 1px #eee !important;background-color:#fff !important;opacity:1}

/* select box */

input + label{margin-left:3px}
input[type=radio] + label,
input[type=checkbox] + label{margin-right:0.5em;vertical-align:middle;}
input[type=checkbox]{margin-right:0.1em}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=search]:focus{border:solid 1px #3981FF;outline:0}
input.point{color:#057bde}


/* placeholder inhrt */
::-moz-placeholder{font-size:inherit;line-height:inherit;color:#999}
::-webkit-input-placeholder{line-height:inherit;color:#999;font-weight:normal;font-size:1.4rem}
:-ms-input-placeholder{color:#999}
table td ::-moz-placeholder{font-size:1.4rem;line-height:inherit;color:#999}
table td ::-webkit-input-placeholder{font-size:1.4rem;line-height:inherit;color:#999}
table td :-ms-input-placeholder{color:#999}
input[type=password]::-moz-placeholder,
input[type=text]::-moz-placeholder{padding-bottom:0.6em; line-height:inherit}
input[type=password]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder{padding-bottom:0.6em; line-height:inherit}

/* ===폼요소 디자인 적용 스타일=== */
.dis_ib{display:inline-block;margin-bottom:5px}
.form-checkbox{border:none;display:inline-block;appearance: none;-webkit-appearance: none;width:24px;height:24px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='Group_2901' data-name='Group 2901' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%23eee'/%3E%3Crect id='Rectangle_1531' data-name='Rectangle 1531' width='7.978' height='3.081' transform='translate(7.797 9.295) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_1532' data-name='Rectangle 1532' width='11.242' height='3.081' transform='translate(19.209 9.165) rotate(135)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.form-checkbox:checked{background-image: url("data:image/svg+xml,%3Csvg id='Group_2902' data-name='Group 2902' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%2389dbef'/%3E%3Crect id='Rectangle_263' data-name='Rectangle 263' width='7.978' height='3.081' transform='translate(7.797 9.295) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_264' data-name='Rectangle 264' width='11.242' height='3.081' transform='translate(19.209 9.165) rotate(135)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.form-checkbox:disabled{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%23eee'/%3E%3C/svg%3E%0A");}
.form-checkbox:disabled:checked{background-image: url("data:image/svg+xml,%3Csvg id='Group_2903' data-name='Group 2903' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%23eee'/%3E%3Cg id='Group_2879' data-name='Group 2879' transform='translate(2 2)' opacity='0.5'%3E%3Crect id='Rectangle_263' data-name='Rectangle 263' width='7.978' height='3.081' transform='translate(5.797 7.295) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_264' data-name='Rectangle 264' width='11.242' height='3.081' transform='translate(17.209 7.165) rotate(135)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}

.form-radio{display:inline-block;appearance: none;-webkit-appearance: none;width:20px;height:20px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='Group_2904' data-name='Group 2904' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%23eee'/%3E%3Ccircle id='Ellipse_423' data-name='Ellipse 423' cx='4' cy='4' r='4' transform='translate(8 8)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.form-radio:checked{background-image: url("data:image/svg+xml,%3Csvg id='Group_2905' data-name='Group 2905' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%2389dbef'/%3E%3Ccircle id='Ellipse_421' data-name='Ellipse 421' cx='4' cy='4' r='4' transform='translate(8 8)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.form-radio:disabledbackground-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%23eee'/%3E%3C/svg%3E%0A");}
.form-radio:disabled:checked{background-image: url("data:image/svg+xml,%3Csvg id='Group_2906' data-name='Group 2906' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%23eee'/%3E%3Ccircle id='Ellipse_422' data-name='Ellipse 422' cx='4' cy='4' r='4' transform='translate(8 8)' fill='%23fff' opacity='0.5'/%3E%3C/svg%3E%0A");}

.form-select{padding-right:28px;height:40px;display:block;width:100%;border:solid 1px #eee;border-width:0 0 1px 0;appearance: none;-webkit-appearance: none;background:no-repeat right center;background-image: url("data:image/svg+xml,%3Csvg id='icon_select' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='hit' width='28' height='28' fill='%23ffdeee' opacity='0'/%3E%3Cg id='Union_20' data-name='Union 20' transform='translate(-31 55)' fill='%23fff'%3E%3Cpath d='M 44.89930725097656 -37.10029220581055 L 39.24240112304688 -42.75719833374023 L 39.95006942749023 -43.46487045288086 L 44.54607009887695 -38.86822128295898 L 44.89965057373047 -38.51459121704102 L 45.25323104858398 -38.86822128295898 L 49.84911346435547 -43.46475219726563 L 50.55610656738281 -42.75730895996094 L 45.95999908447266 -38.16120147705078 L 45.60644149780273 -37.80765151977539 L 45.60677719116211 -37.80731201171875 L 44.89930725097656 -37.10029220581055 Z' stroke='none'/%3E%3Cpath d='M 39.95005035400391 -42.75772857666016 L 39.94952011108398 -42.75719833374023 L 44.89942932128906 -37.80728912353516 L 44.89956665039063 -37.80742645263672 L 44.89934158325195 -37.80765151977539 L 44.89939117431641 -37.80770111083984 L 44.19248962402344 -38.51469039916992 L 39.95005035400391 -42.75772857666016 M 49.84902954101563 -42.75751113891602 L 48.71795654296875 -41.62627410888672 L 49.8491096496582 -42.75743103027344 L 49.84902954101563 -42.75751113891602 M 39.95009994506836 -44.17200088500977 L 44.89965057373047 -39.22174835205078 L 49.84920120239258 -44.17200088500977 L 51.26309967041016 -42.75719833374023 L 46.31354904174805 -37.80765151977539 L 46.31399917602539 -37.80720138549805 L 44.89920043945313 -36.3932991027832 L 38.53530120849609 -42.75719833374023 L 39.95009994506836 -44.17200088500977 Z' stroke='none' fill='%23111'/%3E%3C/g%3E%3C/svg%3E%0A");}

.form-textarea{width:100%;height:100px;border:solid 1px #DDDDDD;background-color:#fff;}

/* radio tab 방식 */
.wrap_radio{display:table;width:100%;table-layout:fixed;}
.wrap_radio + .wrap_radio{margin-top:15px}
.wrap_radio label{display:table-cell;padding:5px 10px;background-color:#eee;text-align:center;border:solid 1px #d4d4d4;line-height:28px;font-size:1.4rem;color:#111;vertical-align:middle;position:relative}
.wrap_radio label + label{border-left-width:0}
.wrap_radio label input[type="radio"]{display:inline-block;opacity:0;position:absolute;}
.wrap_radio label.active{background-color:#fff;border:solid 1px #0b54cd}
.wrap_radio label.disabled{color:#666;border-color:#999999}
.wrap_radio label input[type="radio"]:disabled{color:red}
table .wrap_radio {border-collapse: separate;}

.wrap_radio.radio_block{width:100%;display:block;}
.wrap_radio.radio_block label{display:block;}
.wrap_radio.radio_block label:first-child{border-bottom-width:0}
.wrap_radio.radio_block label.active{border-bottom-width:1px}
.wrap_radio.radio_block label + label{border-left-width:1px;}
.wrap_radio.radio_block label.active + label{border-top-width:0px}
.wrap_radio.layout_auto{table-layout:auto;}

label + .input_all,
label + .input_multi,
label + .input_btn{margin-top:2px;}
.input_all + .input_all ,
.ui_selectbox + .input_all ,
.input_all + .input_btn {margin-top:10px}

a.anLink{display: inline-block;text-decoration:underline;color:#3E92E5;}
a.anLink2{display: inline-block;text-decoration:underline;color:#fff;}
a.anError{text-decoration:underline;color:#d7006d;}

/* === 예약 스타일 === */
.text_error{color:#ea1010;text-decoration:underline}
.hide_title{display:block;position:absolute;left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden}

input.num{text-align:right;}
.hide{display:inline-block;position:absolute;left:-99999px}
.none{display:none !important}
.disb{display:block !important}
.disIn{display:inline !important}
.disIn_b{display:inline-block !important}

.pointB{color:#5591FC !important;font-size:1.6rem}
.pointR{color:#F54646 !important}
.colorN{color:#666 !important}
.colorSub{color:#999 !important}
.point_important{color:#d6006c !important}
.point_sub{color:#057bde !important}
.point_sub2{color:#057bde !important}
.point_error{color:#e00000 important}
.w100p{width:100%}
.textA01{width:100%;height:120px}
.amount{color:#d7006d !important}
.pointC01{color:#E62C2C !important}

.hrType01{display:block;border:0; border-top:0;background-color:#F7F7F7;height:10px;margin:35px -30px 25px -30px}


/* input간 간격 */
.ui_selectbox + .input_multi,
.ui_selectbox + .input_btn{margin-top:10px}
.text_keep{word-break:keep-all}

/* 위치 */
.floatL{float:left;}
.floatR{float:right;}
.alignL{text-align:left !important;}
.alignC{text-align:center !important;}
.alignR{text-align:right !important;}
.verT{vertical-align:top !important;}
.verM{vertical-align:middle !important;}
.verB{vertical-align:bottom !important;}
.overH{overflow:hidden !important}
.td_num{text-align:right !important}

/* 간격 */
.mgT0{margin-top:0px !important;}
.mgT5{margin-top:5px !important;}
.mgT3{margin-top:3px !important;}
.mgT7{margin-top:7px !important;}
.mgT10{margin-top:10px !important;}
.mgT15{margin-top:15px !important;}
.mgT20{margin-top:20px !important;}
.mgT25{margin-top:25px !important;}
.mgT30{margin-top:30px !important;}
.mgT35{margin-top:35px !important;}
.mgT40{margin-top:40px !important;}
.mgT45{margin-top:45px !important;}
.mgT50{margin-top:50px !important;}
.mgT60{margin-top:60px !important;}

.mgB0{margin-bottom:0px !important;}
.mgB10{margin-bottom:10px !important;}
.mgB20{margin-bottom:20px !important;}

.mgL0{margin-left:0px !important;}
.mgL5{margin-left:5px !important;}
.mgL10{margin-left:10px !important;}
.mgR0{margin-right:0px !important;}
.mgR5{margin-right:5px !important;}
.mgR10{margin-right:10px !important;}

.pd0{padding:0 !important;}
.pdT0{padding-top:0 !important;}
.pdT5{padding-top:5px !important;}
.pdT10{padding-top:10px !important;}
.pdT14{padding-top:14px !important;}
.pdB0{padding-bottom:0 !important;}
.pdB5{padding-bottom:5px !important;}
.pdB15{padding-bottom:15px !important;}
.pdB20{padding-bottom:20px !important;}

.pdL0{padding-left:0 !important;}
.pdL5{padding-left:5px !important;}
.pdL10{padding-left:10px !important;}
.pdL15{padding-left:15px !important;}
.pdL40{padding-left:40px !important;}
.pdR0{padding-right:0 !important;}
.pdR10{padding-right:10px !important;}
.pdR30{padding-right:30px !important;}
.pdR40{padding-right:40px !important;}
.pdR45{padding-right:45px !important;}
.bg_gray{padding:0 0 40px 0;background:#f9f9f9; }
.bg_value{background:#f2f4f7;}

/* border 초기화 */
.bdNone{border:0 !important;}
.bdNone_t{border-top:0 !important;}
.bdNone_b{border-bottom:0 !important;}
.bdT1{padding-top:15px; margin-top:15px; border-top:1px solid #dedede;}

/* font-size */
.fNormal{font-weight:normal !important;}

/* === Layout === */
#wrap{position:relative;height:100%;}
.wrap_header{position:relative;box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 10px 0 rgba(0, 0, 0, 0.05);}
.wrap_header h1{width:calc(100% - 128px);margin:0 auto 19px;padding-top:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.8rem;font-weight:500;text-align:center}
/* [lhs][공통]header */
.wrap_header{position:relative;left:0;top:0;z-index:110;width:100%;min-height:64px;padding:0 16px;background-color:#fff;box-sizing:border-box}
.wrap_header:after{content:'';display:block;clear:both}
.wrap_header .logo-area a{display:block}
.wrap_header .logo-area h1{display:inline-block;height:64px;width:164px !important;background:no-repeat left center;background-size:auto 60px;overflow:hidden;color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='80' viewBox='0 0 200 80'%3E%3Cg id='Group_2904' data-name='Group 2904' transform='translate(-80 -72)'%3E%3Crect id='Rectangle_1562' data-name='Rectangle 1562' width='200' height='80' transform='translate(80 72)' fill='%23fff'/%3E%3Ctext id='by_lucis' data-name='by lucis' transform='translate(218 141)' fill='%235591fc' font-size='12' font-family='NotoSansCJKkr-Medium, Noto Sans CJK KR' font-weight='500'%3E%3Ctspan x='0' y='0'%3Eby lucis%3C/tspan%3E%3C/text%3E%3Cg id='Group_2903' data-name='Group 2903' transform='translate(10 -143.298)'%3E%3Cg id='Group_2902' data-name='Group 2902' transform='translate(81 227.706)'%3E%3Cpath id='Path_2586' data-name='Path 2586' d='M21.222,12.9a3.665,3.665,0,0,1-3.141-5.542,15.242,15.242,0,0,1,2.343-2.979A15.04,15.04,0,0,0,9.81,0H3.66a3.66,3.66,0,1,0,0,7.321H9.81a7.773,7.773,0,0,1,7.76,7.76V36.6a3.66,3.66,0,1,0,7.321,0V15.08a14.913,14.913,0,0,0-.542-3.938A3.642,3.642,0,0,1,21.222,12.9Z' transform='translate(0 0)' fill='%231ee0db'/%3E%3Cpath id='Path_2587' data-name='Path 2587' d='M44.811,0H38.522A15.18,15.18,0,0,0,27.9,4.385a15.108,15.108,0,0,1,3.924,6.764c.007-.007.015-.022.022-.029a7.7,7.7,0,0,1,6.676-3.792h6.288a3.664,3.664,0,0,0,0-7.328Z' transform='translate(-7.475 0)' fill='%231ee0db'/%3E%3Cpath id='Path_2588' data-name='Path 2588' d='M26.854,5.99a15.242,15.242,0,0,0-2.343,2.979,3.66,3.66,0,0,0,6.266,3.785A15.041,15.041,0,0,0,26.854,5.99Z' transform='translate(-6.429 -1.605)' fill='%2304c5bc'/%3E%3C/g%3E%3Cpath id='Path_2582' data-name='Path 2582' d='M1.764-24.185a9,9,0,0,1,.461-2.921,6.231,6.231,0,0,1,1.384-2.321,6.427,6.427,0,0,1,2.306-1.522,8.566,8.566,0,0,1,3.2-.553,8.566,8.566,0,0,1,3.2.553,6.427,6.427,0,0,1,2.306,1.522A6.231,6.231,0,0,1,16-27.106a9,9,0,0,1,.461,2.921A9,9,0,0,1,16-21.264a6.231,6.231,0,0,1-1.384,2.321A6.427,6.427,0,0,1,12.31-17.42a8.566,8.566,0,0,1-3.2.553,8.566,8.566,0,0,1-3.2-.553,6.427,6.427,0,0,1-2.306-1.522,6.231,6.231,0,0,1-1.384-2.321A9,9,0,0,1,1.764-24.185Zm10.946,0a5.976,5.976,0,0,0-.2-1.568,3.464,3.464,0,0,0-.63-1.276,3.1,3.1,0,0,0-1.107-.861,3.837,3.837,0,0,0-1.66-.323,3.837,3.837,0,0,0-1.66.323,3.1,3.1,0,0,0-1.107.861,3.464,3.464,0,0,0-.63,1.276,5.976,5.976,0,0,0-.2,1.568,5.976,5.976,0,0,0,.2,1.568,3.464,3.464,0,0,0,.63,1.276,3.1,3.1,0,0,0,1.107.861,3.837,3.837,0,0,0,1.66.323,3.837,3.837,0,0,0,1.66-.323,3.1,3.1,0,0,0,1.107-.861,3.464,3.464,0,0,0,.63-1.276A5.976,5.976,0,0,0,12.71-24.185ZM26.576-25.2a1.213,1.213,0,0,1,1.076.492,2.065,2.065,0,0,1,.338,1.2,2.139,2.139,0,0,1-.338,1.214,1.2,1.2,0,0,1-1.076.507h-2.89v8.209a1.406,1.406,0,0,1-.6,1.261,2.41,2.41,0,0,1-1.368.4,2.41,2.41,0,0,1-1.368-.4,1.406,1.406,0,0,1-.6-1.261V-31.226a1.406,1.406,0,0,1,.6-1.261,2.41,2.41,0,0,1,1.368-.4,2.41,2.41,0,0,1,1.368.4,1.406,1.406,0,0,1,.6,1.261V-25.2ZM8.1-4.6a2.925,2.925,0,0,1-2.045-.553,2.755,2.755,0,0,1-.569-2v-5.811a1.406,1.406,0,0,1,.6-1.261,2.463,2.463,0,0,1,1.4-.4,2.41,2.41,0,0,1,1.368.4,1.406,1.406,0,0,1,.6,1.261v4.3a.625.625,0,0,0,.707.707H22.979a1.181,1.181,0,0,1,1.045.492,2.065,2.065,0,0,1,.338,1.2,2.011,2.011,0,0,1-.338,1.168,1.181,1.181,0,0,1-1.045.492ZM34.663-23.631a4.926,4.926,0,0,0,1.414-1.86,5.969,5.969,0,0,0,.43-2.321v-2.429a1.438,1.438,0,0,1,.6-1.291,2.463,2.463,0,0,1,1.4-.4,2.463,2.463,0,0,1,1.4.4,1.438,1.438,0,0,1,.6,1.291v2.306a5.969,5.969,0,0,0,.43,2.321,4.926,4.926,0,0,0,1.414,1.86q1.015.83,1.906,1.491l1.6,1.184a1.438,1.438,0,0,1,.676,1.122,1.905,1.905,0,0,1-.4,1.245,2.3,2.3,0,0,1-.446.446,1.765,1.765,0,0,1-.569.292,1.754,1.754,0,0,1-.661.061,1.55,1.55,0,0,1-.723-.277q-.584-.4-1.368-1t-1.706-1.337a12.234,12.234,0,0,1-1.537-1.4,2.628,2.628,0,0,1-.553-.938h-.031a2.712,2.712,0,0,1-.6,1.092,11.929,11.929,0,0,1-1.583,1.46q-1.783,1.414-3.567,2.675a1.359,1.359,0,0,1-1.353.231,2.036,2.036,0,0,1-1.015-.784,2.1,2.1,0,0,1-.4-1.261,1.434,1.434,0,0,1,.707-1.2q1.045-.738,1.983-1.445T34.663-23.631Zm18.325,5.288a1.406,1.406,0,0,1-.6,1.261,2.41,2.41,0,0,1-1.368.4,2.41,2.41,0,0,1-1.368-.4,1.406,1.406,0,0,1-.6-1.261V-31.226a1.406,1.406,0,0,1,.6-1.261,2.41,2.41,0,0,1,1.368-.4,2.41,2.41,0,0,1,1.368.4,1.406,1.406,0,0,1,.6,1.261ZM37.092-4.384a2.925,2.925,0,0,1-2.045-.553,2.755,2.755,0,0,1-.569-2v-6.057a2.755,2.755,0,0,1,.569-2,2.925,2.925,0,0,1,2.045-.553H50.374a2.925,2.925,0,0,1,2.045.553,2.755,2.755,0,0,1,.569,2v6.057a2.755,2.755,0,0,1-.569,2,2.925,2.925,0,0,1-2.045.553ZM48.376-7.643a.625.625,0,0,0,.707-.707v-3.228a.625.625,0,0,0-.707-.707H39.09a.625.625,0,0,0-.707.707V-8.35a.625.625,0,0,0,.707.707Zm9.347-17.925a7.013,7.013,0,0,1,.477-2.613,5.533,5.533,0,0,1,1.414-2.06,6.54,6.54,0,0,1,2.306-1.337,9.565,9.565,0,0,1,3.152-.477,9.565,9.565,0,0,1,3.152.477,6.541,6.541,0,0,1,2.306,1.337,5.533,5.533,0,0,1,1.414,2.06,7.013,7.013,0,0,1,.477,2.613,7.013,7.013,0,0,1-.477,2.613,5.533,5.533,0,0,1-1.414,2.06,6.541,6.541,0,0,1-2.306,1.337,9.565,9.565,0,0,1-3.152.477,9.565,9.565,0,0,1-3.152-.477,6.54,6.54,0,0,1-2.306-1.337,5.533,5.533,0,0,1-1.414-2.06A7.013,7.013,0,0,1,57.723-25.568Zm10.946,0a4.009,4.009,0,0,0-.2-1.276,2.769,2.769,0,0,0-.646-1.061,3.075,3.075,0,0,0-1.122-.723,4.527,4.527,0,0,0-1.63-.261,4.527,4.527,0,0,0-1.63.261,3.075,3.075,0,0,0-1.122.723,2.769,2.769,0,0,0-.646,1.061,4.009,4.009,0,0,0-.2,1.276,4.009,4.009,0,0,0,.2,1.276,2.769,2.769,0,0,0,.646,1.061,3.075,3.075,0,0,0,1.122.723,4.527,4.527,0,0,0,1.63.261,4.527,4.527,0,0,0,1.63-.261,3.075,3.075,0,0,0,1.122-.723,2.769,2.769,0,0,0,.646-1.061A4.009,4.009,0,0,0,68.669-25.568Zm13.867-1.691a1.213,1.213,0,0,1,1.076.492,2.065,2.065,0,0,1,.338,1.2,2.139,2.139,0,0,1-.338,1.214,1.2,1.2,0,0,1-1.076.507h-2.89v3.966a1.406,1.406,0,0,1-.6,1.261,2.41,2.41,0,0,1-1.368.4,2.41,2.41,0,0,1-1.368-.4,1.406,1.406,0,0,1-.6-1.261V-31.226a1.406,1.406,0,0,1,.6-1.261,2.41,2.41,0,0,1,1.368-.4,2.41,2.41,0,0,1,1.368.4,1.406,1.406,0,0,1,.6,1.261v3.966ZM75.095-12.132a.625.625,0,0,0,.707-.707v-.43a.625.625,0,0,0-.707-.707H62.734a1.084,1.084,0,0,1-.984-.477,1.969,1.969,0,0,1-.307-1.092,1.894,1.894,0,0,1,.307-1.076,1.1,1.1,0,0,1,.984-.461h14.3a2.925,2.925,0,0,1,2.045.553,2.755,2.755,0,0,1,.569,2V-11.7a2.755,2.755,0,0,1-.569,2,2.925,2.925,0,0,1-2.045.553H66.055a.625.625,0,0,0-.707.707v.43a.625.625,0,0,0,.707.707H78.969a1.084,1.084,0,0,1,.984.477,1.969,1.969,0,0,1,.307,1.092,1.894,1.894,0,0,1-.307,1.076,1.1,1.1,0,0,1-.984.461H64.118a2.925,2.925,0,0,1-2.045-.553,2.755,2.755,0,0,1-.569-2V-9.58a2.755,2.755,0,0,1,.569-2,2.925,2.925,0,0,1,2.045-.553ZM88.346-27.69a1.181,1.181,0,0,1-1.045-.492,2.011,2.011,0,0,1-.338-1.168,2.011,2.011,0,0,1,.338-1.168,1.181,1.181,0,0,1,1.045-.492h9.162a2.925,2.925,0,0,1,2.045.553,2.755,2.755,0,0,1,.569,2v5.719a2.755,2.755,0,0,1-.569,2,2.925,2.925,0,0,1-2.045.553H91.575a.625.625,0,0,0-.707.707v3.044a.625.625,0,0,0,.707.707q2.89,0,5.319-.138t4.673-.446a1.245,1.245,0,0,1,1.122.338,1.738,1.738,0,0,1,.477,1.076,2.444,2.444,0,0,1-.184,1.245,1.1,1.1,0,0,1-.922.63q-.953.123-2.122.231t-2.66.2q-1.491.092-3.382.138t-4.289.046a2.925,2.925,0,0,1-2.045-.553,2.755,2.755,0,0,1-.569-2v-5.873a2.755,2.755,0,0,1,.569-2,2.925,2.925,0,0,1,2.045-.553h5.934a.625.625,0,0,0,.707-.707v-2.89a.625.625,0,0,0-.707-.707Zm20.6,20.016a1.406,1.406,0,0,1-.6,1.261,2.463,2.463,0,0,1-1.4.4,2.41,2.41,0,0,1-1.368-.4,1.406,1.406,0,0,1-.6-1.261V-31.226a1.406,1.406,0,0,1,.6-1.261,2.41,2.41,0,0,1,1.368-.4,2.463,2.463,0,0,1,1.4.4,1.406,1.406,0,0,1,.6,1.261Zm19.647-7.963a2.755,2.755,0,0,1-.569,2,2.924,2.924,0,0,1-2.045.553h-8.517a2.925,2.925,0,0,1-2.045-.553,2.755,2.755,0,0,1-.569-2V-28.3a2.755,2.755,0,0,1,.569-2,2.925,2.925,0,0,1,2.045-.553h8.517a2.924,2.924,0,0,1,2.045.553,2.755,2.755,0,0,1,.569,2Zm-3.9-11.192a.625.625,0,0,0-.707-.707h-4.52a.625.625,0,0,0-.707.707v9.716a.625.625,0,0,0,.707.707h4.52a.625.625,0,0,0,.707-.707ZM136.926-7.674a1.406,1.406,0,0,1-.6,1.261,2.463,2.463,0,0,1-1.4.4,2.41,2.41,0,0,1-1.368-.4,1.406,1.406,0,0,1-.6-1.261V-31.226a1.406,1.406,0,0,1,.6-1.261,2.41,2.41,0,0,1,1.368-.4,2.463,2.463,0,0,1,1.4.4,1.406,1.406,0,0,1,.6,1.261Z' transform='translate(113.47 272.389)' fill='%23333'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.wrap_header .nav-menu,.wrap_header.sub_header .menu-wrap{display:none}
.wrap_header .menu-wrap,.wrap_header .menu-wrap .nav-menu .menu{display:flex;flex-wrap:wrap;align-items:center;}
.wrap_header .header{display:flex;flex-flow:row wrap;align-items:center;}
.wrap_header .header .header_back{position:absolute;top:50%;left:0px;}
.wrap_header .title-area{width:calc(100%)}
.wrap_header .header .topnav .btn-bot{display:inline-block;width:40px;height:40px;margin-right:10px;background:url(../images/btn-chatbot.png) 0 0 no-repeat;background-size:40px auto;vertical-align:top}/*[20210410]챗봇 버튼*/
/* [lhs][sub]header */
.header.user_mod:after{display:none}
.header button{border:0;width:40px;height:40px;background:no-repeat center;overflow:hidden;color:transparent}
.header .header_back button{position:absolute;top:50%;left:12px;margin-top:-20px;background-image: url("data:image/svg+xml,%3Csvg id='icon_back' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect id='bg' width='40' height='40' fill='%23ffa2a2' opacity='0'/%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='13' height='2' rx='1' transform='translate(16 18.586) rotate(45)'/%3E%3Crect id='Rectangle_14' data-name='Rectangle 14' width='13' height='2' rx='1' transform='translate(25.192 12.222) rotate(135)'/%3E%3C/svg%3E%0A");}
.header .header_mod{position:absolute;top:50%;right:12px;margin-top:-20px;}
.header .header_mod button{background-image: url("data:image/svg+xml,%3Csvg id='icon_edit_member' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Op_component_2' data-name='Op component 2' width='22' height='22' rx='11' transform='translate(0.491 0.491)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='bg' width='40' height='40' fill='%23eee' opacity='0'/%3E%3Cpath id='Op_component_2-2' data-name='Op component 2' d='M12,0A12,12,0,1,1,0,12,12,12,0,0,1,12,0Z' transform='matrix(0.259, 0.966, -0.966, 0.259, 28.485, 5.303)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2' stroke-dasharray='63'/%3E%3Crect id='Op_component_2-3' data-name='Op component 2' width='8' height='8' rx='4' transform='translate(16 15)' fill='none' stroke='%23000' stroke-width='2'/%3E%3Cg id='Mask_Group_1' data-name='Mask Group 1' transform='translate(8.509 8.509)' clip-path='url(%23clip-path)'%3E%3Cpath id='Rectangle_51' data-name='Rectangle 51' d='M6,0H6a6,6,0,0,1,6,6V9a0,0,0,0,1,0,0H0A0,0,0,0,1,0,9V6A6,6,0,0,1,6,0Z' transform='translate(5.491 15.491)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/g%3E%3Crect id='Rectangle_1543' data-name='Rectangle 1543' width='2' height='10' rx='1' transform='translate(33.768 5.318) rotate(45)'/%3E%3Crect id='Rectangle_1544' data-name='Rectangle 1544' width='2' height='2' rx='1' transform='translate(26.111 12.975) rotate(45)'/%3E%3C/svg%3E%0A");}
/* [lhs][main]header */
.main_header .logo-area{text-align:center}
.main_header h1{margin:0 !important}
/*
.main_header .main_seting{text-align:right;padding:13px 13px 0 13px}
.main_header .main_seting .btn_seting{border:0;overflow:hidden;color:transparent;width:40px;height:40px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_setting' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect id='bg' width='40' height='40' fill='%23ffa2a2' opacity='0'/%3E%3Cpath id='Op_component_1' data-name='Op component 1' d='M4061.843,4492.173a1.029,1.029,0,0,0-.672-.814l-1.89-.672q-.17-.475-.379-.923l.86-1.811a1.031,1.031,0,0,0-.1-1.051,12.043,12.043,0,0,0-2.576-2.574,1.025,1.025,0,0,0-1.05-.1l-1.811.858a9.956,9.956,0,0,0-.921-.379l-.674-1.891a1.031,1.031,0,0,0-.812-.672,10.92,10.92,0,0,0-3.644,0,1.029,1.029,0,0,0-.812.672l-.673,1.891c-.316.112-.625.238-.923.379l-1.81-.858a1.024,1.024,0,0,0-1.05.1,12.03,12.03,0,0,0-2.575,2.574,1.027,1.027,0,0,0-.1,1.051l.86,1.811c-.14.3-.267.606-.379.923l-1.891.673a1.026,1.026,0,0,0-.672.813,10.989,10.989,0,0,0,0,3.641,1.026,1.026,0,0,0,.672.815l1.891.671q.169.478.379.924l-.86,1.81a1.026,1.026,0,0,0,.1,1.05,12.023,12.023,0,0,0,2.576,2.574,1.022,1.022,0,0,0,1.05.1l1.809-.859c.3.14.607.267.923.378l.673,1.891a1.029,1.029,0,0,0,.813.672,11.007,11.007,0,0,0,3.644,0,1.031,1.031,0,0,0,.813-.672l.674-1.891a9.951,9.951,0,0,0,.921-.378l1.811.859a1.023,1.023,0,0,0,1.05-.1,12.023,12.023,0,0,0,2.576-2.574,1.03,1.03,0,0,0,.1-1.05l-.86-1.81q.21-.447.379-.924l1.89-.671a1.028,1.028,0,0,0,.672-.815,10.989,10.989,0,0,0,0-3.641Z' transform='translate(-4029.994 -4473.994)' fill='none' stroke='%23111' stroke-linecap='round' stroke-width='2' stroke-dasharray='50 0'/%3E%3Cpath id='Op_component_2' data-name='Op component 2' d='M4056.63,4495.405a4.761,4.761,0,1,0,4.762,4.761A4.767,4.767,0,0,0,4056.63,4495.405Zm0,7.464a2.7,2.7,0,1,1,2.7-2.7A2.707,2.707,0,0,1,4056.63,4502.87Z' transform='translate(-4036.63 -4480.409)' fill='%23111'/%3E%3C/svg%3E%0A");}
*/
.main_title{padding-bottom:12px;font-size:1.8rem;background:no-repeat left bottom;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='4' viewBox='0 0 18 4'%3E%3Crect id='Rectangle_354' data-name='Rectangle 354' width='18' height='4' rx='2' fill='%235fa4e9'/%3E%3C/svg%3E%0A");}
/* [lhs]메뉴추가 - 메인,등하교알림 우측 */
.topnav{position:absolute;top:50%;right:16px;/*width:30px;*/height:40px;margin-top:-20px;z-index:10}/*[20210410]챗봇 버튼*/
.topnav .btn-nav{display:inline-block;width:30px;height:40px;background:none;border:0;}
.topnav .btn-nav>span{display:block;height:3px;margin:6px 0;background-color:#000;transition:0.4s;}
.topnav .nav-menu{display:none}
/* [lhs][공통] 메뉴 */
.nav-menu .menu>li a{display:block;padding:10px}
.nav-menu .menu .active a{color:#41afca}
.nav-menu .menu .btn.btn-primary{display:block;margin:0 auto;padding:5px 15px;background-color:#89DBEF;color:#fff;border-radius:30px;text-align:center}
.ui-layer-pop.nav-menu .layerPop_cont{position:relative}
.ui-layer-pop.nav-menu .menu>li:first-child{padding-right:40px}
.ui-layer-pop.nav-menu .wrap_pop_close{position:absolute;top:0;right:10px}
/* [lhs]모바일 */
@media screen and (min-width:769px){
	.wrap_header{position:relative}
	.wrap_header .topnav .btn-nav,.wrap_header.sub_header .header_back{display:none}/*[20210410]챗봇 버튼*/
	.wrap_header .nav-menu,.wrap_header.sub_header .menu-wrap{display:flex}
	.wrap_header .title-area{margin:0 -16px;border-style:solid;border-color:#e9e9e9;border-width:1px 0 0 0}
	.wrap_header .title-area h1{width:calc(100% - 60px);margin-bottom:0;padding:10px 0;text-align:left}
	.wrap_header .header .header_mod{top:auto;bottom:2px}
}

/* [sub]컨텐츠 영역 */
.contents{min-height:calc(100vh - 132px);padding:10px 30px 20px 30px}
.contents.alram_detail{height:calc(100vh - 64px);background:#F8FBFF;overflow-y:auto}
.area_padding_less{margin:0 -30px}
.text-del{display:flex;justify-content:space-between;border:solid 1px #eee;border-radius:3px}
.text-del.on{border-color:#3981FF}
.text-del > input{border:0}
.text-del > input:focus{border:0}
.text-del .btn_del{display:none;color:transparent;border:0;width:38px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_search_cancel' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='hit' width='28' height='28' fill='%23ffdeee' opacity='0'/%3E%3Ccircle id='Ellipse_106' data-name='Ellipse 106' cx='10' cy='10' r='10' transform='translate(4 4)' fill='%23d0d0de'/%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(10 10)'%3E%3Crect id='Rectangle_149' data-name='Rectangle 149' width='10' height='1' transform='translate(0.707 0) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_203' data-name='Rectangle 203' width='10' height='1' transform='translate(7.778 0.707) rotate(135)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}
.text-del.on .btn_del{display:block}
/* button */
.btn_confirm_area{height:48px;margin-bottom:20px;padding:0 30px;display:flex;justify-content:space-between}
.btn_confirm_area > span{flex:1 1 50%}
.btn_confirm_area > span > button{width:100%;line-height:48px;border:0;border-radius:24px;color:#fff}
.btn_confirm_area > span:first-child{padding-right:5px;}
.btn_confirm_area > span:last-child{padding-left:5px;}
.btn_confirm{width:100%;text-align:center;line-height:48px;font-size:1.4rem;font-weight:500;background-color:#3981FF;color:#fff;border:0;border-radius:24px}
.btn_confirm[disabled]{background:#D0D0DE}
.btn_all{border:0;background:#89DBEF;color:#fff;font-size:1.4rem;display:block;line-height:40px;width:100%}
.btn_inline{background:#89DBEF;border-radius:3px;height:40px;border:0;color:#fff;padding:0 10px;text-align:center;display:inline-block;min-width:80px;}
.btn_inline:disabled{background:#D0D0DE}
.btn_select{min-width:80px;white-space:nowrap;border:solid 1px #eee;line-height:38px;padding:0 28px 0 10px;background:no-repeat right center;background-image: url("data:image/svg+xml,%3Csvg id='icon_select' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='hit' width='28' height='28' fill='%23ffdeee' opacity='0'/%3E%3Cg id='Union_20' data-name='Union 20' transform='translate(7.535 10.828)' fill='%23fff'%3E%3Cpath d='M 6.364006519317627 7.071708202362061 L 0.7070992588996887 1.414800882339478 L 1.414769172668457 0.7071309089660645 L 6.010769367218018 5.303781032562256 L 6.364349365234375 5.657411098480225 L 6.717929363250732 5.303781032562256 L 11.31381130218506 0.7072484493255615 L 12.02080631256104 1.414693474769592 L 7.424699306488037 6.010800838470459 L 7.071139335632324 6.36435079574585 L 7.071476936340332 6.364688396453857 L 6.364006519317627 7.071708202362061 Z' stroke='none'/%3E%3Cpath d='M 1.414749145507813 1.414270877838135 L 1.414218902587891 1.414801120758057 L 6.364129066467285 6.364710807800293 L 6.364264011383057 6.364575862884521 L 6.364039421081543 6.36435079574585 L 6.364089012145996 6.364300727844238 L 5.65718936920166 5.657310962677002 L 1.414749145507813 1.414270877838135 M 11.31372928619385 1.414491176605225 L 10.18265533447266 2.545725345611572 L 11.31380939483643 1.414570808410645 L 11.31372928619385 1.414491176605225 M 1.414799690246582 9.5367431640625e-07 L 6.364349365234375 4.950250625610352 L 11.31389904022217 9.5367431640625e-07 L 12.72779941558838 1.414801120758057 L 7.778249263763428 6.36435079574585 L 7.778699398040771 6.364800930023193 L 6.363899230957031 7.778700828552246 L -9.5367431640625e-07 1.414801120758057 L 1.414799690246582 9.5367431640625e-07 Z' stroke='none' fill='%23111'/%3E%3C/g%3E%3C/svg%3E%0A");}
.btn_select:disabled{background-color:##EEEEEE !important;opacity:0.7}
.btn_reload{border:0;color:transparent;overflow:hidden;width:32px;height:32px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_s_refresh' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3CclipPath id='clip'%3E%3Cuse xlink:href='%23fill'/%3E%3C/clipPath%3E%3CclipPath id='clip-2'%3E%3Cuse xlink:href='%23fill-2'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='bg' width='32' height='32' rx='14' fill='%2389dbef'/%3E%3Cpath id='Ellipse_1_copy' data-name='Ellipse 1 copy' d='M13.6,2.286A8,8,0,1,0,16,8' transform='translate(16.457 5.143) rotate(45)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cg id='Rounded_Rectangle_1189' data-name='Rounded Rectangle 1189' transform='translate(21.931 14.4) rotate(45)' fill='none' stroke='%23fff' stroke-width='4'%3E%3Crect id='fill' width='4.8' height='1.6' rx='0.8' stroke='none'/%3E%3Cpath d='M0,-0.3999999761581421h4.799999713897705M2.799999713897705,0v1.600000023841858M4.799999713897705,2h-4.799999713897705M2,1.600000023841858v-1.600000023841858' fill='none' clip-path='url(%23clip)'/%3E%3C/g%3E%3Cg id='Rounded_Rectangle_1189-2' data-name='Rounded Rectangle 1189' transform='translate(27.588 15.531) rotate(135)' fill='none' stroke='%23fff' stroke-width='4'%3E%3Crect id='fill-2' width='4.8' height='1.6' rx='0.8' stroke='none'/%3E%3Cpath d='M0,-0.3999999761581421h4.799999713897705M2.799999713897705,0v1.600000023841858M4.799999713897705,2h-4.799999713897705M2,1.600000023841858v-1.600000023841858' fill='none' clip-path='url(%23clip-2)'/%3E%3C/g%3E%3C/svg%3E%0A");}
.wrap_fixed_btn{height:40px;margin-top:20px}
.wrap_fixed_btn > .btn_all{position:fixed;bottom:0;left:0;}

/* 약관동의 */
.box_age_toggle > li{padding-top:20px}
.box_age_toggle > li .age_toggle_subject{display:flex;justify-content:space-between;align-items:flex-start;}
.box_age_toggle > li .age_toggle_subject .suject{padding-top:5px}
.box_age_toggle > li .age_toggle_subject .age_toggle_input{}
.box_age_toggle > li .age_toggle_subject .age_toggle_btn{}
.box_age_toggle > li .age_toggle_subject .age_toggle_btn button{width:28px;height:28px;overflow:hidden;color:transparent;position:relative;background:none;border:0}
.box_age_toggle > li .age_toggle_subject .age_toggle_btn button:after{transition:0.3s;left:0;top:0;content:'';display:block;clear:both;width:28px;height:28px;background:no-repeat center;position:absolute;background-image: url("data:image/svg+xml,%3Csvg id='icon_s_dropdw' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='28' height='28' fill='%23ffa2a2' opacity='0'/%3E%3Crect id='Rectangle_27' data-name='Rectangle 27' width='9' height='2' transform='translate(9.05 10.636) rotate(45)' fill='%23111'/%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='9' height='2' transform='translate(20.364 12.05) rotate(135)' fill='%23111'/%3E%3C/svg%3E%0A");}
.box_age_toggle > li .age_toggle_content{padding:12px 10px;background:#F8FBFF;display:none;margin-top:20px;}
.box_age_toggle > li.active .age_toggle_subject .age_toggle_btn button:after{transition:0.3s;transform:rotate(180deg)}

/* 알림장 */
.alramjang{margin:0 -30px}
.alramjang > li {border-top:solid 1px #F7F7F7;padding:11px 0 0px 0}
.alramjang > li .date{color:#BBBBBB;font-size:1.2rem;padding:0 30px}
.alramjang > li .age_toggle_subject{padding-bottom:8px;padding-left:30px;padding-right:30px}
.alramjang > li .age_toggle_content{margin:0;padding-left:30px;padding-right:30px}

.img_area{text-align:center;margin-top:12px}
.img_area img{max-width:100%}

/* LayerPop */
.wrap_bottom_layer{position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,0.6);z-index:999;display:none;justify-content:flex-end;flex-direction:column}
.wrap_bottom_layer.active{display:flex;touch-action:none}
.bottom_layer{background:#3981FF;color:#fff}
.bottom_layer > li{word-break:keep-all;background:no-repeat 19px 17px;padding:15px 20px 15px 42px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Group_2880' data-name='Group 2880' transform='translate(-20 -1220)'%3E%3Crect id='Rectangle_60' data-name='Rectangle 60' width='16' height='16' transform='translate(20 1220)' fill='%23ffa2a2' opacity='0'/%3E%3Cg id='Group_1799' data-name='Group 1799' transform='translate(16 461)'%3E%3Ccircle id='Ellipse_275' data-name='Ellipse 275' cx='8' cy='8' r='8' transform='translate(4 759)' fill='%2389dbef'/%3E%3Crect id='Rectangle_58' data-name='Rectangle 58' width='2' height='5' transform='translate(11 763)' fill='%23fff'/%3E%3Crect id='Rectangle_59' data-name='Rectangle 59' width='2' height='2' transform='translate(11 769)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.bottom_layer > li + li{border-top:solid 1px #707070}

.wrap_bottom_select{}
.bottom_select_title{display:flex;background:#F7F7F7;height:50px;justify-content:space-between;align-items:center;padding:0 20px 0 30px}
.bottom_select_title strong{line-height:50px;font-size:1.6rem;}
.pop_close{border:0;color:transparent;width:40px;height:40px;overflow:hidden;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_close' xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Crect id='bg' width='40' height='40' fill='%23ffa2a2' opacity='0'/%3E%3Crect id='Rectangle_13' data-name='Rectangle 13' width='24' height='2' rx='1' transform='translate(12.222 10.808) rotate(45)'/%3E%3Crect id='Rectangle_14' data-name='Rectangle 14' width='24' height='2' rx='1' transform='translate(29.192 12.222) rotate(135)'/%3E%3C/svg%3E%0A");}
.bottom_select{background:#fff}
.bottom_select > li{}
.bottom_select > li button{width:100%;line-height:50px;border:0;background:#fff;text-align:left;padding:0 30px;position:relative}
.bottom_select > li button.active{background:#F8FBFF;color:#3E92E5}
.bottom_select > li button.active::after{content:'';display:block;clear:both;position:absolute;right:25px;top:50%;margin-top:-14px;width:28px;height:28px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_chk_OK' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='Rectangle_1395' data-name='Rectangle 1395' width='28' height='28' fill='%23ef3232' opacity='0'/%3E%3Cpath id='Union_34' data-name='Union 34' d='M1886.414,12.415h-6v-4h6v-10h4v14Z' transform='translate(-1315.29 -1325.068) rotate(45)' fill='%2389dbef'/%3E%3C/svg%3E%0A");}

.wrap_layerPop{position:fixed;width:100%;height:100%;left:0;top:0;background-color:rgba(0,0,0,0.6);z-index:999;display:none;align-items:center;justify-content:center;z-index:1000;flex-direction:column;padding:30px}
.wrap_layerPop.active{display:flex;touch-action:none}

.wrap_layerPop_inner{background:#fff;border-radius:10px;min-height:165px;width:100%;padding:0 20px 20px 20px;display:flex;flex-direction:column;justify-content:space-between}
.layerPop_title {display:flex;justify-content:space-between}
.layerPop_title h1{font-size:1.6rem;padding-top:22px}
.layerPop_title .wrap_pop_close{padding-top:13px}
.layerPop_title .title_blue{color:#5591FC;padding-top:30px}
.title_blue{color:#5591FC !important;}
.layerPop_cont{margin:20px -20px 0 -20px;overflow-y:auto;padding:0 20px;}
.btn_layerpop{display:flex;justify-content:space-between;margin-top:30px}
.btn_layerpop > span{flex:1 1 50%}
.btn_layerpop > span button{width:100%;border:0;line-height:48px;border-radius:24px;color:#fff}
.btn_layerpop > span:first-child{padding-right:5px;}
.btn_layerpop > span:last-child{padding-left:5px;}
.btn_cancel{background:#AFB6BF;width:100%;border:0;line-height:48px;border-radius:24px;color:#fff}
.btn_cancel02{background:#AFB6BF;width:100%;border:0;line-height:48px;border-radius:24px;color:#fff}
.btn_comp{background:#3981FF}

.laerpop_title{height:50px;padding:11px 10px 0 20px}
.laerpop_title:after{content:'';display:block;clear:both}
.laerpop_title .popTitle{float:left;line-height:28px;font-size:1.4rem;font-weight:400;color:#333}
.laerpop_title .layerpop_close{float:right;}
.laerpop_title .layerpop_close button{color:transparent;border:0;width:28px;height:28px;overflow:hidden;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='btn_close' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='hit' width='28' height='28' fill='%23fff'/%3E%3Crect id='Rectangle_276' data-name='Rectangle 276' width='1' height='22' transform='translate(6.293 22.586) rotate(-135)' fill='%23111'/%3E%3Crect id='Rectangle_1184' data-name='Rectangle 1184' width='1' height='10' transform='translate(14.071 15.515) rotate(-45)' fill='%23111'/%3E%3Crect id='Rectangle_1185' data-name='Rectangle 1185' width='1' height='11' transform='translate(5.586 7.029) rotate(-45)' fill='%23111'/%3E%3C/svg%3E%0A");}

.wrap_layerPop_close{text-align:right;}
.wrap_layerPop_close > button{width:38px;height:38px;background:url('../images/btn_close.png')no-repeat center;background-size:38px;border:0;color:transparent;margin-bottom:10px}

.layerPop{margin:0 20px;background:#fff;width:100%}
.laerpop_title > a{display:block}
.laerpop_title > a.btn_company_search{position:relative;}
.laerpop_title > a.btn_company_search:after{content:'로젠';clear:both;display:block;position:absolute;font-size:2.5rem;font-weight:bold;left:118px;top:34px;overflow:hidden;height:30px;line-height:30px;background-color:#fff;width:0}
.laerpop_title > a.btn_company_search.active:after{width:50px;transition:width 0.3s}
.laerpop_title img{max-width:100%}
.laerpop_contents img{max-width:100%}

/* 휴대폰 입력 */
.phone_input_area{margin-bottom:18px;line-height:1.7em;padding:150px 0 0 0;background:no-repeat center 10px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cg id='img_inputnumber' transform='translate(-115 -84)'%3E%3Crect id='bg' width='130' height='130' transform='translate(115 84)' fill='%23ffc2c2' opacity='0'/%3E%3Crect id='Rectangle_1400' data-name='Rectangle 1400' width='34' height='12' rx='6' transform='translate(135.243 130.243)' fill='%2389dbef'/%3E%3Cg id='Group_1907' data-name='Group 1907' transform='translate(79 -103)'%3E%3Cg id='Rectangle_275' data-name='Rectangle 275' transform='translate(72 217)' fill='%23fff' stroke='%233e92e5' stroke-linecap='round' stroke-width='3' stroke-dasharray='92 6'%3E%3Crect width='32' height='58' rx='7' stroke='none'/%3E%3Crect x='1.5' y='1.5' width='29' height='55' rx='5.5' fill='none'/%3E%3C/g%3E%3Crect id='Rectangle_278' data-name='Rectangle 278' width='7' height='2' rx='1' transform='translate(85 223)' fill='%233e92e5'/%3E%3Ccircle id='Ellipse_428' data-name='Ellipse 428' cx='2.5' cy='2.5' r='2.5' transform='translate(86 265)' fill='%233e92e5'/%3E%3C/g%3E%3Crect id='Rectangle_1540' data-name='Rectangle 1540' width='15' height='5' rx='2.5' transform='translate(144.243 145.243)' fill='%2389dbef' opacity='0.4'/%3E%3Crect id='Rectangle_1554' data-name='Rectangle 1554' width='21' height='9' rx='4.5' transform='translate(176.243 119.243)' fill='%2389dbef' opacity='0.4'/%3E%3Crect id='Rectangle_1541' data-name='Rectangle 1541' width='8' height='4' rx='2' transform='translate(185.243 138.243)' fill='%2389dbef' opacity='0.4'/%3E%3Cg id='Group_2896' data-name='Group 2896' transform='translate(-60.417 -48.03)'%3E%3Crect id='Rectangle_1555' data-name='Rectangle 1555' width='42' height='40' rx='10' transform='translate(233.417 194.03)' fill='%23fff'/%3E%3Cg id='color' transform='translate(235 186.667)'%3E%3Cpath id='Path_2126' data-name='Path 2126' d='M71.394,21.351c-1.726-3.015-3.259-6.44-3.284-8.487a7.753,7.753,0,0,1,15.5-.225c.064,4.279-6.5,14.792-7.537,14.805' transform='translate(-35.884 -4.999)' fill='none' stroke='%2389dbef' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3'/%3E%3Cpath id='Path_2141' data-name='Path 2141' d='M58.232,43.4V58.649A7.792,7.792,0,0,1,50.44,66.44H46.512a1.8,1.8,0,0,0-1.557.9l-1.67,2.893a6.089,6.089,0,0,1-10.545,0' transform='translate(-17.793 -20.913)' fill='none' stroke='%2389dbef' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3'/%3E%3Ccircle id='Ellipse_404' data-name='Ellipse 404' cx='2.089' cy='2.089' r='2.089' transform='translate(37.949 5.515)' fill='%2389dbef'/%3E%3Cpath id='Path_2132' data-name='Path 2132' d='M3,.693,8.388,5.543,17.1-3.17' transform='translate(11.279 25.619)' fill='none' stroke='%2389dbef' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3Cpath id='Path_2127' data-name='Path 2127' d='M19.947,57.906l-1.67-2.893a1.806,1.806,0,0,0-1.557-.9H12.791A7.789,7.789,0,0,1,5,46.321V24.461a7.792,7.792,0,0,1,7.791-7.791H30.5' transform='translate(-5 -8.585)' fill='none' stroke='%2389dbef' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}

.input_area{}
.input_area > li label{display:block;color:#41afca;font-weight:500;display:block;margin-bottom:6px}
.input_area > li + li{margin-top:20px}
.input_area > li .input_contents + .input_contents{margin-top:8px}
.input_jumin{display:flex;align-items:center}
.input_jumin input{width:155px;}
.input_jumin .input_dash{width:10px;text-align:center}
.input_jumin .input_dash + input{width:34px}
.input_jumin .temp_star{padding-left:7px}

.input_hp_area{display:flex;justify-content:space-between;}
.input_hp_area > span{flex:0 0}
.input_hp_area > span + span{padding-left:4px}
.input_hp_area > span.hp_middle{flex:1 1 auto}

.input_area_between{display:flex;justify-content:space-between;}
.input_area_between > div:first-child{flex:1 1 auto;padding-right:4px;}

.adress_list{}
.adress_list > li.no_result{text-align:center;padding:20px 0;}
.no_result .no_result_cont{display:inline-block;background:no-repeat left center;line-height:28px;padding-left:32px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_2885' data-name='Group 2885' transform='translate(-166 -338)'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='28' height='28' transform='translate(166 338)' fill='%23ffa2a2' opacity='0'/%3E%3Cg id='Rectangle_103' data-name='Rectangle 103' transform='translate(171 343)' fill='%23fff' stroke='%2389dbef' stroke-width='2'%3E%3Crect width='18' height='18' rx='9' stroke='none'/%3E%3Crect x='1' y='1' width='16' height='16' rx='8' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_286' data-name='Ellipse 286' transform='translate(176 351)' fill='%23fff' stroke='%2389dbef' stroke-width='1'%3E%3Ccircle cx='1' cy='1' r='1' stroke='none'/%3E%3Ccircle cx='1' cy='1' r='0.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_287' data-name='Ellipse 287' transform='translate(179 351)' fill='%23fff' stroke='%2389dbef' stroke-width='1'%3E%3Ccircle cx='1' cy='1' r='1' stroke='none'/%3E%3Ccircle cx='1' cy='1' r='0.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_288' data-name='Ellipse 288' transform='translate(182 351)' fill='%23fff' stroke='%2389dbef' stroke-width='1'%3E%3Ccircle cx='1' cy='1' r='1' stroke='none'/%3E%3Ccircle cx='1' cy='1' r='0.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.adress_list > li{border-top:solid 1px #F7F7F7;padding:10px 0 10px 0}
.adress_list > li > button{word-break:keep-all;border:0;min-height:28px;padding-right:35px;text-align:left;width:100%;background:no-repeat right center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%23eee'/%3E%3Crect id='Rectangle_1531' data-name='Rectangle 1531' width='7.978' height='3.081' transform='translate(7.797 9.295) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_1532' data-name='Rectangle 1532' width='11.242' height='3.081' transform='translate(19.209 9.165) rotate(135)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.adress_list > li > button.active{background-image: url("data:image/svg+xml,%3Csvg id='Group_2907' data-name='Group 2907' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%2389dbef'/%3E%3Crect id='Rectangle_263' data-name='Rectangle 263' width='7.978' height='3.081' transform='translate(7.797 9.295) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_264' data-name='Rectangle 264' width='11.242' height='3.081' transform='translate(19.209 9.165) rotate(135)' fill='%23fff'/%3E%3C/svg%3E%0A");}


.link_01{padding-left:30px;background:no-repeat left center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect id='Rectangle_24' data-name='Rectangle 24' width='24' height='24' rx='12' fill='%2389dbef'/%3E%3Crect id='Rectangle_263' data-name='Rectangle 263' width='7.978' height='3.081' transform='translate(7.797 9.295) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_264' data-name='Rectangle 264' width='11.242' height='3.081' transform='translate(19.209 9.165) rotate(135)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.link_01 button{text-align:left;line-height:30px;width:100%;border:0;background:no-repeat right center;padding-right:30px;background-image: url("data:image/svg+xml,%3Csvg id='icon_s_linkarw' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='28' height='28' fill='%23ffa2a2' opacity='0'/%3E%3Crect id='Rectangle_27' data-name='Rectangle 27' width='9' height='2' transform='translate(10.111 19.475) rotate(-45)' fill='%23111'/%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='9' height='2' transform='translate(11.525 8.161) rotate(45)' fill='%23111'/%3E%3C/svg%3E%0A");}

.label_mutiline{display:flex;margin-top:20px}
.label_mutiline > span{flex:0 0}
.label_mutiline > label{flex:1 1 auto;padding-left:7px}


/* heading */
.titleH2{font-size:1.6rem;color:#333;font-weight:500;margin-bottom:20px;}
.wrap_title_area{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;}
.wrap_title_area .titleH2{margin-bottom:0}
.title_sub{font-size:1.2rem;display:inline-block;margin-left:5px;color:#2783DE}
a.title_sub{text-decoration:underline}
/* 날자선택 */
.wrap_date_select{height:53px;}
.date_select{display:flex;justify-content:center;align-items:center;padding:10px 0 15px 0;position:fixed;width:100%;left:0;top:64px;z-index:10;background:#fff}
.date_select button{border:0;line-height:28px;background:none}
.wrap_date_select .prev button,
.wrap_date_select .next button{width:28px;height:28px;overflow:hidden;color:transparent;background:no-repeat center;}
.wrap_date_select .prev button{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='icon_s_move' transform='translate(28 28) rotate(180)'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='28' height='28' rx='14' fill='%2389dbef'/%3E%3Cg id='Rectangle_26' data-name='Rectangle 26' transform='translate(5 5)' fill='%2389dbef' stroke='%23fff' stroke-width='2'%3E%3Crect width='18' height='18' rx='9' stroke='none'/%3E%3Crect x='1' y='1' width='16' height='16' rx='8' fill='none'/%3E%3C/g%3E%3Cg id='Group_1794' data-name='Group 1794' transform='translate(-109.793 -61.379)'%3E%3Crect id='Rectangle_27' data-name='Rectangle 27' width='5' height='2' transform='translate(122.086 77.621) rotate(-45)' fill='%23fff'/%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='4' height='2' transform='translate(123.5 71.964) rotate(45)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.wrap_date_select .next button{background-image: url("data:image/svg+xml,%3Csvg id='icon_s_move' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='28' height='28' rx='14' fill='%2389dbef'/%3E%3Cg id='Rectangle_26' data-name='Rectangle 26' transform='translate(5 5)' fill='%2389dbef' stroke='%23fff' stroke-width='2'%3E%3Crect width='18' height='18' rx='9' stroke='none'/%3E%3Crect x='1' y='1' width='16' height='16' rx='8' fill='none'/%3E%3C/g%3E%3Cg id='Group_1794' data-name='Group 1794' transform='translate(-109.793 -61.379)'%3E%3Crect id='Rectangle_27' data-name='Rectangle 27' width='5' height='2' transform='translate(122.086 77.621) rotate(-45)' fill='%23fff'/%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='4' height='2' transform='translate(123.5 71.964) rotate(45)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}
.wrap_date_select .current{margin:0 20px}
.wrap_date_select .current button{background}

.wrap_bottom_date{display:flex;background:#fff}
.wrap_bottom_date > ul{flex:0 0 50%;height:200px;overflow-y:auto}
.wrap_bottom_date > ul + ul{border-left:solid 1px #EEEEEE}
.wrap_bottom_date > ul button{width:100%;text-align:left;padding:0 0 0 45px;line-height:50px;border:0;background:#fff}
.wrap_bottom_date > ul button.active{background:#F8FBFF}
.wrap_bottom_date > ul.bottom_date_month button.active{background:no-repeat right center #F8FBFF;background-image: url("data:image/svg+xml,%3Csvg id='icon_chk_OK' xmlns='http://www.w3.org/2000/svg' width='54' height='28' viewBox='0 0 54 28'%3E%3Crect id='Rectangle_1395' data-name='Rectangle 1395' width='54' height='28' fill='%23ef3232' opacity='0'/%3E%3Cpath id='Union_34' data-name='Union 34' d='M1886.414,12.415h-6v-4h6v-10h4v14Z' transform='translate(-1315.29 -1325.068) rotate(45)' fill='%2389dbef'/%3E%3C/svg%3E%0A");}
.wrap_bottom_date > ul.bottom_date_year button.active{background:no-repeat right center #F8FBFF;background-image: url("data:image/svg+xml,%3Csvg id='icon_chk_OK' xmlns='http://www.w3.org/2000/svg' width='54' height='28' viewBox='0 0 54 28'%3E%3Crect id='Rectangle_1395' data-name='Rectangle 1395' width='54' height='28' fill='%23ef3232' opacity='0'/%3E%3Cpath id='Union_34' data-name='Union 34' d='M1886.414,12.415h-6v-4h6v-10h4v14Z' transform='translate(-1315.29 -1325.068) rotate(45)' fill='%2389dbef'/%3E%3C/svg%3E%0A");}

/* Tab */
.wrap_tab_contents{margin:-10px -30px 0 -30px;padding-top:55px}
.wrap_tab_contents .tab_navi{background:#fff;padding:10px 30px 0 30px;display:flex;justify-content:space-between;height:55px;;position:fixed;width:100%;left:0;top:64px;z-index:20;border-bottom:solid 1px #f7f7f7}
.wrap_tab_contents .tab_navi > li{padding-right:10px;flex:1 1 auto}
.wrap_tab_contents .tab_navi > li > a{display:block;line-height:33px;border-bottom:solid 2px transparent;color:#C5C5C5}
.wrap_tab_contents .tab_navi > li.active > a{border-bottom:solid 2px #89DBEF;color:#2783DE;padding-bottom:10px}
.tab_contents .tab_cont{display:none;}
.tab_contents .tab_cont.active{display:block}

.notice_list > li{padding:20px 30px}
.notice_list > li + li{border-top:solid 1px #F7F7F7;}
.notice_list > li .notice_subject{font-weight:500}
.notice_list > li .notice_subject a{display:block}
.notice_list > li .notice_date{font-size:1.2rem;color:#bbb;margin-top:10px}

/* 자녀정보 */
.wrap_children_info{text-align:center;margin-top:30px}
.wrap_children_info > .children_pic{display:inline-block;width:90px;height:90px;}
.wrap_children_info > .children_pic > span{display:inline-block;width:90px;height:90px;background:no-repeat center;background-size:cover;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='90' height='90' viewBox='0 0 90 90'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Op_component_2' data-name='Op component 2' width='90' height='90' rx='45' transform='translate(14 14)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_2755' data-name='Group 2755' transform='translate(-247 -176)'%3E%3Crect id='Op_component_2-2' data-name='Op component 2' width='90' height='90' rx='45' transform='translate(247 176)' fill='%23d0d0ef'/%3E%3Crect id='Op_component_2-3' data-name='Op component 2' width='32' height='32' rx='16' transform='translate(276 205)' fill='%23fff'/%3E%3Cg id='Mask_Group_1' data-name='Mask Group 1' transform='translate(233 162)' clip-path='url(%23clip-path)'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='60' height='67' rx='30' transform='translate(29 79)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.wrap_children_info .children_name{display:block;color:#5591FC;font-weight:500;font-size:1.6rem;margin-top:9px}
.wrap_children_info .children_info{margin-top:11px}
.children_info_para{line-height:1.7em;margin-top:30px}

.wrap_children_info.mode_section{}
.wrap_children_info.mode_section .children_pic{position:relative}
.wrap_children_info.mode_section .children_pic .mod_pic{overflow:hidden;color:transparent;border:0;position:absolute;width:32px;height:32px;right:-5px;bottom:-5px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_s_pic' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='32' height='32' rx='14' fill='%2389dbef'/%3E%3Cg id='Rectangle_26' data-name='Rectangle 26' transform='translate(6 6)' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect width='20' height='20' rx='7' stroke='none'/%3E%3Crect x='1' y='1' width='18' height='18' rx='6' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_1548' data-name='Rectangle 1548' transform='translate(12 12)' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect width='8' height='8' rx='4' stroke='none'/%3E%3Crect x='1' y='1' width='6' height='6' rx='3' fill='none'/%3E%3C/g%3E%3Crect id='Rectangle_1549' data-name='Rectangle 1549' width='2' height='2' rx='1' transform='translate(10 11)' fill='%23fff'/%3E%3C/svg%3E%0A");}

.alram_detail_list{word-break:keep-all;margin-top:13px}
.alram_detail_list > li{padding-left:10px;margin-top:20px;}
.alram_detail_list > li .alram_detail_list_inner{position:relative;background:#fff;border-radius:10px;padding:15px;box-shadow:5px 5px 5px rgba(62,146,229,0.1)}
.alram_detail_list > li .alram_detail_list_inner::after{content:'';display:block;clear:both;position:absolute;left:-20px;top:-12px;width:40px;height:40px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.344' height='38.614' viewBox='0 0 37.344 38.614'%3E%3Cpath id='Path_2581' data-name='Path 2581' d='M14.412,4.415a3,3,0,0,1,5.176,0L31.352,24.483A3,3,0,0,1,28.764,29H5.236a3,3,0,0,1-2.588-4.517Z' transform='translate(-3.655 26.046) rotate(-60)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.alram_detail_list > li .alram_detail_list_inner .alram_detail_date{font-size:1.2rem;color:#bbb;display:block}
.alram_detail_list > li .alram_detail_list_inner .alram_detail_cont{margin-top:8px;}

.list_more{text-align:center;margin-top:20px}
.list_more button{padding-top:14px;border:0;width:68px;height:68px;display:inline-block;border-radius:100%;color:#fff;background:no-repeat center ;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='68' viewBox='0 0 68 68'%3E%3Crect id='Rectangle_21' data-name='Rectangle 21' width='68' height='68' rx='34' fill='%2389dbef'/%3E%3Cg id='Group_2900' data-name='Group 2900' transform='translate(-135 -464)'%3E%3Cg id='Group_2899' data-name='Group 2899' transform='translate(22 3)'%3E%3Ccircle id='Ellipse_429' data-name='Ellipse 429' cx='1.5' cy='1.5' r='1.5' transform='translate(140 482)' fill='%23fff'/%3E%3Ccircle id='Ellipse_430' data-name='Ellipse 430' cx='1.5' cy='1.5' r='1.5' transform='translate(145 482)' fill='%23fff'/%3E%3Ccircle id='Ellipse_431' data-name='Ellipse 431' cx='1.5' cy='1.5' r='1.5' transform='translate(150 482)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}

.pic_mod_buttons{padding:0 30px 11px 30px;}
.pic_mod_buttons li{margin-bottom:9px}

/* 설정 */
.link_list + .hrType01{margin-top:0}
.titleH2 + .link_list{margin-top:-6px}
.link_list{margin:0 -30px}
.link_list > li{padding:0 0px}
.link_list > li + li{border-top:solid 1px #F7F7F7;}
.link_list > li > a{line-height:48px;display:block;background:no-repeat right center;padding:0 30px 0px 30px;background-image: url("data:image/svg+xml,%3Csvg id='icon_s_linkarw' xmlns='http://www.w3.org/2000/svg' width='88' height='28' viewBox='0 0 28 28'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='28' height='28' fill='%23ffa2a2' opacity='0'/%3E%3Crect id='Rectangle_27' data-name='Rectangle 27' width='9' height='2' transform='translate(10.111 19.475) rotate(-45)' fill='%23111'/%3E%3Crect id='Rectangle_30' data-name='Rectangle 30' width='9' height='2' transform='translate(11.525 8.161) rotate(45)' fill='%23111'/%3E%3C/svg%3E%0A");}

.link_list.bottom_link_list{border-top:solid 1px #F7F7F7;margin:0;}
.link_list.bottom_link_list > li{padding:10px 30px 9px  30px}

.link_list.agreement{}
.link_list.agreement > li{padding:0px 0px 0px 30px;display:flex;align-items:center;}
.link_list.agreement > li > a{flex:1 1 auto;padding-left:5px}

.switch_list + .hrType01{margin-top:0}
.titleH2 + .switch_list{margin-top:-6px}
.switch_list{margin:0 -30px}
.switch_list > li{position:relative;padding:0 30px}
.switch_list > li > input{position:absolute;left:0;top:0;width:1px;height:1px;opacity:0}
.switch_list > li > label{padding-right:60px;background:no-repeat right center;line-height:48px;display:block}
.switch_list > li > input + label{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='32' viewBox='0 0 56 32'%3E%3Cdefs%3E%3Cfilter id='Ellipse_1' x='0' y='0' width='32' height='32' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='2' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='2' result='blur'/%3E%3CfeFlood flood-color='%23ccc' flood-opacity='0.502'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='btn_switch_off' transform='translate(2)'%3E%3Crect id='Rectangle_29' data-name='Rectangle 29' width='54' height='28' rx='14' fill='%23ddd'/%3E%3Cg transform='matrix(1, 0, 0, 1, -2, 0)' filter='url(%23Ellipse_1)'%3E%3Ccircle id='Ellipse_1-2' data-name='Ellipse 1' cx='10' cy='10' r='10' transform='translate(6 4)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.switch_list > li > input:checked + label{background-image: url("data:image/svg+xml,%3Csvg id='btn_switch_on' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='32' viewBox='0 0 56 32'%3E%3Cdefs%3E%3Cfilter id='Ellipse_1' x='24' y='0' width='32' height='32' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='2' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='2' result='blur'/%3E%3CfeFlood flood-color='%2389c6ef'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Crect id='Rectangle_29' data-name='Rectangle 29' width='54' height='28' rx='14' fill='%2389dbef'/%3E%3Cg transform='matrix(1, 0, 0, 1, 0, 0)' filter='url(%23Ellipse_1)'%3E%3Ccircle id='Ellipse_1-2' data-name='Ellipse 1' cx='10' cy='10' r='10' transform='translate(30 4)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}
.switch_list > li + li{border-top:solid 1px #F7F7F7;}

.icon_tel{padding-left:24px;background:no-repeat left center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16.148' viewBox='0 0 16 16.148'%3E%3Cpath id='Path_196' data-name='Path 196' d='M564.47,729.01a1.041,1.041,0,0,0-.606-.606c-.667-.218-3.334-.986-3.334-.986a1.3,1.3,0,0,0-1.19.237l-.995.96,0,0a.738.738,0,0,1-.773.088,17.909,17.909,0,0,1-2.621-2.228A17.058,17.058,0,0,1,553,724.061a.738.738,0,0,1,.1-.771l0,0,.977-.978a1.305,1.305,0,0,0,.258-1.186s-.722-2.68-.928-3.35a1.041,1.041,0,0,0-.6-.616,1.762,1.762,0,0,0-.741-.157h-.467a1.667,1.667,0,0,0-.722.155c-.081.048-1.607.9-1.958,1.856a5.092,5.092,0,0,0-.31,1.855,9.364,9.364,0,0,0,.876,3.711,17.633,17.633,0,0,0,3.394,4.51,17.4,17.4,0,0,0,4.107,3.115,9.357,9.357,0,0,0,3.7.941,5.085,5.085,0,0,0,1.861-.277c.959-.335,1.84-1.846,1.889-1.926a1.666,1.666,0,0,0,.167-.719l.008-.467A1.757,1.757,0,0,0,564.47,729.01Z' transform='translate(-548.614 -717)' fill='%23fff'/%3E%3C/svg%3E%0A");}

.wrap_terms{}
.wrap_terms h2{margin-top:20px}
.wrap_terms h2:first-child{margin-top:0px}
.wrap_terms p{font-size:1.2rem;margin-top:20px;line-height:1.7em}

.listType01{margin-top:20px;font-size:1.2rem;}
.listType01 > li{line-height:1.7em;padding-left:10px;background:no-repeat 4px 7px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='2' viewBox='0 0 2 2'%3E%3Crect id='Rectangle_1527' data-name='Rectangle 1527' width='2' height='2' fill='%23333'/%3E%3C/svg%3E%0A");}
.wrap_join_info{display:flex;flex-direction:column;justify-content:center}
.wrap_join_info .join_info{text-align:center;padding:140px 0 0 0;background:no-repeat center top;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='130' viewBox='0 0 130 130'%3E%3Cg id='img_phone' transform='translate(-115 -66)'%3E%3Crect id='bg' width='130' height='130' transform='translate(115 66)' fill='%23ffc2c2' opacity='0'/%3E%3Crect id='Rectangle_1400' data-name='Rectangle 1400' width='34' height='12' rx='6' transform='translate(135.243 94.243)' fill='%2389dbef'/%3E%3Cg id='Group_1907' data-name='Group 1907' transform='translate(79 -139)'%3E%3Cg id='Rectangle_275' data-name='Rectangle 275' transform='translate(72 217)' fill='%23fff' stroke='%233e92e5' stroke-linecap='round' stroke-width='3' stroke-dasharray='92 6'%3E%3Crect width='32' height='58' rx='7' stroke='none'/%3E%3Crect x='1.5' y='1.5' width='29' height='55' rx='5.5' fill='none'/%3E%3C/g%3E%3Crect id='Rectangle_278' data-name='Rectangle 278' width='7' height='2' rx='1' transform='translate(85 223)' fill='%233e92e5'/%3E%3Ccircle id='Ellipse_428' data-name='Ellipse 428' cx='2.5' cy='2.5' r='2.5' transform='translate(86 265)' fill='%233e92e5'/%3E%3C/g%3E%3Crect id='Rectangle_1540' data-name='Rectangle 1540' width='15' height='5' rx='2.5' transform='translate(144.243 109.243)' fill='%2389dbef' opacity='0.4'/%3E%3Crect id='Rectangle_1554' data-name='Rectangle 1554' width='21' height='9' rx='4.5' transform='translate(176.243 83.243)' fill='%2389dbef' opacity='0.4'/%3E%3Crect id='Rectangle_1541' data-name='Rectangle 1541' width='8' height='4' rx='2' transform='translate(185.243 119.243)' fill='%2389dbef' opacity='0.4'/%3E%3Cg id='Rectangle_1550' data-name='Rectangle 1550' transform='translate(178 105)' fill='%23fff' stroke='%2389dbef' stroke-width='3'%3E%3Crect width='38' height='47' rx='4' stroke='none'/%3E%3Crect x='1.5' y='1.5' width='35' height='44' rx='2.5' fill='none'/%3E%3C/g%3E%3Crect id='Rectangle_1551' data-name='Rectangle 1551' width='26' height='3' rx='1.5' transform='translate(184 115)' fill='%2389dbef'/%3E%3Crect id='Rectangle_1552' data-name='Rectangle 1552' width='14' height='3' rx='1.5' transform='translate(184 121)' fill='%2389dbef'/%3E%3Crect id='Rectangle_1553' data-name='Rectangle 1553' width='16' height='3' rx='1.5' transform='translate(184 127)' fill='%2389dbef'/%3E%3Cg id='Ellipse_425' data-name='Ellipse 425' transform='translate(169 167)' fill='%23fff' stroke='%2389dbef' stroke-width='3'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5' stroke='none'/%3E%3Ccircle cx='11.5' cy='11.5' r='10' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_426' data-name='Ellipse 426' cx='1.5' cy='1.5' r='1.5' transform='translate(179 162)' fill='%2389dbef'/%3E%3Ccircle id='Ellipse_427' data-name='Ellipse 427' cx='1.5' cy='1.5' r='1.5' transform='translate(179 157)' fill='%2389dbef'/%3E%3Cpath id='Path_2584' data-name='Path 2584' d='M176.625,164l3.688,3.688L184,164' transform='translate(-0.125 13.5)' fill='none' stroke='%2389dbef' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E");}

/* main *//* [lhs]메뉴추가 - 메인,등하교알림 우측 */
/* [lhs]메인 서비스 *//* [lhs]20201222 */
.main_body{position:relative;height:calc(100% - 64px);padding:16px;box-sizing:border-box}
.section-service{position:relative;min-height:450px;height:calc(100% - 102px);color:#fff}
.section-service .row>div{height:100%}
.section-service .row.row-01{height:67%}
.section-service .row.row-02{height:calc(33% - 8px);margin-top:8px;}
.section-service .row a{display:block;position:relative}
.section-service .row a>*:before,.section-service .gotoSchool,.section-service .schoolAlarm,.section-service .setting,.section-service .locationAlarm{border-radius:8px;}
.section-service .row a>*:before{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:1px solid rgba(0,0,0,.25);content:''}
.section-service .row-01>*{flex:0 0 calc(100% / 2);max-width:calc(100% / 2)}
.section-service .row-01 .col-02 a{height:50%;box-sizing:border-box}
.section-service .row-01 .col-02 a:first-child{padding-bottom:4px}
.section-service .row-01 .col-02 a:last-child{padding-top:4px}
.section-service .gotoSchool,.section-service .schoolAlarm,.section-service .setting,.section-service .locationAlarm{position:relative;padding:24px 20px;background-repeat:no-repeat;box-sizing:border-box;font-size:21px;letter-spacing:-1px}
.section-service .gotoSchool{min-height:300px;height:100%;margin-right:4px;background-color:#7ea3f8;background-image:url(../images/main_visual01.png);background-position:25px calc(100% - 15px);background-size:auto 156px;}
.section-service .schoolAlarm,.section-service .setting{height:100%;margin-left:4px}
.section-service .schoolAlarm{background-color:#41c88e;background-image:url(../images/main_visual02.png);background-position:calc(50% + 0px) calc(100% - 25px);background-size:auto 59px;}
.section-service .schoolAlarm .txt{display:inline-block;position:relative}
.section-service .schoolAlarm .txt .icon_new{margin-left:5px;vertical-align:top}
.section-service .setting{background-color:#b67af7;background-image:url(../images/main_visual03.png);background-position:calc(50% + 0px) calc(100% - 25px);background-size:auto 65px;}
.section-service .row-02 a{height:100%}
.section-service .locationAlarm{height:calc(100%);background-color:#ff8f7a;background-image:url(../images/main_visual04.png);background-position:calc(50% + 55px) calc(100% - 5px);background-size:auto 130px;}
.section-ad{position:relative;margin-top:8px;text-align:center}
.section-ad .swiper-slide{height:94px;}
.section-ad a{display:block;height:100%;}
.section-ad img{max-width:100%}
.section-ad .flex-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;max-width:360px;margin:0 auto;padding:10px 20px}
.section-ad .swiper-pagination-bullet{background-color:#fff;opacity:.8}
.section-ad .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#000;opacity:1}
.section-ad .event-box{letter-spacing:-1px;}
.section-ad .event-box .copy{margin-bottom:5px;font-weight:bold;font-size:15px;}
.section-ad .event-info .event-date{color:#f6510b}
.section-ad .event-info .event-time{font-size:12px;}
/* [lhs]20201222 */
/* 이전 메인 */
/*
.main_alramjang{padding:0 30px 0 30px;margin-top:37px;}
.main_alramjang_list{display:flex;justify-content:center;margin-top:15px}
.main_alramjang_list > li{flex:0 0 90px;text-align:center;margin:0 9px}
.main_alramjang_list > li a{display:block;color:#8499EB;font-weight:bold;padding-top:91px;background:no-repeat center top;position:relative;}
.main_alramjang_list > li a.icon_new:after{content:'';clear:both;display:block;position:absolute;top:0px;right:10px;width:16px;height:16px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_badge_new' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle id='Ellipse_434' data-name='Ellipse 434' cx='8' cy='8' r='8' fill='%23fb5151'/%3E%3Cpath id='Path_2590' data-name='Path 2590' d='M-3.119,0h1.54V-3.267c0-.935-.121-1.958-.2-2.838h.055L-.9-4.356,1.457,0h1.65V-8.14H1.568V-4.9c0,.924.121,2,.209,2.849H1.721L.908-3.806-1.457-8.14H-3.119Z' transform='translate(8 12)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.main_alramjang_list > li.liist_alram a{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='82' height='82' viewBox='0 0 82 82'%3E%3Cdefs%3E%3Cfilter id='Union_1_1_' x='10.087' y='8' width='60.108' height='64.784' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Crect id='Rectangle_297' data-name='Rectangle 297' width='82' height='82' rx='41' fill='%23e5f9fe'/%3E%3Cg id='Group_2473' data-name='Group 2473' transform='translate(19.087 14)'%3E%3Cpath id='Subtraction_1_1_' d='M18.443,45.113A7.011,7.011,0,0,1,11.43,38.1H25.469A7.014,7.014,0,0,1,18.443,45.113Z' transform='translate(2.609 8.697)' fill='%233981ff'/%3E%3Cg transform='matrix(1, 0, 0, 1, -19.09, -14)' filter='url(%23Union_1_1_)'%3E%3Cpath id='Union_1_1_2' data-name='Union_1_1_' d='M7.013,46.784A7.017,7.017,0,0,1,4.68,33.151v-12.1a16.379,16.379,0,0,1,11.693-15.7V4.68a4.68,4.68,0,1,1,9.359,0v.676a16.368,16.368,0,0,1,11.693,15.7v12.1a7.018,7.018,0,0,1-2.334,13.634Z' transform='translate(19.09 14)' fill='%2389dbef'/%3E%3C/g%3E%3Crect id='Rectangle_1400' data-name='Rectangle 1400' width='17.196' height='4.913' rx='2' transform='translate(5.211 37.146)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}
.main_alramjang_list > li.list_survey a{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='82' height='82' viewBox='0 0 82 82'%3E%3Cdefs%3E%3Cfilter id='Path_2321' x='12' y='9.831' width='56.353' height='68.338' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.161'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Crect id='Rectangle_302' data-name='Rectangle 302' width='82' height='82' rx='41' fill='%23f3f3ff'/%3E%3Cg id='Group_2474' data-name='Group 2474' transform='translate(21 15.831)'%3E%3Cg transform='matrix(1, 0, 0, 1, -21, -15.83)' filter='url(%23Path_2321)'%3E%3Cpath id='Path_2321-2' data-name='Path 2321' d='M31.162,50.338H7.191A7.2,7.2,0,0,1,0,43.147V7.191A7.2,7.2,0,0,1,7.191,0h23.97a7.2,7.2,0,0,1,7.191,7.191V43.147A7.2,7.2,0,0,1,31.162,50.338Z' transform='translate(21 15.83)' fill='%2389dbef'/%3E%3C/g%3E%3Cpath id='Path_2322' data-name='Path 2322' d='M42.54,17.256h0a3.6,3.6,0,0,1,0,5.082l-12.7,12.7a3.6,3.6,0,0,1-5.082,0h0a3.6,3.6,0,0,1,0-5.082L37.471,17.244A3.57,3.57,0,0,1,42.54,17.256Z' transform='translate(4.706 3.215)' fill='%233981ff'/%3E%3Cpath id='Path_2323' data-name='Path 2323' d='M9,11.993H9A3,3,0,0,1,6,9H6A3,3,0,0,1,9,6H9a3,3,0,0,1,3,3h0A3,3,0,0,1,9,11.993Z' transform='translate(1.191 1.191)' fill='%23fff'/%3E%3Cpath id='Path_2324' data-name='Path 2324' d='M25.584,11.993H16a3,3,0,0,1-3-3h0a3,3,0,0,1,3-3h9.588a3,3,0,0,1,3,3h0A3,3,0,0,1,25.584,11.993Z' transform='translate(2.581 1.191)' fill='%23fff'/%3E%3Cpath id='Path_2325' data-name='Path 2325' d='M20.79,21.993H16a3,3,0,0,1-3-3h0a3,3,0,0,1,3-3H20.79a3,3,0,0,1,3,3h0A3,3,0,0,1,20.79,21.993Z' transform='translate(2.581 3.176)' fill='%23fff'/%3E%3Cpath id='Path_2326' data-name='Path 2326' d='M9,21.993H9a3,3,0,0,1-3-3H6a3,3,0,0,1,3-3H9a3,3,0,0,1,3,3h0A3,3,0,0,1,9,21.993Z' transform='translate(1.191 3.176)' fill='%23fff'/%3E%3Cpath id='Path_2327' data-name='Path 2327' d='M9,30.993H9a3,3,0,0,1-3-3H6a3,3,0,0,1,3-3H9a3,3,0,0,1,3,3h0A3,3,0,0,1,9,30.993Z' transform='translate(1.191 4.963)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}
.main_alramjang_list > li.list_notice a{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='82.446' height='85.274' viewBox='0 0 82.446 85.274'%3E%3Cdefs%3E%3Cfilter id='Path_2571' x='0' y='7.828' width='77.446' height='77.446' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='blur'/%3E%3CfeFlood flood-opacity='0.157'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Crect id='Rectangle_303' data-name='Rectangle 303' width='82' height='82' rx='41' transform='translate(0.446)' fill='%23fff9ec'/%3E%3Cg id='Group_2872' data-name='Group 2872' transform='translate(-27.185 -21.634)'%3E%3Cpath id='Path_2428' data-name='Path 2428' d='M12.112,38.922h0a3.554,3.554,0,0,1,5.023,0l5.035,5.023a3.554,3.554,0,0,1,0,5.023h0a3.554,3.554,0,0,1-5.023,0l-5.035-5.023A3.554,3.554,0,0,1,12.112,38.922Z' transform='translate(49.858 33.618)' fill='%233981ff'/%3E%3Cg transform='matrix(1, 0, 0, 1, 27.18, 21.63)' filter='url(%23Path_2571)'%3E%3Cpath id='Path_2571-2' data-name='Path 2571' d='M14.108,3.662a5.923,5.923,0,0,1,10.95,0L38.712,36.718A5.923,5.923,0,0,1,33.237,44.9H5.93A5.923,5.923,0,0,1,.455,36.718Z' transform='translate(36.69 73.27) rotate(-135)' fill='%2389dbef'/%3E%3C/g%3E%3Crect id='Rectangle_1399' data-name='Rectangle 1399' width='27.248' height='4.739' rx='2' transform='translate(70.348 41.663) rotate(45)' fill='%23fff'/%3E%3Cpath id='Path_2440' data-name='Path 2440' d='M7.108,7.108A7.114,7.114,0,0,1,0,0' transform='matrix(-0.995, -0.105, 0.105, -0.995, 90.067, 50.668)' fill='none' stroke='%233981ff' stroke-linecap='round' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");}
.main_alram{margin-top:50px;padding:0 0 0 30px;}
.main_alram_list{display:flex;overflow-x:scroll;margin-top:25px;padding-bottom:10px}
.main_alram_list > li{flex:0 0 120px}
.main_alram_list > li > a{display:block;width:90px;text-align:center;position:relative;}
.main_alram_list > li > a .thumb{margin-bottom:15px;display:block;width:90px;height:90px;border-radius:100%;overflow:hidden;background:no-repeat center;background-size:cover;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='90' height='90' viewBox='0 0 90 90'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Op_component_2' data-name='Op component 2' width='90' height='90' rx='45' transform='translate(14 14)' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_2755' data-name='Group 2755' transform='translate(-247 -176)'%3E%3Crect id='Op_component_2-2' data-name='Op component 2' width='90' height='90' rx='45' transform='translate(247 176)' fill='%23d0d0ef'/%3E%3Crect id='Op_component_2-3' data-name='Op component 2' width='32' height='32' rx='16' transform='translate(276 205)' fill='%23fff'/%3E%3Cg id='Mask_Group_1' data-name='Mask Group 1' transform='translate(233 162)' clip-path='url(%23clip-path)'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='60' height='67' rx='30' transform='translate(29 79)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.main_alram_list > li.icon_new > a:after{content:'';clear:both;display:block;position:absolute;top:0px;right:10px;width:16px;height:16px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_badge_new' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle id='Ellipse_434' data-name='Ellipse 434' cx='8' cy='8' r='8' fill='%23fb5151'/%3E%3Cpath id='Path_2590' data-name='Path 2590' d='M-3.119,0h1.54V-3.267c0-.935-.121-1.958-.2-2.838h.055L-.9-4.356,1.457,0h1.65V-8.14H1.568V-4.9c0,.924.121,2,.209,2.849H1.721L.908-3.806-1.457-8.14H-3.119Z' transform='translate(8 12)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.main_alram_list > li.icon_bookmark > a:before{content:'';clear:both;display:block;position:absolute;top:62px;left:0px;width:28px;height:28px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg id='Group_2878' data-name='Group 2878' transform='translate(-40 -398)'%3E%3Crect id='Rectangle_104' data-name='Rectangle 104' width='28' height='28' rx='14' transform='translate(40 398)' fill='%2389dbef'/%3E%3Cpath id='Union_10' data-name='Union 10' d='M-1721.154,7.783A4.977,4.977,0,0,1-1722,5a3.983,3.983,0,0,1,.631-2.434A5,5,0,0,1-1717,0a4.977,4.977,0,0,1,3,1,4.974,4.974,0,0,1,3-1,5,5,0,0,1,4.368,2.566A3.983,3.983,0,0,1-1706,5a4.977,4.977,0,0,1-.845,2.783C-1708.882,11.458-1713.9,15-1714,15S-1719.117,11.458-1721.154,7.783Z' transform='translate(1768 405)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}
.main_alram_list > li > a strong{font-size:1.8rem}
.main_alram_list > li.children_add >a .thumb{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Cg id='Group_2172' data-name='Group 2172' transform='translate(-94 -558)'%3E%3Cg id='Rectangle_305' data-name='Rectangle 305' transform='translate(94 558)' fill='%23fafafd' stroke='%23c1c6dc' stroke-linecap='round' stroke-width='4' stroke-dasharray='11'%3E%3Crect width='90' height='90' rx='45' stroke='none'/%3E%3Crect x='2' y='2' width='86' height='86' rx='43' fill='none'/%3E%3C/g%3E%3Cg id='Group_2171' data-name='Group 2171' transform='translate(124 587.979)'%3E%3Crect id='Rectangle_310' data-name='Rectangle 310' width='6' height='22' rx='3' transform='translate(12 -4)' fill='%23c1c6dc'/%3E%3Crect id='Rectangle_311' data-name='Rectangle 311' width='6' height='22' rx='3' transform='translate(26 4) rotate(90)' fill='%23c1c6dc'/%3E%3C/g%3E%3Ctext id='신청' transform='translate(124.835 627.205)' fill='%23c1c6dc' font-size='16' font-family='NotoSansCJKkr-Bold, Noto Sans CJK KR' font-weight='700'%3E%3Ctspan x='0' y='0'%3E신청%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");}
body.main{}
.main_help{border:0;width:28px;height:28px;overflow:hidden;color:transparent;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_s_help' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='Rectangle_25' data-name='Rectangle 25' width='28' height='28' rx='14' fill='%23ccc' opacity='0'/%3E%3Crect id='Rectangle_1563' data-name='Rectangle 1563' width='24' height='24' rx='12' transform='translate(2 2)' fill='%23d0d0ef'/%3E%3Cpath id='Path_2589' data-name='Path 2589' d='M5.867-2.953H3.875q-.008-.43-.008-.523a3.485,3.485,0,0,1,.32-1.594A4.86,4.86,0,0,1,5.469-6.477,9.592,9.592,0,0,0,6.617-7.5a1.368,1.368,0,0,0,.289-.844,1.422,1.422,0,0,0-.512-1.1A1.994,1.994,0,0,0,5.016-9.9a2.089,2.089,0,0,0-1.4.477,2.536,2.536,0,0,0-.773,1.453L.828-8.219A3.345,3.345,0,0,1,2.02-10.594a4.222,4.222,0,0,1,2.9-.977,4.376,4.376,0,0,1,3.008.988,2.992,2.992,0,0,1,1.117,2.3,2.53,2.53,0,0,1-.41,1.375A9,9,0,0,1,6.883-5.141a3.348,3.348,0,0,0-.863.93A3.118,3.118,0,0,0,5.867-2.953ZM3.875,0V-2.2h2.2V0Z' transform='translate(9 20)' fill='%23fff'/%3E%3C/svg%3E%0A");}
*/
/* splash */
.splash{text-align:center;;display:flex;flex-direction:column;justify-content:space-between;background:no-repeat center;background-color:#3981FF;height:100%;background-size:cover;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='360' height='640' viewBox='0 0 360 640'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_1566' data-name='Rectangle 1566' width='360' height='640' fill='%233981ff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='bg' clip-path='url(%23clip-path)'%3E%3Cg id='Group_2151' data-name='Group 2151' transform='translate(-45.007 28.006)' opacity='0.24'%3E%3Crect id='Rectangle_272' data-name='Rectangle 272' width='50' height='50' rx='25' transform='translate(381.838 98.993) rotate(45)' fill='%23fff' opacity='0.1'/%3E%3Crect id='Rectangle_273' data-name='Rectangle 273' width='50' height='50' rx='25' transform='translate(431.335 148.494) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_274' data-name='Rectangle 274' width='50' height='50' transform='translate(480.826 197.987) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_275' data-name='Rectangle 275' width='50' height='50' transform='translate(530.33 247.48) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_276' data-name='Rectangle 276' width='50' height='63' rx='25' transform='translate(332.337 148.491) rotate(45)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_277' data-name='Rectangle 277' width='50' height='50' transform='translate(480.83 296.978) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_279' data-name='Rectangle 279' width='50' height='50' rx='25' transform='translate(381.839 296.982) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_280' data-name='Rectangle 280' width='50' height='50' rx='25' transform='translate(431.337 346.482) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_282' data-name='Rectangle 282' width='54' height='50' rx='25' transform='translate(82.02 195.161) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_283' data-name='Rectangle 283' width='62' height='120.11' rx='31' transform='translate(134.346 247.487) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_284' data-name='Rectangle 284' width='50' height='50' rx='25' transform='translate(183.851 296.983) rotate(45)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_285' data-name='Rectangle 285' width='50' height='50' rx='25' transform='translate(233.348 346.484) rotate(45)' fill='%23fff' opacity='0.6'/%3E%3Crect id='Rectangle_286' data-name='Rectangle 286' width='50' height='50' rx='25' transform='translate(332.343 445.47) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_287' data-name='Rectangle 287' width='50' height='50' rx='25' transform='translate(35.362 247.487) rotate(45)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_288' data-name='Rectangle 288' width='50' height='50' rx='25' transform='translate(282.843 494.968) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_290' data-name='Rectangle 290' width='50' height='50' rx='25' transform='translate(332.343 247.481) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_291' data-name='Rectangle 291' width='120' height='50' rx='25' transform='translate(381.842 197.986) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_292' data-name='Rectangle 292' width='50' height='50' rx='25' transform='translate(292.034 287.79) rotate(45)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_293' data-name='Rectangle 293' width='120' height='120' rx='60' transform='translate(233.345 148.497) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_294' data-name='Rectangle 294' width='120' height='62' rx='31' transform='translate(93.338 288.497) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_295' data-name='Rectangle 295' width='50' height='203' rx='25' transform='translate(341.533 337.281) rotate(45)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_296' data-name='Rectangle 296' width='120' height='50' rx='25' transform='translate(183.855 395.976) rotate(45)' fill='%23fff' opacity='0.1'/%3E%3C/g%3E%3Cg id='Group_2156' data-name='Group 2156' transform='translate(-146.007 -263.994)' opacity='0.16'%3E%3Crect id='Rectangle_272-2' data-name='Rectangle 272' width='50' height='50' rx='25' transform='translate(381.838 98.993) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_273-2' data-name='Rectangle 273' width='50' height='50' rx='25' transform='translate(431.335 148.494) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_274-2' data-name='Rectangle 274' width='50' height='50' rx='25' transform='translate(480.826 197.987) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_275-2' data-name='Rectangle 275' width='50' height='50' rx='25' transform='translate(530.33 247.48) rotate(45)' fill='%23fff'/%3E%3Crect id='Rectangle_276-2' data-name='Rectangle 276' width='50' height='63' rx='25' transform='translate(332.337 148.491) rotate(45)' fill='%23fff' opacity='0.5'/%3E%3Crect id='Rectangle_277-2' data-name='Rectangle 277' width='50' height='50' rx='25' transform='translate(480.83 296.978) rotate(45)' fill='%23fff' opacity='0.1'/%3E%3Crect id='Rectangle_279-2' data-name='Rectangle 279' width='50' height='50' rx='25' transform='translate(381.839 296.982) rotate(45)' fill='%23fff' opacity='0.1'/%3E%3Crect id='Rectangle_280-2' data-name='Rectangle 280' width='50' height='50' rx='25' transform='translate(431.337 346.482) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_282-2' data-name='Rectangle 282' width='54' height='50' rx='25' transform='translate(82.02 195.161) rotate(45)' fill='%23fff' opacity='0.5'/%3E%3Crect id='Rectangle_283-2' data-name='Rectangle 283' width='62' height='120.11' rx='31' transform='translate(134.346 247.487) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_284-2' data-name='Rectangle 284' width='50' height='50' rx='25' transform='translate(183.851 296.983) rotate(45)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_285-2' data-name='Rectangle 285' width='50' height='50' rx='25' transform='translate(233.348 346.484) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_287-2' data-name='Rectangle 287' width='50' height='50' transform='translate(35.362 247.487) rotate(45)' fill='%23fff' opacity='0.3'/%3E%3Crect id='Rectangle_290-2' data-name='Rectangle 290' width='50' height='120' rx='25' transform='translate(381.84 197.984) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_291-2' data-name='Rectangle 291' width='120' height='50' rx='25' transform='translate(381.842 197.986) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_292-2' data-name='Rectangle 292' width='190' height='63' rx='31.5' transform='translate(292.034 287.79) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_293-2' data-name='Rectangle 293' width='120' height='120' rx='60' transform='translate(233.345 148.497) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_294-2' data-name='Rectangle 294' width='120' height='62' rx='31' transform='translate(93.338 288.497) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_295-2' data-name='Rectangle 295' width='50' height='202' rx='25' transform='translate(340.826 337.988) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3Crect id='Rectangle_296-2' data-name='Rectangle 296' width='120' height='50' rx='25' transform='translate(183.855 395.976) rotate(45)' fill='%23fff' opacity='0.2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
.wrap_splash_copy .splash_comp{color:transparent;height:24px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='22' viewBox='0 0 78 22'%3E%3Cg id='Copyright' transform='translate(-0.001 0.032)'%3E%3Cpath id='Path_2572' data-name='Path 2572' d='M86.237,3.82H83.11V19.628H95.541v-3.4h-9.3Z' transform='translate(-59.769 -2.771)' fill='%23fff'/%3E%3Cpath id='Path_2573' data-name='Path 2573' d='M137.26,26.577a1.479,1.479,0,1,1-2.958,0V20.89H130.24v5.445a5.541,5.541,0,0,0,11.081,0V20.89H137.26Z' transform='translate(-93.664 -15.091)' fill='%23fff'/%3E%3Cpath id='Path_2574' data-name='Path 2574' d='M180.084,24.1a1.484,1.484,0,0,1,1.3.772h4.264a5.607,5.607,0,1,0-.006,1.488h-4.289a1.486,1.486,0,1,1-1.271-2.26Z' transform='translate(-125.473 -14.429)' fill='%23fff'/%3E%3Cpath id='Path_2575' data-name='Path 2575' d='M246.886,4.34A2.466,2.466,0,0,0,244.663,3.1a10.645,10.645,0,0,0-4.05,1.792c-.89.652-3.205,2.492-2.97,4.821a5.355,5.355,0,0,0,2.638,3.806c.472.355,1.715,1.2,1.316,2.349a5.526,5.526,0,0,1-2.262,2.522,14.022,14.022,0,0,0-3.214,2.553,9.426,9.426,0,0,0-.949,1.507s.267-.059.295.059a.6.6,0,0,1-.295.68l.208.028s-.415.12-.385.5c0,0,.236-.235.385-.117a.9.9,0,0,0-.208.618s.323-.618.589-.559V24.1a.539.539,0,0,1,.3-.117c.208-.031.831-.089,1.392-.207a10.924,10.924,0,0,0,3.542-2.145c1.956-1.5,4.721-3.557,4.912-5.657.2-2.176-1.78-3.632-2.226-4.074s-1.656-1.242-1.715-1.949a1.827,1.827,0,0,1,1.126-1.977A24.673,24.673,0,0,0,246.2,6.082C246.709,5.609,247.242,4.913,246.886,4.34Z' transform='translate(-169 -2.251)' fill='%23fff'/%3E%3Cpath id='Path_2576' data-name='Path 2576' d='M20.006,52.578s-.856.269-.856.679a1.232,1.232,0,0,0,.351.643c.1.036.328,0,.41.09a.747.747,0,0,0,.443.126,1.35,1.35,0,0,1,.525.07,4.613,4.613,0,0,0,.856.177,15.989,15.989,0,0,0,1.634.126c.253-.02,1.516-.073,1.69-.053s.39-.109.584-.109.505.017.6,0a1.924,1.924,0,0,1,.545-.07,8.294,8.294,0,0,0,1.089.053,1.452,1.452,0,0,1,.643-.036c.194.053,1.378-.053,1.575-.536s.1-.749-.25-.876-.761-.34-.856-.376a3.557,3.557,0,0,0-.584-.177c-.1,0-.584-.143-.7-.163s-.679-.107-.9-.143-.662-.233-.834-.25-.662.036-.952.02a7.741,7.741,0,0,1-.9-.02,3.34,3.34,0,0,0-.952,0,4.523,4.523,0,0,1-.719.02,2.357,2.357,0,0,0-.545.16c-.194.053-1.047.32-1.227.393A7.07,7.07,0,0,0,20.006,52.578Z' transform='translate(-13.774 -37.285)' fill='%23fff'/%3E%3Cpath id='Path_2577' data-name='Path 2577' d='M.38,8.942c.036.309.239,1.535.278,1.824s.255,1.726.272,2.167a9.636,9.636,0,0,1-.017,1.92A8.223,8.223,0,0,0,.691,16.7a.92.92,0,0,1,.292-.211l.076.211s.2-.23.219-.1A11.311,11.311,0,0,1,1.5,17.733a2.464,2.464,0,0,1,.112-.483.143.143,0,0,1,.166-.059,3.41,3.41,0,0,1,.09-.536s.036-.194.185-.194c0,0,.07-.463.182-.1,0,0,.146-.98.292-1.518s.494-1.46.609-1.8a4.534,4.534,0,0,1,.345-1.016c.146-.194.643-1.249.845-1.555a4.9,4.9,0,0,0,.458-1.344c.093-.4.149-.9.219-1.112s.514-1.229.57-1.46a15.852,15.852,0,0,0,0-2.13,5.627,5.627,0,0,1,.056-1.634,2.184,2.184,0,0,0-.514-1.729C4.705.682,4.576.757,4.469.623A2.11,2.11,0,0,0,3-.031,1.89,1.89,0,0,0,1.9.746a2.481,2.481,0,0,0-.424.865c-.056.115-.275.632-.345.749a6.245,6.245,0,0,0-.407.94c-.056.213-.219.556-.292.786A8.889,8.889,0,0,0,.052,5.122c-.02.211-.076,1.864-.036,2.265S.343,8.636.38,8.942Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_2578' data-name='Path 2578' d='M42.371,5.407A4.248,4.248,0,0,0,40.05,3.144a6.619,6.619,0,0,0-2.4-.4,5.038,5.038,0,0,0-1.221.1,1.083,1.083,0,0,1-.472.143c-.118,0-.157.2-.295.239a.971.971,0,0,0-.57.219c-.255.222-1.968,2-1.751,3.683s.533,3.1,2.344,3.8,4.154.62,5.454-.921S43,6.647,42.371,5.407Z' transform='translate(-23.969 -1.994)' fill='%23fff'/%3E%3Cpath id='Path_2579' data-name='Path 2579' d='M220.37,5.084A1.983,1.983,0,1,0,222.352,3.1,1.982,1.982,0,0,0,220.37,5.084Z' transform='translate(-158.486 -2.253)' fill='%23fff'/%3E%3Crect id='Rectangle_1405' data-name='Rectangle 1405' width='4.143' height='11.045' transform='translate(61.847 5.475)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");}
.wrap_splash_copy .splash_copy{padding:2px 20px 20px 20px;font-size:10px;color:#fff}
.splash_logo{display:flex;flex-direction:column;justify-content:flex-end;height:calc(100% - 65px);background:no-repeat center top;background-image: url("data:image/svg+xml,%3Csvg id='img' xmlns='http://www.w3.org/2000/svg' width='360' height='640' viewBox='0 0 360 640'%3E%3Crect id='Rectangle_1567' data-name='Rectangle 1567' width='360' height='640' fill='%23fff' opacity='0'/%3E%3Cg id='Group_2134' data-name='Group 2134' transform='translate(16.333 52.861)'%3E%3Cpath id='Path_2119' data-name='Path 2119' d='M28.667,0A28.667,28.667,0,0,1,57.333,28.667c0,15.832-25.382,43.558-28.667,43.558S0,44.5,0,28.667A28.667,28.667,0,0,1,28.667,0Z' transform='translate(43 80)' fill='%2389dbef'/%3E%3C/g%3E%3Cg id='Group_2868' data-name='Group 2868' transform='translate(148.333 219.861)'%3E%3Cpath id='Path_2119-2' data-name='Path 2119' d='M28.667,0A28.667,28.667,0,0,1,57.333,28.667c0,15.832-25.382,43.558-28.667,43.558S0,44.5,0,28.667A28.667,28.667,0,0,1,28.667,0Z' transform='translate(43 80)' fill='%2389dbef'/%3E%3C/g%3E%3Cpath id='Subtraction_7' data-name='Subtraction 7' d='M11.2,42.4H4a4,4,0,0,1-4-4V27.2a4,4,0,0,1,4-4H6.4V18.4a4,4,0,0,1,4-4h4V0h3.2V1.073c.076-.005.144-.007.207-.007a2.993,2.993,0,0,1,1.525.425l3.924,2.33a3,3,0,0,1,0,5.159l-3.924,2.33a2.993,2.993,0,0,1-1.525.425c-.069,0-.138,0-.207-.007V14.4h4a4,4,0,0,1,4,4v4.8H28a4,4,0,0,1,4,4V38.4a4,4,0,0,1-4,4H20.8a4.8,4.8,0,1,0-9.6,0ZM16,20a3.2,3.2,0,1,0,3.2,3.2A3.2,3.2,0,0,0,16,20Z' transform='translate(72 139)' fill='%23fff'/%3E%3Cpath id='Subtraction_8' data-name='Subtraction 8' d='M13.9,39.727H8.787a4.005,4.005,0,0,1-4-4V25.1a6.051,6.051,0,0,1-3.353-4.247,5.917,5.917,0,0,1,1.382-5.182l11.555-13.1a6,6,0,0,1,9,0l11.555,13.1a5.915,5.915,0,0,1,1.382,5.18A6.052,6.052,0,0,1,32.951,25.1V35.726a4,4,0,0,1-4,4H23.839a4.97,4.97,0,1,0-9.94,0Z' transform='translate(201 308)' fill='%23fff'/%3E%3Cg id='Group_2162' data-name='Group 2162' transform='translate(37 -137)'%3E%3Cpath id='Path_2138' data-name='Path 2138' d='M38.84,283.84l16.3,16.3a8.77,8.77,0,0,0,12.41,0l60.59-60.59a8.77,8.77,0,0,1,12.41,0l15.259,15.259' transform='translate(13.993 69.006)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='10' opacity='0.6'/%3E%3Cpath id='Path_2152' data-name='Path 2152' stroke='%23fff' d='M266.64,267.37l-18.291,18.291L158.87,375.14a8.77,8.77,0,0,1-12.41,0l-40.09-40.09' fill='none' transform='translate(-85.543 602.552) rotate(-90)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='10' stroke-dasharray='10 15' opacity='0.8'/%3E%3Cpath id='Path_2585' data-name='Path 2585' stroke='%23fff' d='M197.4,336.611,158.87,375.14a8.77,8.77,0,0,1-12.41,0l-21.283-21.283' fill='none' transform='translate(50.333 161.666)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='10' stroke-dasharray='10 15' opacity='0.8'/%3E%3Cg id='Ellipse_405' data-name='Ellipse 405' transform='translate(162 310)' fill='%2389dbef' stroke='%23fff' stroke-width='10'%3E%3Ccircle cx='18' cy='18' r='18' stroke='none'/%3E%3Ccircle cx='18' cy='18' r='13' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_2155' data-name='Group 2155' transform='translate(-53 -148)'%3E%3Cg id='color' transform='translate(228 195.001)'%3E%3Cpath id='Path_2126' data-name='Path 2126' d='M74.206,35.347c-3.2-5.6-6.048-11.953-6.1-15.751a14.389,14.389,0,0,1,28.775-.417C97,27.12,84.825,46.633,82.9,46.657' transform='translate(-2.303 -3.333)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='10'/%3E%3Cpath id='Path_2141' data-name='Path 2141' d='M80.05,43.4V71.7A14.461,14.461,0,0,1,65.59,86.16H58.3a3.339,3.339,0,0,0-2.89,1.67l-3.1,5.37a11.3,11.3,0,0,1-19.57,0' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='10' opacity='0.8'/%3E%3Ccircle id='Ellipse_404' data-name='Ellipse 404' cx='5' cy='5' r='5' transform='translate(75.43 11.9)' fill='%23fff'/%3E%3Cpath id='Path_2132' data-name='Path 2132' d='M3,4l10,9L29.17-3.17' transform='translate(28.5 46.499)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='10'/%3E%3Cpath id='Path_2127' data-name='Path 2127' d='M32.74,93.2l-3.1-5.37a3.351,3.351,0,0,0-2.89-1.67H19.46A14.455,14.455,0,0,1,5,71.7V31.13A14.461,14.461,0,0,1,19.46,16.67H52.33' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='10' opacity='0.8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}
/*.splash_logo:before{content:'';clear:both;display:block;width:100%}*/
.splash_logo h1{color:transparent;margin-bottom:20px;background:no-repeat center;line-height:104px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='104' viewBox='0 0 260 104'%3E%3Cg id='logo' transform='translate(-80 -72)'%3E%3Crect id='Rectangle_1562' data-name='Rectangle 1562' width='260' height='104' transform='translate(80 72)' fill='%23fff' opacity='0'/%3E%3Cg id='Group_2903' data-name='Group 2903' transform='translate(94.3 88.131)'%3E%3Cg id='Group_2902' data-name='Group 2902' transform='translate(0 0)'%3E%3Cpath id='Path_2586' data-name='Path 2586' d='M27.589,16.769a4.764,4.764,0,0,1-4.083-7.2,19.815,19.815,0,0,1,3.045-3.873A19.552,19.552,0,0,0,12.753,0H4.758a4.758,4.758,0,1,0,0,9.517h7.994A10.105,10.105,0,0,1,22.84,19.6V47.584a4.758,4.758,0,0,0,9.517,0V19.6a19.387,19.387,0,0,0-.7-5.12A4.734,4.734,0,0,1,27.589,16.769Z' transform='translate(0 0)' fill='%231ee0db'/%3E%3Cpath id='Path_2587' data-name='Path 2587' d='M49.884,0H41.709A19.733,19.733,0,0,0,27.9,5.7,19.64,19.64,0,0,1,33,14.494c.01-.01.019-.029.029-.038a10.01,10.01,0,0,1,8.679-4.93h8.175a4.763,4.763,0,0,0,0-9.526Z' transform='translate(-1.348 0)' fill='%231ee0db'/%3E%3Cpath id='Path_2588' data-name='Path 2588' d='M27.711,5.99a19.815,19.815,0,0,0-3.045,3.873,4.758,4.758,0,0,0,8.146,4.92A19.553,19.553,0,0,0,27.711,5.99Z' transform='translate(-1.159 -0.289)' fill='%2304c5bc'/%3E%3C/g%3E%3Cpath id='Path_2582' data-name='Path 2582' d='M1.764-21.574a11.694,11.694,0,0,1,.6-3.8,8.1,8.1,0,0,1,1.8-3.018,8.355,8.355,0,0,1,3-1.979,11.136,11.136,0,0,1,4.157-.719,11.136,11.136,0,0,1,4.157.719,8.355,8.355,0,0,1,3,1.979,8.1,8.1,0,0,1,1.8,3.018,11.694,11.694,0,0,1,.6,3.8,11.694,11.694,0,0,1-.6,3.8,8.1,8.1,0,0,1-1.8,3.018,8.355,8.355,0,0,1-3,1.979,11.136,11.136,0,0,1-4.157.719,11.136,11.136,0,0,1-4.157-.719,8.355,8.355,0,0,1-3-1.979,8.1,8.1,0,0,1-1.8-3.018A11.694,11.694,0,0,1,1.764-21.574Zm14.23,0a7.768,7.768,0,0,0-.26-2.038,4.5,4.5,0,0,0-.819-1.659,4.033,4.033,0,0,0-1.439-1.119,4.988,4.988,0,0,0-2.158-.42,4.988,4.988,0,0,0-2.158.42A4.033,4.033,0,0,0,7.72-25.272,4.5,4.5,0,0,0,6.9-23.613a7.768,7.768,0,0,0-.26,2.038,7.768,7.768,0,0,0,.26,2.038,4.5,4.5,0,0,0,.819,1.659,4.033,4.033,0,0,0,1.439,1.119,4.988,4.988,0,0,0,2.158.42,4.988,4.988,0,0,0,2.158-.42,4.033,4.033,0,0,0,1.439-1.119,4.5,4.5,0,0,0,.819-1.659A7.768,7.768,0,0,0,15.994-21.574ZM34.02-22.893a1.577,1.577,0,0,1,1.4.64,2.685,2.685,0,0,1,.44,1.559,2.78,2.78,0,0,1-.44,1.579,1.559,1.559,0,0,1-1.4.66H30.263V-7.785a1.828,1.828,0,0,1-.779,1.639,3.133,3.133,0,0,1-1.779.52,3.133,3.133,0,0,1-1.779-.52,1.828,1.828,0,0,1-.779-1.639V-30.728a1.828,1.828,0,0,1,.779-1.639,3.133,3.133,0,0,1,1.779-.52,3.133,3.133,0,0,1,1.779.52,1.828,1.828,0,0,1,.779,1.639v7.834ZM10,3.887A3.8,3.8,0,0,1,7.34,3.167,3.582,3.582,0,0,1,6.6.569V-6.985A1.828,1.828,0,0,1,7.38-8.624,3.2,3.2,0,0,1,9.2-9.144a3.133,3.133,0,0,1,1.779.52,1.828,1.828,0,0,1,.779,1.639v5.6a.813.813,0,0,0,.919.919H29.344A1.535,1.535,0,0,1,30.7.17a2.685,2.685,0,0,1,.44,1.559,2.615,2.615,0,0,1-.44,1.519,1.535,1.535,0,0,1-1.359.64ZM44.532-20.855a6.4,6.4,0,0,0,1.839-2.418,7.76,7.76,0,0,0,.56-3.018v-3.158a1.87,1.87,0,0,1,.779-1.679,3.2,3.2,0,0,1,1.819-.52,3.2,3.2,0,0,1,1.819.52,1.87,1.87,0,0,1,.779,1.679v3a7.76,7.76,0,0,0,.56,3.018,6.4,6.4,0,0,0,1.839,2.418Q55.844-19.936,57-19.076l2.078,1.539a1.869,1.869,0,0,1,.879,1.459,2.477,2.477,0,0,1-.52,1.619,2.984,2.984,0,0,1-.58.58,2.294,2.294,0,0,1-.739.38,2.28,2.28,0,0,1-.859.08,2.015,2.015,0,0,1-.939-.36q-.759-.52-1.779-1.3t-2.218-1.739a15.9,15.9,0,0,1-2-1.819,3.416,3.416,0,0,1-.719-1.219h-.04a3.526,3.526,0,0,1-.779,1.419,15.507,15.507,0,0,1-2.058,1.9q-2.318,1.839-4.637,3.477a1.766,1.766,0,0,1-1.759.3,2.647,2.647,0,0,1-1.319-1.019,2.729,2.729,0,0,1-.52-1.639,1.864,1.864,0,0,1,.919-1.559q1.359-.959,2.578-1.879T44.532-20.855ZM68.355-13.98a1.828,1.828,0,0,1-.779,1.639,3.133,3.133,0,0,1-1.779.52,3.133,3.133,0,0,1-1.779-.52,1.828,1.828,0,0,1-.779-1.639V-30.728a1.828,1.828,0,0,1,.779-1.639,3.133,3.133,0,0,1,1.779-.52,3.133,3.133,0,0,1,1.779.52,1.828,1.828,0,0,1,.779,1.639ZM47.69,4.167a3.8,3.8,0,0,1-2.658-.719,3.582,3.582,0,0,1-.739-2.6V-7.025a3.582,3.582,0,0,1,.739-2.6,3.8,3.8,0,0,1,2.658-.719H64.957a3.8,3.8,0,0,1,2.658.719,3.582,3.582,0,0,1,.739,2.6V.849a3.582,3.582,0,0,1-.739,2.6,3.8,3.8,0,0,1-2.658.719ZM62.359-.07a.813.813,0,0,0,.919-.919v-4.2a.813.813,0,0,0-.919-.919H50.288a.813.813,0,0,0-.919.919v4.2a.813.813,0,0,0,.919.919Zm12.151-23.3a9.117,9.117,0,0,1,.62-3.4,7.193,7.193,0,0,1,1.839-2.678,8.5,8.5,0,0,1,3-1.739,12.435,12.435,0,0,1,4.1-.62,12.435,12.435,0,0,1,4.1.62,8.5,8.5,0,0,1,3,1.739A7.193,7.193,0,0,1,93-26.771a9.117,9.117,0,0,1,.62,3.4,9.117,9.117,0,0,1-.62,3.4A7.193,7.193,0,0,1,91.158-17.3a8.5,8.5,0,0,1-3,1.739,12.435,12.435,0,0,1-4.1.62,12.435,12.435,0,0,1-4.1-.62,8.5,8.5,0,0,1-3-1.739,7.193,7.193,0,0,1-1.839-2.678A9.117,9.117,0,0,1,74.51-23.373Zm14.23,0a5.212,5.212,0,0,0-.26-1.659,3.6,3.6,0,0,0-.839-1.379,4,4,0,0,0-1.459-.939,5.886,5.886,0,0,0-2.118-.34,5.886,5.886,0,0,0-2.118.34,4,4,0,0,0-1.459.939,3.6,3.6,0,0,0-.839,1.379,5.212,5.212,0,0,0-.26,1.659,5.212,5.212,0,0,0,.26,1.659,3.6,3.6,0,0,0,.839,1.379,4,4,0,0,0,1.459.939,5.886,5.886,0,0,0,2.118.34,5.886,5.886,0,0,0,2.118-.34,4,4,0,0,0,1.459-.939,3.6,3.6,0,0,0,.839-1.379A5.212,5.212,0,0,0,88.74-23.373Zm18.027-2.2a1.577,1.577,0,0,1,1.4.64,2.685,2.685,0,0,1,.44,1.559,2.78,2.78,0,0,1-.44,1.579,1.559,1.559,0,0,1-1.4.66h-3.757v5.156a1.828,1.828,0,0,1-.779,1.639,3.133,3.133,0,0,1-1.779.52,3.133,3.133,0,0,1-1.779-.52,1.828,1.828,0,0,1-.779-1.639V-30.728a1.828,1.828,0,0,1,.779-1.639,3.133,3.133,0,0,1,1.779-.52,3.133,3.133,0,0,1,1.779.52,1.828,1.828,0,0,1,.779,1.639v5.156ZM97.094-5.906a.813.813,0,0,0,.919-.919v-.56a.813.813,0,0,0-.919-.919H81.026a1.409,1.409,0,0,1-1.279-.62,2.56,2.56,0,0,1-.4-1.419,2.463,2.463,0,0,1,.4-1.4,1.425,1.425,0,0,1,1.279-.6H99.612a3.8,3.8,0,0,1,2.658.719,3.582,3.582,0,0,1,.739,2.6v3.677a3.582,3.582,0,0,1-.739,2.6,3.8,3.8,0,0,1-2.658.719H85.342a.813.813,0,0,0-.919.919v.56a.813.813,0,0,0,.919.919H102.13a1.409,1.409,0,0,1,1.279.62,2.56,2.56,0,0,1,.4,1.419,2.463,2.463,0,0,1-.4,1.4,1.425,1.425,0,0,1-1.279.6H82.824a3.8,3.8,0,0,1-2.658-.719,3.582,3.582,0,0,1-.739-2.6V-2.588a3.582,3.582,0,0,1,.739-2.6,3.8,3.8,0,0,1,2.658-.719Zm17.227-20.225a1.535,1.535,0,0,1-1.359-.64,2.615,2.615,0,0,1-.44-1.519,2.615,2.615,0,0,1,.44-1.519,1.535,1.535,0,0,1,1.359-.64h11.911a3.8,3.8,0,0,1,2.658.719,3.582,3.582,0,0,1,.739,2.6V-19.7a3.582,3.582,0,0,1-.739,2.6,3.8,3.8,0,0,1-2.658.719h-7.714a.813.813,0,0,0-.919.919V-11.5a.813.813,0,0,0,.919.919q3.757,0,6.915-.18t6.076-.58a1.618,1.618,0,0,1,1.459.44,2.259,2.259,0,0,1,.62,1.4,3.177,3.177,0,0,1-.24,1.619,1.425,1.425,0,0,1-1.2.819q-1.239.16-2.758.3t-3.457.26q-1.939.12-4.4.18t-5.576.06a3.8,3.8,0,0,1-2.658-.719,3.582,3.582,0,0,1-.739-2.6v-7.634a3.582,3.582,0,0,1,.739-2.6,3.8,3.8,0,0,1,2.658-.719h7.714a.813.813,0,0,0,.919-.919v-3.757a.813.813,0,0,0-.919-.919ZM141.1-.11a1.828,1.828,0,0,1-.779,1.639,3.2,3.2,0,0,1-1.819.52,3.133,3.133,0,0,1-1.779-.52,1.828,1.828,0,0,1-.779-1.639V-30.728a1.828,1.828,0,0,1,.779-1.639,3.133,3.133,0,0,1,1.779-.52,3.2,3.2,0,0,1,1.819.52,1.828,1.828,0,0,1,.779,1.639Zm25.541-10.352a3.582,3.582,0,0,1-.739,2.6,3.8,3.8,0,0,1-2.658.719H152.173a3.8,3.8,0,0,1-2.658-.719,3.582,3.582,0,0,1-.739-2.6V-26.93a3.582,3.582,0,0,1,.739-2.6,3.8,3.8,0,0,1,2.658-.719h11.072a3.8,3.8,0,0,1,2.658.719,3.582,3.582,0,0,1,.739,2.6Zm-5.076-14.549a.813.813,0,0,0-.919-.919h-5.876a.813.813,0,0,0-.919.919v12.631a.813.813,0,0,0,.919.919h5.876a.813.813,0,0,0,.919-.919ZM177.475-.11a1.828,1.828,0,0,1-.779,1.639,3.2,3.2,0,0,1-1.819.52,3.133,3.133,0,0,1-1.779-.52,1.828,1.828,0,0,1-.779-1.639V-30.728a1.828,1.828,0,0,1,.779-1.639,3.133,3.133,0,0,1,1.779-.52,3.2,3.2,0,0,1,1.819.52,1.828,1.828,0,0,1,.779,1.639Z' transform='translate(53.14 48.221)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}

/* new 아이콘 */
.setting_new:after {content:'';clear:both;display:block;position:absolute;top:12px;right:15px;width:16px;height:16px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_badge_new' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle id='Ellipse_434' data-name='Ellipse 434' cx='8' cy='8' r='8' fill='%23fb5151'/%3E%3Cpath id='Path_2590' data-name='Path 2590' d='M-3.119,0h1.54V-3.267c0-.935-.121-1.958-.2-2.838h.055L-.9-4.356,1.457,0h1.65V-8.14H1.568V-4.9c0,.924.121,2,.209,2.849H1.721L.908-3.806-1.457-8.14H-3.119Z' transform='translate(8 12)' fill='%23fff'/%3E%3C/svg%3E%0A");}
/*.notice_new:after {content:'';clear:both;display:block;top:0px;right:15px;width:30px;height:30px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_badge_new' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle id='Ellipse_434' data-name='Ellipse 434' cx='8' cy='8' r='8' fill='%23fb5151'/%3E%3Cpath id='Path_2590' data-name='Path 2590' d='M-3.119,0h1.54V-3.267c0-.935-.121-1.958-.2-2.838h.055L-.9-4.356,1.457,0h1.65V-8.14H1.568V-4.9c0,.924.121,2,.209,2.849H1.721L.908-3.806-1.457-8.14H-3.119Z' transform='translate(8 12)' fill='%23fff'/%3E%3C/svg%3E%0A");}*/
.notice_new:after {vertical-align:-webkit-baseline-middle;content:'';/* clear:both; */display:inline-block;margin-top: -10px;width:30px;height: 30px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_badge_new' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle id='Ellipse_434' data-name='Ellipse 434' cx='8' cy='8' r='8' fill='%23fb5151'/%3E%3Cpath id='Path_2590' data-name='Path 2590' d='M-3.119,0h1.54V-3.267c0-.935-.121-1.958-.2-2.838h.055L-.9-4.356,1.457,0h1.65V-8.14H1.568V-4.9c0,.924.121,2,.209,2.849H1.721L.908-3.806-1.457-8.14H-3.119Z' transform='translate(8 12)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.faq_new:after {vertical-align: -webkit-baseline-middle ;content:'';/* clear:both; */display:inline-block; margin-top: -8px; width:30px;height: 30px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_badge_new' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle id='Ellipse_434' data-name='Ellipse 434' cx='8' cy='8' r='8' fill='%23fb5151'/%3E%3Cpath id='Path_2590' data-name='Path 2590' d='M-3.119,0h1.54V-3.267c0-.935-.121-1.958-.2-2.838h.055L-.9-4.356,1.457,0h1.65V-8.14H1.568V-4.9c0,.924.121,2,.209,2.849H1.721L.908-3.806-1.457-8.14H-3.119Z' transform='translate(8 12)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.btn_select_name{min-width:100%;white-space:nowrap;border:solid 1px #eee;line-height:38px;padding:0 28px 0 10px;background:no-repeat right center;background-image: url("data:image/svg+xml,%3Csvg id='icon_select' xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Crect id='hit' width='28' height='28' fill='%23ffdeee' opacity='0'/%3E%3Cg id='Union_20' data-name='Union 20' transform='translate(7.535 10.828)' fill='%23fff'%3E%3Cpath d='M 6.364006519317627 7.071708202362061 L 0.7070992588996887 1.414800882339478 L 1.414769172668457 0.7071309089660645 L 6.010769367218018 5.303781032562256 L 6.364349365234375 5.657411098480225 L 6.717929363250732 5.303781032562256 L 11.31381130218506 0.7072484493255615 L 12.02080631256104 1.414693474769592 L 7.424699306488037 6.010800838470459 L 7.071139335632324 6.36435079574585 L 7.071476936340332 6.364688396453857 L 6.364006519317627 7.071708202362061 Z' stroke='none'/%3E%3Cpath d='M 1.414749145507813 1.414270877838135 L 1.414218902587891 1.414801120758057 L 6.364129066467285 6.364710807800293 L 6.364264011383057 6.364575862884521 L 6.364039421081543 6.36435079574585 L 6.364089012145996 6.364300727844238 L 5.65718936920166 5.657310962677002 L 1.414749145507813 1.414270877838135 M 11.31372928619385 1.414491176605225 L 10.18265533447266 2.545725345611572 L 11.31380939483643 1.414570808410645 L 11.31372928619385 1.414491176605225 M 1.414799690246582 9.5367431640625e-07 L 6.364349365234375 4.950250625610352 L 11.31389904022217 9.5367431640625e-07 L 12.72779941558838 1.414801120758057 L 7.778249263763428 6.36435079574585 L 7.778699398040771 6.364800930023193 L 6.363899230957031 7.778700828552246 L -9.5367431640625e-07 1.414801120758057 L 1.414799690246582 9.5367431640625e-07 Z' stroke='none' fill='%23111'/%3E%3C/g%3E%3C/svg%3E%0A");}
.form-textarea-qa {width:100%;border:solid 1px #DDDDDD;background-color:#fff;}
/* floating 버튼 */
.floating{position:relative;width:100%;height:50px}
.floating [data-btn="floatingWrite"]{position:fixed;right:0;bottom:0;width:50px;height:50px;margin:20px;background-color:#1d74e8;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48.1 55.5' style='enable-background:new 0 0 48.1 55.5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M15.3,47.4l-10-8.4L38.1,0l10,8.4L15.3,47.4L15.3,47.4z M3.4,41.4l10,8.4l-0.9,1.1L0,55.5l2.5-13.1L3.4,41.4 L3.4,41.4z'/%3e%3c/svg%3e ");background-size:19px 19px;border:0 none;border-radius:50%;text-indent:-9999em}
.floating [data-btn="floatingWrite"]:active,.floating [data-btn="floatingWrite"]:focus{background-color: #0f53ba}

/* [lhs]등하교 알림 */
.contents.goto-contents{min-height: calc(100vh - 172px);height:calc(100vh - 172px);overflow-y:auto}
.btn_confirm_area.banner{height:80px}
.photo-list{margin:0 -30px}
.item-photo{display:flex;flex-flow:row wrap;align-items:center;}
.photo-list{border-bottom:solid 1px #F7F7F7}
.photo-list>li{padding:11px 30px;border-top:solid 1px #F7F7F7}
.item-photo dt{flex:0 0 calc(53px);position:relative;width:53px;height:53px;border-radius:50%;margin-right:10px;background:url(../images/bg_child.png) 0 0 no-repeat;background-size:53px}
.item-photo dt img{width:100%;border-radius:50%;}
.item-photo dt .mask{display:block;position:absolute;top:0;right:0;left:0;bottom:0;background:url(../images/thmb_mask.png) 0 0 no-repeat}
.item-photo dd{flex:0 0 calc(100% - 63px)}
.item-photo dd,.item-photo .child-data{position:relative}
.item-photo .child-data{display:inline;margin-right:0px}
.item-photo .child-data>*+*{margin-left:8px}
.item-photo .child-data .name-child{color:#16c5bc}
.icon_new{display:inline-block;position:relative;width:20px;height:20px}
.icon_new:after{vertical-align:-webkit-baseline-middle;content:'';/* clear:both; */display:inline-block;width:20px;height:20px;background:no-repeat center;background-image: url("data:image/svg+xml,%3Csvg id='icon_badge_new' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle id='Ellipse_434' data-name='Ellipse 434' cx='8' cy='8' r='8' fill='%23fb5151'/%3E%3Cpath id='Path_2590' data-name='Path 2590' d='M-3.119,0h1.54V-3.267c0-.935-.121-1.958-.2-2.838h.055L-.9-4.356,1.457,0h1.65V-8.14H1.568V-4.9c0,.924.121,2,.209,2.849H1.721L.908-3.806-1.457-8.14H-3.119Z' transform='translate(8 12)' fill='%23fff'/%3E%3C/svg%3E%0A");}
.item-photo .icon_new{position:absolute;bottom:0;right:-25px;margin-left:0}
.goto-serivce{display:inline-block;width:100%;max-width:360px;height:80px;margin:0 auto;padding:15px 5px 10px 5px;background:#01b5ac;font-size:15px;letter-spacing:-.045rem;color:#fff;font-weight:500;box-sizing:border-box;border-radius:3px;text-align:center}
.goto-serivce>span{display:inline-block;position:relative;margin-left:70px;line-height:24px}
.goto-serivce>span:before{display:inline-block;position:absolute;top:-7px;left:-90px;width:60px;height:68px;background:url(../images/bn_help.png) 0 0 no-repeat;background-size:60px auto;content:''}
.goto-serivce .go{display:inline-block;position:relative;left:2px;top:-2px;width:28px;height:28px;background-color:#fff;color:#01b5ac;border-radius:50%;font-size:16px;line-height:20px;}

.list-group>li{border-bottom:1px solid rgba(0,0,0,.125)}
/* 가입안내:features */
.features{}
.features .row+.row{margin-top:40px}
.features .total-group{background-color:#fff5f5;border-bottom:2px solid #f7c4c9 !important}
.features .icon-box{display:flex;align-items:center;padding:20px;background:#f6f6f6;transition:ease-in-out 0.3s}
.features .icon-box i{font-size:2.4rem;padding-right:10px;line-height:1}
.features .icon-box h3{font-size:1.6rem}
.features .list-group-item{padding-top:20px;padding-bottom:20px}
.features .item{display:flex;flex-wrap: wrap;justify-content: space-between;align-items:center;font-size:1.3rem;color:#666;min-height:24px}
.features .item>*{flex:1}
.features .item dd{color:#41afca;text-align:right}
.features .charge-ploicy{}/* 요금정책안내 */
.features .buy-ploicy{}/* 단말기구매정책 */
.features .btns-area{text-align:center}
.features .btns-area .btn-apply{min-width:300px}
.features .icon-tbox{justify-content: center;display:flex;align-items:center;padding:5px;background:#f6f6f6;transition:ease-in-out 0.3s}
.features .icon-tbox h3{font-size:1.8rem}

/* Mobiles(Portrait) */
@media (min-width:280px) and (max-width:767px){
	.features dl.row>dt{margin-bottom:20px}
	.features .btns-area .btn-apply{min-width:100%}
	.features .icon-box h3{font-size:2rem}
}