#container .banner {height: 600px;background-image: url('/assets/img/web/sub_banner_01.jpg?x=1');background-size: cover;background-position: center;position: relative;display: flex;align-items: center;}
#container .banner .title {flex: 0 0 50%;color: #fff;text-align: center;padding: 0 20px;text-shadow: 2px 2px 2px black;}
#container .banner .title .mobile {
    display: none;
}

#container .companyInfo {padding: 100px 0;}
#container .companyInfo .title {
    text-align: center;
}
#container .companyInfo .info {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}
#container .companyInfo .info .mobile {
    display: block;
}
#container .companyInfo .info br {
    
}
#container .companyInfo .subTitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-top: 30px;
}

#container .service {
    max-width: 800px;
    padding: 40px 0 80px;
}
#container .service .serviceIcon {
    display: flex;
    flex-wrap: wrap;
}
#container .service .serviceIcon li {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 57px;
}
#container .service .serviceIcon li .icon {
    display: flex;
    width: 100px;
    height: 100px;
    background-color: #ffc71a;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 12px;
    color: #104183;
    color: #333;
    font-size: 50px;
}
#container .service .serviceIcon li .icon img {
    width: 48px;
}
#container .service .serviceIcon li .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #333;
}
#container .service .phoneNumber {
    display: flex;
    border-radius: 10px;
    border: 1px solid #262CAD;
    height: 52px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    color: #262CAD;
    display: none;
}
#container .service .inquiry {
    display: flex;
    border-radius: 10px;
    border: 1px solid #262CAD;
    height: 52px;
    align-items: center;
    margin-top: 24px;
    display: none;
}
#container .service .inquiry li {
    flex: 1;
}
#container .service .inquiry li a {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #262CAD;
    text-align: center;
    line-height: 30px;
    border-right: 1px solid #262CAD;
}
#container .service .inquiry li:last-child a {
    border: none;
}


/* 테블릿 가로 모드 & ipad pro 세로모드 & 해상도 작은 모니터 */
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    #container .banner {
    height: 500px;
}
    #container .banner .title {
    font-size: 28px;
}
}


/* 패드세로 모드 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #container .banner {
    height: 450px;
}
    #container .banner .title {
    font-size: 24px;
}
    #container .banner .title .mobile {
        display: block;
    }
    #container .companyInfo .info {
    font-size: 22px;
}
    #container .companyInfo {
    padding: 80px 0;
}
    #container .companyInfo .info {}
    #container .service {
    max-width: 640px;
}
    #container .service .serviceIcon li .icon {
    width: 90px;
    height: 90px;
    font-size: 40px;
}
    #container .service .serviceIcon li .text {}
}


/* 모바일 세로 모드 */
@media only screen and (max-width: 767px) {
    #container .banner {
        height: 300px;
    }
    #container .banner .title {
    font-size: 16px;
    padding: 0;
}
    #container .banner .title .mobile {
        display: block;
    }
    #container .companyInfo {
    padding: 50px 0;
}
    #container .companyInfo .title {}
    #container .companyInfo .info {
    padding: 0 20px;
    font-size: 16px;
    text-align: justify;
}
    #container .companyInfo .info .mobile {
        display: block;
    }
    #container .companyInfo .info br {display: none;}
    #container .companyInfo .subTitle {
    font-size: 14px;
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
}

    #container .service {
    width: 100%;
    padding: 20px 20px 40px;
}
    #container .service .serviceIcon {}
    #container .service .serviceIcon li {
    width: 50%;
    margin-bottom: 36px;
}
    #container .service .serviceIcon li .icon {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    font-size: 40px;
}
    #container .service .serviceIcon li .icon img {
    width: 36px;
}
    #container .service .serviceIcon li .text {
    font-size: 16px;
}
    #container .service .phoneNumber {}
    #container .service .inquiry {
    flex-direction: column;
    border: none;
    margin-top: 0;
    height: auto;
}
    #container .service .inquiry li {
    width: 100%;
}
    #container .service .inquiry li a {
    display: flex;
    border-radius: 10px;
    border: 1px solid #262CAD;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
    #container .service .inquiry li:last-child a {
    border: 1px solid #262CAD;
}
}