/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

/* Small devices (landscape phones, 576px and up) ////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 576px) {

    .container {
        max-width: 100%;
    }
    .view-img{
        width:initial;
    }
}


/* // Medium devices (tablets, 768px and up) ////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 768px) {

    /* ## Section1 ## */

    .section1-title p {
        padding-top: 0.313rem;
    }

    .section1-btn {
        display: flex;
        padding: 1.25rem 0 1.875rem 0;
    }

    .play-store {
        margin-right: 1.25rem;
        margin-bottom: 0;
    }

    .section1-img {
        background-position: center right;
    }

    /* ## Footer ## */

    .copyright {
        padding-top: 0;
    }

    .copyright ul {
        display: flex;
        flex-wrap: wrap;
    }

    .copyright li {
        padding-right: 1.875rem;
    }

    .footer-link li:first-child {
        width: 20%;
    }

    .footer-link li:last-child {
        width: 27%;
    }

    /* ## Sub Bar ## */

    .sub-bar-wrap {
        align-items: center;
        padding: 2.5rem;
    }

    .sub-bar-title {
        text-align: left;
        padding-right: 0;
        padding-left: 0;
    }

    .sub-bar-title h3 {
        font-size: 1.875rem;
    }

    .sub-bar-title p {
        font-size: 1rem;
    }

    .sub-bar-location {
        display: flex;
        justify-content: flex-end;
        padding-right: 0;
        padding-left: 0;
    }

    .sub-bar-location li {
        padding-bottom: 0.625rem;
        border-bottom: 0.188rem solid #fff;
    }

    .sub-bar-location a {
        color: #fff;
        font-size: 0.875rem;
    }

    .sub-bar-menu {
        padding-left: 0.625rem !important;
    }

    .sub-bar-menu::before {
        padding-right: 0.625rem !important;
        color: #c7c7c7 !important;
    }

    /* ## Jejuorum ## */

    .jejuorum {
        padding: 1.875rem 0 3.125rem 0;
    }

    .jejuorum-img {
        height: 340px;
    }

    .jejuorum-text h3 {
        padding-bottom: 2.5rem;
        font-size: 1.875rem;
    }

    .jejuorum-text p {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* ## Preview ## */

    .preview-btn {
        margin-top: 2.5rem;
    }

    /* ## Introduce ## */

    .introduce {
        padding: 1.875rem 0;
    }

    .introduce-wrap {
        padding-bottom: 1.25rem;
    }

    .introduce-title h3 {
        padding-bottom: 1rem;
        font-size: 1.875rem;
    }

    .introduce-title p {
        font-size: 1rem;
    }

    .introduce-btn {
        text-align: right;
        padding-top: 0;
        padding-bottom: 0;
    }

    .introduce-btn a {
        font-size: 1rem;
    }

    .introduce-btn01 {
        margin-right: 0.5rem;
        padding: 0.75rem 1.25rem 0.75rem 3.125rem;
    }

    .introduce-btn02 {
        padding: 0.75rem 1.25rem 0.75rem 3.125rem;
    }

    .introduce-img {
        height: 450px;
    }
}


/* // Large devices (desktops, 992px and up) ////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 992px) {

    /* ## Nav ## */

    .main-logo {
        margin-top: 1.375rem;
        margin-bottom: 1.375rem;
    }

    .main-logo-img {
        height: 85px;
        background-size: unset;
    }

    .menu-box {
        padding: 0 1.25rem
    }

    .menu-box a {
        color: #fff !important;
        font-size: 1.125rem;
    }

    /* App Down */

    .app_download {
        display: block;
        margin-left: 2.5rem;
        padding: 0.75rem 1.5rem;
        background-color: #000;
        border-radius: 10rem;
    }

    .app_download:hover {
        background-color: #d3e6a9;
    }

    .app_download a {
        color: #fcfcfc;
        font-size: 1rem;
    }

    .app_download a:hover {
        color: #333;
        font-family: 'NanumSquareNeoTTF-dEb';
    }

    /* Off canvas */

    .hamburger-menu {
        display: none;
    }

    /* ## Section1 ## */

    .section1 {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }

    .section1-box {
        padding-right: 8rem;
    }

    .section1-title h3 {
        font-size: 2.625rem;
    }

    .section1-title h1 {
        font-size: 4.5rem;
    }

    .section1-title p {
        font-size: 1.5rem;
        font-family: 'NanumSquareNeoTTF-bRg';
    }

    .section1-btn {
        padding: 1.875rem 0 3.75rem 0;
    }

    .section1-btn a {
        font-size: 1.125rem;
    }

    .play-store {
        padding: 1.25rem 1.875rem 1.25rem 4rem;
        background-position: 1.875rem center;
    }

    .app-store {
        padding: 1.25rem 3rem 1.25rem 5rem;
        background-position: 3rem center;
    }

    .play-store:hover, .app-store:hover {
        background-color: #ffffff15;
    }

    .qr-code {
        text-align: left;
        display: flex;
        justify-content: center;  
        align-items: center;
    }

    .qr-code-img {
        margin: unset;
        margin-right: 2.5rem;
    }

    .qr-code-text {
        padding-top: 0;
    }

    .qr-code h5 {
        padding-bottom: 0.938rem;
    }

    .qr-code-num {
        padding-right: 0.625rem;
    }

    .section1-img {
        height: unset;
        margin-top: unset;
    }

    /* ## Footer ## */

    .footer-wrap {
        align-items: center;
    }

    .copyright {
        padding-left: 2.5rem;
    }

    .copyright li {
        padding-right: 2.5rem;
        font-size: 0.938rem;
    }

    .copyright li > span {
        padding-right: 1rem;
        font-size: 0.813rem;
    }

    .footer-link {
        padding-top: 0
    }

    .footer-link ul {
        justify-content: space-between;
    }

    .footer-link li:first-child {
        width: 33%;
    }

    .footer-link li:last-child {
        width: 50%;
    }

    /* ## Sub Bar ## */

    .sub-bar-wrap {
        padding: 4rem;
    }

    .sub-bar-title h3 {
        font-size: 2.188rem;
    }

    .sub-bar-title p {
        font-size: 1.063rem;
    }

    .sub-bar-location a {
        font-size: 0.938rem;
    }

    /* ## Side Bar ## */

    .side-bar {
        width: 20%;
        display: block;
        padding-right: 0;
        padding-left: 0;
        border-right: 0.063rem solid #dbdbdb;
        border-left: 0.063rem solid #dbdbdb;
    }

    .side-bar-title {
        text-align: center;
        padding: 0.938rem 0;
    }

    .side-bar-title span {
        color: #999;
        font-size: 0.938rem;
    }

    .side-bar-title h5 {
        color: #29aad5;
        font-size: 1.65rem;
        font-weight: bold;
    }

    .side-bar-list {
        padding-right: 0;
        border-radius: 0;
    }

    .side-bar-list li {
        padding: 0;
        border: 0;
        border-bottom: 0.063rem solid #eee;
    }

    .side-bar-list a {
        display: block;
        padding: 0.938rem 0 0.938rem 1.25rem;
        color: #666;
    }

    .side-bar-list a:hover, .side-bar-list-active {
        background-color: #40484e;
        color: #fff;
        border-right: 0.188rem solid #a2e8ff;
    }

    .side-bar-list-active a {
        color: #fff;
    }

    /* ## Jejuorum ## */

    .jejuorum {
        align-items: center;
        padding: 4rem 0;
    }

    .jejuorum-img {
        height: 600px;
    }

    .jejuorum-text {
        padding-top: 0;
        padding-left: 3.125rem;
    }

    .jejuorum-text h3 {
        font-size: 2.188rem;
    }

    /* ## Preview ## */

    .preview-img {
        height: 525px;
    }

    .preview-text {
        text-align: left;
    }

    /* ## Introduce ## */

    .introduce {
        padding: 4rem 0;
    }

    .introduce-box {
        margin-bottom: 4rem;
        padding-bottom: 4rem;
    }

    .introduce-wrap {
        padding-bottom: 1.875rem;
    }

    .introduce-title h3 {
        font-size: 2.188rem;
    }

    .introduce-btn a {
        font-size: 1.063rem;
    }

    .introduce-btn01, .introduce-btn02 {
        padding: 1rem 2rem 1rem 4rem;
        background-position: 2rem center;
    }

    .introduce-img {
        height: 320px;
    }

    /* ## Login ## */

    .login-box {
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 0.063rem solid #dbdbdb;
        border-bottom: 0;
    }

    .login-box li {
        width: 60%;
    }

    .login-help li {
        width: 60%;
    }

    /* ## Register ## */

    .register-box {
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 0.063rem solid #dbdbdb;
        border-bottom: 0;
    }

    /* ## Find Password ## */

    .findpassword-box {
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 0.063rem solid #dbdbdb;
        border-bottom: 0;
    }

    .findpassword-box li {
        width: 60%;
    }

    .findpassword-help li {
        width: 80%;
    }

    /* ## Policy ## */

    .policy-agree-title {
        font-size: 1.063rem;
    }

    .register-help li {
        width: 90%;
    }

    .register-label {
        width: 33%;
        display: inline-block;
        padding-bottom: 0;
    }

    .register-input {
        width: 65%;
        display: inline-block;
    }

    .register-input-phone {
        width: 19%;
    }

    .register-input-certify {
        width: 44%;
    }
}


/* // X-Large devices (large desktops, 1200px and up) ////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 1200px) {

    .container {
        max-width: 90rem;
    }
}


/* // XX-Large devices (larger desktops, 1400px and up) ////////////////////////////////////////////////////////////////////////////////////*/

@media (min-width: 1400px) {

    /* ## Section1 ## */

    .section1-wrap {
        padding-left: 13.75rem;
        padding-right: 13.75rem;
    }

    /* ## Sub Bar ## */

    .sub-bar-wrap {
        padding: 5.625rem;
    }

    .sub-bar-title h3 {
        font-size: 2.5rem;
    }

    .sub-bar-title p {
        font-size: 1.125rem;
    }

    .sub-bar-location a {
        font-size: 1rem;
    }

    .sub-bar-location li {
        padding-bottom: 0.938rem;
    }

    .sub-bar-menu {
        padding-left: 0.938rem !important;
    }

    .sub-bar-menu::before {
        padding-right: 0.938rem !important;
    }

    /* ## Jejuorum ## */

    .jejuorum {
        padding: 5rem;
    }

    .jejuorum-img {
        height: 700px;
    }

    .jejuorum-text {
        padding-left: 5.5rem;
    }

    .jejuorum-text h3 {
        font-size: 2.375rem;
        line-height: 1.6;
    }

    .jejuorum-text p {
        font-size: 1.063rem;
        line-height: 1.7;
    }

    /* ## Preview ## */

    .preview-img {
        width: 525px;
        height: 700px;
        background-size: unset;
    }

    .preview-text {
        padding-left: 6.25rem;
    }

    .preview-btn:hover {
        background-color: #d3e6a9;
    }

    .preview-btn a:hover {
        color: #333;
        font-family: 'NanumSquareNeoTTF-dEb';
    }

    /* ## Introduce ## */

    .introduce {
        padding: 6.25rem;
    }

    .introduce-img {
        height: 400px;
    }

    .introduce-title h3 {
        padding-bottom: 1.875rem;
        font-size: 2.375rem;
    }

    .introduce-title p {
        font-size: 1.063rem;
    }

    .introduce-btn01, .introduce-btn02 {
        padding: 1.25rem 2rem 1.25rem 4rem;
    }
}