.wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

.flexSt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flexrow{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

img.auto {
    max-width: 50%;
    max-height: 50%;
    width: auto;
    height: auto;
}

img.auto100 {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.block {
    display: block;
}

.text-center {
    text-align: center !important;
}

.display-inline {
    display: inline-block !important;
}

.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgt35 {
    margin-top: 2.69em;
}

.mgt45 {
    margin-top: 2.81em !important;
}

.mgt60 {
    margin-top: 4em;
}

.mgt80 {
    margin-top: 5em;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.pdt30 {
    padding-top: 1.8em;
}

.pdt60 {
    padding-top: 3.8em;
}

.pdt80 {
    padding-top: 5em;
}

.pdb80 {
    padding-bottom: 5em;
}

.pdb60 {
    padding-bottom: 3.8em;
}

.pdlr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pdLeft0 {
    padding-left: 0 !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

.pc {
    display: block
}

.mob {
    display: none;
}

button,
button.link,
button.print {
    border: none;
    background: none;
    font-size: 1em;
    padding: 0;
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: auto;
    line-height: 1;
    white-space: nowrap;
    font-weight: 600;
}

#container {
    /* padding-top: 86px; */
    /* padding-bottom: 1em; */
}

#sub-container {
    padding-top: 8em;
    padding-bottom: 5em;
    /* 만족도 조사 없을 때는 padding-bottom: 8em; */
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .mgt35 {
        margin-top: 1.250em;
    }

    .mgt45 {
        margin-top: 1.875em;
    }

    .mgt60 {
        margin-top: 2.813em;
    }

    .mgt80 {
        margin-top: 3.125em;
    }

    .pdt30 {
        padding-top: 1.2em;
    }

    .pdt60 {
        padding-top: 2.813em;
    }

    .pdt80 {
        padding-top: 3.125em;
    }

    .pdb80 {
        padding-bottom: 3.125em;
    }

    .pdb60 {
        padding-bottom: 2.813em;
    }
}

@media screen and (max-width: 768px) {
    .pdlr40{
        padding-left: 20px;
        padding-right: 20px;
    }
    
}

@media screen and (max-width: 480px) {
    .pdlr40{
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* 폰트  */
* {
    font-family: 'Pretendard';
}

.Pretendard {
    font-family: 'Pretendard' !important;
}

/* 웹접근성 폰트 */
.font-ghost {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* 접근성 기본값 */
a:focus-visible,
input:focus-visible,
div:focus-visible,
button:focus-visible {
    outline: 3px solid #000;
    outline-offset: -3px;
}

a.top:focus-visible {
    outline: 3px solid red;
    outline-offset: -3px;
}


/* *********************************************************************************
 *	건너뛰기 메뉴 정의
 * *********************************************************************************/
#skip {
    position: relative;
    z-index: 9999
}

#skip strong {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

#skip a {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background-color: #DC2848;
    font-size: 14px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    transition: all 0.4s
}

#skip a:hover,
#skip a:focus,
#skip a:active {
    top: 0;
    text-decoration: none;
}


/* 폰트 색상  */
.fc-white {
    color: #fff !important;
}

.fc-red {
    color: #FF6F72 !important;
}


/* 콘텐츠용 폰트 스타일 */
#container h2 {
    font-size: 1.5em;
    font-weight: 700;
}

#container h3 {
    font-size: 1.25em;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {

}


/* 버튼 정의 */
.btns{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3em;
    width: auto;
    line-height: 1;
    white-space: nowrap;
}

.btns.normal{
    color: #636374;
    font-size: 0.9em;
    vertical-align: middle;
}

.btns.list{
    color: #D52E35;
    font-size: 1em;
    font-weight: 700;
    height: 22px;
    width: 84px;
    background-color: #FAFAFB;
    border: 1px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(#fafafb, #fafafb), linear-gradient(95deg, #D52E35 15.06%, #FC8DAF 74.73%, #F9C717 101.63%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px -0.8px 8px 0px rgb(124, 67, 67, 0.3);
    transition: all .3s ease;
}

.btns.link01{
    color: #fff;
    font-size: 1em;
    width: 68px;
    height: 34px;
    background-color: #566A90;
    border-radius: 50px;
    box-shadow: 0px -0.8px 4px 0px rgba(66, 66, 137, 0.4);
    transition: all .3s ease;
}

.btns.link01-sm{
    color: #fff;
    font-size: 1em;
    width: 60px;
    height: 25px;
    background-color: #566A90;
    border-radius: 50px;
    box-shadow: 0px -0.8px 4px 0px rgba(66, 66, 137, 0.4);
    transition: all .3s ease;
}

.btns.link02{
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    width: auto;
    height: 40px;
    background-color: #566A90;
    border-radius: 50px;
    padding: 0 1em;
    flex: 1;
    justify-content: space-between;
    letter-spacing: -0.3px;
    box-shadow: 0px -0.8px 11px 0px rgba(124, 124, 135, 0.2);
    transition: all .3s ease;
}

.btns.basic{
    width: 150px;
    height: 25px;
    font-size: 1.1em;
    background: #E9ECF1;
    border-radius: 20px;
    color: #586785;
    border: 1px solid #CED4DD;
    box-shadow: 0px -0.8px 11px 0px rgba(124, 124, 135, 0.2);
    transition: all .3s ease;
}

.btns.basic.wdAuto{
    width: auto;
    padding: 0 0.8em;
    background-color: #566A90;
    color:#fff;
}


.btns.imglink{
    width: 98px;
    height: 98px;
    border-radius: 16px;
    border: 1px solid #CED4DD;
    box-shadow: 0px -0.8px 11px 0px rgba(124, 124, 135, 0.2);
    transition: all .3s ease;
}

.btns.line-purple{
    background: #Fefefe;
    width: auto;
    height: 25px;
    border: 1px solid #C8AEF1;
    border-radius: 20px;
    box-shadow: 0px 0 8px 0px rgb(108, 108, 182, 0.3);
    padding: 0 6px;
    font-weight: 700;
    font-size: 0.9em;
    margin-left: 5px;
    transition: all .3s ease;
}

.btns.line-gray{
    font-size: 0.9em;
    padding: 1px 6px;
    background: #Fefefe;
    width: auto;
    height: 22px;
    border: 1px solid #C5C5C5;
    border-radius: 20px;
    box-shadow: 0px 0 8px 0px rgb(108, 108, 182, 0.3);
    margin-left: 5px;
    transition: all .3s ease;
}

.btns.fill-gray{
    font-size: 0.9em;
    padding: 1px 6px;
    background: rgba(0, 0, 0, 0.4);
    width: auto;
    height: 22px;
    border: 1px solid #C5C5C5;
    border-radius: 20px;
    box-shadow: 0px 0 8px 0px rgb(108, 108, 182, 0.3);
    margin-left: 5px;
    transition: all .3s ease;
}

.btns:hover{
    box-shadow: none;
}


/* 모바일 헤더 */
#header {
    width: 100%;
    z-index: 999;
    background: #FFF;
}

#main-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 9;
}

.header-bar{
    width: 100%;
    height: 50px;
}

.header-bar .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.lang{
    width: 65px;
    position: relative;
}

.lang .lang-select{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 3px 0 3px 4px;
    position: relative;
    display: flex;
    align-items: center;
    height: 24px;
    background: url(../../images/common/ico_arrowS.svg) center right 5px no-repeat;
    background-color: #fff;
    z-index: 99;
}

.lang .lang-select img{
    opacity: 0.6;
    width: 15px;
    margin-right: 2px;
}

.lang span{
    display: inline-block;
    font-size: 0.9em;
    color: #636374;
}

.lang .lang-list{
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    top: 20px;
    left: 0;
    z-index: 9;
}

.lang .lang-list li{    
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 12px 12px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.lang .lang-list li button{
    width: 100%;
    padding: 6px 0 6px 3px;
    opacity: 0.7;
}

.lang .lang-select.on + .lang-list{
    display: block;
}

.lang .lang-select.on{
    border-radius: 12px 12px 0 0 ;
    border-bottom-color:#fff;
}

.helper-bar .font-size{
    font-size: 0.9em;
    color: #636374;
}

.helper-bar .font-size .control{
    margin-left: 4px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 2px 5px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 20px;
    gap: 0.2em;
}

.helper-bar .font-size .control a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.helper-bar .font-size .control a.element{
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #737475;
    color: #fff;
}

.helper-bar .helper-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
}

.helper-bar .helper-btns img.mob{
    display: none;
}

.helper-bar .helper-btns a{
    margin-left: 5px;
}

@media screen and (max-width: 480px) {
    .helper-bar .helper-btns img.pc{
        display: none;
    }

    .helper-bar .helper-btns img.mob{
        display: block;
    }

    .lang{
        width: auto;
        min-width: 48px;
    }

    .lang .lang-select{
        padding: 3px 0 3px 6px;
    }

    .lang .lang-select img{
        display: none;
    }

    .lang .lang-list li button{
        padding: 6px 0 6px 6px;
        width: auto;
    }
}

@media screen and (max-width: 380px) {
    .helper-bar .helper-btns img.mob{
        height: 18px;
    }

}

/* pc 헤더 */
#header-pc {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #FFF;
}

#main-header.PC_header{
    background-color: #FAFAFB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-header.PC_header .helper-bar.pcSt,
#main-header.PC_header .header-bar.pcSt{
    display: flex;
    align-items: center;
    height: 74px;
}

#main-header.PC_header .helper-bar.pcSt > .helper-btns{
    display: flex;
    align-items: center;
    gap: 0.2em;
}

#main-header.PC_header .helper-bar.pcSt .font-size{
    margin: 0 0.9em;
    color: #333;
}

#main-header.PC_header .helper-bar.pcSt .font-size .flexSt{
    flex-wrap: nowrap;
}

#main-header.PC_header .helper-bar.pcSt .font-size .control a.element{
    background: #333;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 480px) {

}



/* 모바일 푸터 */
#footer {
    background: #FAFAFB;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #666;
    padding: 1em 0 2em;
    margin-bottom:100px;
}

#footer .inner{
    max-width: 1100px;
    margin: 0 auto;
}

#footer .f_menu{
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 1em 0;
    margin: 1em 0;
}

#footer .f_menu ul{
    display: flex;
    align-items: center;
}

#footer .f_menu li {
    flex: 1;
    position: relative;
}

#footer .f_menu li .bold{
    font-weight: 800;
}

#footer .f_menu li:first-child:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #bfbfbf;
}

#footer .tel {
    color: #717171;
    font-size: 1em;
}

#footer .copyright {
    color: #4F4F5C;
    margin-top: 1em;
}

@media screen and (max-width: 430px) {
    #footer {
        margin-bottom: 90px;
    }

}


/* 모바일 - 푸터 하단 메뉴 */
#f-menu {
    position: fixed;
    bottom: 0; 
    left: 0; 
    width: 100%; 
    background-color: #fff; 
    z-index: 1000;
    border-top: 1px solid #E6E6EA;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
    padding: 1em 0 2em;
}

#f-menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

#f-menu li a img{
    height: 23px;
}

#f-menu li a span{
    color: #4F4F5C;
    text-align: center;
    font-size:1em;
    font-weight: 700;
}


/* top 버튼 */
.scroll_top_btn {
    position: fixed;
    right: 2%;
    bottom: 17%;
    width: 43px;
    height: 43px;
    text-align: center;
    transition: 0.3s all;
    border-radius: 65px;
    box-sizing: border-box;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px -0.892px 11.327px 0px rgba(124, 124, 135, 0.25);
}

.scroll_top_btn a.TOP {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 43px;
}
