@charset "utf-8";

@import url('https://webfontworld.github.io/SCoreDream/SCoreDream.css');
@import url('https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css');

@font-face {
    font-family: 'ONE-Mobile-Title';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ONE-Mobile-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OTEnjoystoriesBA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*common*/

html,
body {
    min-height:100%;    
    overflow-x: hidden;
}

body {
    position: relative;
    text-align: left;
    line-height: 1;
    font-family: 'SCoreDream', sans-serif;
    font-weight: 400;
    /* min-width: 1200px; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
fieldset,
p,
button,
address,
table,
tbody,
tfoot,
thead,
th,
tr,
td,
video,
tt {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
hgroup,
menu,
main,
nav,
section,
summary,
mark,
time {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea,
select {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}


/*-webkit-appearance: none*/

button,
textarea {
    -webkit-appearance: none
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

img,
input,
select,
button,
textarea {
    vertical-align: middle;
    box-sizing: border-box;
}

em,
address,
optgroup {
    font-style: normal
}

label,
button {
    cursor: pointer
}

legend, caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

label {
    position: relative;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none
}

a {
    box-sizing: border-box;
    color: inherit;
}

a:link {
    text-decoration: none;
}



a:hover,
a:focus,
a:active {
    text-decoration: none;
}

hr {
    display: none
}

legend,
caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

p {
    /*text-align: left;*/
    font-weight: 400;
    word-break: keep-all
}

table {
    width: 100%;
    font-weight: 400;
    border-spacing: 0
}


/*skip 네비게이션*/

#skip-navi {
    position: absolute;
    top: 0;
    height: 0px;
    width: 100%;
    z-index: 1000;
}

#skip-navi a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

#skip-navi a:focus,
#skip-navi a:active {
    display: block;
    top: 0;
    width: 100%;
    height: 45px;
    padding: 10px 0;
    background: #021b87;
}

input::-webkit-input-placeholder {
    color: #a2a3a5;
}
input:-ms-input-placeholder {
    color: #a2a3a5;
}


/* 
  Margin 
*/
.mt0 { margin-top:0 !important;}
.mt5 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;}
.mt14 { margin-top:14px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt90 { margin-top:90px !important;}
.mt100 { margin-top:100px !important;}

.mb0 { margin-bottom:0 !important;}
.mb5 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb55 { margin-bottom:55px !important;}
.mb60 { margin-bottom:60px !important;}
.mb65 { margin-bottom:65px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}

.ml0 { margin-left:0 !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml30 { margin-left:30px !important;}

.mr0 { margin-right:0 !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr30 { margin-right:30px !important;}

.mw10 { margin-left:10px !important; margin-right:10px !important;}
.mw15 { margin-left:15px !important; margin-right:15px !important;}
.mw20 { margin-left:20px !important; margin-right:20px !important;}
.mw30 { margin-left:30px !important; margin-right:30px !important;}
.mw50 { margin-left:50px !important; margin-right:50px !important;}
.mh100 { margin-top:100px !important; margin-bottom:100px !important;}

/* 
  Padding 
*/
.pd0 { padding: 0 !important;}
.pt0 {padding-top:0 !important;}
.pt5 { padding-top:5px !important;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt30 { padding-top:30px !important;}
.pt40 { padding-top:40px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pt70 { padding-top:70px !important;}
.pt80 { padding-top:80px !important;}
.pt100 { padding-top:100px !important;}
.pt110 { padding-top:110px !important;}
.pb0 { padding-bottom:0 !important;}
.pb5 { padding-bottom:5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb30 { padding-bottom:30px !important;}
.pb40 { padding-bottom:40px !important;}
.pb50 { padding-bottom:50px !important;}
.pb60 { padding-bottom:60px !important;}
.pb70 { padding-bottom:70px !important;}
.pb100 { padding-bottom:100px !important;}
.ph20 { padding-top:20px !important; padding-bottom:20px !important;}
.ph40 { padding-top:40px !important; padding-bottom:40px !important;}
.ph50 { padding-top:50px !important; padding-bottom:50px !important;}
.ph80 { padding-top:80px !important; padding-bottom:80px !important;}
.ph100 { padding-top:100px !important; padding-bottom:100px !important;}

.f-left{
    float:left;
}
.f-right{
    float:right;
}

/*공통 레이아웃*/

#wrap {
    position: relative;
    width: 100vw;
    min-height: 100%;
    background-color: #fff;
    display: inline-block;
    min-width: 1200px;
}
#header{
    position: relative;
    height:150px;
    width:100%;    
    background-color:#fff;
}
#header:before{
    position: absolute;
    top:92px;
    content:'';
    height:2px;
    width:100%;    
    background-image: linear-gradient(to right, rgba(144,213,42, 1), rgba(0, 164, 230, 1)),
        url('../../images/common/header_line.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#header .inner{
    position:relative;
    width:1200px;
    margin:0 auto;
}

#header .inner .top-line {
    position: relative;
    height: 92px;    
}
#header .inner .top-line .logo{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 263px;
}
#header .inner .top-line .logo img{
    width:100%;
}
#header .inner .top-line .search {
    position: absolute;
    left: 400px;
    top: 50%;
    transform: translateY(-50%);
    width: 386px;
    height: 46px;
    border-radius: 5em;
    padding: 7px 16px;
    background-color: #f2f2f7;
}
#header .inner .top-line .search .inputsch {
    float: left;
    width: calc(100% - 40px);
    height: 32px;
    padding-left: 20px;
    line-height: 32px;
    border: 0;
    font-size: 14px;
    background-color: transparent;
}

#header .inner .top-line .search .btnSearch {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    border: none;
}
#header .inner .top-line .search .btnSearch i {
    display: flex;
    border: 0;
    font-size: 25px;
}
#header .inner .top-line .top-util {
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    display: flex;
}
#header .inner .top-line .top-util .util-menu {
    display: flex;
    align-items: center;
}
#header .inner .top-line .top-util .util-menu li {
    position: relative;
    padding:0 15px;
}
#header .inner .top-line .top-util .util-menu li::before {
    position: absolute;
    content:'';
    left:0;
    top:3px;
    width:1px;
    height:12px;
    background-color: #dcdcdc;
}
#header .inner .top-line .top-util .util-menu li:first-child:before {
    display: none;
}
#header .inner .top-line .top-util .util-menu li a {
    font-size:13px;
    color:#000;
}
#header .inner .top-line .top-util .btn-schedule {
    width:120px;
    height: 40px;
    background-color: #f6f6f6;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .inner .top-line .top-util .btn-schedule span {
    display: inline-block;
    font-size:13px;
    padding:6px 0px 6px 30px;
    background-image: url(../../images/common/icon-reservation.png);
    background-repeat: no-repeat;
}


#gnb {    
    position:absolute;
    top:94px;
    z-index:100;
    text-align: center;
    width: 100%;
}
#gnb > ul {
    display: inline-flex;
    align-items: center;   
}
#gnb>ul>li {
    position: relative;
}
#gnb > ul > li > a { 
    position: relative;      
    display: inline-block;
    padding:20px 34px;  
    font-size:17px;
    color:#000;   
    font-weight:600;
    transition: .3s;
}
#gnb>ul>li>a::before {
    position: absolute;
    content:'';
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:5px;
    height: 5px;
    background-color: #dedede;
    border-radius: 50%;
}
#gnb>ul>li:last-child>a::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #dedede;
    border-radius: 50%;
}
#gnb>ul>li>a .small {
    display: inline-block;
    font-size: 13.5px;
    color:#000;
    font-weight: 400;
    margin-right:6px;
}
#gnb>ul>li>a:hover {
    color: #ff5704;
}
#gnb>ul>li>a:hover .small {
    color: #000;
}


#gnb > ul > li > ul {
    position:absolute;
    top:56px;  
    opacity: 0;
    padding:0;
    transition:opacity .2s;
    height:0;
    width:100%;
    overflow:hidden;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#gnb > ul > li > ul.on {
    opacity: 1;
    height: auto;
    padding:0 20px;
}

#gnb > ul > li > ul > li {
    position: relative;    
}

#gnb > ul > li > ul > li > a {
    display: inline-block;
    text-align: center;
    font-size:14px;
    color:#000;
    font-weight:500;
    font-family: 'noto sans kr';
    padding:16px 10px;
    border-top: 1px solid #e4e4e4;
    width:100%;
}
#gnb > ul > li > ul > li > a:hover,
#gnb > ul > li > ul > li > a.on {
    color:#ff400d
}


#content-wrap{
    position: relative;
}

.footer{
    position:relative;
    min-height:200px;
    background-color:#282828;
}
.footer .foot-menu {
    position: relative;
    height: 60px;
    width:1200px;
    margin:0 auto;
    text-align: center;
}
.footer .foot-menu ul {
    display: inline-flex;
}
.footer .foot-menu ul li {
    position: relative;
    padding:22px 30px;
}
.footer .foot-menu ul li::before {
    position: absolute;
    content: '';
    width:1px;
    height: 12px;
    background-color: #aaa;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.footer .foot-menu ul li:first-child:before {
    display: none;
}
.footer .foot-menu ul li a {
    position: relative;
    color:rgba(170,170,170,0.8);
    font-size:13.5px;
}
.footer .foot-cont-line {
    position: relative;
    background-color: #252525;
}
.footer .foot-cont-line .inner {
    position: relative;
    width:1200px;
    margin:0 auto;
    min-height: 140px;
    display: flex;
    align-items: center;    
    padding:30px 0;
}
.footer .foot-cont-line .inner .tit-line {
    width:260px;
    margin-right:35px;
    flex-shrink: 0;
}
.footer .foot-cont-line .inner .tit-line .tit {
    display: block;
    font-size:23px;
    color:#fff;
    font-family: 'ONE-Mobile-Title';
    text-align: center;
}
.footer .foot-cont-line .inner .tit-line .info {
    display: block;
    font-size: 13px;
    margin-top:10px;
    color: #fff;
    padding:10px 0px;
    text-align: center;
    background-color: #161616;
}
.footer .foot-cont-line .inner .address-line{
    flex-grow: 1;
}
.footer .foot-cont-line .inner .address-line span {
    position: relative;
    display: inline-block;
    font-size:12.5px;
    color: rgba(176, 176, 176, 0.6);
    margin-bottom:10px;
    padding:0 10px;
}
.footer .foot-cont-line .inner .address-line span::before {
    position: absolute;
    content:'';
    left:0;
    top:0;
    width:1px;
    height: 12px;
    background-color: rgba(176, 176, 176, 0.6);
}
.footer .foot-cont-line .inner .address-line span.none::before {
    display: none;
}
.footer .foot-cont-line .inner .address-line span.none {
    padding-left:0;
}
.footer .foot-cont-line .inner .address-line .copylight {
    font-size: 12.5px;
    color: rgba(176, 176, 176, 0.6);
    margin-top: 4px;
}
.footer .foot-cont-line .inner .smartro-link {
    display: inline-block;
    width:254px;
    flex-shrink: 0;
    margin-left:30px;
}


