@charset "utf-8";
.ctt_admin {
    position: absolute;
    top: 500px;
    left: 50px;
    z-index: 9999;
    background: #eee;
}
/* 그누보드 */
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}
.btn_admin {
    display: none;
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    display: inline-block;
    position: relative;
    max-width: none;
    background: none;
    text-align: left;
}
#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}
#captcha #captcha_img {
    height: 40px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 0;
    margin: 0;
    border-radius: 3px;
}
#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url("../../../img/captcha2.png") no-repeat;
    text-indent: -999px;
    border-radius: 3px;
}
#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url("../../../img/captcha2.png") no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px;
}
#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
}
#captcha #captcha_info {
    display: block;
    margin: 5px 0 0;
    font-size: 80%;
    color: #ff0000;
    letter-spacing: -0.1em;
}

/* 게시판 */
#bo_v_img {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}
#bo_v_img img {
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

/* 커스텀 */
select {
    font-size: 14px;
}

#footer .logo img {
    filter: grayscale(1);
    top: 0px;
}

#latest h4 a {
    color: #000;
}
#latest h4 a:hover {
    text-decoration: none;
}
#latest li a {
    color: #777;
}

.dropdown-item {
    font-size: 14px;
}

.ck.ck-editor__editable {
    min-height: 200px !important;
}

/*
.title { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; }
*/

/* section */
section {
    padding: 120px 0;
}

/* main */
.main-slider {
    position: relative;
    margin-top: 110px;
}
.main_slider,
.slick-slide,
.slick-slide > div,
.slick-slide img {
    height: 600px !important;
}
.main-slider .slick-arrow {
    position: absolute;
    z-index: 10;
    opacity: 0;
}
.main-slider:hover .slick-arrow {
    opacity: 1;
}
.main-slider .slick-arrow:hover,
.main-slider .slick-arrow:active,
.main-slider .slick-arrow:focus {
    border: none;
    outline: none;
}
.main-slider .slick-prev {
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 94px;
    background: url("../img/main/slider_prev.png");
    background-repeat: no-repeat;
    border: none;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.main-slider .slick-next {
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 94px;
    background: url("../img/main/slider_next.png");
    background-repeat: no-repeat;
    border: none;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.main-slider .slick-slide {
    position: relative;
}

.main-slider .slider-title {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.main-slider .slider-title h1 {
    margin: 0 auto;
    min-width: 700px;
    font-size: 60px;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
}
.main-slider .slider-title p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4em;
    color: #fff;
    margin-top: 30px;
}

.main-slider .slider-title .btn-slider {
    display: inline-block;
    padding: 16px 42px;
    background-color: #21397a;
    border: 1px solid #21397a;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
    margin-top: 45px;
}
.main-slider .slider-title .btn-slider:hover {
    background-color: #fff;
    color: #21397a;
}
.main-slider .slick-slide > div > div {
    position: relative;
    overflow: hidden;
}
.main-slider .slick-slide img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.main-slider .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
}
.main-slider .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.main-slider .slick-dots button {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #fff;
    box-shadow: none;
    border: none;
    opacity: 0.5;
}
.main-slider .slick-dots .slick-active button {
    opacity: 1;
    background: #fff;
}
.main-slider .slick-dots button:hover,
.main-slider .slick-dots button:active,
.main-slider .slick-dots button:focus {
    border: none;
    outline: none;
}

/* kakao */
#kakao {
    background-color: #f9e000;
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
}
#kakao > div {
    background-image: url("/theme/thesharpline/img/main/kakako.png");
    background-size: auto 100%;
    background-position: 75% center;
    background-repeat: no-repeat;
}

#kakao p {
    color: #3a1e1d;
    font-size: 24px;
    line-height: 1.4em;
}
#kakao a {
    display: inline-block;
    border-radius: 20px;
    background-color: #3a1e1d;
    color: #f9e000;
    font-size: 24px;
    font-weight: 900;
    margin-top: 20px;
    padding: 15px 45px;
}

/* blog */
#blog{
	display:block;
	width:100%;
	height:190px;
	background:url("/theme/thesharpline/img/main/blog_bg.png") center center no-repeat;
	background-size:cover;
	padding:22px 0;
	text-align:center;
	cursor:pointer;
}
#blog h1{
	font-size:40px;
	color:#fff;
	margin-top:10px
}
#blog h1 strong{
	font-weight:900;
}

/* main service */
#service .service-item {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}
#service .service-item img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.2s all;
}
#service .service-item:hover img {
    width: 110%;
    height: 110%;
}
#service .service-item .service-info {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 30px 3px;
    background-color: rgba(256, 256, 256, 0.9);
    border-top: 1px solid #ccc;
}
#service .service-item .service-info h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
}
#service .service-item .service-info p {
    font-size: 17px;
    color: #333;
    margin-top: 10px;
}

/* main compnay */
#company {
    background-color: #eee;
    background-image: url("../img/main/main_company_bg.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#company .company-detail {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 470px;
    position: relative;
    padding: 40px 20px;
    text-align: center;
}
#company .company-detail h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1e1e1e;
    margin: 0;
}
#company .company-detail h2 {
    font-family: "Roboto";
    font-size: 60px;
    font-weight: 900;
    color: #21397a;
}
#company .company-detail h5 {
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 900;
    color: #21397a;
}
#company .company-detail h6 {
    font-size: 24px;
    margin: 30px 0 5px 0;
}
#company .company-detail p {
    font-size: 18px;
    color: #464646;
    margin-top: 15px;
}
#company .company-detail h2 + p {
    font-size: 20px;
    margin: 0;
}
#company .company-detail a {
    display: inline-block;
    font-size: 18px;
    border: 1px solid #21397a;
    padding: 10px 25px;
    margin-top: 30px;
}
#company .company-detail a:hover {
    background: #21397a;
    color: #fff;
}
#company .company-detail img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 100%;
}
#company .company-detail .img-tel {
    bottom: 30px;
    transform: translateX(-60%);
}

/* main gallery */
#gallery {
    padding-top: 120px;
    background-color: #eee;
    background-image: url("../img/main/main_company_bg.png");
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.frame {
    width: 100%;
    padding: 3px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
}
.frame img {
    width: 100%;
    height: 100%;
}
.frame + p {
    margin-bottom: 50px;
    text-align: center;
}

/* main contact us */
#contantUs {
    background: url("../img/main/main_contactus_bg.png") center center no-repeat;
    background-size: auto 100%;
    text-align: center;
}
#contantUs p {
    font-size: 30px;
    color: #fff;
}
#contantUs h1 {
    font-size: 60px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
#contantUs h1 span {
    font-family: "Roboto";
    font-weight: 900;
}
#contantUs h4 {
    font-size: 30px;
    color: #fff;
    margin-top: 40px;
}
#contantUs h5 {
    font-family: "Roboto";
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    margin-top: 10px;
}
#contantUs a {
    display: block;
    color: #fff;
    font-weight: 900;
}

/* sub */
.sub-banner {
    background: url("../img/sub/banner_bg.png") 0 0 no-repeat;
    width: 100%;
    height: 240px;
    margin-top: 100px;
    text-align: center;
    position: relative;
}
.sub-banner h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.sub-banner h1 a {
    color: #fff;
}

.sub-content {
    padding: 150px 0;
}

.sub-content img {
    max-width: 100%;
}
.sub-title {
    text-align: center;
}
.sub-title h3 {
    display: block;
    font-size: 42px;
    font-weight: 900;
    color: #1e1e1e;
    margin: 0;
}
.sub-title h4 {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #21397a;
    margin: 50px 0 25px;
}
.sub-title h5 {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #21397a;
    margin: 50px 0 20px;
}
.sub-title .title-bar {
    display: inline-block;
    width: 70px;
    height: 4px;
    background-color: #21397a;
    margin: 30px 0 50px 0;
}
.sub-title p {
    font-size: 24px;
    line-height: 1.8em;
}

.text-box {
    background: #f0f0f0;
    padding: 20px 50px;
}

.list-style {
    margin: 0;
    padding: 10px 0;
}
.list-style li {
    position: relative;
    padding: 5px 0 5px 18px;
    list-style: none;
}
.list-style li:before {
    content: "";
    display: block;
    border-radius: 100%;
    background-color: #03328e;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 0;
}

.table td,
.table th {
    vertical-align: middle !important;
}

/* sub compnay */
.company-info {
    text-align: center;
}
.company-info h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 35px;
}
.company-info h3 span {
    color: #21397a;
}
.company-info p {
    font-size: 24px;
    line-height: 1.8em;
    word-break: keep-all;
}

.company-nature {
    position: relative;
    background: #eee;
    overflow: visible;
    margin-top: 300px;
}
.company-nature h3 {
    font-size: 30px;
    font-weight: 900;
    color: #1e1e1e;
    margin-top: 60px;
    margin-bottom: 30px;
}
.company-nature h3 span {
    color: #21397a;
}
.company-nature p {
    color: #1e1e1e;
    margin-bottom: 60px;
    word-break: keep-all;
}
.company-nature img {
    position: absolute;
    bottom: 0;
    left: -50px;
}

.company-location {
    padding-top: 150px;
}
.company-location dl {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.company-location dl dt {
    font-size: 30px;
    color: #1e1e1e;
}
.company-location dl dt img {
    vertical-align: middle;
    margin-right: 10px;
}
.company-location dl dd {
    font-size: 20px;
    padding-left: 44px;
    margin-top: 10px;
}
.company-location dl dd + dt {
    margin-top: 50px;
}

/* sub promise */
.promise {
    margin-top: 50px;
}
.promise img {
    margin-bottom: 10px 0;
}
.promise h3 {
    font-weight: 900;
    margin: 70px 0 10px 0;
}
.promise h3 span {
    color: #21397a;
}
/* 반응형 */
.pc-only {
    display: block;
}
.mobile-only {
    display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* main */
    .main_slider,
    .slick-slide,
    .slick-slide > div,
    .slick-slide img {
        height: 400px !important;
    }
    .main-slider .slider-title h1 {
        font-size: 48px;
    }
    .main-slider .slider-title p {
        font-size: 20px;
    }
    #service .service-item img {
        width: auto;
        max-width: none;
        height: 100%;
        margin-left: -10%;
    }
    #company .company-detail h2 {
        font-size: 48px;
    }
    #company .company-detail h2 + p {
        font-size: 16px;
    }

    /* sub */
    .sub-title p {
        font-size: 20px;
    }
    .promise h3 {
        margin-top: 40px;
    }
}
@media (max-width: 1199px) {
    .main-slider .slider-title h1 {
        font-size: 48px;
    }
    .main-slider .slider-title p {
        font-size: 22px;
    }

    /* kakao */
    #kakao {
        text-align: left;
    }
    #kakao > div {
        background-position: right center;
    }
    #kakao br {
        display: block !important;
    }

    .sub-title h4 {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    body {
        font-size: 16px;
    }
    /* 반응형 */
    .pc-only {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }

    .mobile-tel {
		display: block;
		width:100%;
		height:50px;
        background: #eee;
        text-align: center;
    }
    .mobile-tel a {
		font-size: 22px;
		letter-spacing:-0.02em;
		font-weight:900;
		line-height:50px;
        color: #333;
    }
	.mobile-tel a span{
		display:inline-block;
		margin-right:8px;
		font-size:26px;
		line-height:16px;
		vertical-align:middle
	}

    /* main */
    .main_slider,
    .slick-slide,
    .slick-slide > div,
    .slick-slide img {
        height: 350px !important;
    }
    .main-slider .slider-title {
        text-align: center;
        margin-left: 0;
        top: 80%;
        transform: translate(-50%, -60%);
    }
    .main-slider .slider-title h1 {
        font-size: 32px;
    }
    .main-slider .slider-title p {
        font-size: 20px;
    }
    .main-slider .slider-title .btn-slider {
        margin-top: 20px;
    }

    .service-item {
        margin-bottom: 30px;
    }
    .company-detail {
        margin-bottom: 30px;
    }

    /* sub */
    .company-info h3 {
        font-size: 30px;
    }
    .company-info h3 span {
        display: block;
    }
    .company-info p {
        font-size: 20px;
    }
    .company-nature {
        margin-top: 50px;
    }
    .company-nature h3 span {
        display: block;
    }
    .company-location {
        padding-top: 80px;
    }
}
@media (max-width: 768px) {
    br {
        display: none;
    }

    section {
        padding: 80px 0;
    }

    /* main */
    .main_slider,
    .slick-slide,
    .slick-slide > div,
    .slick-slide img {
        height: 250px !important;
    }
    .main-slider .slider-title {
        text-align: center;
        margin-left: 0;
        top: 50%;
        transform: translate(-50%, -60%);
    }
    .main-slider .slider-title p {
        font-size: 16px;
        padding: 0 50px;
    }
    .slider-title p br {
        display: inline-block;
    }
    .main-slider .slider-title .btn-slider {
        display: none;
    }

    /* kakao */
    #kakao {
        text-align: center;
    }
    #kakao > div {
        background-image: none;
    }
    #kakao p {
        font-size: 18px;
    }
    #kakao a {
        font-size: 18px;
        padding: 10px 25px;
        margin-top: 10px;
    }
    #kakao br {
        display: block !important;
    }

    #service .service-item {
        height: 300px;
    }
    #service .service-item img {
        width: 100%;
        height: auto;
    }
    #service .service-item .service-info {
        min-height: 160px;
        padding: 20px 3px;
    }
    #service .service-item .service-info h4 {
        font-size: 18px;
    }
    #service .service-item .service-info p {
        font-size: 14px;
    }
    #company .company-detail {
        height: 260px;
    }
    #company .company-detail.tel {
        height: 300px;
    }
    .company-detail img {
        display: none;
    }
    #company .company-detail h2 {
        font-size: 36px;
    }
    #company .company-detail h2 + p {
        font-size: 16px;
    }
    #contantUs p {
        font-size: 20px;
        line-height: 1.6em;
    }
    #contantUs h1 {
        font-size: 48px;
    }

    /* sub */
    .sub-banner {
        height: 150px;
    }
    .sub-banner h1 {
        font-size: 20px;
    }
    .sub-content {
        padding: 80px 0;
    }

    .sub-title h3 {
        font-size: 30px;
    }
    .sub-title h4 {
        margin-top: 20px;
    }
    .sub-title h5 {
        font-size: 18px;
        margin-top: 30px;
    }
    .sub-title .title-bar {
        margin-bottom: 30px;
    }
    .sub-title p {
        font-size: 18px;
    }

    .company-info h3,
    .company-nature h3 {
        font-size: 24px;
    }
    .company-info p {
        font-size: 18px;
    }
    .company-location dl {
        position: relative;
        display: block;
        margin-top: 30px;
    }
    .promise img {
        margin: 15px 0;
    }
    .promise h3 {
        margin-top: 15px;
    }
    .promise h3 span {
        display: block;
    }
    .promise .list-style {
        margin-bottom: 15px;
    }

    .text-box {
        padding: 10px;
    }
    .table td,
    .table th {
        padding: 0.75rem 0.1rem !important;
    }
    .table th {
        font-size: 11px;
        max-width: 100px;
        min-width: 40px;
    }
    .table td {
        font-size: 10px;
        word-break: keep-all;
    }
}
@media (max-width: 480px) {
    #service .service-item img {
        width: auto;
        height: 100%;
    }

	#blog h1{
		font-size:24px
	}
}
