@charset "utf-8";
/* Font */

@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('common.css');
@import url('https://airportos.co.kr/data/css/font_custom.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');




/* Guide 
----------------------------------------------------------------------------------------------------------------------------------------------------------

▶사이즈
pc : 1200px
tablet : 980px ~
mobile : 767px ~ 320px

▶미디어쿼리는 (주석으로 구분 되어있는)파트마다 각각 작성함.

*/

/* Reset 
---------------------------------------------------------------------------------------------------------------------------------------------------------- */
* {
  font-family: 'Noto Sans KR', AppleGothic, Arial, Helvetica, sans-serif !important;
}

body {
  font-family: 'Noto Sans KR', AppleGothic, Arial, Helvetica, sans-serif !important;
}



@font-face {
  font-family: 'Noto Sans KR' !important;
  src: url('/data/font/NotoSans-Regular.woff2') format('woff2');
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {
    margin: 0;
    padding: 0;
}
body,
th,
td,
input,
select,
textarea,
button {
    font-size: 16px;
    color: #333;
}




dl,
ul,
ol,
menu,
li {
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    letter-spacing: -0.5px;
	word-break:keep-all;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

* {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

a:hover,
a:focus,
a:active,
a:link {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

body {
    overflow-x: hidden;
}
.small, small {
    font-size: 100%;
}
@media only screen and (min-width: 320px) {
    body {
        overflow-x: hidden;
    }
}

.hidden {
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
/* Parallax
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

/* Preloader
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/basic_resp/img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* Back to top (탑 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ce112d;
}

.back-to-top i {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 33px;
}
.mt-0 {
	margin-top:0 !important;
}

.bg_f5 {
	background-color: #f5f5f5;
}
/* Layoyt (레이아웃)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper {
    position: relative;
    width: 100%;
    min-width: 340px;
    height: 100%;
}

.login-bar {
    padding: 21px 0;
    text-align: center;
    z-index: 999;
    position: relative;
}

.login-bar li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    border-left: 1px solid #ddd;
    height: 23px;
    border: 1px solid #525353;
    border-radius: 11px;
    margin-bottom: 10px;
}

.login-bar li a {
    font-size: 12px;
    line-height: 23px;
    padding: 0 14px;
    color: #525353;
    font-weight: 500;
}

.login-bar .material-icons {
    display: block;
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 18px;
    color: #fff;
}

.login-bar li:first-child {
    padding-right: 12px;
    background-color: #0b7c02;
    border: 1px solid #1c9e75;
}

.login-bar li:first-child a {
    display: block;
    width: 55px;
    color: #fff;
}

.login-bar li ul {
    position: absolute;
    left: -11px;
    top: 31px;
}

.login-bar li ul li {
    padding-right: 12px;
}

.login-bar li ul li a {
    display: block;
    margin-bottom: 38px;
    width: 55px;
}

.login-bar .lang_list {
    display: none;
    position: absolute;
    background-color: #000;
    width: 71px;
    left: -3px;
    border-radius: 10px;
    padding: 5px 0;
    top: -1px;
}

.login-bar .lang_list dd a {
    color: #fff;
    font-weight: 400;
    position: relative;
    line-height: 26px;
}

.login-bar .lang_list dd a i {
    color: #fff !important;
    right: -8px !important;
    top: 5px !important;
}

/* Button (공통 버튼)
---------------------------------------------------------------------------------------------------------------------------------------------------------- */

.btn {
    text-transform: uppercase;
    border-radius: 0;
    line-height: 24px;
}

.btn:focus,
.btn:active {
    outline: none;
    color: #fff;
}

.btn-custom {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: #509591;
    border-color: #509591;
    color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
    background-color: #447774;
    border-color: #447774;
    color: #fff;
}

.btn-custom-outline {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #fff;
}

.btn-custom-outline:hover,
.btn-custom-outline:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, .5);
}

.btn-bar a {
    margin-right: 10px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 3px;
    height: 38px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #333;
}


/* 퀵메뉴 */


.floatmenu {position: fixed; right: 10px; top: 63%; margin-top:-265px; border: 1px solid rgba(0,0,0,0.1); overflow: hidden; z-index: 999;}
.floatmenu .menu {width:70px;  background-repeat: no-repeat; background-size:auto; background-color: #fff; background-position: 50% 20px; position: relative;}
.floatmenu .menu > a:hover{color: #000;}
.floatmenu .menu > a:active{color: #000;}
.floatmenu .menu08 > a:visited{color: #fff;}
.floatmenu .menu:after {content:''; display: block; position: absolute; top: 0; width: 76px; height: 1px; background-color: #efefef; left: 50%; transform: translateX(-50%);}
.floatmenu .menu:nth-child(1):after,
.floatmenu .menu:nth-child(7):after{display: none;}
.floatmenu .menu01:hover{background-color: #2d87ddbd; border-color: #2d87ddbd; background-image : url('/images/sub/floating01.png');}
.floatmenu .menu02 {background-color: #4f3e30; border-color: #4f3e30; color: #fff; background-image : url('/images/sub/floating02.png');}
.floatmenu .menu02:hover{background-color: #715035cc; border-color: #715035cc; background-image : url('/images/sub/floating02.png');}
.floatmenu .menu03 {background-color: #004fa0c9; border-color: #004fa0c9; color: #fff; background-image : url('/images/sub/floating03.png');}
.floatmenu .menu03:hover{background-color: #2d87ddbd; border-color: #2d87ddbd; background-image : url('/images/sub/floating03.png');}
.floatmenu .menu04 {background-image : url('/images/sub/floating01.svg');}
.floatmenu .menu04:hover {background-color: #f3e9df; background-image : url('/images/sub/floating01.svg');}
.floatmenu .menu05 {background-image : url('/images/sub/floating02.svg');}
.floatmenu .menu05:hover {background-color: #f3e9df; background-image : url('/images/sub/floating02.svg');}
.floatmenu .menu06 {background-image : url('/images/sub/floating03.svg');}
.floatmenu .menu06:hover {background-color: #f3e9df; background-image : url('/images/sub/floating03.svg');}
.floatmenu .menu07 {background-image : url('/images/sub/floating04.svg');}
.floatmenu .menu07:hover {background-color: #f3e9df; background-image : url('/images/sub/floating04.svg');}
.floatmenu .menu08 {background-position: 50% 5px; background-color: #000; color: #fff;}
.floatmenu .menu08:hover a{color: #fff; background-color: #4f3e30;}
.floatmenu .menu > a{width: 100%; height: 70px; padding-top: 40px; text-align:  center; color: #000; font-size: 14px; display: block; font-weight: 500;}
.floatmenu .menu04{    background-position: 50% 30%;}
.floatmenu .menu05{    background-position: 50% 30%;}
.floatmenu .menu06{    background-position: 50% 30%;}
.floatmenu .menu07{    background-position: 50% 30%;}
.floatmenu .menu08{    background-position: 55% 30%;}
.floatmenu .menu > a img { margin-right: 10px; line-height: 50px;  display: block; margin: 0 auto 13px;}
/* .floatmenu .menu04 > a {color: #595959;}
.floatmenu .menu05 > a {color: #595959;} */
.floatmenu .menu08 > a{padding-top: 15px; height: 50px; color: #fff; font-weight: 500;}
.floatmenu .menu .hover{width: 100%; height: 100%; padding-top: 10px; opacity: 0; position: absolute; top: 0; left: 0; z-index: 10; cursor:pointer; transition:0.4s;}
.floatmenu .menu .hover:hover{display: block; background: rgba(20,119,221,0.9); opacity: 1;}
.floatmenu .menu .hover a{width: 85%; margin: auto; display: block; line-height: 35px; text-align: center; border: 1px solid #fff; color: #fff;}
.floatmenu .menu .hover a:first-of-type{margin-bottom: 5px;}
.floatmenu .menu .hover a:hover{color: #337ab7; background: #fff;}

body a{text-decoration: none;
    background-color: transparent;
    color: inherit;
    transition: all .2s ease-out;
    font-style: normal;
    word-break: keep-all;
	font-family: 'Montserrat', 'Noto Sans KR', AppleGothic, Arial, Helvetica, sans-serif;}


@media only screen and (max-width: 980px) {
	.floatmenu {display: none;}
}