/* ===============================================================================

    ASSETS STYLESHEET: 마루 호스팅 사이트

=============================================================================== */

/* ========== Main Display ========== */
.display { position: relative; min-height: calc(100vh - 30px); background: #1d1d1d url(/maruhosting/assets/images/main/display_background_map.png) no-repeat; background-size: calc(100% - 40px); background-position: 20px 70%; }
.display .contents-wrap { padding: 60px 40px; }
.display .contents-wrap h3 { line-height: 28px; margin-top: 10%; margin-bottom: 20px; font-size: 24px; font-weight: 800; color: #fff; text-transform: uppercase; }
.display .contents-wrap p { line-height: 24px; margin-bottom: 30px; font-size: 14px; font-weight: 300; color: #fff; }
.display .contents-wrap p span { display: block; }
.display .contents-wrap strong { font-weight: 700; }
.display .contents-wrap a { display: block; width: 180px; height: 42px; line-height: 42px; margin-bottom: 270px; border-radius: 25px; background-color: #43B697; color: #fff; font-size: 14px; font-weight: 800; text-align: center; text-transform: uppercase; }
.display .service-list-wrap { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; bottom: 0; width: 100%; min-height: 300px; background-color: rgba(0,0,0,0.4); }
.display .service-list { margin: 0 40px; }
.display .service-item { float: left; width: 50%; }
.display .service-item:first-of-type, .display .service-item:nth-of-type(2) { margin-bottom: 40px; }
.display .service-item img { display: block; height: 50px; margin: 0 auto 15px; filter: grayscale(1); transition: all 0.3s; }
.display .service-item label { display: block; font-size: 12px; font-weight: 400; color: #c1c1c1; text-align: center; text-transform: uppercase; transition: all 0.3s; }
.display .service-item.active img, .display .service-item:hover img { filter: grayscale(0); }
.display .service-item.active label, .display .service-item:hover label { font-size: 13px; color: #60CCD2; }
.display .service-list-wrap .dot { display: none; }
.display .scroll-down { display: none; }
@media all and (min-width: 768px) {
    .display { text-align: center; }
    .display .contents-wrap h3 { margin-top: 20%; margin-bottom: 30px; font-size: 36px; }
    .display .contents-wrap p { line-height: 28px; margin-bottom: 40px; font-size: 15px; }
    .display .contents-wrap p span { display: inline-block; }
    .display .contents-wrap a { width: 200px; height: 50px; line-height: 50px; margin: 0 auto; font-size: 16px; }
    .display .service-list-wrap { bottom: 15%; min-height: initial; }
    .display .service-list { width: 100%; }
    .display .service-item { float: left; width: 25%; margin: 50px 0; }
    .display .service-item img { height: 60px; }
    .display .service-item label { font-size: 13px; }
    .display .scroll-down { display: block; position: absolute; left: calc(50% - 16px); bottom: 7%; }
}
@media all and (min-width: 1024px) {
    .display { min-height: initial; padding-bottom: 110px; background-position: center; background-size: 950px; }
    .display .contents-wrap { padding: 60px 40px 0; }
    .display .contents-wrap h3 { margin-top: 150px; font-size: 46px; font-weight: 800; line-height: 51px; }
    .display .contents-wrap p { display: inline-block; line-height: 32px; max-width: 600px; margin-bottom: 50px; font-size: 18px; }
    .display .contents-wrap a { margin-bottom: 200px; }
    .display .service-list-wrap { position: relative; }
    .display .service-list { max-width: 1024px; }
    .display .service-item { margin: 56px 0; }
    .display .service-item img { height: 80px; margin-bottom: 20px; }
    .display .service-item:nth-of-type(2) img { display: inline-block; height: 62px; margin: 9px 0 24px; }
    .display .service-item label { font-size: 15px; transition: all 0.3s; }
    .display .service-item.active label, .display .service-item:hover label { font-size: 15px; }
    .display .service-list-wrap .dot { display: block; position: absolute; top: 92px; left: calc(50% - 15px); }
    .display .service-list-wrap .dot.left { margin-left: -258px; }
    .display .service-list-wrap .dot.right { margin-left: 258px; }
    .display .scroll-down { bottom: 40px; }
}

/* ========== 메인 슬라이더 ========== */
.display-slide { position: relative; min-height: calc(100vh - 30px); background: #1d1d1d url(/maruhosting/assets/images/main/display_background_map.png) no-repeat; background-size: calc(100% - 40px); background-position: 20px 70%; }
.display-slide .contents-wrap { padding: 60px 40px; }
.display-slide .contents-wrap h3 { line-height: 32px; margin-top: 15%; margin-bottom: 20px; font-size: 20px; font-weight: 800; color: #fff; text-transform: uppercase; }
.display-slide .contents-wrap p { line-height: 24px; margin-bottom: 30px; font-size: 14px; font-weight: 300; color: #fff; }
.display-slide .contents-wrap p span { display: inline-block; }
.display-slide .contents-wrap strong { display: inline-block; font-weight: 400; }
.display-slide .contents-wrap a { display: block; width: 180px; height: 42px; line-height: 42px; margin-bottom: 0; border-radius: 25px; background-color: #43B697; color: #fff; font-size: 14px; font-weight: 800; text-align: center; text-transform: uppercase; transition: all 0.2s; }
.display-slide .service-list-wrap { display: flex; justify-content: center; align-items: center; position: relative; left: 0; bottom: 0; width: 100%; min-height: 300px; background-color: rgba(0,0,0,0.4); }
.display-slide .service-list { margin: 0 40px; }
.display-slide .service-item { float: left; width: 50%; }
.display-slide .service-item:first-of-type, .display-slide .service-item:nth-of-type(2) { margin-bottom: 40px; }
.display-slide .service-item img { display: block; height: 50px; margin: 0 auto 15px; filter: grayscale(1); transition: all 0.3s; }
.display-slide .service-item label { display: block; font-size: 12px; font-weight: 400; color: #c1c1c1; text-align: center; text-transform: uppercase; transition: all 0.3s; }
.display-slide .service-item.active img, .display-slide .service-item:hover img { filter: grayscale(0); }
.display-slide .service-item.active label, .display-slide .service-item:hover label { font-size: 12px; color: #60CCD2; }
.display-slide .service-list-wrap .dot { display: none; }
.display-slide .scroll-down { display: none; }
.display-slide .carousel-inner > .item { width: 100%; }
.display-slide .carousel { min-height: 450px; transition: all 0.2s; }
.display-slide .carousel-caption { position: initial; top: initial; right: initial; bottom: initial; left: initial; padding: 0; text-align: left; text-shadow: none; }
.display-slide .carousel-indicators { display: block; bottom: 23px; }
.display-slide .carousel-control { display: block; }
.display-slide .carousel-control.left,
.display-slide .carousel-control.right { background-image: none; }
.display-slide a.carousel-control i { position: absolute; bottom: 20px; }
@media all and (min-width: 768px) {
    .display-slide { min-height: auto; padding-bottom: 100px; text-align: center; }
    .display-slide .contents-wrap h3 { margin-top: 20%; margin-bottom: 30px; font-size: 36px; }
    .display-slide .contents-wrap p { line-height: 28px; margin-bottom: 40px; font-size: 15px; }
    .display-slide .contents-wrap p span { display: inline-block; }
    .display-slide .contents-wrap a { width: 200px; height: 50px; line-height: 50px; margin: 0 auto 270px; font-size: 16px; }
    .display-slide .service-list-wrap { bottom: 15%; min-height: initial; }
    .display-slide .service-list { width: 100%; }
    .display-slide .service-item { float: left; width: 25%; margin: 50px 0; }
    .display-slide .service-item img { height: 60px; }
    .display-slide .service-item label { font-size: 13px; }
    .display-slide .service-item.active label, .display-slide .service-item:hover label { font-size: 13px; }
    .display-slide .scroll-down { display: block; position: absolute; left: calc(50% - 16px); bottom: 30px }
    .display-slide .carousel { height: 500px; }
    .display-slide .carousel-caption { text-align: center; }
    .display-slide a.carousel-control i { bottom: calc(50% - 28px); font-size: 28px; }
}
@media all and (min-width: 1024px) {
    .display-slide { min-height: initial; padding-bottom: 110px; background-position: center; background-size: 950px; }
    .display-slide .contents-wrap { min-height: 500px; padding: 60px 40px 0; }
    .display-slide .contents-wrap h3 { margin-top: 150px; font-size: 42px; font-weight: 700; line-height: 51px; }
    .display-slide .contents-wrap p { display: inline-block; line-height: 32px; max-width: 600px; margin-bottom: 50px; font-size: 18px; }
    .display-slide .contents-wrap a { margin-bottom: 50px; }
    .display-slide .service-list-wrap { position: relative; }
    .display-slide .service-list { max-width: 1024px; }
    .display-slide .service-item { margin: 56px 0; }
    .display-slide .service-item img { height: 80px; margin-bottom: 20px; }
    .display-slide .service-item:nth-of-type(2) img { display: inline-block; height: 62px; margin: 9px 0 24px; }
    .display-slide .service-item label { font-size: 15px; transition: all 0.3s; }
    .display-slide .service-item.active label, .display-slide .service-item:hover label { font-size: 15px; }
    .display-slide .service-list-wrap .dot { display: block; position: absolute; top: 92px; left: calc(50% - 15px); }
    .display-slide .service-list-wrap .dot.left { margin-left: -258px; }
    .display-slide .service-list-wrap .dot.right { margin-left: 258px; }
    .display-slide .scroll-down { bottom: 40px; }
    .display-slide .carousel { min-height: 650px; height: initial; }
    .display-slide .carousel-indicators { bottom: 30px; }
    .display-slide a.carousel-control i { bottom: calc(50% - 36px); font-size: 36px; }
}

/* 슬라이드 이벤트 */
.display-slide .contents-wrap.card { display: flex; justify-content: center; align-items: center; position: relative; max-width: 100%; min-height: 320px; margin: 60px auto 0; padding: 30px; border-radius: 0; background-color: rgba(0,0,0,0.3); text-align: center; transition: all 0.2s; }
.display-slide .item h4 { position: absolute; top: 50px; left: 30px; border-bottom: 1px dotted #43B697; font-size: 14px; font-weight: 700; color: #43B697; }
.display-slide .item a { margin: 0 auto; }
.display-slide .item img { position: absolute; top: 30px; right: 30px; width: 60px; opacity: 0.8; }
.display-slide .item ul { margin-top: 50px; margin-bottom: 30px; }
.display-slide .item li { text-align: center; }
.display-slide .item li:first-child { font-size: 24px; font-weight: 700; }

.display-slide .event-domain .contents-wrap.card { background-color: rgba(255,255,255,1); }
.display-slide .item.event-domain h4 { color: #1380AC; border-color: #1380AC; }
.display-slide .item.event-domain li { color: #212121; }
.display-slide .item.event-domain li strong { font-weight: 800; }
.display-slide .item.event-domain li small { font-size: 12px; }
.display-slide .item.event-domain li:first-child { margin-bottom: 5px; font-size: 20px; font-weight: 700; }
.display-slide .event-schosting .contents-wrap.card { background-color: rgba(255,255,255,1); }
.display-slide .item.event-schosting ul { margin-bottom: 10px; }
.display-slide .item.event-schosting li { color: #212121; }
.display-slide .item.event-schosting .logos-box { margin-bottom: 20px; }
.display-slide .item.event-schosting img { position: relative; top: initial; right: initial; left: initial; width: auto; height: 40px; margin: 0 5px; opacity: 1
; }
.display-slide .item.event-globalhosting .images-box { position: absolute; top: 47px; right: 30px; }
.display-slide .item.event-globalhosting img { position: relative; top: initial; right: initial; left: initial; width: auto; height: 30px; margin: 0 3px; opacity: 1
; }
.display-slide .item.event-firewall li:first-child { font-size: 18px; }
.display-slide .item.event-firewall img { height: 50px; }
@media all and (min-width: 768px) {
    .display-slide .contents-wrap.card { max-width: 600px; margin: 110px auto 0; padding: 50px; box-shadow: 0 4px 10px 0 rgba(0,0,0,0.5), 0 4px 20px 0 rgba(0,0,0,0.3); }
    .display-slide .item h4 { top: 30px; }
    .display-slide .item img { top: calc(50% - 70px); left: 80px; width: 140px; opacity: 1; }
    .display-slide .item .content-box { margin-right: -180px; }
    .display-slide .item ul { margin-top: 0; }
    .display-slide .item.event-schosting .content-box { margin-right: 0; }
    .display-slide .item.event-schosting ul { margin-top: 20px; margin-bottom: 20px; }
    .display-slide .item.event-globalhosting .images-box { top: 30px; }
    .display-slide .item.event-globalhosting .content-box { margin-right: 0; }
    .display-slide .item.event-firewall li:first-child { font-size: 22px; }
    .display-slide .item.event-firewall img { height: 135px; }
}
@media all and (min-width: 1024px) {
    .display-slide .contents-wrap.card { max-width: 900px; min-height: 460px; border-radius: 50px 0; }
    .display-slide .item h4 { top: 50px; left: 50px; line-height: 24px; font-size: 16px; }
    .display-slide .item img { top: calc(50% - 90px); left: 150px; width: 180px; }
    .display-slide .item .content-box { margin-right: -200px; }
    .display-slide .item ul { margin-top: 20px; margin-bottom: 40px; }
    .display-slide .item li { font-size: 16px; }
    .display-slide .item li:first-child { margin-bottom: 20px; font-size: 32px; }

    .display-slide .item.event-domain li:first-child { margin-bottom: 20px; font-size: 32px; }
    .display-slide .item.event-schosting ul { margin-bottom: 30px; }
    .display-slide .item.event-schosting .logos-box { margin-bottom: 40px; }
    .display-slide .item.event-schosting img { height: 50px; margin: 0 10px; }
    .display-slide .item.event-globalhosting .images-box { top: calc(50% - 10px); right: calc(50% - 109px); }
    .display-slide .item.event-globalhosting img  { height: 50px; margin: 0 10px; }
    .display-slide .item.event-globalhosting ul { margin-bottom: 120px; }
    .display-slide .item.event-firewall li:first-child { font-size: 28px; }
    .display-slide .item.event-firewall img { height: 170px; }
}

/* 서버 호스팅 메인 */
.server-main { min-height: 100vh; background: #f0f0f0 url(/maruhosting/assets/images/main/server_graphic_lines.svg) no-repeat; background-position: 0 90%; color: #3C3C3B; text-align: center; }
.server-main .contents-wrap { padding: 60px 20px; }
.server-main h3 { line-height: 32px; margin-top: 15%; margin-bottom: 30px; font-size: 32px; font-weight: 300; text-transform: uppercase; }
.server-main h3 small { display: block; line-height: 16px; margin-top: 8px; font-size: 14px; color: #298085; }
.server-main p { line-height: 24px; margin-bottom: 40px; font-size: 14px; color: #3C3C3B; }
.server-main p span { display: block; }
.server-main img { display: block; margin: 0 auto 40px; }
.server-main a { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto 10px; border: 1px solid #979797; background-color: #f0f0f0; text-align: center; }
.server-main a.active { border: 1px solid #49B8BE; background-color: #49B8BE; font-weight: 400; color: #fff; }
@media all and (min-width: 768px) {
    .server-main { min-height: 34vh; text-align: left; background-position: 0 95%; }
    .server-main .contents-wrap { padding: 60px 30px 0; }
    .server-main h3 { margin-top: 50px; margin-bottom: 20px; font-size: 28px; font-weight: 400; }
    .server-main p span { display: inline-block; }
    .server-main img { display: none; }
    .server-main .btn-set { text-align: right; }
    .server-main a { display: inline-block; width: 20%; }
}
@media all and (min-width: 1024px) {
    .server-main { float: left;  position: relative; width: 33.3%; min-height: initial; }
    .server-main .container { width: 100%; }
    .server-main .contents-wrap { padding: 60px 40px; }
    .server-main h3 { margin-top: 0; }
    .server-main p { min-height: 100px; }
    .server-main p span { display: initial; }
    .server-main .btn-set { display: inline-block; min-height: 208px; float: right; }
    .server-main a { display: block; width: 180px; }
}

/* 클라우드 호스팅 메인 */
.cloud-main { min-height: 100vh; background: url(/maruhosting/assets/images/main/cloud_background.jpg) no-repeat; background-size: auto 100%; background-position: center; text-align: center; }
.cloud-main .contents-wrap { padding: 60px 20px; }
.cloud-main h3 { line-height: 32px; margin-top: 15%; margin-bottom: 30px; font-size: 32px; font-weight: 300; color: #fff; text-transform: uppercase; }
.cloud-main h3 small { display: block; line-height: 16px; margin-top: 8px; font-size: 14px; color: #fff; }
.cloud-main p { line-height: 24px; margin-bottom: 150px; font-size: 14px; font-weight: 300; color: #fff; }
.cloud-main p span { display: block; }
.cloud-main a { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto 10px; border: 1px solid #fff; background-color: rgba(61,132,186,0.7); text-align: center; color: #fff; }
.cloud-main a.active { border: 1px solid #fff; background-color: #fff; font-weight: 400; color: #3487B2; }
@media all and (min-width: 768px) {
    .cloud-main { min-height: 33vh; text-align: left; background-size: 100% auto; }
    .cloud-main .contents-wrap { padding: 0 30px 60px; }
    .cloud-main h3 { margin-top: 60px; margin-bottom: 20px; font-size: 28px; font-weight: 400; }
    .cloud-main p { margin-bottom: 40px; }
    .cloud-main p span { display: inline-block; }
    .cloud-main img { display: none; }
    .cloud-main .btn-set { text-align: right; }
    .cloud-main a { display: inline-block; width: 20%; }
}
@media all and (min-width: 1024px) {
    .cloud-main { float: left; position: relative; width: 33.4%; min-height: initial; background-size: 1024px; }
    .cloud-main .container { width: 100%; }
    .cloud-main .contents-wrap { padding: 60px 40px; }
    .cloud-main h3 { margin-top: 0; }
    .cloud-main p { min-height: 100px; }
    .cloud-main p span { display: initial; }
    .cloud-main .btn-set { display: inline-block; min-height: 208px; float: right; }
    .cloud-main a { display: block; width: 180px; }
}

/* 웹 호스팅 메인 */
.web-main { min-height: 100vh; background-color: #F6DD55; text-align: center; }
.web-main .contents-wrap { padding: 60px 20px; }
.web-main h3 { line-height: 32px; margin-top: 15%; margin-bottom: 30px; font-size: 32px; font-weight: 300; color: #3C3C3B; text-transform: uppercase; }
.web-main h3 small { display: block; line-height: 16px; margin-top: 8px; font-size: 14px;  }
.web-main p { line-height: 24px; margin-bottom: 50px; font-size: 14px; color: #3C3C3B; }
.web-main p span { display: block; }
.web-main img { margin-bottom: 50px; }
.web-main a { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto; border: 1px solid #3C3C3B; background-color: #F6DD55; text-align: center; }
@media all and (min-width: 768px) {
    .web-main { min-height: 33vh; text-align: left; background-size: 100% auto; }
    .web-main .contents-wrap { padding: 0 30px 60px; }
    .web-main h3 { margin-top: 60px; margin-bottom: 20px; font-size: 28px; font-weight: 400; }
    .web-main p { margin-bottom: 40px; }
    .web-main p span { display: inline-block; }
    .web-main img { position: absolute; height: 100px; left: 30px; bottom: -30px; }
    .web-main .btn-set { text-align: right; }
    .web-main a { display: inline-block; width: 20%; }
}
@media all and (min-width: 1024px) {
    .web-main { float: left; position: relative; width: 33.3%; min-height: initial; }
    .web-main .container { width: 100%; }
    .web-main .contents-wrap { padding: 60px 40px; }
    .web-main h3 { margin-top: 0; }
    .web-main p { min-height: 100px; }
    .web-main p span { display: initial; }
    .web-main img { width: 35%; height: auto; left: 40px; bottom: 18px; }
    .web-main .btn-set { display: inline-block; min-height: 208px; float: right; }
    .web-main a { display: block; width: 180px; }
}

/* 서비스 소개 */
.about-maru .contents-header { padding: 60px 0 0; background-color: #1D1D1D; }
.about-maru .contents-header .container { padding: 50px 30px; text-align: center; }
.about-maru .contents-header h3 { line-height: 1; font-size: 28px; font-weight: 300; color: #fff; text-transform: uppercase; }
.about-maru .contents-header h3 span { color: #60CCD2; }
.about-maru .contents-header h3 svg { display: block; width: 30px; margin: 10px auto 12px; fill: #60CCD2; }
.about-maru .contents-header h3 small { display: block; line-height: 1; margin-bottom: 30px; font-size: 13px; color: #979797; }
.about-maru .contents-header p { line-height: 18px; font-size: 12px; color: #979797; }
.about-maru .contents-about { background-color: #f0f0f0; }
.about-maru .contents-about .container { padding: 50px 20px; text-align: center; }
.about-maru .contents-about p { line-height: 24px; margin-bottom: 40px; font-size: 14px; font-weight: 300; }
.about-maru .contents-about p strong { font-weight: 700; }
.about-maru .contents-about dl { position: relative; padding: 30px; border-radius: 16px; }
.about-maru .contents-about dl dt { position: absolute; top: -16px; left: calc(50% - 40px); width: 80px; height: 32px; line-height: 32px; border-radius: 18px; color: #fff; font-weight: 700; }
.about-maru .contents-about dl dd { margin-bottom: 10px; font-size: 15px; font-weight: 700; }
.about-maru .contents-about dl dd:last-child { margin-bottom: 0; }
.about-maru .contents-about img.right { display: none; }
.about-maru .contents-about img.down { height: 18px; margin: 20px 0; }
.about-maru .contents-about dl.panel-basic { border: 3px solid #3C3C3B; }
.about-maru .contents-about dl.panel-basic dt { background-color: #3C3C3B; }
.about-maru .contents-about dl.panel-maru { border: 3px solid #60CCD2; }
.about-maru .contents-about dl.panel-maru dt { background-color: #60CCD2; }
.about-maru .contents-service .container { padding: 50px 20px; text-align: center; }
.about-maru .contents-kt .container { padding: 50px 20px; text-align: center; }
.about-maru .contents-kt h4 { position: relative; margin-bottom: 30px; font-size: 20px; font-weight: 400; color: #212121; }
.about-maru .contents-kt h4 strong { font-weight: 800; }
.about-maru .contents-kt h4 img { position: absolute; top: -20px; left: calc(50% + 5px); height: 20px; }
.about-maru .kt-network { margin: 0 20px 50px; text-align: center; }
.about-maru .kt-network h5 { margin-bottom: 30px; font-size: 16px; font-weight: 700; color: #212121; }
.about-maru .kt-network h5 strong { font-weight: 800; color: #DD002A; }
.about-maru .kt-network img { width: 100%; }
.about-maru .kt-network img.circles { margin-bottom: 30px; }
.about-maru .kt-idc { margin: 0 20px; text-align: center; }
.about-maru .kt-idc h5 { margin-bottom: 30px; font-size: 16px; font-weight: 700; color: #212121; }
.about-maru .kt-idc h5 strong { font-weight: 800; color: #DD002A; }
.about-maru .kt-idc img { width: 100%; margin-bottom: 20px; }
.about-maru .kt-idc dl { padding: 0 10px; text-align: left; }
.about-maru .kt-idc dl dt { margin-bottom: 10px; font-size: 14px; font-weight: 700; }
.about-maru .kt-idc dl dd { line-height: 24px; font-size: 13px; }
.about-maru .platform { margin-bottom: 50px; }
.about-maru .platform h4 { margin-bottom: 30px; font-size: 18px; font-weight: 800; color: #212121; }
.about-maru .platform h4 small { display: block; margin-top: 5px; font-size: 14px; font-weight: 400; }
.about-maru .platform blockquote { margin-bottom: 50px; font-size: 14px; font-weight: 700; color: #145526; }
.about-maru .platform img { width: 100%; }
.about-maru .package p { font-size: 18px; }
.about-maru .package p span { display: block; }
.about-maru .package img { margin: 10px 0; height: 18px; }
.about-maru .package dl { margin-bottom: 15px; padding: 20px; border: 2px solid #979797; border-radius: 8px; text-align: left; }
.about-maru .package dl:hover { border: 2px solid #60CCD2; }
.about-maru .package dl dt { margin-bottom: 10px; font-size: 16px; font-weight: 700; }
.about-maru .package dl dt span { font-size: 13px; font-weight: 400; }
.about-maru .package dl dd { font-size: 13px; }
.about-maru .package dl dd:last-child { margin-top: 10px; }
.about-maru .package dl dd:last-child strong { font-weight: 700; }
.about-maru .package dl dd:last-child span { font-size: 11px; }
.about-maru .package dl dd:last-child span.msg { margin-bottom: 0; color: #DE5E52; }
@media all and (min-width: 768px) {
    .about-maru .contents-header h3 { font-size: 32px; }
    .about-maru .contents-header h3 small { font-size: 16px; }
    .about-maru .contents-header p { display: block; width: 600px; line-height: 24px; margin: 0 auto; font-size: 13px; }
    .about-maru .contents-about .container { position: relative; padding: 50px 30px; }
    .about-maru .contents-about p { line-height: 28px; margin-bottom: 50px; font-size: 18px; }
    .about-maru .contents-about dl { display: inline-block; min-width: 315px; }
    .about-maru .contents-about img.right { display: block; position: absolute; bottom: 95px; left: calc(50% - 10px); }
    .about-maru .contents-about img.down { display: none; }
    .about-maru .contents-about dl.panel-basic { float: left; }
    .about-maru .contents-about dl.panel-maru { float: right; }
    .about-maru .contents-service .container { padding: 50px 30px; }
    .about-maru .contents-kt .container { padding: 80px 30px 50px; }
    .about-maru .contents-kt h4 { font-size: 24px; }
    .about-maru .contents-kt h4 img { top: -25px; left: calc(50% + 7px); height: auto; }
    .about-maru .kt-network { margin: 0 30px 50px; }
    .about-maru .kt-network h5 { font-size: 18px; }
    .about-maru .kt-network img { max-width: 300px; }
    .about-maru .kt-network img.circles { margin-right: 20px; }
    .about-maru .kt-idc { margin: 0 30px; }
    .about-maru .kt-idc h5 { font-size: 18px; }
    .about-maru .kt-idc img { float: left; max-width: 320px; margin-bottom: 0; margin-right: 20px; }
    .about-maru .kt-idc dl { float: left; max-width: 380px; padding: 30px 20px; }
    .about-maru .kt-idc dl dt { font-size: 16px; }
    .about-maru .kt-idc dl dd { line-height: 28px; font-size: 14px; }
    .about-maru .platform h4 { font-size: 24px; }
    .about-maru .platform h4 small { font-size: 16px; }
    .about-maru .platform blockquote { font-size: 18px; }
    .about-maru .package p span { display: inline-block; }
    .about-maru .package img { margin: 10px auto 20px; }
}
@media all and (min-width: 1024px) {
    .about-maru .contents-header .container { padding: 80px 30px; }
    .about-maru .contents-header h3 { font-size: 48px; }
    .about-maru .contents-about .container { padding: 80px 30px; }
    .about-maru .contents-about p { max-width: 820px; line-height: 30px; margin: 0 auto 50px; font-size: 20px; letter-spacing: 0.5; }
    .about-maru .contents-about dl { min-width: 320px; padding: 50px 30px; }
    .about-maru .contents-about dl.panel-basic { min-height: 180px; margin-left: 11%; }
    .about-maru .contents-about dl.panel-maru { margin-right: 11%; }
    .about-maru .contents-about img.right { bottom: 145px; }
    .about-maru .contents-service .container { padding: 80px 30px; }
    .about-maru .contents-kt .container { padding: 110px 100px 80px; }
    .about-maru .contents-kt h4 { margin-bottom: 70px; font-size: 28px; letter-spacing: 0.5px; }
    .about-maru .contents-kt h4 img { top: -35px; left: calc(50% + 9px); }
    .about-maru .kt-network h5 { text-align: left; }
    .about-maru .kt-network img { max-width: 350px; }
    .about-maru .kt-network img.circles { margin-right: 60px; }
    .about-maru .kt-idc h5 { text-align: left; }
    .about-maru .kt-idc img { max-width: 350px; margin-right: 30px; }
    .about-maru .platform { margin-bottom: 80px; }
    .about-maru .platform h4 { margin-bottom: 50px; }
    .about-maru .platform h4 small { margin-top: 18px; }
    .about-maru .platform blockquote { margin-bottom: 50px; font-size: 20px; font-weight: 400; }
    .about-maru .package p { font-size: 20px; }
    .about-maru .package p strong { font-size: 24px; }
    .about-maru .package img { height: auto; margin: 30px auto; }
    .about-maru .package dl { max-width: 900px; margin: 0 auto 20px; padding: 30px; }
    .about-maru .package dl dt { margin-bottom: 20px; }
    .about-maru .package dl dd { line-height: 24px; font-size: 14px; font-weight: 400; }
    .about-maru .package dl dd:last-child span.msg { display: inline-block; }
}

.about-server { background-color: #3C3C3B; }
.about-server .container { padding: 50px 20px; text-align: center; }
.about-server h3 { line-height: 1; font-size: 28px; color: #fff; text-transform: uppercase; }
.about-server h3 span { color: #F6DD55; }
.about-server h3 svg { display: block; width: 30px; margin: 10px auto 12px; fill: #F6DD55; }
.about-server h3 small { display: block; line-height: 1; margin-bottom: 30px; font-size: 14px; color: #e1e1e1; }
.about-server blockquote { margin-bottom: 50px; font-size: 14px; font-weight: 400; color: #9CE2E6; }
.about-server .service-set { margin-bottom: 50px; }
.about-server .service-set:last-of-type { margin-bottom: 0; }
.about-server .service-set h4 { margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #fff; }
.about-server .service-set p { line-height: 18px; margin-bottom: 20px; font-size: 13px; font-weight: 400; color: #fff; }
.about-server .service-set a { display: inline-block; position: relative; z-index: 3; width: 140px; height: 36px; line-height: 36px; margin-bottom: 15px; border: 1px solid #fff; border-radius: 18px; font-size: 13px; color: #fff; }
.about-server .service-set img { width: 100%; }
@media all and (min-width: 768px) {
    .about-server .container { padding: 50px 30px; }
    .about-server h3 { font-size: 32px; }
    .about-server h3 small { font-size: 16px; }
    .about-server blockquote { margin-bottom: 70px; font-size: 18px; }
    .about-server .service-set { margin-bottom: 70px; }
    .about-server .service-set h4 { font-size: 20px; }
    .about-server .service-set img.china-map { max-width: 600px; }
}
@media all and (min-width: 1024px) {
    .about-server .container { padding: 80px 30px; }
    .about-server h3 { margin-bottom: 50px; font-size: 48px; }
    .about-server blockquote { font-size: 20px; font-weight: 400; }
    .about-server .service-set { position: relative; margin-bottom: 150px; }
    .about-server .service-set:nth-of-type(2) { margin-bottom: 200px; }
    .about-server .service-set h4 { margin-bottom: 20px; font-size: 24px; }
    .about-server .service-set p { margin-bottom: 30px; font-size: 16px; }
    .about-server .service-set a { width: 200px; height: 50px; line-height: 50px; border-radius: 25px; font-size: 16px; }
    .about-server .service-set a:hover { border: 1px solid #F6DD55; color: #F6DD55; }
    .about-server .service-set img.idc-map { position: absolute; top: -80px; left: 0; }
    .about-server .service-set img.china-map { max-width: 700px; }
}

.about-cloud { background: url(/maruhosting/assets/images/service/about_cloud_bg.jpg) no-repeat; background-attachment: fixed; background-position: center; background-size: auto 100%; }
.about-cloud .container { padding: 50px 20px; text-align: center; }
.about-cloud h3 { line-height: 1; font-size: 28px; color: #fff; text-transform: uppercase; }
.about-cloud h3 span { color: #122C4F; }
.about-cloud h3 svg { display: block; width: 30px; margin: 10px auto 12px; fill: #122C4F; }
.about-cloud h3 small { display: block; line-height: 1; margin-bottom: 30px; font-size: 14px; color: #fff; }
.about-cloud blockquote { margin-bottom: 50px; font-size: 14px; font-weight: 700; color: #122C4F; }
.about-cloud .service-set { margin-bottom: 50px; }
.about-cloud .service-set:last-of-type { margin-bottom: 0; }
.about-cloud .service-set h4 { margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #fff; }
.about-cloud .service-set p { line-height: 18px; margin-bottom: 20px; font-size: 13px; font-weight: 400; color: #fff; }
.about-cloud .service-set a { display: inline-block; width: 140px; height: 36px; line-height: 36px; margin-bottom: 15px; border: 1px solid #fff; border-radius: 18px; font-size: 13px; color: #fff; }
.about-cloud .service-set ul { margin-top: 40px; }
.about-cloud .service-set li { margin-bottom: 30px; }
.about-cloud .service-set li:last-child { margin-bottom: 0; }
.about-cloud .service-set li img { width: 60px; }
.about-cloud .service-set li span { display: block; margin-top: 5px; font-size: 14px; font-weight: 700; color: #122C4F; }
@media all and (min-width: 768px) {
    .about-cloud .container { padding: 50px 30px; }
    .about-cloud h3 { font-size: 32px; }
    .about-cloud h3 small { font-size: 16px; }
    .about-cloud blockquote { margin-bottom: 70px; font-size: 18px; }
    .about-cloud .service-set { margin-bottom: 70px; }
    .about-cloud .service-set h4 { font-size: 20px; }
    .about-cloud .service-set li { display: inline-block; margin: 0 30px; }
}
@media all and (min-width: 1024px) {
    .about-cloud { background-size: 100% auto; }
    .about-cloud .container { padding: 80px 30px; }
    .about-cloud h3 { margin-bottom: 50px; font-size: 48px; }
    .about-cloud blockquote { font-size: 20px; font-weight: 400; }
    .about-cloud .service-set { position: relative; margin-bottom: 150px; }
    .about-cloud .service-set:first-of-type { margin-bottom: 100px; }
    .about-cloud .service-set h4 { margin-bottom: 20px; font-size: 24px; }
    .about-cloud .service-set p { margin-bottom: 30px; font-size: 16px; }
    .about-cloud .service-set a { width: 200px; height: 50px; line-height: 50px; border-radius: 25px; font-size: 16px; }
    .about-cloud .service-set a:hover { border: 1px solid #122C4F; color: #122C4F; }
    .about-cloud .service-set li { margin: 0 50px; }
    .about-cloud .service-set li img { width: 90px; }
    .about-cloud .service-set li span { margin-top: 20px; font-size: 16px; }
}

.about-service { background-color: #F6DD55; }
.about-service .container { padding: 50px 20px; text-align: center; }
.about-service h3 { line-height: 1; font-size: 28px; color: #3C3C3B; text-transform: uppercase; }
.about-service h3 span { color: #6B401A; }
.about-service h3 svg { display: block; width: 30px; margin: 10px auto 12px; fill: #122C4F; }
.about-service h3 small { display: block; line-height: 1; margin-bottom: 30px; font-size: 14px; color: #3C3C3B; }
.about-service blockquote { margin-bottom: 50px; font-size: 14px; font-weight: 700; color: #6B401A; }
.about-service .service-set { margin-bottom: 50px; }
.about-service .service-set:last-of-type { margin-bottom: 0; }
.about-service .service-set h4 { margin-bottom: 15px; font-size: 18px; font-weight: 700; color: #3C3C3B; }
.about-service .service-set p { line-height: 18px; margin-bottom: 20px; font-size: 13px; font-weight: 400; color: #3C3C3B; }
.about-service .service-set a { display: inline-block; width: 140px; height: 36px; line-height: 36px; margin-bottom: 15px; border: 1px solid #3C3C3B; border-radius: 18px; font-size: 13px; font-weight: 400; color: #3C3C3B; }
.about-service .service-set img { width: 80px; margin-bottom: 10px; }
@media all and (min-width: 768px) {
    .about-service .container { padding: 50px 30px; }
    .about-service h3 { font-size: 32px; }
    .about-service h3 small { font-size: 16px; }
    .about-service blockquote { font-size: 18px; }
    .about-service .service-set h4 { font-size: 20px; }
}
@media all and (min-width: 1024px) {
    .about-service { background-size: 100% auto; }
    .about-service .container { padding: 80px 30px; }
    .about-service h3 { margin-bottom: 50px; font-size: 48px; }
    .about-service blockquote { margin-bottom: 80px; font-size: 20px; font-weight: 400; }
    .about-service .service-set { display: inline-block; width: 33%; margin-bottom: 50px; }
    .about-service .service-set:first-of-type { display: block; position: relative; width: 100%; margin-bottom: 100px; }
    .about-service .service-set:first-of-type h4 { margin-bottom: 20px; font-size: 24px; }
    .about-service .service-set h4 { margin-bottom: 20px; font-size: 20px; }
    .about-service .service-set p { margin-bottom: 30px; font-size: 16px; }
    .about-service .service-set a { width: 200px; height: 50px; line-height: 50px; margin-bottom: 0; border-radius: 25px; font-size: 16px; }
    .about-service .service-set a:hover { border: 1px solid #3C3C3B; background-color: #3C3C3B; color: #F6DD55; }
    .about-service .service-set:first-of-type { margin-left: 100px; }
    .about-service .service-set img { position: absolute; bottom: 0; left: calc(50% - 325px); width: 150px; margin-bottom: 0; }
}


/* 시스템 설계 메인 */
.system-main { min-height: 100vh; background: url(/maruhosting/assets/images/main/system_graphic_people.png) no-repeat; background-color: #fff; background-position: center bottom; background-size: 80%; text-align: center; }
.system-main .contents-wrap { padding: 60px 20px; }
.system-main h3 { line-height: 32px; margin-top: 15%; margin-bottom: 30px; font-size: 32px; font-weight: 300; text-transform: uppercase; }
.system-main h3 small { display: block; line-height: 16px; margin-top: 8px; font-size: 14px; color: #298085; }
.system-main p { line-height: 24px; margin-bottom: 40px; font-size: 14px; color: #3C3C3B; }
.system-main p strong { display: block; margin-bottom: 20px; font-weight: 400; }
.system-main p span { display: block; }
.system-main a { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto 300px; border: 1px solid #979797; background-color: #fff; text-align: center; }
.system-main video { display: none; }
@media all and (min-width: 768px) {
    .system-main { min-height: 50vh; background-position: 90% bottom; background-size: 45%; text-align: left; }
    .system-main .contents-wrap { padding: 60px 30px; }
    .system-main h3 { margin-top: 0; font-size: 28px; font-weight: 400; }
    .system-main a { margin: 0 auto; }
}
@media all and (min-width: 1024px) {
    .system-main { overflow: hidden; position: relative; min-height: 400px; background-image: none; background-color: rgba(0,0,0,0.5); text-align: center; }
    .system-main video { display: block; position: absolute; top: 0; left: 0; min-width: 100%; width: 100%; height: auto; z-index: -1; }
    .system-main h3 { margin-top: 20px; margin-bottom: 40px; font-size: 28px; font-weight: 400; color: #fff; }
    .system-main h3 small { color: #60CCD2; text-transform: uppercase; }
    .system-main p strong { margin-bottom: 10px; font-size: 16px; color: #fff; }
    .system-main p span { display: inline-block; color: #c1c1c1; }
    .system-main a { background-color: transparent; color: #fff; }
}

/* 운영 관리 메인 */
.management-main { min-height: 100vh; background-color: #3C3C3B; text-align: center; }
.management-main .contents-wrap { padding: 60px 0; }
.management-main h3 { line-height: 32px; margin-top: 15%; margin-bottom: 30px; font-size: 32px; font-weight: 100; color: #F6DD55; text-transform: uppercase; }
.management-main h3 small { display: block; line-height: 16px; margin-top: 8px; font-size: 14px; color: #979797; text-transform: uppercase; }
.management-main p { line-height: 24px; margin: 0 20px 65px; font-size: 13px; color: #fff; }
.management-main p span { display: block; }
.management-main a { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto 10px; border: 1px solid #F6DD55; text-align: center; color: #F6DD55; }
.management-main ul.carousel { overflow: hidden; position: relative; width: 100%; height: 240px; margin-bottom: 70px; }
.management-main li { overflow: hidden; display: inline-block; width: 200px; height: 200px; border: 3px solid #717170; border-radius: 100px; background: #3C3C3B; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; box-sizing: border-box; }
.management-main li .item-title { line-height: 26px; margin-top: 75px; margin-bottom: 10px; font-size: 22px; color: #fff; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.management-main li span { display: block; line-height: 18px; font-size: 12px; color: #fff; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.management-main .items { position: absolute; }
.management-main .main-pos { width: 240px; height: 240px; border: 4px solid #F6DD55; border-radius: 120px; margin-left: -120px !important; z-index: 30; }
.management-main .main-pos .item-title { margin-top: 90px; font-size: 24px; font-weight: 700; color: #F6DD55; text-transform: uppercase; }
.management-main .main-pos span { font-size: 12px; font-weight: 400; color: #F6DD55; }
.management-main .left-pos { margin-top: 20px; margin-left: -240px !important; z-index: 10; }
.management-main .back-pos { margin-top: 20px; margin-left: -100px !important; }
.management-main .right-pos { margin-top: 20px; margin-left: 40px !important; z-index: 10; }
@media all and (min-width: 768px) {
    .management-main { min-height: 50vh; }
    .management-main .contents-wrap { padding: 60px 30px; }
    .management-main h3 { margin-top: 0; font-size: 28px; font-weight: 400; }
    .management-main p { margin: 0 0 30px; }
    .management-main p span { display: inline-block; }
    .management-main ul.carousel { margin-bottom: 30px; text-align: center; }
}
@media all and (min-width: 1024px) {
    .management-main { min-height: 400px; text-align: left; }
    .management-main .contents-wrap { padding: 60px 40px; }
    .management-main h3 { margin-top: 15px; }
    .management-main p span { display: block; }
    .management-main ul.carousel { position: absolute; top: 65px; right: 0;  width: 660px; height: 270px; }
    .management-main li { width: 230px; height: 230px; border-radius: 115px; }
    .management-main li .item-title { margin-top: 81px; }
    .management-main li span { display: inline-block; margin-top: 8px; padding: 0 10px; }
    .management-main .main-pos { width: 270px; height: 270px; border-radius: 135px; }
    .management-main .left-pos { margin-top: 30px; margin-left: -300px !important; }
    .management-main .back-pos { margin-top: 30px; margin-left: -115px !important; }
    .management-main .right-pos { margin-top: 30px; margin-left: 100px !important; }
    .management-main .main-pos .item-title { line-height: 28px; margin-top: 95px; font-size: 26px; }
    .management-main .main-pos span { font-size: 14px; }
    .management-main a { margin: 0; }
}

/* 문의하기 */
.contact-wrap { display: flex; justify-content: center; align-items: center; min-height: 50vh; line-height: 28px; background-color: #60CCD2; font-size: 16px; font-weight: 300; color: #fff; text-align: center; }
.contact-wrap img { margin-bottom: 20px; }
.contact-wrap strong { display: block; font-weight: 700; }
.contact-wrap span { display: block; margin-bottom: 20px; }
.contact-wrap a { display: inline-block; width: 180px; height: 42px; line-height: 42px; border: 1px solid #fff; font-size: 14px; font-weight: 500; color: #fff; }
@media all and (min-width: 768px) {
    .contact-wrap { min-height: 300px; }
}
@media all and (min-width: 1024px) {
    .contact-wrap img { position: absolute; top: -40px; left: calc(50% - 20px); width: 40px; margin-left: 265px; }
    .contact-wrap strong { margin-bottom: 10px; font-size: 24px; }
    .contact-wrap span { margin-bottom: 30px; font-size: 22px; }
}

/* 서브페이지 뷰어 */
.sub-viewer { display: flex; justify-content: center; align-items: center; margin-top: 60px; background-color: #1d1d1d; }
.sub-viewer .contents-wrap { padding: 50px 20px; }
.sub-viewer h3 { line-height: 24px; font-size: 16px; font-weight: 700; color: #fff; text-align: center; text-transform: uppercase; }
.sub-viewer h3 small { display: block; line-height: 18px; margin-top: 10px; font-size: 12px; color: #c1c1c1; text-transform: none; }
.sub-viewer h3 small.web { margin-top: 0; font-size: 12px; color: #c1c1c1; }
.sub-viewer h3 span { display: block; text-transform: none; }
.sub-viewer h3 span.web { margin-top: 10px; font-size: 14px; font-weight: 400; color: #fff; }
.sub-viewer .img-contents { height: 50px; margin-bottom: 20px; text-align: center; color: #fff; }
.sub-viewer .img-contents img { height: 100%; }
@media screen and (min-width: 768px) {
    .sub-viewer .img-contents { height: 60px; }
    .sub-viewer h3 { font-size: 18px; }
    .sub-viewer h3 small { line-height: 22px; font-size: 13px; }
}
@media screen and (min-width: 1024px) {
    .sub-viewer .contents-wrap { padding: 80px; }
    .sub-viewer h3 { float: left; width: 60%; padding-top: 5px; font-size: 24px; text-align: left; }
    .sub-viewer h3 span { display: inline-block; }
    .sub-viewer h3 span.web { display: block; font-size: 15px; }
    .sub-viewer .img-contents { display: flex; justify-content: center; align-items: center; float: right; width: 30%; height: auto; margin-bottom: 0; }
    .sub-viewer .img-contents img.web { height: 80px; }
}

/* 반응형 탭 셀렉터 */
.server-list-wrap .container { min-width: initial !important; padding: 0; }
.tab-button-outer { display: none; }
.tab-select-outer { margin-bottom: 20px; }
.tab-select-outer select { width: calc(100% - 40px); height: 42px; line-height: 42px; margin: 0 20px; padding: 0 15px; border: 1px solid #979797; border-radius: 4px; background-color: transparent; text-align: center; font-size: 14px; color: #3C3C3B; }
.tab-select-outer select { -webkit-appearance: none; -moz-appearance: none;  appearance: none; background: url(/maruhosting/assets/images/common/arrow_down.svg) no-repeat 95% 50%; } 
.tab-select-outer select::-ms-expand { display: none; }
.tab-select-outer .select-wrapper span.caret { display: none; }
.tab-select-outer .select-wrapper input.select-dropdown { display: none; }
.server-tabs-wrap .tab-contents { z-index: 3; position: relative; padding: 0 !important; border: 0; background-color: #fff; }
.tab-select-outer > .form-control { height: auto; padding: 0; border: 0; box-shadow: 0 0 0 0; }
@media screen and (min-width: 768px) {
    .server-list-wrap .container { width: 100%; }
    .tab-button-outer { z-index: 1; display: block; }
    .tab-button-outer ul { margin: 0 30px; font-size: 0; }
    .tab-button-outer li { display: inline-block; position: relative; width: 25%; margin-bottom: 20px; padding: 30px 10px; background-color: #fff; transition: all 0.2s; }
    .tab-button-outer li:hover { background-color: #f7f7f7; }
    .tab-button-outer li a { display: block; width: 100%; font-size: 14px; font-weight: 700; text-align: center; color: #a1a1a1; }
    .tab-button-outer li a img { display: block; height: 24px; margin: 0 auto 10px; filter: grayscale(1); }
    .tab-button-outer li a i { display: none; position: absolute; bottom: 8px; left: calc(50% - 6px); font-size: 18px; color: #60CCD2; }
    .tab-button-outer li.is-active { z-index: 2; background-color: #fff; }
    .tab-button-outer li.is-active a { color: #212121; }
    .tab-button-outer li.is-active a img { filter: grayscale(0); }
    .tab-button-outer li.is-active a i { display: block; }
    .tab-select-outer { display: none; }
}
@media screen and (min-width: 1024px) {
    .server-list-wrap .container { max-width: 1024px; }
}

/* 상품 테이블 */
.server-list-wrap { padding: 50px 0 0; }
.server-list h4 { width: calc(100% - 40px); height: 30px; line-height: 30px; margin: 0 20px 20px; padding: 0 20px; border-radius: 15px; font-size: 13px; font-weight: 700; background-color: #3C3C3B; color: #fff; text-align: left; }
.server-list h4 small { margin-left: 5px; font-size: 11px; color: #c1c1c1; }
.server-list table { width: 100%; margin-bottom: 40px; border-collapse: collapse; border-spacing: 0; table-layout: auto; }
.server-list tbody tr:nth-child(odd) { display: table-row; background-color: #f4f4f4; box-shadow: inset 0 -2px 3px rgba(0,0,0,0.1); }
.server-list th { width: 33.3%; padding: 10px; text-align: center; }
.server-list.four-col th { width: 25%; }
.server-list.five-col th { width: 20%; }
.server-list.six-col th { width: 16.6%; }
.server-list th:nth-child(2) { padding-left: 20px; }
.server-list th:last-child { padding-right: 20px; }
.server-list th img { display: block; margin: 0 auto 10px; height: 30px; }
.server-list th span { display: block; line-height: 13px; font-size: 12px; font-weight: 700; color: #3EABB2; text-align: center; }
.server-list td { line-height: 14px; padding: 8px 10px; font-size: 12px; font-weight: 500; color: #3C3C3B; text-align: center; }
.server-list td:first-child, .server-list th:first-child { display: none; }
.server-list tfoot td a { display: inline-block; width: 50px; height: 50px; margin-top: 20px; padding-top: 19px; border-radius: 30px; background-color: #D8D8D8; color: #3C3C3B; font-size: 11px; font-weight: 700; }
.server-list tfoot td a:hover { background-color: #60CCD2; color: #fff !important; }
.server-list span.tips { display: block; margin-bottom: 30px; padding: 0 20px; font-size: 12px; font-weight: 700; color: #008D45; }
.other-list-btn { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto 50px; border: 1px solid #979797; text-align: center; }
.other-list-btn span { margin-left: 10px; font-weight: 900; color: #60CCD2; }
@media screen and (min-width: 768px) {
    .server-list .container { padding: 0 20px; }
    .server-list h4 { display: block; height: 36px; line-height: 36px; padding: 0 20px; border-radius: 0; font-size: 13px; text-align: center; }
    .server-list { position: relative; padding: 0 30px; }
    .server-list th { width: 25%; padding: 20px 10px; }
    .server-list.four-col th { width: 20%; }
    .server-list th span { line-height: 18px; font-size: 14px; text-align: center; }
    .server-list th:nth-child(2) { padding-left: 10px; }
    .server-list th:last-child { padding-right: 10px; }
    .server-list tbody tr:nth-child(odd) { display: none; }
    .server-list td, .server-list th { empty-cells: show; }
    .server-list td { padding: 15px 10px; font-size: 13px; line-height: 18px; }
    .server-list td:first-child, .server-list th:first-child { display: block; font-weight: 700; }
    .server-list tbody td:nth-child(2n) { background-color: #f7f7f7; }
    .server-list tfoot td a { width: 80px; height: 80px; padding-top: 32px; border-radius: 40px; font-size: 14px; }
    .stem-list-wrap .server-list.management-tab2 th { width: auto; }
    .server-list tr.line-bottom { border-bottom: 1px dotted #818181; }
}
@media screen and (min-width: 1024px) {
    .server-list h4 { font-size: 15px; border-radius: 4px; }
    .server-list h4 small { font-size: 13px; }
    .server-list th span { font-size: 15px; }
    .server-list td { line-height: 24px; padding: 18px 10px; font-size: 14px; }
    .server-list span.tips { text-align: center; font-size: 13px; }
    .server-list tfoot td a { width: 150px; height: 50px; line-height: 50px; padding-top: 0; border-radius: 4px; }
}

/* 상품 설명 */
.server-info { padding: 50px 20px; background-color: #3C3C3B; }
.server-info .price { margin-bottom: 45px; }
.server-info .price table { width: 100%; }
.server-info .price th { padding: 0 10px 15px; font-size: 13px; font-weight: 700; color: #fff; text-transform: uppercase; }
.server-info .price th:last-child { width: 33.3%; text-align: right; }
.server-info .price td { padding: 0 10px 5px;  font-size: 12px; color: #e1e1e1; }
.server-info .price.col-3 td { line-height: 24px; }
.server-info .price td:last-child { width: 33.3%; text-align: right; }
.server-info .price.col-3 td:last-child { width: initial; }
.server-info .price td.title { padding: 10px 10px 5px; text-align: left; color: #60CCD2; }
.server-info .price td.note { padding-top: 5px; color: #F6DD55; }
.server-info .features { padding: 0 10px; }
.server-info .features h5 { margin-bottom: 15px; font-size: 13px; font-weight: 700; color: #fff; }
.server-info .features h5 small { display: block; line-height: 16px; margin-top: 7px; font-size: 11px; font-weight: 400; color: #c1c1c1; }
.server-info .features ul strong { display: block; line-height: 18px; margin-bottom: 10px; font-size: 12px; font-weight: 700; color: #fff; }
.server-info .features ul { padding: 15px; border: 1px solid #60CCD2; border-radius: 4px; }
.server-info .features li { line-height: 18px; margin-left: 15px; margin-bottom: 10px; font-size: 12px; color: #e1e1e1; list-style: disc; }
.server-info .features li:last-child { margin-bottom: 0; }
.server-info .tips { display: block; margin: 10px 0; font-size: 12px; font-weight: 400; color: #F6DD55; text-align: center; }
@media screen and (min-width: 768px) {
    .server-info { padding: 50px 30px; }
    .server-info .price th { font-size: 14px; }
    .server-info .price td { padding: 0 10px 10px; font-size: 13px; }
    .server-info .price.col-3 td { padding: 0 15px 15px; }
    .server-info .features h5 { font-size: 14px; }
    .server-info .features ul { padding: 30px; }
    .server-info .features li { font-size: 13px; }
    .server-info .tips { padding-right: 20px; font-size: 13px; text-align: right; }
}
@media screen and (min-width: 1024px) {
    .server-info .price { float: left; width: 50%; padding: 0 20px; }
    .server-info .price.col-3 { width: 100%; }
    .server-info .features { float: right; width: 50%; padding: 0 20px; }
    .server-info .features.full { width: 100%; }
}

/* 클라우드 상품 목록 */
.cloud-wrap { padding: 50px 20px; text-align: center; }
.cloud-wrap img { margin-bottom: 15px; }
.cloud-wrap h3 { margin-bottom: 20px; font-size: 16px; font-weight: 700; }
.cloud-wrap .service-set { padding: 30px 20px; }
.cloud-wrap .service-set h4 { margin-bottom: 20px; font-size: 14px; font-weight: 700; color: #3C3C3B; }
.cloud-wrap .service-set p { margin-bottom: 20px; font-size: 13px; color: #616161; }
.cloud-wrap .service-set a { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto; border: 1px solid #979797; text-align: center; color: #3C3C3B; }
.cloud-wrap .service-set a:hover { background-color: #60CCD2; border: 0; font-weight: 700; color: #fff; }
@media all and (min-width: 1024px) {
    .cloud-wrap { padding: 80px 30px; }
    .cloud-wrap h3 { margin-bottom: 30px; font-size: 18px; }
    .cloud-wrap .service-set { float: left; width: 25%; }
    .cloud-wrap .service-set h4 { font-size: 16px; }
    .cloud-wrap .service-set p { min-height: 60px; line-height: 20px; }
    .cloud-wrap .service-set a:hover{ background-color: transparent; border: 1px solid #979797; font-weight: initial; color: #3C3C3B; }
}

/* 클라우드DB 상품 목록 */
.cloud-db-wrap { padding: 50px 20px; background-color: #f0f0f0; text-align: center; }
.cloud-db-wrap img { margin-bottom: 15px; }
.cloud-db-wrap h3 { margin-bottom: 20px; font-size: 16px; font-weight: 700; }
.cloud-db-wrap .service-set { padding: 30px 20px; }
.cloud-db-wrap .service-set h4 { margin-bottom: 20px; font-size: 14px; font-weight: 700; color: #3C3C3B; }
.cloud-db-wrap .service-set p { margin-bottom: 20px; font-size: 13px; color: #616161; }
.cloud-db-wrap .service-set a { display: block; width: 180px; height: 42px; line-height: 42px; margin: 0 auto; border: 1px solid #979797; text-align: center; color: #3C3C3B; }
.cloud-db-wrap .service-set a:hover { background-color: #3C3C3B; border: 0; font-weight: 700; color: #fff; }
.cloud-db-wrap .service-set a.disabled { background-color: #DBDBDB; border: 0; }
@media all and (min-width: 1024px) {
    .cloud-db-wrap { padding: 80px 30px; }
    .cloud-db-wrap h3 { margin-bottom: 30px; font-size: 18px; }
    .cloud-db-wrap .service-set { float: left; width: 33%; }
    .cloud-db-wrap .service-set h4 { font-size: 16px; }
    .cloud-db-wrap .service-set p { line-height: 20px; }
    .cloud-db-wrap .service-set p { min-height: 60px; line-height: 20px; }
    .cloud-db-wrap .service-set a:hover { background-color: transparent; border: 1px solid #979797; font-weight: initial; color: #3C3C3B; }
    .cloud-db-wrap .service-set a.disabled:hover { background-color: #DBDBDB; border: 0; font-weight: initial; color: #616161; }
}

/* 서버호스팅 - 코로케이션 */
.colocation-wrap .sub-viewer { background: url(/maruhosting/assets/images/sub/colocation_bg.jpg) no-repeat; background-position: center; background-size: auto 100%; }
.colocation-wrap .sub-viewer h3 { line-height: 28px; font-size: 18px; font-weight: 400; }
.colocation-wrap .sub-viewer h3 small { display: block; line-height: 20px; margin-top: 8px; font-size: 12px; font-weight: 300; color: #c1c1c1; }
.colocation-wrap h4 { margin-bottom: 30px; padding: 0 20px; font-size: 18px; font-weight: 700; color: #212121; text-align: center; }
.colocation-wrap h4 span.dot { display: block; }
.colocation-wrap h4 small { display: block; line-height: 20px; margin-top: 10px; font-size: 13px; }
.colocation-info { background-color: #f0f0f0; }
.colocation-info .container { padding: 50px 20px; }
.colocation-info .colocation-box { padding: 20px; border: 3px solid #49B8BE; border-radius: 8px; }
.colocation-info ol li { line-height: 20px; margin-bottom: 20px; font-size: 13px; font-weight: 400; }
.colocation-info ol li:last-child { margin-bottom: 0; }
.colocation-compare .container { padding: 50px 0; }
.colocation-compare .colo-table span { display: block; width: calc(100% - 40px); height: 30px; line-height: 30px; margin: 30px 20px 15px; padding: 0 15px; border-radius: 15px; font-weight: 700; background-color: #3C3C3B; color: #fff; text-align: center; }
.colocation-compare .colo-table table { line-height: 18px; font-size: 12px; }
.colocation-compare .colo-table th { width: 33.3%; padding: 8px 5px; border-bottom: 2px solid #a1a1a1; font-weight: 400; text-align: left; }
.colocation-compare .colo-table td { padding: 5px; border-bottom: 1px dotted #a1a1a1; }
.colocation-compare .colo-table td:first-child { background-color: #f7f7f7; }
@media all and (min-width: 768px) {
    .colocation-wrap .sub-viewer h3 { font-size: 24px; }
    .colocation-wrap .sub-viewer h3 small { margin-top: 12px; font-size: 14px; }
    .colocation-info .container { padding: 70px 30px; }
    .colocation-wrap h4 { margin-bottom: 50px; font-size: 24px; }
    .colocation-wrap h4 small { font-size: 14px; }
    .colocation-info .colocation-box { padding: 30px 30px 30px 45px; }
    .colocation-compare .container { padding: 70px 30px; }
    .colocation-compare .colo-table { text-align: center; }
    .colocation-compare .colo-table span { display: inline-block; width: auto; margin: 0 auto 15px; }
    .colocation-compare .colo-table td { padding: 8px 10px; }
}
@media all and (min-width: 1024px) {
    .colocation-wrap .sub-viewer { background-size: 100% auto; }
    .colocation-wrap .sub-viewer h3 { margin-top: 30px; font-size: 26px; }
    .colocation-wrap .sub-viewer h3 small { margin-top: 15px; font-size: 14px; }
    .colocation-info .container { padding: 100px 30px; }
    .colocation-wrap h4 { line-height: 1; font-size: 24px; }
    .colocation-wrap h4 span.dot { margin-top: 15px; }
    .colocation-wrap h4 small { line-height: 24px; margin-top: 20px; font-size: 16px; }
    .colocation-info ol li { font-size: 14px; }
    .colocation-compare .container { padding: 100px 30px; }
    .colocation-compare .colo-table span { height: 36px; line-height: 36px; margin-bottom: 30px; padding: 0 20px; border-radius: 18px; }
    .colocation-compare .colo-table th { font-weight: 700; }
    .colocation-compare .colo-table td { padding: 10px 15px; font-size: 13px; }
}

/* 문의 - 헤드라인 */
.contact-viewer { overflow: hidden; position: relative; width: 100%; height: auto; padding-bottom: 70px; border-bottom: 1px dashed #979797; background: #3C3C3B; }
.contact-viewer h2 { z-index: 3; line-height: 32px; margin-top: 100px; margin-bottom: 40px; padding: 0 60px; font-size: 18px; font-weight: 300; color: #fff; letter-spacing: 0; }
.contact-viewer h2 strong { font-weight: 700; text-transform: uppercase; }
.contact-viewer { display: flex; flex-wrap: wrap; text-align: center; }
.contact-viewer .item-set { display: inline-block; flex: auto; vertical-align: middle; margin: 0 10px 0; }
.contact-viewer .item-set img { height: 50px; }
.contact-viewer .item-set label { display: block; margin-top: 15px; font-size: 16px; font-weight: 300; color: #fff; }
.contact-viewer .item-set label.point { color: #F6DD55; }
@media all and (min-width: 768px) {
    .contact-viewer h2 { font-size: 24px; }
    .contact-viewer .item-set { margin: 0 30px; }
    .contact-viewer .item-set img { height: 60px; }
}
@media all and (min-width: 1024px) {
    .contact-viewer { height: 500px; padding-bottom: 0; }
    .contact-viewer h2 { margin-top: 160px; margin-bottom: 50px; font-size: 28px; }
    .contact-viewer .item-set { margin: 0 40px; }
    .contact-viewer .item-set label { margin-top: 20px; font-size: 22px; }
}

/* 문의 - 문의하기 */
.stem-contact { overflow: hidden; width: 100%; height: auto; min-height: 900px; padding: 50px 0; background-color: #3C3C3B; text-align: center; }
.stem-contact h2:before { color: #fff; }
.stem-contact h2 { margin-bottom: 50px; font-size: 20px; font-weight: 700; color: #fff; }
.stem-contact .contents-wrap { padding: 0 20px; }
.stem-contact .form-set { margin-bottom: 10px; }
.stem-contact .form-set input { width: 100%; max-width: 600px; height: 50px; line-height: 50px; margin: 0; padding: 0; background-color: transparent; border: 0; border-bottom: 1px solid #979797; border-radius: 0; text-align: center; font-size: 14px; font-weight: 300; color: #fff; box-sizing: border-box; transition: all 0.2s; }
.stem-contact .form-set input[type="password"] { font-family: 'Roboto'; }
.stem-contact .form-set input:hover, .stem-contact .form-set input:active, .stem-contact .form-set input:focus { border-bottom: 2px solid #F6DD55; color: #F6DD55; font-weight: 400; outline: none; }
.stem-contact .form-set input::placeholder, .stem-contact .form-set textarea::placeholder { line-height: 50px; background-color: #474746; font-size: 14px; font-weight: 300; color: #c1c1c1; opacity: 1; font-style: inherit; transition: all 0.2s; }
.stem-contact .form-set textarea::placeholder { line-height: inherit; background-color: transparent; }
.stem-contact .form-set input:-ms-input-placeholder, .stem-contact .form-set textarea:-ms-input-placeholder { font-size: 14px; font-weight: 300; color: #c1c1c1; }
.stem-contact .form-set input::-ms-input-placeholder, .stem-contact .form-set textarea::-ms-input-placeholder { font-size: 14px; font-weight: 300; color: #c1c1c1; }
.stem-contact .form-set .bootstrap-select .btn { max-width: 100%; height: 50px; line-height: 50px; margin-bottom: 0; border-radius: 0; border: 1px solid #979797; background-color: transparent; text-align: center; color: #c1c1c1; font-weight: 300; }
.stem-contact .form-set .bootstrap-select .btn span { line-height: 48px; text-align: center; text-transform: none; }
.stem-contact .bootstrap-select .dropdown-toggle:focus { outline: none !important; outline-offset: 0; }
.stem-contact .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) { width: 100%; }
.stem-contact .bootstrap-select.btn-group .dropdown-menu { max-width: 600px; margin-bottom: 0; }
.stem-contact .dropdown-menu > li > a { padding: 10px 20px; }
.stem-contact .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after { top: -4px; }
.stem-contact .select-wrapper span.caret { display: none; }
.stem-contact .select-wrapper input.select-dropdown { display: none; }
.stem-contact .form-set textarea { width: 100%; max-width: 600px; line-height: 24px; min-height: 200px; padding: 15px; background-color: #474746; border: 0; border-bottom: 1px solid #979797; border-radius: 0; text-align: left; font-size: 14px; font-weight: 300; color: #fff; box-sizing: border-box; transition: all 0.2s; }
.stem-contact .form-set textarea:hover, .stem-contact .form-set textarea:active, .stem-contact .form-set textarea:focus { border-bottom: 2px solid #F6DD55; color: #F6DD55; font-weight: 400; outline: none; }
.stem-contact .security-group .content-box { overflow-y: scroll; height: 200px; line-height: 22px; padding: 20px; border: 1px solid #979797; text-align: left; font-size: 13px; font-weight: 300; color: #f7f7f7; }
.stem-contact .security-group .content-box h4 { margin-bottom: 10px; font-size: 14px; font-weight: 700; color: #fff; }
.stem-contact .security-group .content-box span { display: block; margin-bottom: 5px; }
.stem-contact .security-group .content-box ol { margin: 5px 15px; }
.stem-contact .security-group .content-box blockquote { padding: 15px; background-color: #515151; }
.stem-contact .security-group .content-box blockquote strong { display: block; }
.stem-contact .security-group .checkbox { margin-bottom: 30px; }
.stem-contact .security-group .checkbox label { display: block; margin-top: 10px; font-size: 13px; font-weight: 300; color: #fff; text-align: left; }
.stem-contact .security-group .checkbox input[type=checkbox] { left: 20px; visibility: initial; margin-top: 3px; }
.stem-contact .recaptcha { margin-bottom: 30px; }
.stem-contact .recaptcha img { width: 160px; height: 60px; margin-bottom: 5px; border-radius: 4px; }
.stem-contact .recaptcha button { display: inline-block; height: 28px; line-height: 28px; margin-bottom: 15px; padding: 0 9px; border: 1px solid #818181; background-color: transparent; font-size: 13px; color: #e1e1e1; }
.stem-contact .recaptcha button:hover, .stem-contact .recaptcha button:active, .stem-contact .recaptcha button:focus { color: #F6DD55; border-color: #F6DD55; }
.stem-contact .recaptcha input { width: 160px; height: 36px; line-height: 36px; margin-bottom: 8px; padding: 0 10px; border: 0; border-radius: 4px; }
.stem-contact .recaptcha input:focus { outline: none; }
.stem-contact .recaptcha p { font-size: 12px; color: #e1e1e1; }
.stem-contact .contents-footer { margin-top: 30px; padding: 0 30px; }
.stem-contact .contents-footer a { display: inline-block; width: 100%; height: 42px; line-height: 42px; margin-bottom: 10px; border: 1px solid #979797; font-size: 14px; font-weight: 300; text-align: center; color: #979797; transition: all 0.2s; }
.stem-contact .contents-footer a.point { border-color: #F6DD55; color: #F6DD55; }
.stem-contact .contents-footer a.point:hover, .stem-contact .contents-footer a.point:focus, .stem-contact .contents-footer a.point:active { background-color: #F6DD55; color: #3C3C3B; }
.stem-contact .contents-footer a:hover, .stem-contact .contents-footer a:focus, .stem-contact .contents-footer a:active { background-color: #979797; color: #f7f7f7; }
@media all and (min-width: 768px) {
    .stem-contact .contents-wrap { max-width: 600px; margin: 0 auto; padding: 0; }
    .stem-contact .form-set { margin-bottom: 20px; }
    .stem-contact .form-set textarea { min-height: 250px; }
    .stem-contact .security-group .checkbox { margin-bottom: 50px; }
    .stem-contact .recaptcha { text-align: left; }
    .stem-contact .recaptcha .img-set { float: left; margin-right: 15px; text-align: center; }
    .stem-contact .recaptcha .input-set { float: left; padding-top: 24px; text-align: left; }
    .stem-contact .contents-footer { margin-top: 50px; padding: 0; }
    .stem-contact .contents-footer a { float: left; width: 298px; }
    .stem-contact .contents-footer a:first-of-type { margin-right: 4px; }
}