/*-------------------------------------------------------------------
    작성날짜 : 2020-12-24
    수정날짜 : 
    *(주의사항 : )
-------------------------------------------------------------------*/
@charset "UTF-8";
/*
	* about
	* contact
*/
/* about */
#about_wrap .company {
	padding: 50px 0 70px 0;
}

#about_wrap .company .box.box-half {
	position: relative;
	width: 50%;
}

#about_wrap .company .box.box-half.box-left {
	float: left;
}

#about_wrap .company .box.box-half.box-left .img-area {
    width: calc(100% - 60px);
	margin: 70px 0 0 60px;
}

#about_wrap .company .box.box-half.box-left .img-frame {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-bottom: 90%;
    background: transparent url('../img/sub/about-01-frame.png') 50% 50%/100% 100% no-repeat;
}

#about_wrap .company .box.box-half.box-left .img {
    z-index: 5;
	padding-bottom: 90%;
	background: transparent url('../img/sub/about-01-model.png') 50% 50%/100% 100% no-repeat;
}

#about_wrap .company .box.box-half.box-right {
	float: right;
	padding: 10px 0 0 0;
	text-align: center;
}

#about_wrap .company .box-right .company-logo {
	margin-bottom: 30px;
}

#about_wrap .company .box-right .company-logo .img {
	width: 127px;
	padding-bottom: 171px;
	margin: 0 auto;
	background: transparent url('../img/sub/about-02.png') 50% 50%/100% 100% no-repeat;
}

#about_wrap .company .box-right .slogan p {
	font: 400 18px 'noto';
	color: #000;
	line-height: 1.4;
}

#about_wrap .company .box-right .slogan p > br {
    display: none;
}

#about_wrap .company .box-right .slogan em {
	font: 700 36px 'noto';
	color: #977225;
	line-height: 1.4;
}

#about_wrap .company .box-right .company-logo-sub {
	margin: 30px auto 24px auto;
}

#about_wrap .company .box-right .company-logo-sub .img {
	width: 234px;
	padding-bottom: 36px;
	margin: 0 auto;
	background: transparent url('../img/sub/about-03.png') 50% 50%/100% 100% no-repeat;
}

#about_wrap .company .box-right .desc p {
	font: 400 18px 'noto';
	color: #1C1C1C;
	line-height: 1.4;
}

#about_wrap .company .box-right .desc p:nth-of-type(1) {
	margin-bottom: 20px;
}

#about_wrap .company .box-right .desc p > br {
	display: block;
}

#about_wrap .media {
	padding: 50px 0 100px 0;
	background-color: #F7F7F7;
}

#about_wrap .media .video {
	max-width: 870px;
}

#about_wrap .media .video > .inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.2%;
}

#about_wrap .media .video > .inner  iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
/* // about */
/* contact */





#contact_wrap .proc {
	padding: 50px 0 0 0;
}

#contact_wrap .proc .step-group li {
	float: left;
	position: relative;
	width: 33.33%;
	text-align: center;
}

#contact_wrap .proc .step-group li:before {
	content: '';
	position: absolute;
	right: -11px;
	top: 25%;
	-ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
	transform: translateY(-25%);
	width: 23px;
	height: 44px;
	background: transparent url('../img/icons/ico-cals-right-bl.png') 50% 50%/100% 100% no-repeat;
}

#contact_wrap .proc .step-group li:last-child:before {
	display: none;
}

#contact_wrap .proc .step-group li .step {
	font: 700 20px 'noto';
	color: #977225;
	line-height: 1;
}

#contact_wrap .proc .step-group li .img-area {
	height: 130px;
}

#contact_wrap .proc .step-group li:nth-of-type(1) .img {
	background: transparent url('../img/sub/ico-step-01.png') 50% 50%/100px auto no-repeat;
}

#contact_wrap .proc .step-group li:nth-of-type(2) .img {
	background: transparent url('../img/sub/ico-step-02.png') 50% 50%/100px auto no-repeat;
}

#contact_wrap .proc .step-group li:nth-of-type(3) .img {
	background: transparent url('../img/sub/ico-step-03.png') 50% 50%/100px auto no-repeat;
}

#contact_wrap .proc .step-group li .title {
	margin-bottom: 20px;
	font: 500 24px 'noto';
	color: #1C1C1C;
	line-height: 1;
}

#contact_wrap .proc .step-group li .desc {
	font: 400 16px 'noto';
	color: #1C1C1C;
	line-height: 1.4;
}

#contact_wrap .proc .step-group li .desc > br {
	display: block;
}

#contact_wrap .rolling .marquee {
    overflow: hidden;
    padding: 60px 0 80px 0;
}

#contact_wrap .rolling .list {
    width: 200%;
    animation: rolling_loop 60s linear infinite;
}

#contact_wrap .rolling .list .item {
    float: left;
    width: calc(10% - 70px);
    padding-bottom: 9%;
    margin: 0 35px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 10px 25px 2px rgb(0,0,0,.15);
    -moz-box-shadow: 0 10px 25px 2px rgb(0,0,0,.15);
    box-shadow: 0 10px 25px 2px rgb(0,0,0,.15);
}

@keyframes rolling_loop {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

#contact_wrap #map {
	height: 375px;
	margin-bottom: 20px;
}

#contact_wrap .loc .common-table {
	margin-bottom: 40px;
	font: 400 15px 'noto';
	color: #666;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}

#contact_wrap .loc .common-table th {
	width: 85px;
	padding: 4px 0;
}

#contact_wrap .loc .common-table th span {
	position: relative;
	padding-left: 12px;
}

#contact_wrap .loc .common-table th span:before {
    content: '\00b7';
    position: absolute;
    left: 0;
    font: inherit;
    color: inherit;
}




#contact_wrap .contact-devide {
    margin: 60px auto 40px auto;
    border-bottom: 2px solid #1c1c1c;
}

#contact_wrap .contact {
    padding: 0 0 60px 0;
}

#contact_wrap .contact .sc > .sub-title > h2 {
	margin-bottom: 25px;
}

.cs-form {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 15px 0;
}

.cs-form.half {
	float: left;
	width: calc(50% - 15px);
}

.cs-form.half:nth-of-type(1) {
	margin-right: 30px;
}

.cs-form > p {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 0 14px 0;
    font: 500 16px 'noto';
    color: #1C1C1C;
    line-height: 1;
}

.cs-form > p.chk-req:before {
    content: '*';
    position: absolute;
    right: -9px;
    top: -6px;
    font: inherit;
    color: #FF0000;
}

.cs-form select,
.cs-form input,
.cs-form textarea {
    font: 400 15px 'noto';
    color: #1C1C1C;
    border: 1px solid #D8D8D8;
}

.cs-form select {
    background: transparent url('../img/icons/ico-arrow-down-bl.png') 98% 50%/12px 7px no-repeat;
}

.cs-form select,
.cs-form input {
    width: 100%;
    padding: 14px 20px;
}

.cs-form textarea {
    width: 100%;    
    height: 200px;
    padding: 25px 15px 20px 25px;
}

.cs-form textarea::placeholder,
.cs-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #818181;
    opacity: 1;
    /* Firefox */
}

/* placeholder 벤더 프리픽스 */
.cs-form textarea:-ms-input-placeholder,
.cs-form input:-ms-input-placeholder {
    color: #818181;
    font-weight: 400;
    font-family: 'noto';
    font-size: 15px;
}

.cs-form textarea::-webkit-input-placeholder,
.cs-form input::-webkit-input-placeholder {
    color: #818181;
    font-weight: 400;
    font-family: 'noto';
    font-size: 15px;
}

.cs-form textarea::-moz-placeholder,
.cs-form input::-moz-placeholder {
    color: #818181;
    font-weight: 400;
    font-family: 'noto';
    font-size: 15px;
}

.cs-title {
    margin: 10px auto;
}

.cs-title > p {
    font: 400 24px 'noto';
    color: #333;
    line-height: 1.4;
}

/* 체크박스, 라디오 공통 */
.cs-checkbox-desc {
    position: relative;
    line-height: 1.4;
    font: 400 15px 'noto';
    color: #666;
    vertical-align: middle;
    cursor: pointer;
}

/* 체크박스 */
input[name="checkbox"] {
    display:none;
}

input[name="checkbox"] + label span {
    display:inline-block;
    width:28px;
    height:28px;
    margin: 0px 10px 3px 0;
    vertical-align:middle;
    border: 1px solid #D8D8D8;
    background:#FFF url(../img/icons/ico-checkbox.png) 50% 0/100% 200% no-repeat;
    cursor:pointer;
}

input[name="checkbox"]:checked + label span {
    background:#D8D8D8 url(../img/icons/ico-checkbox.png)  50% 100%/100% 200% no-repeat;
}

.cs-agree {
    position: relative;
    width: 100%;
    height: 155px;
    padding: 15px 20px;
    margin: 5px 0 10px 0;
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
    overflow: auto;
}

.cs-agree h4 {
    font: 500 15px 'noto';
    color: #333;
    line-height: 1.4;
}

.cs-agree p {
    padding: 0 0 2px 0;
    font: 400 14px 'noto';
    color: #333;
    line-height: 1.4;
}

.cs-form.with-btn {
    margin: 16px auto 0 auto;
    text-align: center;
}

.cs-form.with-btn button {
    display: inline-block;
    padding: 18px 66px;
    font: 500 18px 'noto';
    color: #1C1C1C;
    line-height: 1;
    border: 1px solid #1C1C1C;
    background-image: linear-gradient(to left, transparent, transparent 50%, #2f7efe 50%, #2f7efe);
    background-position: 100% 0;
    background-size: 250% 100%;
    transition: all .2s ease-in;
}
/* // contact */
/* 모바일 & 태블릿 공통 */
@media(max-width: 1023px) {

    /*
        * about
        * contact
    */
    /* about */
    #about_wrap .company {
        padding: 35px 15px;
    }

    #about_wrap .company .box.box-half {
        width: 100%;
    }

    #about_wrap .company .box.box-half.box-left {
        float: none;
    }

    #about_wrap .company .box.box-half.box-left .img-area {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    #about_wrap .company .box.box-half.box-right {
        float: none;
        padding: 0 0 30px 0;
    }

    #about_wrap .company .box-right .company-logo {
        margin-bottom: 25px;
    } 

    #about_wrap .company .box-right .company-logo .img {
        width: 85px;
        padding-bottom: 114px;
    }

    #about_wrap .company .box-right .slogan p {
        font: 400 16px 'noto';
        line-height: 1.5;
    }

    #about_wrap .company .box-right .slogan em {
        font: 700 28px 'noto';
        line-height: 1.4;
    }

    #about_wrap .company .box-right .company-logo-sub {
        margin: 25px auto 20px auto;
    }

    #about_wrap .company .box-right .company-logo-sub .img {
        width: 180px;
        padding-bottom: 28px;
    }

    #about_wrap .company .box-right .desc p {
        font: 400 16px 'noto';
        line-height: 1.4;
    }

    #about_wrap .company .box-right .desc p:nth-of-type(1) {
        margin-bottom: 15px;
    }

    #about_wrap .media {
        padding: 35px 15px 70px 15px;
    }
    /* // about */
    /* contact */
    #contact_wrap .contact-devide {
        margin: 40px auto 20px auto;
    }

    #contact_wrap .proc {
        padding: 35px 15px 0 15px;
    }

    #contact_wrap .proc .step-group li .step {
        font: 700 18px 'noto';
        line-height: 1;
    }

    #contact_wrap .proc .step-group li .img-area {
        height: 110px;
    }

    #contact_wrap .proc .step-group li:nth-of-type(1) .img {
        background: transparent url('../img/sub/ico-step-01.png') 50% 50%/80px auto no-repeat;
    }

    #contact_wrap .proc .step-group li:nth-of-type(2) .img {
        background: transparent url('../img/sub/ico-step-02.png') 50% 50%/80px auto no-repeat;
    }

    #contact_wrap .proc .step-group li:nth-of-type(3) .img {
        background: transparent url('../img/sub/ico-step-03.png') 50% 50%/80px auto no-repeat;
    }

    #contact_wrap .proc .step-group li .title {
        margin-bottom: 15px;
        font: 500 20px 'noto';
        line-height: 1;
    }

    #contact_wrap .proc .step-group li .desc {
        font: 400 14px 'noto';
        line-height: 1.4;
    }

    #contact_wrap .proc .step-group li .desc > br {
        display: none;
    }

    #contact_wrap #map {
        width: calc(100% - 30px);
        height: 320px;
        margin: 0 15px 20px 15px;
    }

    #contact_wrap .loc .common-table {
        width: calc(100% - 30px);
        margin: 0 15px 40px 15px;
        font: 400 14px 'noto';
        line-height: 1.4;
    }

    #contact_wrap .loc .common-table th {
        width: 80px;
    }

    #contact_wrap .contact {
        padding: 0 15px 50px 15px;
    }

    .cs-form {
        margin: 12px 0;
    }

    .cs-form.half {
        float: left;
        width: calc(50% - 10px);
    }

    .cs-form.half:nth-of-type(1) {
        margin-right: 20px;
    }

    .cs-form > p {
        padding: 0 0 12px 0;
        font: 500 14px 'noto';
        line-height: 1;
    }

    .cs-form select,
    .cs-form input,
    .cs-form textarea {
        font: 400 14px 'noto';
    }

    .cs-form select,
    .cs-form input {
        width: 100%;
        padding: 12px 18px;
    }

    .cs-form textarea {
        width: 100%;    
        height: 200px;
        padding: 20px 15px;
    }

    /* placeholder 벤더 프리픽스 */
    .cs-form textarea:-ms-input-placeholder,
    .cs-form input:-ms-input-placeholder {
        color: #818181;
        font-weight: 400;
        font-family: 'noto';
        font-size: 14px;
    }

    .cs-form textarea::-webkit-input-placeholder,
    .cs-form input::-webkit-input-placeholder {
        color: #818181;
        font-weight: 400;
        font-family: 'noto';
        font-size: 14px;
    }

    .cs-form textarea::-moz-placeholder,
    .cs-form input::-moz-placeholder {
        color: #818181;
        font-weight: 400;
        font-family: 'noto';
        font-size: 14px;
    }

    .cs-title > p {
        font: 400 20px 'noto';
        line-height: 1.4;
    }

    /* 체크박스, 라디오 공통 */
    .cs-checkbox-desc {
        line-height: 1.4;
        font: 400 14px 'noto';
    }

    /* 체크박스 */
    input[name="checkbox"] + label span {
        width:24px;
        height:24px;
    }

    .cs-agree {
        padding: 15px;
    }

    .cs-agree h4 {
        font: 500 14px 'noto';
        line-height: 1.4;
    }

    .cs-agree p {
        padding: 0 0 2px 0;
        line-height: 1.4;
    }

    .cs-form.with-btn {
        margin: 14px auto 0 auto;
        text-align: center;
    }

    .cs-form.with-btn button {
        display: inline-block;
        padding: 14px 56px;
        font: 500 16px 'noto';
    }
    /* // contact */
}
/* 태블릿 */
@media (min-width: 768px) and (max-width: 1023px) {
    /* contact */
    #contact_wrap .proc .step-group li {
        padding: 0 10px;
    }

    #contact_wrap .rolling .marquee {
        padding: 35px 0 60px 0;
    }

    #contact_wrap .rolling .list {
        width: 300%;
    }

    #contact_wrap .rolling .list .item {
        width: calc(10% - 50px);
        padding-bottom: 10%;
        margin: 0 25px;
    }

    @keyframes rolling_loop {
      0% {
        -webkit-transform: translate3d(35%, 0, 0);
        transform: translate3d(35%, 0, 0);
      }
      100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }
    /* // contact */
}

/* 모바일 */
@media(max-width: 767px) {
    /* about */
    #about_wrap .company .box-right .slogan p > br {
        display: block;
    }

    #about_wrap .company .box-right .desc p > br {
        display: none;
    }
    /* // about */
    /* contact */
    #contact_wrap .proc .step-group li {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 80px auto;
    }

    #contact_wrap .proc .step-group li:last-child {
        margin-bottom: 0;
    }

    #contact_wrap .proc .step-group li:before {
        content: '';
        position: absolute;
        right: 0;
        left: 50%;
        top: 100%;
        -ms-transform: translate(-50%, 30px);
        -webkit-transform: translate(-50%, 30px);
        -moz-transform: translate(-50%, 30px);
        -o-transform: translate(-50%, 30px);
        transform: translate(-50%, 30px);
        width: 34px;
        height: 18px;
        background: transparent url(../img/icons/ico-cals-bottom-bl.png) 50% 50%/100% 100% no-repeat;
    }

    #contact_wrap .rolling .marquee {
        padding: 50px 0 60px 0;
    } 

    #contact_wrap .rolling .list {
        width: 600%;
    }

    #contact_wrap .rolling .list .item {
        width: calc(10% - 40px);
        padding-bottom: 11%;
        margin: 0 20px;
    }

    @keyframes rolling_loop {
      0% {
        -webkit-transform: translate3d(17%, 0, 0);
        transform: translate3d(17%, 0, 0);
      }
      100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
      }
    }

    .cs-form.half {
        float: none;
        width: 100%;
    }

    .cs-form.half:nth-of-type(1) {
        margin-right: 0;
    }
    /* // contact */
}

/* PC */
@media(min-width: 1023px) {
    .cs-form.with-btn button:hover {
        background-position: 0 0;
        border: 1px solid #2f7efe;
        color: #FFF;
    }
}