@font-face {
	font-family: Noto Sans KR;
	src: url(../font/NotoSansKR-Light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Noto Sans KR;
	src: url(../font/NotoSansKR-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Noto Sans KR;
	src: url(../font/NotoSansKR-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Noto Sans KR;
	src: url(../font/NotoSansKR-Bold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Noto Sans KR;
	src: url(../fonts/NotoSansKR-Black.woff) format("woff");
	font-weight: 900;
	font-style: normal;
}

body {
    font-family:'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;
    color: #333;
}

.container {
    background-color: #fcfcfc;
}


/*  
navigation  
*/
.navbar {
	background-color: #fff;
    border-bottom: 1px solid #b0b9c5;
}
.navbar .navbar-brand {
    margin-left: 7px;
    padding-top: 10px;
    padding-bottom: 13px;
}
.navbar .nav {
    margin-left: 20px;
}
.navbar .nav .nav-link {
    font-size: 14px;
}


/*  
main banner  
*/
.main-banner {
    width: 100%;
    height: 17.97vw;
    min-height: 230px;
	margin-top: 50px;
    background-image: url('../img/banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 50%;
}

.main-banner .inner {
    position: relative;
    max-width: 1000px;
    height: 100%;
}

.main-banner .inner .text {
    position: absolute;
    top: calc(50% - 57px);
    left: 2px;
}

.main-banner .title {
    margin-left: 7px;
    font-size: 20px;
    font-weight: 700;
}

.main-banner .desc {
    margin-top: 10px;
    margin-left: 7px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: 300;
}

.main-banner .desc strong {
    color: #333;
    font-weight: 700;
}


/*  
content  
*/
.content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

/*
상잠 서비스 입장 form
*/
.officecall-roomin-wrap {
    width: 100%;
    max-width: 420px;
    margin: 33px auto 45px auto;
    padding: 0 10px;
}

.officecall-roomin-wrap .status {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.officecall-roomin-wrap .status strong {
    color: #007489;
    font-weight: 700;
}

.officecall-roomin-wrap input[type=text]
, .officecall-roomin-wrap [type=submit] {
    display: block;
    width: 100%;
    padding: 16px 42px;
    font-size: 16px;
    border-radius: 0%;
    line-height: 24px;
}

.officecall-roomin-wrap input[type=text] {
    border: 1px solid #eee;
    color: #333;
}

.officecall-roomin-wrap input[type=submit] {
    margin-top: 10px;
    border: none;
    color: #fff;
    background-color: #007489;
}
.officecall-roomin-wrap input[type=submit]:hover {
    cursor: pointer;
    opacity: 0.9;
}
.officecall-roomin-wrap input[type=submit]:disabled {
    background-color: #666;
}

.toggle-video-wrap {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.toggle-video-wrap span {
    float: left;
    margin-right: 9px;
    padding-top: 5px;
}

.toggle-video-wrap input[type=radio] {
    display: none;
}

.toggle-video-wrap input[type=radio] + label {
    float: left;
    width: 50px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #007489;
    border: 1px solid #eee;
}

.toggle-video-wrap input[type=radio]:checked + label {
    color: #fff;
    background-color: #007489;
    border-color: #007489;
}

.toggle-video-wrap input[type=radio].video-on + label {
    border-right: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.toggle-video-wrap input[type=radio].video-off + label {
    border-left: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.toggle-video-wrap .desc {
    clear: both;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

/*
서비스 소개 타일
*/
.intro-tile-wrap {
    margin: 0 -25px 12.5px -25px;
}

.intro-tile-wrap .intro-tile {
    font-size: 0;
    text-align: center;
}

.intro-tile-wrap .intro-tile .tile-item {
    display: inline-block;
    width: 300px;
    min-height: 300px;
    margin: 0 25px 25px;
    vertical-align: top;
    text-align: left;
    border-radius: 5px;
    background-color: #fff;
}

.intro-tile-wrap .intro-tile .item-txt {
    padding: 20px 30px 0;
}

.intro-tile-wrap .intro-tile .item-txt .title {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
}

.intro-tile-wrap .intro-tile .item-txt .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #333;
    font-weight: 300;
}