@charset "utf-8";



.mobile-br {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .mobile-br {
      display: inline;
    }
  }


/* PC에서는 줄바꿈 비활성화 */
.mobile-br br {
    display: none;
  }
  
  /* 모바일일 때만 줄바꿈 허용 */
  @media screen and (max-width: 768px) {
    .mobile-br br {
      display: inline;
    }
  }



/* Contact us */
#contact1002 .box_tit {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    
}

#contact1002 .box_tit span {
    font-size: 15px;
    letter-spacing: -.2px;
    font-weight: 500; 
}

#contact1002 .box_inner {
    max-width: 1300px;
    margin: 0 auto
}

#contact1002 .contact_box .box_inner {
    display: flex
}

#contact1002 .contact_box {
    padding-bottom: 100px
}

#contact1002 .contact_box .l_cs {
    width: 570px
}

#contact1002 .l_cs .box_tit {
    position: relative;
    padding: 50px 0 0 80px
}

#contact1002 .l_cs .box_tit:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    width: 131px;
    height: 131px;
    border-radius: 100px;
    background: var(--primary)
}

#contact1002 .l_cs .box_tit span {
    display: block;
    margin-bottom: 7px;
    color: rgba(000, 000, 000, .7)
}

#contact1002 .l_cs .box_tit span {
    display: block;
    margin-bottom: 7px;
    color: rgba(000, 000, 000, .7)
}

#contact1002 .cs_center {
    padding: 162px 0 0 80px;
    letter-spacing: 0;
    font-weight: 600;
    
}

#contact1002 .cs_center .cs_tit {
    margin-bottom: 25px;
    font-size: 20px;
    color: var(--primary)
}

#contact1002 .cs_center .cs_list li {
    display: flex
}

#contact1002 .cs_center .cs_list li .tit {
    width: 63px;
    color: #000
}
#contact1002 .cs_center .cs_list li .txt { 
    color: #333
}


#contact1002 .r_form {
    width: calc(100% - 570px);
    padding-top: 81px
}

#contact1002 .r_form form ul li {
    width: 100%;
    margin-top: 48px
}

#contact1002 .r_form form ul li input[type=text] {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #000;
    letter-spacing: 0;
    color: #888; 
}

#contact1002 .r_form form ul li textarea {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    height: 125px;
    letter-spacing: 0;
    border: none;
    border-bottom: 1px solid #000;
    letter-spacing: 0;
    color: #888; 
}

#contact1002 .r_form form ul.w_50 {
    display: flex;
    column-gap: 30px
}

#contact1002 .r_form form ul.w_50 li {
    width: calc(100%/2 - 15px);
    margin-top: 0
}

#contact1002 .r_form form ul.prv_area {
    justify-content: space-between;
    margin-top: 14px;
    letter-spacing: 0; 
}

#contact1002 .r_form form ul.prv_area li {
    width: auto
}

#contact1002 .r_form form ul.prv_area li .ck_box {
    width: 15px;
    height: 15px;
    margin-right: 12px;
    border: 1px solid #000;
    background: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none
}

#contact1002 .r_form form ul.prv_area li .ck_box:after {
    display: none;
    content: url(/img/contact1002_check.png);
    text-align: center;
    line-height: 8px
}

#contact1002 .r_form form ul.prv_area li .ck_box:checked {
    border-color: #000;
    background: #000
}

#contact1002 .r_form form ul.prv_area li .ck_box:checked:after {
    display: block
}

#contact1002 .r_form form ul.prv_area li .prv_check {
    color: #888
}

#contact1002 .r_form form ul.prv_area li a {
    position: relative;
    top: 2px;
    margin-left: 5px;
    text-decoration: underline;
    font-weight: 600;
    color: #666
}

#contact1002 .r_form form ul.prv_area .send_btn {
    width: 180px;
    height: 60px;
    border: none;
    border-radius: 60px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    background: #000;
    
}

#contact1002 .add_box {
    background: #f5f5f5
}

#contact1002 .add_box .box_inner {
    padding: 93px 80px 100px
}

#contact1002 .add_box .box_tit span {
    margin-left: 10px;
    color: #666
}

#contact1002 .add_box .map_img {
    position: relative;
    width: 100%;
    height: 430px;
    margin-top: 43px;
    background: url('../img/sub/contact1002_map.jpg') no-repeat center
}

#contact1002 .add_box .map_img .map_bubble {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    background: #000;
    
}

#contact1002 .add_box .map_img .map_bubble:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    content: '';
    width: 12px;
    height: 5px;
    background: url('../img/sub/contact1002_arrow.png')
}

@media(max-width:1360px) {
    #contact1002 .box_inner {
        max-width: none;
        padding: 0 30px
    }

    #contact1002 .add_box .box_inner {
        padding: 93px 30px 100px
    }
}

@media(max-width:1024px) {
    #contact1002 .box_tit {
        font-size: 35px
    }

    #contact1002 .contact_box .l_cs {
        width: 380px
    }

    #contact1002 .l_cs .box_tit {
        padding: 40px 0 0 55px
    }

    #contact1002 .l_cs .box_tit:before {
        width: 110px;
        height: 110px
    }

    #contact1002 .cs_center {
        padding-left: 55px
    }

    #contact1002 .cs_center .cs_tit {
        font-size: 18px
    }

    #contact1002 .r_form {
        width: calc(100% - 380px);
        padding-top: 38px
    }

    #contact1002 .r_form form ul.w_50 {
        column-gap: 20px
    }

    #contact1002 .r_form form ul.w_50 li {
        width: calc(100%/2 - 10px)
    }

    #contact1002 .r_form form ul.prv_area {
        flex-wrap: wrap;
        justify-content: flex-end
    }

    #contact1002 .r_form form ul.prv_area li {
        width: 100%
    }

    #contact1002 .r_form form ul.prv_area li:last-child {
        margin-top: 15px;
        text-align: right
    }
}

@media(max-width:768px) {
    .pagecommon {
        font-size: 14px
    }

    #contact1002 .box_inner {
        padding: 0 15px
    }

    #contact1002 .box_tit span {
        font-size: 14px
    }

    #contact1002 .contact_box .box_inner {
        display: block
    }

    #contact1002 .contact_box .l_cs {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    #contact1002 .cs_center {
        padding: 32px 0 0 0
    }

    #contact1002 .r_form {
        width: 100%
    }
}

@media(max-width:580px) {
    #contact1002 .box_tit {
        font-size: 30px
    }

    #contact1002 .contact_box {
        padding-bottom: 70px
    }

    #contact1002 .contact_box .l_cs {
        display: block
    }

    #contact1002 .l_cs .box_tit {
        padding: 35px 0 0 52px
    }

    #contact1002 .l_cs .box_tit:before {
        width: 95px;
        height: 95px
    }

    #contact1002 .l_cs .box_tit span {
        margin-bottom: 10px
    }

    #contact1002 .cs_center {
        padding-top: 25px
    }

    #contact1002 .cs_center .cs_tit {
        display: none
    }

    #contact1002 .cs_center .cs_list {
        display: flex;
        flex-wrap: wrap;
        padding-left: 52px
    }

    #contact1002 .cs_center .cs_list li {
        width: 50%
    }

    #contact1002 .cs_center .cs_list li .tit {
        width: auto;
        padding-right: 15px;
        white-space: nowrap
    }

    #contact1002 .r_form form ul li {
        margin-top: 35px
    }

    #contact1002 .add_box .box_inner {
        padding: 63px 15px 70px
    }

    #contact1002 .add_box .map_img {
        height: 320px
    }

    #contact1002 .add_box .map_img .map_bubble {
        width: 125px;
        height: 45px;
        line-height: 45px
    }
}

@media(max-width:480px) {
    #contact1002 .box_tit {
        font-size: 25px
    }

    #contact1002 .l_cs .box_tit {
        padding: 30px 0 0 48px
    }

    #contact1002 .l_cs .box_tit:before {
        width: 85px;
        height: 85px
    }

    #contact1002 .cs_center .cs_list {
        padding-left: 48px
    }

    #contact1002 .cs_center .cs_list li {
        width: 100%
    }

    #contact1002 .r_form form ul.w_50 {
        column-gap: 15px
    }

    #contact1002 .r_form form ul.w_50 li {
        width: calc(100%/2 - 7.5px)
    }

    #contact1002 .r_form form ul li input[type=text] {
        height: 50px;
        padding: 0 15px
    }

    #contact1002 .r_form form ul li textarea {
        height: 100px;
        padding: 15px
    }

    #contact1002 .r_form form ul.prv_area .send_btn {
        width: 100%;
        height: 50px
    }

    #contact1002 .r_form form ul.prv_area li {
        width: 100%
    }

    #contact1002 .add_box .box_tit span {
        display: block;
        margin: 15px 0 0
    }

    #contact1002 .add_box .map_img {
        height: 260px
    }
}

@media(max-width:380px) {
    #contact1002 .box_tit {
        font-size: 23px
    }

    #contact1002 .l_cs .box_tit {
        padding: 19px 0 0 32px
    }

    #contact1002 .l_cs .box_tit:before {
        width: 70px;
        height: 70px
    }

    #contact1002 .cs_center .cs_list {
        padding-left: 32px
    }

    #contact1002 .r_form form ul li {
        margin-top: 25px
    }

    #contact1002 .r_form form ul.w_50 {
        display: block
    }

    #contact1002 .r_form form ul.w_50 li {
        width: 100%
    }

    #contact1002 .r_form form ul.w_50 li+li {
        margin-top: 25px
    }
}




/* =========================== PAGE */
#service1015 {
    position: relative;
    padding-bottom: 50px;
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #777;
}

#service1015 * {
    word-break: keep-all
}

#service1015 .pl {
    white-space: pre-line
}

#service1015 .pg_color {
    color: #333
}

#service1015 .pg_bdcolor:before {
    border-color: #333
}

#service1015 .pg_bgcolor {
    background-color: #333
}

#service1015 .tit_area {
    color: #aaa;
    letter-spacing: -.8px
}

#service1015 .tit_area>span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase
}

#service1015 .tit_area>span:after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    margin: 12px auto;
    background-color: #d1d1d1
}

#service1015 .tit_area p {
    font-size: 29px;
    font-weight: 300;
    line-height: 1.4;
    white-space: pre-line
}

#service1015 .tit_area div {
    padding-top: 40px;
    color: #777;
    white-space: pre-line
}

#service1015 .t_center {
    padding: 30px;
    font-size: 17px;
    line-height: 1.6;
    text-align: center
}

#service1015 .t_center p {
    word-break: keep-all;
    color: #222;
    font-weight: 700;
}

 
#service1015 .c_black {
    color: #333
}

#service1015 strong {
    font-weight: 700
}

#service1015 .stit_area {
    font-size: 17px;
    line-height: 1.6
}

#service1015 .stit_area h4 {
    padding-bottom: 15px;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.4
}

#service1015 .stit_area div {
    white-space: pre-line
}

#service1015 .cont_area {
    overflow: hidden;
    margin: 40px 0 70px;
    border-radius: 40px 0;
    border: 1px solid #e1e1e1
}

#service1015 .cont_left {
    float: left;
    position: relative;
    width: 50%;
    height: 606px;
    background: url('../img/service1015_img.jpg') center no-repeat;
    background-size: cover
}

#service1015 .cont_left .tit {
    position: absolute;
    right: 0;
    top: 100px;
    width: 430px;
    padding: 40px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    background: rgba(0, 0, 0, .4)
}

#service1015 .cont_left .tit h4 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff
}

#service1015 .cont_right {
    float: right;
    width: 50%;
    margin: 0 auto;
    padding: 45px
}

 

#service1015 .cont_right li h5 {
    font-size: 18px;
    font-weight: 500;
    color: #333
}

#service1015 .cont_right li.right {
    padding-top: 30px
}

#service1015 .cont_right li b {
    font-weight: normal;
    color: #222;
    text-decoration: underline
}

#service1015 .route {
    overflow: hidden;
    width: 88%;
    margin: 30px auto 0
}

#service1015 .route li {
    float: left;
    width: 24%;
    margin-right: 1.3%;
    padding: 30px 0;
    border: 1px solid #e1e1e1;
    text-align: center;
    color: #333
}

#service1015 .route li b {
    font-weight: 700;
    color: #333;
    text-decoration: underline
}

#service1015 .route li.last {
    margin-right: 0
}

#service1015 .route2 {
    text-align: center
}

#service1015 .route2 li.txt {
    width: 300px;
    margin: 0 auto;
    padding: 25px 0;
    border: 1px solid #e1e1e1;
    line-height: 1.6;
    color: #333
}

#service1015 .route2 li.arr {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333
}

#service1015 .route2 li.arr span {
    display: block;
    margin-top: 5px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

#service1015 .route2 li.arr span:after {
    content: "\f107";
    font-family: FontAwesome
}

#service1015 .route2 li b {
    font-weight: 700;
    color: #333;
    text-decoration: underline
}

/* 반응형 [s] */
@media (max-width:1024px) {
    #service1015 {
        padding: 0;
        font-size: 14px
    }

    #service1015 .tit_area {
        padding: 0 20px
    }

    #service1015 .tit_area>span {
        font-size: 12px
    }

    #service1015 .tit_area p {
        font-size: 24px;
        word-break: keep-all
    }

    #service1015 .stit_area {
        padding: 0 20px;
        font-size: 14px;
        word-break: keep-all
    }

    #service1015 .stit_area h4 {
        font-size: 24px
    }

    #service1015 {
        padding-bottom: 30px
    }

    #service1015 .t_center {
        padding: 0 15px;
        font-size: 15px;
        word-break: keep-all
    }

    #service1015 .cont_right {
        padding: 30px
    }

    #service1015 .cont_right li {
        text-align: left
    }

    #service1015 .cont_left .tit {
        font-size: 14px
    }

    #service1015 .route {
        width: 95%
    }
}

@media (max-width:768px) {
    #service1015 .tit_area p {
        white-space: normal
    }

    #service1015 .t_center {
        white-space: normal
    }

    #service1015 .stit_area div {
        white-space: normal
    }

    #service1015 .cont_area {
        width: 95%;
        margin: 40px auto
    }

    #service1015 .cont_left {
        float: none;
        position: relative;
        width: 100%;
        height: 300px
    }

    #service1015 .cont_left .tit {
        width: 100%;
        top: auto;
        left: 0;
        bottom: 0;
        height: auto;
        padding: 20px
    }

    #service1015 .cont_left .tit h4 {
        font-size: 17px
    }

    #service1015 .cont_right {
        float: none;
        width: 100%
    }

    #service1015 .route li {
        width: 48%;
        height: 87px;
        margin: 2px;
        letter-spacing: -.5px
    }

    #service1015 .route2 li.arr {
        font-size: 16px
    }

    #service1015 .route2 li.txt {
        width: 280px
    }
}

@media (max-width:480px) {
    #service1015 .br {
        white-space: normal
    }
}

/* 반응형 [e] */



/* =========================== PAGE */
#history1007 {
    position: relative;
    margin-top: 50px;
    padding-bottom: 50px;
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #777;
}

#history1007 * {
    word-break: keep-all
}

#history1007 .pl {
    white-space: pre-line
}

#history1007 .pg_color {
    color: #333
}

/* 공통 */
#history1007 .tit_area {
    margin-bottom: 60px;
    font-weight: 200;
    color: #aaa;
    letter-spacing: -.8px
}

#history1007 .tit_area span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Poppins'
}

#history1007 .tit_area p {
    font-size: 29px;
    line-height: 1.4
}

#history1007 .tit_area b {
    font-weight: 700
}

#history1007 .history {
    padding: 15px 0 0 35px;
    margin-left: 30px;
    border-left: 1px dashed #e1e1e1
}

#history1007 .history dl {
    margin: 0 0 35px 10px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e1e1e1
}

#history1007 .history dl dt {
    position: relative;
    padding-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Poppins'
}

#history1007 .history dl dt:before {
    content: "";
    display: block;
    position: absolute;
    left: -55px;
    top: 6px;
    width: 19px;
    height: 19px;
    border: 4px solid #222;
    border-radius: 19px;
    background-color: #fff
}

#history1007 .history dl.last {
    border-bottom: none
}

#history1007 .history dl dd span {
    float: left;
    padding-right: 20px;
    font-weight: 500;
    color: #333
}


@media(max-width:1024px) {
    #history1007 {
        padding-bottom: 30px
    }
}

@media(max-width:768px) {
    #history1007 {
        padding: 0 20px
    }

    #history1007 .tit_area p {
        font-size: 25px
    }
}

@media(max-width:480px) {
    #history1007 .tit_area p {
        font-size: 22px
    }

    #history1007 .history {
        margin-left: 10px;
        padding: 15px 0 0 15px
    }

    #history1007 .history dl dt:before {
        left: -35px
    }
}




/* =========================== PAGE */
#greeting1007 {
    position: relative;
    padding-bottom: 50px;
    font-size: 15px;
    text-align: center;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #777;
}

#greeting1007 * {
    word-break: keep-all
}

 

#greeting1007 .pg_color {
    color: #333
}

#greeting1007 .pg_bdcolor:before {
    border-color: #333
}

#greeting1007 .pg_bgcolor {
    background-color: #333
}

/* 공통 */
#greeting1007 .tit_area {
    margin-bottom: 25px;
    font-weight: 200;
    color: #aaa;
    letter-spacing: -.8px
}

#greeting1007 .title_sm {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Poppins'
}

#greeting1007 .title_sm:after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    margin: 12px auto;
    background-color: #d1d1d1
}

#greeting1007 .tit_area p, #greeting1007 .tit_area b {
    font-size: 29px;
    line-height: 1.4
}

#greeting1007 .tit_area b {
    font-weight: 700
}

#greeting1007 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
 


#greeting1007 .cont {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff
}

#greeting1007 .cont .st {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.8px;
    color: #333;
}

#greeting1007 .cont .sign {
    margin-top: 20px;
    font-weight: 700;
    color: #333
}

#greeting1007 .cont .sign span {
    padding-left: 5px;
    font-size: 26px;
    color: #333;
    font-family: 'Handletter'
}

@media(max-width:1024px) {
    #greeting1007 {
        padding-bottom: 30px
    }

    #greeting1007 .cont .st {
        font-size: 20px
    }
}

@media(max-width:768px) {
    #greeting1007 .pl {
        white-space: normal
    }

    #greeting1007 .tit_area p {
        font-size: 25px
    }
    #greeting1007 .tit_area p, #greeting1007 .tit_area b {
        font-size: 22px;
        line-height: 1.4;
    }
}

@media(max-width:480px) {
    #greeting1007 .tit_area p {
        font-size: 18px
    }

 
#greeting1007 img {
    width: 90%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}


    #greeting1007 .cont {
        width: 100%;
        padding: 20px
    }
}





/* =========================== PAGE */
#business1009 {
    position: relative;
    padding-bottom: 50px;
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 1.8;
    color: #777;
}

#business1009 * {
    word-break: keep-all
}

#business1009 .pl {
    white-space: pre-line
}

#business1009 .pg_color {
    color: #333
}

#business1009 .pg_bdcolor:before {
    border-color: #333
}

#business1009 .pg_bgcolor {
    background-color: #333
}

/* 공통 */
#business1009 .tit_area {
    margin-bottom: 25px;
    font-weight: 200;
    color: #aaa;
    text-align: center;
    letter-spacing: -.8px
}

#business1009 .tit_area span {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Poppins'
}

#business1009 .tit_area.t_center span:after {
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    margin: 12px auto;
    background-color: #d1d1d1
}

#business1009 .tit_area p {
    font-size: 29px;
    line-height: 1.4;
    color: #333
}
 

#business1009 .tit_area b {
    font-weight: 700
}

#business1009 .box_area {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-bottom: 70px;
    text-align: center
}

#business1009 .box_area li {
    display: inline-block;
    position: relative;
    padding: 50px 10px;
    font-weight: 400;
    border: 1px solid #e1e1e1;
    color:#777777;
}

#business1009 .box_area li p {
    font-size: 18px;
    font-weight: 700;
    color: #333
}

#business1009 .box_area li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 56px;
    width: 8px;
    height: 14px;
    background-color: #ddd
}

#business1009 .txt_area li {
    overflow: hidden;
    margin-bottom: 50px
}

#business1009 .txt_area li p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 20px;
    font-weight: 500;
    color: #222
}

#business1009 .txt_area li p .num {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: 'Poppins'
}

#business1009 .txt_area li b {
    font-weight: normal;
    color: #222;
    text-decoration: underline
}


@media(max-width:1024px) {
    #business1009 {
        padding: 30px 10px
    }
}

@media(max-width:768px) {
    #business1009 .tit_area p {
        font-size: 25px
    }

    #business1009 .box_area {
        grid-template-columns: repeat(4, 1fr)
    }

    #business1009 .box_area li p {
        font-size: 16px
    }

    #business1009 .txt_area li p {
        font-size: 18px
    }
}

@media(max-width:600px) {
    #business1009 .box_area {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px
    }

    #business1009 .box_area li {
        padding: 30px 0
    }
}

@media(max-width:480px) {
    #business1009 .tit_area p {
        font-size: 22px
    }

    #business1009 .txt_area li p {
        font-size: 16px
    }
}