br.mobile {
    display: none;
}
br.pc {
    display: block;
}
main header {
    position: relative;
}
.container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
section.section-wrapper {
    padding-top: 110px;
    padding-bottom: 135px;
}
  
.container .ignore-container {
    margin-left: -30px;
    margin-right: -30px;
}
.sub-text {
    font-weight: 200;
    font-size: 20px;
}
#carouselExampleIndicators ol.carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 1px solid white;
    background-color: unset;
    margin: 0 8px;
}
#carouselExampleIndicators ol.carousel-indicators li.active {
    background-color: red;
    width: 24px;
    height: 13px;
    border: unset;
    border-radius: 10px;
}
.carousel-wrapper {
    display: flex;
}
.carousel-wrapper .owl-carousel {
    position: relative;
}
.owl-stage {
    margin: 0;
}
.owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);    
    margin: 0;
}

.owl-nav button.owl-prev img {
    display: none;
}
.owl-nav button.owl-next img {    
    display: none;
}

.owl-nav button.owl-prev img.active {
    display: block;
}
.owl-nav button.owl-next img.active {    
    display: block;
}

.owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

header #carouselExampleIndicators .slide-text {
    position: absolute;
    color: white;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;

    touch-action: none;
    pointer-events: none;
}
#carouselExampleIndicators .slide-text .slide-top-text {
    font-size: 48px;
    letter-spacing: -1.2px;
    line-height: 72px;
    font-weight: 300;
    margin-bottom: 30px;
}
#carouselExampleIndicators .slide-text .slide-bottom-text {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1;
    font-weight: 200;
}

.store-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    position: relative;
}
.store-carousel-wrapper ul.store-carousel-slide {
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    display: flex;
    margin-bottom: 0;
}
ul.store-carousel-slide li.slide-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 10px;
}

.link-button {
    display: flex;
    align-items: center;
}
.link-button a {
    font-weight: 500;
    color: black;
    font-size: 20px;
    letter-spacing:  -0.5px;
    display: flex;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 13px 22px;
}

/* grid system */

.pa-0 {
    padding: 0;
}
.ma-0 {
    margin: 0;
}

.col-6 {
    flex: 0 0 49.5%;
    max-width: 49.5%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 49.5%;
        max-width: 49.5%;
    } 
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 49.5%;
        max-width: 49.5%;
    } 
    .col-md-4 {
        flex: 0 0 32.77777%;
        max-width: 32.77777%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 32.77777%;
        max-width: 32.77777%;
    } 
}
/* grid system end */

.text-grey {
    color: grey;
}
.text-white {
    color: white;
}

.carousel-item {
    height: 500px;
}

.head-text {
    color: black;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.store-list .head-text {
    margin-bottom: 40px;
}
.store-list .store-list-text {
    margin-bottom: 100px;
}
.store-list .store-list-text .sub-text {
    margin-bottom: 60px;
}
ul.owl-stage li.owl-item .branch {
    font-size: 13px;
}
ul.owl-stage li.owl-item .info-text {
    font-size: 13px;
    top: 10px;
    right: 10px;
}
.store-list .line {
    border-bottom: 1px solid black;
    margin-bottom: 39px;
}
.store-list .carousel-wrapper {
    width: 100%;
}
.carousel-wrapper .owl-item img {
    border-radius: 10px;
}
.carousel-wrapper .owl-stage {
    margin: 0;
}

.store-list .store-info {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    border-radius: 7px;
}
.store-list .store-info img {
    border-radius: 7px;
}
.store-list .store-info .branch {
    position: absolute;
    font-size: 15px;
    letter-spacing: -0.38px;
    color: white;
    bottom: 13px;
    text-shadow: 0 0 10px black;
    right: 20px;
    font-weight: 300;
}
.store-list .store-info .info-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    top: 15px;
    right: 15px;
    opacity: 0.7;
    color: white;
    background-color: black;
    font-size: 15px;
    width: 90px;
    height: 30px;
}


button:focus { 
    outline: none; 
}

.bg-light-grey {
    background-color: #eeeeee;
}
.bg-grey {
    background-color: #2f3438;
}
.bg-black {
    background: black;
}

.section-container {
    padding: 60px 0;
}

/*  histtory */
section.history {
    color: white;
}
.history .container {
    display: flex;
    justify-content: space-between;
}
.history .history-text {
    position: relative;
}
.history .history-text .head-text {
    color: white;
}
.history .history-text .bottom-text {
    line-height: 33px;
    letter-spacing: -0.45px;
    color: white;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    font-weight: 200;
}

.history-list-wrapper {
    background-color: #43484c;
    border-radius: 11px;
    width: 500px;
    padding-left: 47px;
    padding-top: 46px;
    display: flex;
    line-height: 33px;
    letter-spacing: -0.45px;
    box-shadow: 15px 15px 15px -5px rgb(0 0 0 / 50%);
}
.history-list-wrapper ol.history-list {
    flex-direction: column;
    padding: 0;
    margin: 0;
}
ol.history-list li.history-item {
    line-height: 33px;
    margin: 0;
}
.history-list li.history-item {
    display: flex;
    color: white;
    font-size: 18px;
    letter-spacing: -0.45px;
}
.history-list li.history-item .history-date {
    font-weight: 300;
    position: relative;
    padding-right: 30px;
    padding-bottom: 31px;
}
.history-list li.history-item .history-date:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 13px;
    right: -4px;
    border: 2px solid #fff;
    background-color: #1d2327;
    border-radius: 50%;
    display: inline-block;
    box-sizing: unset;
    z-index: 1;
}

.history-list li.history-item .history-desc {
    position: relative;
    padding-left: 18px;
    font-weight: 200;
}
.history-list li.history-item .history-desc:before {    
    position: absolute;
    left: 0;
    content: "";
    width: 1px;
    top: 29px;
    opacity: 0.3;
    background-color: #fff;
    height: 38px;
}
.history-list li.history-item:last-child .history-desc:before {
    height: 0;
}

@media (max-width: 1030px) {
    section.history {
        padding-bottom: 0;
    }
    .history .container {
        flex-direction: column;
    }
    .history .history-text .bottom-text {
        position: unset;
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .history .history-list-wrapper {
        width: auto;
        border-radius: unset;
        margin: 0 -30px;
        padding-left: 30px;
        padding-top: 40px;
        box-shadow: unset;
    }
}

@keyframes fade-slide-up {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}

.slide-up {
    opacity: 0;
    animation-delay: 300ms;
    animation-duration: 700ms !important;
    animation-fill-mode: forwards;
}
.slide-up.show {
    animation-name: fade-slide-up;
}


/* premium */
.premium-contents .sub-text {
    margin-bottom: 50px;
}
.premium-contents .bottom-content {
    display: flex; 
    flex-direction: column
}
.premium-contents ul.category {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
}
.premium-contents .category li {
    align-self: flex-end;
    margin-bottom: 50px;
    display: flex;
}


.premium-contents .category .category-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 10px;
    padding: 0 4px;
}
.category-info img {
    width: 169px;
}
.category-info .name {
    font-weight: 200;
    font-size: 20px;
    letter-spacing: -0.5px;
    text-align: center;
    margin-top: 10px;
}
.premium-contents .menu-button {
    display: flex;
    align-items: center;
}
.premium-contents .menu-button a {
    color: black;
    font-size: 20px;
    font-weight: 300;
    line-height: 51px;
    letter-spacing:  -0.5px;
    border-radius: 10px;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 56px;
}

section.achieve {
    background: no-repeat center center/cover, rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    color: white;
}
.achieve .head-text { 
    /* 수정 모바일에서 15 */
    margin-bottom: 30px;
}
.achieve .contents .date {
    color: white;
    font-size: 18px;
    letter-spacing: -0.4px;
    margin-bottom: 33px;
    font-weight: 200;
}
.achieve .contents {
    display: flex;
    justify-content: space-between;
    width: 1130px;
}
.achieve-score-wrapper {
    max-width: 529px;
    margin-bottom: -91px;
}
.achieve-score-wrapper .achieve-score {
    width:  178px;
    margin-bottom: 91px;
}
.achieve-score .title {
    font-size: 22px;
    letter-spacing: -0.55px;
    margin-bottom: 40px;
}
.achieve-score .score {
    font-size: 62px;
    font-weight: 500;
    letter-spacing: -1.5px;
}

@media (max-width: 1180px) {
    .achieve .contents {
        width: unset;
    }
}
/* 기술 만족도 */
.welfare .head-text {
    margin-bottom: 20px;
}
.welfare .sub-text {
    margin-bottom: 60px;
}
.welfare ul.amenity-info-container {
    padding-top: 20px;
    border-top: 1px solid black;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: -30px;
}
.welfare ul.amenity-info-container li {
    padding: 0;
}
.welfare .amenity-info img {
    margin-bottom: 11px;
    border-radius: 10px;
}
.welfare .amenity-text {
    text-align: center;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 300;
    margin-bottom: 30px;
}

/* 기술 경쟁력 */
.company-skills .head-text {
    margin-bottom: 50px;
}
.company-skills .skill-section {
    margin-top: 50px;
}
.company-skills .skill-section:first-child {
    margin-top: 0;
}
.company-skills .skill-section img{
    width: 460px;
    height: 320px;
    border-radius: 7px;
}
.company-skills .skill-section-text {
    margin-left: 55px;
    animation-delay: 600ms !important;
}
.company-skills .skill-section-text .section-text-top {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 30px;
}
.company-skills .skill-section-text .section-text-bottom {
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.5px;
    font-weight: 200;
    max-width: 476px;
}

.info-skill .line {
    border-top: 1px solid black;
    margin-bottom: 22px;
}
.info-skill .top-text {
    font-size: 18px;
    letter-spacing: -0.45px;
    font-weight: bold;
    margin-bottom: 27px;
}
.info-skill img {
    margin-bottom: 32px;
}
.info-skill .bottom-text {
    font-size: 18px;
    letter-spacing: -0.45px;
}
.inquiry-link a {
    background-color: black;
    color: white;
    font-size: 15px;
    line-height: 46px;
    letter-spacing:  -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    width: 100%;
    height: 46px;
    padding: 0 15px;
}


.parallax-window {
    height: 600px;
    background-color: unset;
    background-position: left center !important;
}
.parallax-window .container {
    padding-top: 110px;
}
.parallax-window .head-text {
    line-height: 50px;
    letter-spacing: -0.85px;
    font-weight: 300;
}
.parallax-window .parallax-bottom-text {
    font-size: 20px;
    margin-top:20px;
    margin-bottom: 60px;
    letter-spacing: -0.5px;
    line-height: 1;
    font-weight: 200;
}
.parallax-window .app-download img {
    border-radius: 80px;
    border: 1px solid black;
}
.parallax-window .app-download a.appstore {
    margin-right: 10px;
}

@media (max-width: 680px){
    br.mobile {
        display: block;
    }
    br.pc {
        display: none;
    }
    .head-text {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: -0.45px;
        margin-bottom: 15px;
    }

    .sub-text {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.32px;
        margin-bottom: 30px;
    }

    .premium-contents .link-button {
        margin-bottom: 30px;
    }
    .link-button a {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: -0.25px;
        padding: 7px 8px;
    }

    section.section-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* header */
    .carousel-inner .carousel-item {
        height: 200px;
        min-height: 200px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    header #carouselExampleIndicators .slide-text {
        top: 25px;
        left: 30px;
        transform: unset;
        width: unset;
    }
    #carouselExampleIndicators .slide-text .container {
        padding: 0;
    }
    #carouselExampleIndicators .slide-text .slide-top-text {
        font-size: 23px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    #carouselExampleIndicators .slide-text .slide-bottom-text {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: -0.25px;
    }

    #carouselExampleIndicators ol.carousel-indicators li {
        width: 6px;
        height: 6px;
        border-radius: 100%;
        border: 1px solid white;
        background-color: unset;
        margin: 0 3px;
    }
    #carouselExampleIndicators ol.carousel-indicators li.active {
        background-color: red;
        width: 11px;
        height: 6px;
        border: unset;
        border-radius: 10px;
    }
    
    /* store-list */
    .store-list .store-list-text {
        margin-bottom: 50px;
    }
    .store-list .store-list-text .head-text {
        margin-bottom: 20px;
    }
    .store-list .store-list-text .sub-text {
        margin-bottom: 30px;
    }

    /* history */
    section.section-wrapper.history {
        padding-bottom: 0;
    }
    .history .history-text .bottom-text {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: -0.25px;
    }

    .history .history-list-wrapper {
        width: auto;
        border-radius: unset;
        margin: 0 -30px;
        padding-left: 30px;
        padding-top: 40px;
        box-shadow: unset;
    }
    ol.history-list li.history-item {
        font-size: 13px;
        line-height: 20px;
    }
    .history-list li.history-item .history-date:after {
        width: 1px;
        height: 1px;
        top: 8px;
        right: -3px;
        border: 2px solid #fff;
    }
    .history-list li.history-item .history-desc:before {
        top: 19px;
        height: 30px;
    }

    /* archieve */
    .achieve .contents {
        flex-direction: column;
    }
    .achieve .contents .date {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: -0.25px;
        margin-bottom: 112px;
    }
    .achieve .contents .data {
        margin-left: auto;
    }
    .achieve-score-wrapper {
        max-width: 257px;
        margin: 0 0 -40px 0;
    }
    .achieve-score-wrapper .achieve-score {
        margin-bottom: 40px;
        padding: 0;
    }
    .achieve-score-wrapper .achieve-score .title {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.32px;
        margin-bottom: 15px;
    }
    .achieve-score-wrapper .achieve-score .score {
        font-size: 35px;
        letter-spacing: -0.88px;
    }

    /* company-skills */
    .skill-section {
        flex-direction: column;
        margin-top: 40px;
    }
    .company-skills .head-text {
        margin-bottom: 40px;
    }
    .company-skills .skill-section img {
        width: 100%;
        height: unset;
    }
    .skill-section .skill-section-text {
        margin-top: 15px;
        margin-left: 0;
    }
    .company-skills li.skill-section header.section-text-top {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.32px;
        margin-bottom: 5px;
    }
    .company-skills .skill-section-text .section-text-bottom {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: -0.25px;
    }

    /* premium */
    .premium-contents .sub-text {
        margin-bottom: 30px;
    }
    .premium-contents .bottom-content {
        display: flex; 
        flex-direction: column-reverse;
    }
    ul.premium-contents .category {
        margin-bottom: -10px;
    }
    .premium-contents .category .category-info {
        margin: 0 0 15px 0;
    }
    li.category-info img {
        width: 97px;
    }
    ul.category li.category-info .name {
        font-size: 13px;
        line-height: 19px;
        letter-spacing: -0.25px;
        margin-top: 2px;
    }

    /* welfare */
    .welfare .amenity-info img {
        margin-bottom: 10px;
        border-radius: 7px;
    }
    .welfare .amenity-info .amenity-text {
        font-size: 13px;
        line-height: 13px;
        letter-spacing: -0.25px;
        margin-bottom: 25px;
    }
    .welfare .head-text {
        margin-bottom: 15px;
    }
    .welfare .sub-text {
         margin-bottom: 30px;
    }
    .welfare ul.amenity-info-container {
        padding-top: 0;
        margin-top: 50px;
        margin-bottom: -15px;
    }

    /* parallax */
    .parallax-window {
        height: 298px;
    }
    .parallax-window .container {
        padding-top: 40px;
        padding-left: 30px;
    }
    .parallax-window .head-text {
        line-height: 23px;
        letter-spacing: -0.45px;
    }
    .parallax-window .parallax-bottom-text {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .parallax-window .app-download {
        display: flex;
        flex-direction: column;
    }
    .parallax-window .app-download img {
        width: 92px;
    }
    .parallax-window .app-download .appstore {
        margin-bottom: 5px;
    }
}
@media (min-width: 1190px) {
    .container {
      max-width: 1190px;
    }
}
@media (max-width: 1190px) {
    /* welfare */
    .welfare .container .ignore-container {
        margin-left: 0;
        margin-right: 0;
        border-top: unset;
    }
}


#top_btn {
    border: unset;
    background: unset;
    border-radius: 100%;
}
.circle-button {
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
	width: 56px;
	height: 56px;
}
.circle-button img {
    position: absolute;
}
.circle-button img.background {
	width: 56px;
	height: 56px;
}
#inquiry-button {
	width: 184px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: black;
	border: 0;
	color: white;
	margin-right: 10px;
}
.footer-button {
	position: fixed;
    bottom: 40px;
    right: 89px;
	display: flex;
    z-index: 1;
}
.footer-button #inquiry-button {
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 30%);
}
.footer-button #top_btn {
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 30%);
}

@media (max-width: 680px) {
    .footer-button {
        bottom: 12px;
        right: 15px;
    }
    .circle-button {
        width: 45px;
        height: 45px;
    }
    .circle-button img.background {
        width: 45px;
        height: 45px;
    }
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset;
}

.carousel-container {
    max-width: 1334px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel {
    max-width: 1334px;
    padding-left: 72px;
    padding-right: 72px;
}

@media (max-width: 1334px) {
    .owl-carousel {
        padding: 0;
    }
    .owl-nav button.owl-prev {
        left: 100px;
    }
    .owl-nav button.owl-next {
        right: 100px;
    }
}
@media (max-width: 500px) {
    .owl-nav button.owl-prev {
        left: 50px;
    }
    .owl-nav button.owl-next {
        right: 50px;
    }
}