@charset 'utf-8';
@import url("fonts.css");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,select,button,
ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,textarea {margin:0;padding:0;/*transition: 0.3s all;*/}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;margin:0;padding:0;}
img {-ms-interpolation-mode:bicubic !important;}
a,input,select,textarea,button,img {vertical-align:middle;font-family:inherit;}
input {margin:0;padding:0;}
table,th,td {margin:0;padding:0;border-spacing:0;border-collapse:collapse;}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal;}
legend,caption {height:0;text-indent:-9999px;overflow:hidden;font-size:0;}
input,button {border-radius:0;outline:none;cursor:pointer;border:none;}
button,input[type='button'],input[type='submit'] {-webkit-appearance:none;outline:none;cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;*overflow:visible; }
select {border-radius:0;}
strong{font-weight:600;}

html {font-size: 100%; /* 1 */-webkit-text-size-adjust: 100%; /* 2 */-ms-text-size-adjust: 100%; /* 2 */overflow-y:scroll;overflow-x:hidden;}
html,body,button,input,select,textarea {font-family:'Noto Sans KR', "Open Sans", Malgun Gothic, dotum,arial,sans-serif; color:#222; font-size:10px; font-weight:400;-webkit-text-size-adjust:none;}
body {font-family:'Noto Sans KR', "Open Sans", Malgun Gothic,dotum,arial,sans-serif; font-size:10px; color:#1a242d; font-weight:400;line-height:1; letter-spacing:0px;-webkit-text-size-adjust:none;}
legend, caption{visibility:hidden; position:absolute; top:0; left:0; width:0px; height:0px; font-size:0; line-height:0;}
input[type=text]::-ms-clear {display:none;}
input[type=text]:-ms-clear {display:none;}
pre {word-wrap: break-word;white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-break:break-all;}
*, *::before, *::after {box-sizing: border-box;}

a { margin:0; padding:0;text-decoration:none;}
a:hover, a:visited, a:link {text-decoration:none;color:#111;transition: ease 0.2s;}
a:focus {outline: none;color:#111;}
a:active,a:hover {outline: 0;}

.clear {clear:both;display:block;float:none;font-size:0 !important;height:0;line-height:0 !important;margin:0 !important;overflow:hidden;padding:0 !important;width:100%;}
.clearfix {*zoom:1;*overflow:hidden;}
.clearfix:after {content:'';display:block;clear:both;font-size:0;}
.hide {position:absolute;left:-9999px;top:-9999px;overflow:hidden;width:0;height:0;font-size:0;visibility:hidden;}

.flL{float:left;}
.flR{float:right;}

select:placeholder{display: inline-block;color:#1a242d;}
::-webkit-input-placeholder {color:#1a242d; /* Edge */}
:-ms-input-placeholder {color:#1a242d; /* Internet Explorer 10-11 */}
::placeholder {color:#1a242d;}

input:focus, select:focus, option:focus, textarea:focus, button:focus{outline: none;}

::selection {background-color:#505050;color:#fff;}
::-moz-selection {background-color:#505050;color:#fff;}

.hidden{position:absolute;top:-9999em;left:-9999em;width:1px;height:1px;overflow:hidden;visibility:hidden;opacity:0}



/* °øÅë :: ·¹ÀÌ¾Æ¿ô  */
.flex{
    display: flex !important;
}
.flex.row{
    flex-direction: row !important;
}
.flex.column{
    flex-direction: column !important;
}
.flex.row-reverse{
    flex-direction: row-reverse !important;
}
.flex.column-reverse{
    flex-direction: column-reverse !important;
}
.jc-center{
    justify-content: center !important;
}
.jc-space-between{
    justify-content: space-between !important;
}
.jc-flex-start{
    justify-content: flex-start !important;
}
.jc-flex-end{
    justify-content: flex-end !important;
}
.ai-center{
    align-items: center !important;
}
.ai-flex-start{
    align-items: flex-start !important;
}
.ai-flex-end{
    align-items: flex-end !important;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mgT-0{
    margin-top:0 !important;
}
.mgT-5{
    margin-top:5px !important;
}
.mgT-10{
    margin-top:10px !important;
}
.mgT-20{
    margin-top:20px !important;
}
.mgT-30{
    margin-top:30px !important;
}
.mgT-40{
    margin-top:40px !important;
}
.mgT-50{
    margin-top:50px !important;
}
.mgT-60{
    margin-top:60px !important;
}

.mgB-0{
    margin-bottom:0 !important;
}
.mgB-5{
    margin-bottom:5px !important;
}
.mgB-10{
    margin-bottom:10px !important;
}
.mgB-20{
    margin-bottom:20px !important;
}
.mgB-30{
    margin-bottom:30px !important;
}
.mgB-40{
    margin-bottom:40px !important;
}
.mgB-50{
    margin-bottom:50px !important;
}

.mgR-0{
    margin-right:0px !important;
}
.mgR-5{
    margin-right:5px !important;
}
.mgR-10{
    margin-right:10px !important;
}
.mgR-20{
    margin-right:20px !important;
}

.mgL-0{
    margin-left:0px !important;
}
.mgL-5{
    margin-left:5px !important;
}
.mgL-10{
    margin-left:10px !important;
}
.mgL-120{
    margin-left:20px !important;
}

.pd-0{
    padding:0px !important;
}
.pd-10{
    padding:10px !important;
}
.pd-20{
    padding:20px !important;
}
.pd-30{
    padding:30px !important;
}
.pd-40{
    padding:40px !important;
}

.pdT-0{
    padding-top:0px !important;
}
.pdT-10{
    padding-top:10px !important;
}
.pdT-20{
    padding-top:20px !important;
}
.pdT-30{
    padding-top:30px !important;
}
.pdT-40{
    padding-top:40px !important;
}

.pdB-0{
    padding-bottom:0px !important;
}
.pdB-10{
    padding-bottom:10px !important;
}
.pdB-20{
    padding-bottom:20px !important;
}
.pdB-30{
    padding-bottom:30px !important;
}
.pdB-40{
    padding-bottom:40px !important;
}

/* :: form ¼û±è */
.d-none{display: none;}

.width10{width:10%  !important;}
.width20{width:20%  !important;}
.width30{width:30%  !important;}
.width40{width:40%  !important;}
.width50{width:50%  !important;}
.width60{width:60%  !important;}
.width70{width:70%  !important;}
.width80{width:80%  !important;}
.width90{width:90%  !important;}
.width100{width:100%  !important;}


.fz-12{font-size: 12px !important;}
.fz-13{font-size: 13px !important;}
.fz-14{font-size: 14px !important;}
.fz-15{font-size: 15px !important;}
.fz-16{font-size: 16px !important;}
.fz-17{font-size: 17px !important;}
.fz-18{font-size: 18px !important;}

.fz-12rem{font-size: 1.2rem !important;}
.fz-13rem{font-size: 1.3rem !important;}
.fz-14rem{font-size: 1.4rem !important;}
.fz-15rem{font-size: 1.5rem !important;}
.fz-16rem{font-size: 1.6rem !important;}
.fz-17rem{font-size: 1.7rem !important;}
.fz-18rem{font-size: 1.8rem !important;}

.fw-400{font-weight: 400;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;}



.txt-tip{padding-left:17px;text-indent:-17px;font-size: 15px;line-height: 1.2em;}
.txt-tip2{color:#f81a49;font-size: 15px;line-height: 1.2em;}
.txt-tip2{color:#f81a49;font-size: 15px;line-height: 1.2em;}

.txt-tip3 span{
    position:relative;
    padding-left:15px;
    margin-bottom:10px;
    font-size:15px;
    font-weight: 500;
}
.txt-tip3 span:before{
    display: inline-block;
    position:absolute;
    top:50%;
    left:0;
    margin-top:-5px;
    content:"-";
}

.txt-tip4{
    position:relative;
    padding-left:15px;
    margin-bottom:10px;
    font-size: 15px;
    font-weight: 500;
}
.txt-tip4:before{
  display: inline-block;
  position:absolute;
  top:50%;
  left:0;
  margin-top:-11px;
  font-size: 14px;
  content:"¡Ø";
}

.txt-tip a,
.txt-tip2 a,
.txt-tip3 a,
.txt-tip4 a{
    display: inline-block;
    margin-top:-3px;
    line-height: 1.2em;
}
.txt-tip a:hover,
.txt-tip2 a:hover,
.txt-tip3 a:hover,
.txt-tip4 a:hover{
    text-decoration: underline;
}

.txt-tip-s{font-size: 14px;}

.txt-em-mcolor{color:#f81a49 !important; }
.txt-em-mcolor2{color:#ed2024 !important;}
.txt-em-blue{color:#003875 !important;}
.txt-em-blue2{color:#035ab9 !important;}
.txt-em-blue3{color:#0673eb !important;}

.taL{text-align: left !important;}
.taC{text-align: center !important;}
.taR{text-align: right !important;}

.txt-mark1{position:relative;padding-left:12px;}
.txt-mark1:before{display:inline-block;position:absolute;left:0;top:8px;content:"";width:4px;height:4px;background-color:#666;}
.txt-mark2{position:relative;padding-left:12px;}
.txt-mark2:before{display:inline-block;position:absolute;left:0;top:0;content:"*";}
.txt-mark3{position:relative;padding-left:12px;}
.txt-mark3:before{display:inline-block;position:absolute;left:0;top:0;content:"-";}
.txt-mark4{position:relative;padding-left:17px;margin-left:-2px;}
.txt-mark4 span{display:inline-block;position:absolute;left:0;top:0;}

.text-indent17{padding-left:17px;text-indent:-17px;}
.text-indent18{padding-left:18px;text-indent:-18px;}
ul.text-indent18 li{padding-left:18px;text-indent:-18px;}

.box-bd-black{border:1px solid #333;}
.box-bd-aaa{border:1px solid #aaa;}
.box-bd-ddd{border:1px solid #ddd;}
.box-bd-white{border:1px solid #fff;}


.pc-view {}
.mo-view{
    display: none !important;
}



input[type='text'],
input[type='number'],
table td input[type='email'],
table td input[type='password']{
    border:1px solid #ddd; 
    padding-left:10px;
    padding-right:5px;
    height: 45px;
    font-size: 1.7rem;
}
table td input[type='text'],
table td input[type='number']{
    width:100%
}
/* radio-custom */
.radio-custom {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-right:3%;
    margin-top:1px ;
    margin-bottom:1px;
    cursor: pointer;
    font-size: 1.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radiomark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 18px;
    width: 18px;
    margin-top:-9px;
    background-color: #ddd;
    border-radius: 50%;
}
.radio-custom:hover input ~ .radiomark {
    background-color: #ccc;
}  
.radio-custom input:checked ~ .radiomark {
    background-color: #f81a49;
}  
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}  
.radio-custom input:checked ~ .radiomark:after {
    display: block;
}  
.radio-custom .radiomark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* radio-custom :: sm :: ÀÛÀº ¶óµð¿À¹öÆ° */
.radio-custom.sm {
    padding-left: 20px;
    margin-right:2%;
    font-size: 1.6rem;
}
.radio-custom.sm .radiomark {
    height: 16px;
    width: 16px;
    margin-top:-7px;
} 
.radio-custom.sm .radiomark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
}



/* checkbox custom :: checkbox-custom */
.checkbox-custom {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin-right:40px;
    cursor: pointer;
    font-size: 1.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height:18px;
    line-height:1.1em;
    font-weight: 400;
}
  
.checkbox-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ddd;
    border-radius: 2px;;
}
.checkbox-custom:hover input ~ .checkmark {
    background-color: #ccc;
}
.checkbox-custom input:checked ~ .checkmark {
    background-color: #f81a49;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox-custom input:checked ~ .checkmark:after {
    display: inline-block;
    position:absolute;
    left:0;
    top: 0;
    width: 18px;
    height: 18px;
    background-image: url('../images/icon-check-w.png');
    background-position: center center;
    background-size: 11px auto;
    background-repeat: no-repeat;
    content:"";
}

/* checkbox-custom :: sm :: ÀÛÀº ¶óµð¿À¹öÆ° */
.checkbox-custom.sm {
    padding-left: 23px;
    margin-right:2%;
    font-size: 1.6rem;
    height: 16px;
}
.checkbox-custom.sm .checkmark {
    top: 0px;
    height: 16px;
    width: 16px;
} 
.checkbox-custom.sm .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
}
.checkbox-custom.sm input:checked ~ .checkmark:after{
    top:-1px;
    left:-1px;
}


textarea.write-textarea{padding:10px;border: 1px solid #ddd;width:99%;font-size: 1.6rem;}


/* °øÅë :: ¹öÆ° :: a, button  */  
.btn-area{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn-area.pd-10{
    padding:10px 0;
}
.btn-area.pd-20{
    padding:20px 0;
}
.btn-area.pd-30{
    padding:30px 0;
}
.btn-area.pd-40{
    padding:40px 0;
}
.btn-area.pd-50{
    padding:50px 0;
}
.btn-area a,
.btn-area button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin:0 2px;
    padding:10px 25px;
    min-width: 100px;;
    font-size: 2rem;
    color:#fff;
    border-radius: 3px;
}
.btn-area a.sm,
.btn-area button.sm{
    min-width: auto;
    padding:7px 20px;
    font-size: 1.7rem;
}
.btn-area a.mcolor,
.btn-area button.mcolor{
    background-color: #f81a49;
    color:#fff;
}
.btn-area a.black,
.btn-area button.black{
    background-color: #222;
    color:#fff;
}
.btn-area a.gray,
.btn-area button.gray{
    background-color: #666;
    color:#fff;
}
.btn-area a.lightgray,
.btn-area button.lightgray{
    background-color: #aaa;
    color:#222;
    font-weight: 500;;
}
.btn-area a.white,
.btn-area button.white{
    background-color: #fff;
    color:#222;
    font-weight: 500;;
}
.btn-area a.blue,
.btn-area button.blue{
    background-color: #0673eb;  /* 003875 035ab9 0673eb*/
    color:#fff;
    font-weight: 500;;
}
.btn-area a.bd-gray,
.btn-area button.bd-gray{
    border:1px solid #ddd;
    color:#222;
}
.btn-area a.bd-black,
.btn-area button.bd-black{
    border:1px solid #222;
    color:#222;
}
.btn-area a.bd-mcolor,
.btn-area button.bd-mcolor{
    border:1px solid #f81a49;
    color:#f81a49;
}
.btn-area a.bd-gray-2,
.btn-area button.bd-gray-2{
    border:2px solid #ddd;
    color:#222;
}
.btn-area a.bd-black-2,
.btn-area button.bd-black-2{
    border:3px solid #222;
    color:#222;
}
.btn-area a.bd-mcolor-2,
.btn-area button.bd-mcolo-2{
    border:4px solid #f81a49;
    color:#f81a49;
}
.btn-area a.bd-radius-100,
.btn-area button.bd-radius-100{
    border-radius: 100px;
}


select { border-radius: 0; 
    background: url("../images/arr-open02.svg") right 12px center no-repeat; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background-size: 14px auto;
    border:1px solid #ddd; 
    padding-right:40px;
    padding-left:15px;
    height: 45px;
}
select::-ms-expand { display: none; }
select:focus { border: 1px solid #1c1c1c; }
select option:hover { background-color: red !important; }
/* select arrow none */
input[type="text"], input[type="password"], input[type="number"], input[type="tel"], input[type="email"], input[type="button"], input[type="submit"] { border-radius: 0 !important; -webkit-appearance: none; -moz-appearance: none; }
textarea { border-radius: 0 !important; -webkit-appearance: none; -moz-appearance: none; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #999; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #999; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #999; }
input::-ms-input-placeholder, textarea::-ms-input-placeholder { color: #999; }
input::placeholder, textarea::placeholder { color: #999; }



/*  ½ºÅ©·Ñ¹Ù  Ä¿½ºÅÒ */
*::-webkit-scrollbar {
    width: 12px;
    z-index: 8000;
  }

*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(170, 170, 170, 0.5);
  border-radius: 20px;
  border: 3px solid #fff;
}

*.radio-custom::-webkit-scrollbar {
    width: 15px;
    z-index: 8000;
  }

*.radio-custom::-webkit-scrollbar-track {
  background: #eff4f9;
}
*.radio-custom::-webkit-scrollbar-thumb {
  background-color: rgba(170, 170, 170, 0.6);
  border-radius: 20px;
  border: 4px solid #eff4f9;
}
/*  // ½ºÅ©·Ñ¹Ù  Ä¿½ºÅÒ */





/* modal :: ÆË¾÷  */
.modal-wrap{
    background-color:rgba(0,0,0,.5);
    justify-content:center;
    align-items:center;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
    padding:15px;  
    z-index: 8000;
}
.modal{
    position:relative;
    width:96%;
    max-width:800px;
    background-color:#fff;
    border-radius:10px;
    overflow:hidden;
    box-shadow: 5px 10px 10px rgba(0,0,0,.2);
}
.modal button.btn-modal-close{
    display: inline-block;
    position:absolute;
    top:10px;
    right:10px;
    background: url('../images/icon-close.svg') center center no-repeat;
    width:30px;
    height: 30px;
    background-size:17px auto;
}
.modal-upload .modal{
    max-width:700px;
}
.modal-find-num .modal,
.modal-find-pw .modal{
    max-width:500px;
    min-height: 255px;
}
.modal-body{
    width:100%;
    background-color:#fff;
}
.mbody-content{
    width:100%;
    padding:30px;
}
.mbody-titbox{
    text-align:left;
    width:100%;
    margin-bottom:10px;
    margin-top:30px;
}
.mbody-titbox:first-child{
    margin-top:0;
}
.mbody-titbox h1{
    font-weight: 600;
}
.mbody-contbox{
    word-break:break-word;
    overflow-y:auto;
}
.mbody-contbox .txtbox{
    padding:5px 0 10px;
    font-size: 1.5rem;
    line-height: 1.3em;
}
.mbody-contbox .txtbox span{
    font-weight: 600;
}

.mbody-contbox table{
    width:100%;
}
.mbody-contbox table tbody th,
.mbody-contbox table tbody td{
    padding:15px 3px 15px 10px;
    border: 1px solid #eaeaea;
    font-size: 1.5rem;
    text-align: left;
    font-weight: 500;
}
.mbody-contbox table tbody th{
    background-color: #f8f8f8;
}
.mbody-contbox table.tbl-modal td{
    padding:10px 10px;
}
.mbody-contbox table tbody td input[type='text'],
.mbody-contbox table tbody td input[type='password']{
    width:100%;
    padding-left:10px;
    height: 30px;
    background-color:#f8f8f8;
    border-radius: 5px;
    letter-spacing: 1px;
}
.mbody-contbox table tbody td input[type='text']{
    font-size: 1.8rem;
}
.mbody-contbox table tbody td input[type='password']{
    font-size: 3rem;
}
.mbody-contbox table tbody td p.txt-result{
    font-size: 3rem;
    font-weight: 600;
    color:#222;
    text-align: center;
}
.mbody-contbox table.tbl-modal td.pw-save{
    padding:0;
    padding-left:10px;
    border:none; 
}
button.btn-pw-save{
    width:100%;
    min-height: 154px;;
    background-color: #5770bb;
    font-size: 2rem;
}
button.btn-pw-save:hover,
button.btn-pw-save:focus{
    background-color: #264db5;
}
.modal-foot{
    width:100%;
    height:50px;
    text-align: center;
}
button.modal-close{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:8px 15px;
    font-size: 1.7rem;
    min-width:80px;
    cursor:pointer;
}

button.modal-close.btn-wide{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
    font-size: 1.7rem;
    color:#1a242d;
    font-weight: 500;;
    border-top:1px solid #eee;
    background-color: #f8f8f8 ;
    cursor:pointer;
}
button.modal-close.btn-wide:hover,
button.modal-close.btn-wide:focus{
    background-color: #eee;
}

/* Ã·ºÎÆÄÀÏ custom */
.filebox {
    position: relative;
    display: inline-block;
    margin-right:3px;
    height: 40px;
    cursor: pointer;
    width: 250px;
}
.filebox input {
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.filebox .file-shape {
    position: absolute;
    top: 1px;
    right: 0;
    left: 0;
    z-index: 5;
    width:250px;
    height: 40px;
    padding:3px 3px 3px 10px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.filebox .file-shape:after {
    content: "ÆÄÀÏÃ£±â";
    font-size:1.5rem; ;
}
.filebox .file-shape:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: 1px;
    content: "Ã·ºÎÆÄÀÏ";
    display: inline-block;
    padding: 8px 15px;
    height: 40px;
    color: #555;
    font-size: 1.5rem;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #666;
    color:#1a242d;
    font-weight:500;
    z-index: 6;
}


/* ¾Ö´Ï¸ÞÀÌ¼Ç */
@keyframes fadeIn{
  from{opacity:0}
  100%{opacity:1}
}
@keyframes fadeInUp{
  from{opacity:0;-webkit-transform:translate3d(0,140px,0);transform:translate3d(0,140px,0)}
  100%{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{
  from{opacity:0;transform:translate3d(0,-100px,0);-webkit-transform:translate3d(0,-100px,0);}
  100%{opacity:1;transform:none;-webkit-transform:none;}
}
@keyframes fadeInLeft{
  from{opacity:0;transform:translate3d(100px,0,0);-webkit-transform:translate3d(100px,0,0);}
  100%{opacity:1;transform:none;-webkit-transform:none;}
}
@keyframes fadeInRight{
  from{opacity:0;transform:translate3d(-100px,0,0);-webkit-transform:translate3d(-100px,0,0);}
  100%{opacity:1;transform:none;-webkit-transform:none;}
}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}


/* Scroll Animation (sa, ½ºÅ©·Ñ ¾Ö´Ï¸ÞÀÌ¼Ç) */
.sa {
    opacity: 0;
    transition: all .5s ease;
}

/* ¾Æ·¡¿¡¼­ À§·Î ÆäÀÌµå ÀÎ */
.sa-up {
    transform: translate(0, 30px);
}
/* À§¿¡¼­ ¾Æ·¡·Î ÆäÀÌµå ÀÎ */
.sa-down {
    transform: translate(0, -30px);
}
/* ¿ÞÂÊ¿¡¼­ ¿À¸¥ÂÊÀ¸·Î ÆäÀÌµå ÀÎ */
.sa-right {
    transform: translate(-100px, 0);
}
/* ¿À¸¥ÂÊ¿¡¼­ ¿ÞÂÊÀ¸·Î ÆäÀÌµå ÀÎ */
.sa-left {
    transform: translate(100px, 0);
}
/* ¿ÞÂÊÀ¸·Î È¸ÀüÇÏ¸é¼­ ÆäÀÌµå ÀÎ */
.sa-rotateL {
    transform: rotate(180deg);
}
/* ¿À¸¥ÂÊÀ¸·Î È¸ÀüÇÏ¸é¼­ ÆäÀÌµå ÀÎ */
.sa-rotateR {
    transform: rotate(-180deg);
}
/* ÀÛ¾ÆÁø »óÅÂ¿¡¼­ Ä¿Áö¸é¼­ ÆäÀÌµå ÀÎ */
.sa-scaleUp {
    transform: scale(.5);
}
/* Ä¿Áø »óÅÂ¿¡¼­ ÀÛ¾ÆÁö¸é¼­ ÆäÀÌµå ÀÎ */
.sa-scaleDown {
    transform: scale(1.5);
}

.sa.show {
    opacity: 1;
    transform: none;
}

.scale {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;  
}
.scale:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.left-to-right:hover{
    transform: translateX(10px);
    transition: all 0.5s;
}


/* ÇÏ´Ü µû¶ó´Ù´Ï´Â ¸Þ´º */
.footMenu{   
  position: fixed;
  left: 50%;
  bottom: 10px;
  width: 98%;
  max-width:1280px;
  z-index: 7000;
  margin-left:-640px;
}
.footMenu ul li{
  float: left;
  width:25%;
}

.footMenu ul li a{
  display: inline-block;
  padding:10px 0;
  width:100%;
  color: #333;
  background-color: #f2f2f2;
  text-align: center;
  font-size:1.7rem;
  transition:  none;
  z-index: 7000;
  font-family: 'Open Sans';
}
.footMenu ul li:nth-child(even) a{
    background-color: #f81a49;
    color:#fff;
}
.footMenu ul li a:hover{
    background-color: #f8f8f8;
}
.footMenu ul li:nth-child(even) :hover{
    background-color: #fb3761;
}

/* // ÇÏ´Ü µû¶ó´Ù´Ï´Â ¸Þ´º */



#toTop{
    display: none;
    position:fixed;
    bottom:50px;
    right:1.3%;
    width:60px;
    height:60px;
    cursor:pointer;
    z-index:3;
    text-align:center;
    vertical-align:middle;
    font-size:35px;
    z-index: 1000;
    border-radius: 100px;
    background-image: url('../images/arr02-b.svg');
    background-position: center center;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-color:rgba(230,230,230,0.8);
    transform: rotate(-90deg);
}
#toTop:hover{
    background-image: url('../images/arr02-w.svg');
    background-color:#f81a49;
    transition:0.3s ease;

}

