*{margin: 0;padding: 0;word-break: keep-all;}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: inherit;
}
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6{
    font-size: inherit;
    font-weight: inherit;
}
b,strong{font-weight: inherit;}
i,em,address{font-style: inherit;}
img{max-width: 100%;}
/* common */
html{
    font-family: "PretendardVariable";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 10px;
    background: #fff;
    color: #000;
    line-height: 1.6;
    letter-spacing: -0.02em;
    word-spacing : 0.1em;
}
.page{
    overflow: hidden;
    width: 100%;
}
.ir_pm{
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.innerTop1{padding-top: 160px;}
.innerTop{padding-top: 180px;}
.innerBot{padding-bottom: 160px;}
.content_inner{
    margin:0 auto;
    max-width: 1500px;
    width: 95%;
}
.screen_out{
    position: absolute;
    top: -9999em;
}
.ir_pm{
    text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}
/* h3 */

* b{font-weight: 700;}
html *.c{text-align: center;}
html *.m120{margin-bottom: 12rem;}
html *.m100{margin-bottom: 10rem;}
html *.m80{margin-bottom: 8rem;}
html *.m50{margin-bottom: 5rem;}
html *.m40{margin-bottom: 4rem;}
html *.m20{margin-bottom: 2rem;}
html *.m10{margin-bottom: 1rem;}
p{font-size: 20px;line-height: 2;}
/* popup */
#popup_10{z-index:101;}
#popup_9{z-index:102;}
#popup_8{z-index:103;}
#popup_7{z-index:104;}
#popup_6{z-index:105;}
#popup_5{z-index:106;}
#popup_4{z-index:107;}
#popup_3{z-index:108;}
#popup_2{z-index:109;}
#popup_1{z-index:110;}

.popup_wrap {
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.popup_foot {
    padding: 10px;
    font-size: 1.5rem;
}
.popup_foot>div{
    display: flex;
    justify-content: space-between;
}
.popup_foot label span{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.popup_close{
    cursor: pointer;
}
.popup_wrap.introani{
    animation: introanimation .8s forwards ease;
}
/* quick */
#quick-placeholder{
    position: fixed;
    bottom: 5vw;
    right: 2vw;
    z-index: 100000;
    font-family: "PretendardVariable";
    font-weight: 400;
    /* box-shadow: 0 4px 18px rgba(121, 121, 121, 0.25); */
    /* background: #fff; */
    /* border-radius: 20px; */
    /* overflow: hidden; */
}
#quick-placeholder ul{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding: 1rem; */
    /* gap */
}
#quick-placeholder ul li{
    background: #F39200;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 40px;
    transition: background 0.3s, color 0.3s;
}
#quick-placeholder ul li:hover {
    background: #fff;
    color: #F39200;
    border: 1px solid #F39200;
}
#quick-placeholder ul li a{
    display: flex;
    /* flex-direction: column; */
    width: 165px;
    align-items: center;
    justify-content: flex-end;
    transition: all .5s ;
    padding:8px ;
    text-align: center;
    /* word-spacing:-5px; */
    font-size:20px;
    gap: .7rem;
    /* color: #000; */
}
#quick-placeholder ul li .q_txt{width: 100%;}
#quick-placeholder ul li .img_wrap{
    width: 33px;
    height: 33px;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ;
    flex-shrink: 0;
}
#quick-placeholder li img{
    max-width: 32px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#quick-placeholder .quick  ul{
    /* padding: 1rem 0; */
    position: absolute;
    bottom: 100px;
    right: 0;
    pointer-events: none;
    /* display: none; */
    opacity: 0;
    transition:  .3s ease-in;
    transform: translateX(200%);
}
#quick-placeholder .quick.on  ul{
    /* padding: 1rem 0; */
    transform: translateX(0%);
    display: block;
    opacity: 1;
    pointer-events: auto;
}
/*  */
.quick_logo{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: quick_logo 1.2s ease-in-out infinite;
    cursor: pointer;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.quick_logo img{
    width: 50%;
}
@keyframes quick_logo {
    0%{transform: translateY(10px);}
    50%{transform: translateY(0px);}
    100%{transform: translateY(10px);}
}
#quick-placeholder .quick{
    display: flex;
    justify-content: end;
    flex-direction: column;align-items: end;
    gap: 10px;
}
#quick-placeholder .quick_m{
    display: none;
    border-top: 1px solid #00000047;
}


@media (min-width:0px) and (max-width:1520px){
    .h3_txt{font-size: 4.5rem;}
    
}
@media (min-width:0px) and (max-width:1280px){
    #quick-placeholder{
        bottom: 7vw;
    }
    .innerTop1{padding-top: 10rem;}
    .innerTop{padding-top: 17rem;}
    .innerBot{padding-bottom: 12rem;}
    html *.m120{margin-bottom: 10rem;}
    html *.m100{margin-bottom: 8rem;}
    html *.m80{margin-bottom: 6rem;}
    html *.m50{margin-bottom: 4rem;}
    html *.m40{margin-bottom: 3rem;}
    html *.m10{margin-bottom: 1rem;}
    p{font-size: 2rem;}
}

@media (min-width:0px) and (max-width:900px){
    .innerTop1{padding-top: 10rem;}
    .innerTop{padding-top: 15rem;}
    .innerBot{padding-bottom: 10rem;}
    p{font-size: 1.8rem;}
    html *.m50{margin-bottom: 3rem;}
    /* popup */
    .popup_wrap {
        left: 0!important;
    }
    /* common */
    .bg_wrap.bluebg::before {
        display: none;
    }
    
    .map_wrap .location_img {
        height: 250px;
    }
    
}
@media (min-width:0px) and (max-width:500px){
    /* common */
    .innerTop1{padding-top: 7rem;}
    .innerTop{padding-top: 12rem;}
    .innerBot{padding-bottom: 7rem;}
    html *.m120{margin-bottom: 6rem;}
    html *.m100{margin-bottom: 5rem;}
    html *.m80{margin-bottom: 4rem;}
    html *.m50{margin-bottom: 2.5rem;}
    html *.m40{margin-bottom: 2rem;}
    html *.m10{margin-bottom: 1rem;}
    p{font-size: 4.5vw;}
    /* popup */
    .popup_wrap {
        left: 0!important;
    }
    /* quick */
    #quick-placeholder ul , #quick-placeholder .quick.on ul{
        bottom: 70px;
    }
    #quick-placeholder ul li .img_wrap {
        width: 25px;
        height: 25px;
        padding: 4px;
    }   
    #quick-placeholder ul li a {
        width: 125px;
        padding: 5px;
        font-size: 15px;
    }
    .quick_logo {
        max-width: 60px;
        max-height: 60px;
    }
    #quick-placeholder .quick  ul{
        bottom: 70px;
    }
}
@media (min-width:0px) and (max-width:400px){
    .innerTop1{padding-top: 5rem;}
    .innerTop{padding-top: 10rem;}
    .innerBot{padding-bottom: 5rem;}
    html *.m120{margin-bottom: 4rem;}
    html *.m100{margin-bottom: 3rem;}
    html *.m80{margin-bottom: 2rem;}
    html *.m50{margin-bottom: 2rem;}
    html *.m40{margin-bottom: 1rem;}
    html *.m10{margin-bottom: 1rem;}
}