.board_output {background: none;}
.board_output a:link {font-family:'Noto Sans KR', 'Roboto', sans-serif !important;  color:#666 !important; margin:0 !important; padding:0 !important; font-size:15px !important; line-height:180% !important;}






/*서브 영역 타이틀*/
.subarea {padding: 80px 0;}

.bt-cs-wrap p a { color: #666 !important; }

.sub_tit_s1 {
    color: #000;
    font-size: 32px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}
.sub_tit_s1 span {
    position: relative;
    display: block;
    width: 35px;
    height: 4px;
    background: #ddd;
    margin-bottom: 4px;
}
.sub_tit_s1 span::before {
    content: "";
    width: 10px;
    height: 100%;
    background: #252265;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.shtitle .sub_tit_s1 h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
}


/*서브 영역 내용*/
.sub-cont {padding:30px 10px;}
.sub-cont h3 {color: #222; font-size: 2rem; line-height: 1.8; display: inline-block;}
.sub-cont h3 strong {color: #252265;}
.sub-cont h4 {color: #333; font-size: 1.5rem; line-height: 1.5; margin-bottom: 15px}
.sub-cont p {color: #444; font-size: 16px; line-height: 1.5; margin-bottom: 15px;}
.sub-cont p:last-child {margin-bottom: 0;}

.sub-cont h3 span {position: relative;}
.sub-cont h3 span::before {
    content: "";
    position: absolute;
    top: 2px;
    right: -20px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #252265;
}


@media (max-width: 768px){
    .sub-cont h3 {font-size: 1.8rem; word-break: keep-all;}
    .sub-cont h3 span {display: inline-block;}
    .shtitle .sub_tit_s1 h2 {font-size: 2rem;}
    .sub-cont p {font-size: 1em!important;}
}


@media (max-width: 575px){
    .subarea {padding: 50px 0;}
    .sub-cont {padding: 10px 0px;}
    .sub-cont h3 {font-size: 1.5rem; line-height: 1.5;}
    .sub-cont h3 span::before {display: none;}
    .sub-cont h4 {font-size: 1.3rem; word-break: keep-all; line-height: 1.5; margin-bottom: 5px;}
    
    hr.gap30px {height: 20px!important;}
    
    
}



/*회사소개 > 인사말*/
.sub-cont .sign {margin-top: 30px;}
.sub-cont .sign span {font-family: 'KOTRA_SONGEULSSI'!important; font-size: 1.5em; color: #333; padding-left: 15px; letter-spacing: 0.5em;}










/*회사소개 > 연혁*/
.his_list {position: relative; width: 100%;}
.his_list ul{margin:0 auto!important; padding:0!important;}
.his_list ul li {margin-bottom: 50px; list-style-type: none;  display: flex; flex-direction: row; align-items: center;}
.his_point {
    min-width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
    border: 3px #252265 solid;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    transition: all 0.5s;
}
.his_list ul li:hover .his_point {background: #252265;}
.his_list h3 {
    margin-bottom: 0px!important;
    color: #252265;
    font-weight: 400;
}
.his_list ul li .his_content {width: 45%;}
.his_list ul li .date {width: 50%;padding: 0 20px;font-weight: normal;}
.his_list p {margin-bottom: 0; font-size: 16px!important;}
.his_list::before {content: "";position: absolute; height: 100%; width: 2px; left: 50%; background-color: #333;}
.h_no {display: inline-block; color: #03aace; font-weight: 600; vertical-align: top;}
.h_cons{display: inline-block;padding-left: 0px;}
.h_cons br{display: inline-block!important;}

/*연혁 좌측 정렬*/
.his_list ul li:nth-child(odd) {text-align: right;}
.his_list ul li:nth-child(odd) .his_content {padding-left: 0;}
.his_list ul li:nth-child(odd) .date {padding-right: 0;}

/*연혁 우측 정렬*/
.his_list ul li:nth-child(even) .his_content {padding-right: 0;}
.his_list ul li:nth-child(even) .date {padding-left: 0; }
.his_list ul li:nth-child(even) {    flex-direction: row-reverse;}


.his_list h3{
    font-size: 22px;
    font-weight: 600;
}


@media (max-width: 575px){

    .his_point,
    .his_list::before{left:0;}
    .his_list ul li .his_content { width: 90%; margin-left: 7%;}
    .his_list ul li:nth-child(odd) {text-align: left;}
    .his_list ul li:nth-child(even) { flex-direction: row;}

}	


@media (max-width: 480px){
    .h_cons{display: block;}
    .h_cons{padding-left: 0; letter-spacing: -0.02em;}

}	









/*회사소개 > 오시는길*/
.sub-cont iframe {width: 100%; box-shadow: 10px 20px 30px rgba(10,10,10,0.2);}
.add-area {border-top: 1px solid #3e3e3d; padding: 30px 30px; border-bottom: 1px solid #ddd;}
dl:last-child,dd:last-child {margin: 0;}
.add-area dt {float: left; min-width: 80px; font-weight: 500; color: #222; letter-spacing: 1em;}
.locaate-logo {display: flex; align-items: center;}




@media (max-width: 575px){
    .locaate-logo {display: block;text-align: center; margin-bottom: 10px;}
    .locaate-logo img {max-width: 200px;}
    .add-area {padding: 20px 0;}
    .add-area dt,.add-area dd {font-size: 1rem; min-width: 60px;}

}





/*사업영역 > 방수공사*/
h4.subtit {padding: 10px 0px;}
h4.subtit span {font-size: 26px; font-weight: 500; color: #333; position: relative; padding-right: 20px;}
h4.subtit span::before {content: ""; position: absolute; right: 0; top: 3px; width: 8px; height: 8px; background: #252265; border-radius: 50%;}
h5.cont-tit { font-size: 20px; margin-top: 30px;}
.business-explain {margin-left: 20px; padding-left: 20px; position: relative; border-left: 2px solid #ddd; padding-bottom: 10px;}
.business-explain:before {content: ''; position: absolute; left: -2px; width: 3px; height: 40px; background: #252265; top: 0px;}
.nav-tabs {justify-content: center;margin-bottom: 50px !important;}
.nav-link {padding: 10px 20px !important;letter-spacing: -0.02em;color: #666;margin: 0 10px;font-size: 18px;font-weight: 700;}
.cate_board a {display: block;border: 1px solid #fff;color: #666;padding: 10px 20px;}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-link:hover
{color: #252265!important;background-color: #fff!important;border-color: #fff #fff #252265 !important;}
.eng {font-size: 0.825em;color: #777;}
h4.subtit span.model {float: right;font-size: 18px!important;background: #252265;padding: 5px 25px!important;font-weight: 700;border-radius: 50px;color: #fff;}
span.model::before {display: none;}
.biz-cnt .img-wrapper {margin-bottom: 50px;}
.biz-cnt .img-wrapper img {border: 1px solid #ddd;}
.tab-content .business-explain li {font-size: 17px;letter-spacing: -0.02em;}
.tab-content .business-explain h5.cont-tit {margin-top: 0;}
.tab-content .business-explain {padding-top: 15px;margin-bottom: 50px;padding-bottom: 15px;}
.tab-content h4.subtit {margin-bottom: 30px;}
.nav.nav-tabs.t8 {border-bottom: none;}
.nav.nav-tabs.t8 .nav-item {width: 25%;text-align: center;border-bottom: 1px solid #ddd;margin-bottom: 5px;}



@media (max-width: 575px){
    .nav-tabs {margin-bottom: 30px !important;}
    .nav-link {padding: 5px!important; font-size: 1rem; margin: 0 2px;}
    .tab-content>.tab-pane .row > div:first-child {margin-bottom: 30px;}
    h4.subtit span {font-size: 1.5rem;padding-right: 15px;}
    h4.subtit span.model {float: inherit; font-size: 1rem!important; padding: 5px 5px!important; border-radius: 0; display: block; text-align: center; margin-top: 10px;}
    
    .tab-content h4.subtit {margin-bottom: 15px;}
    .tab-content .business-explain {padding-top: 5px; padding-bottom: 5px; padding-left: 15px; margin-bottom: 30px;margin-left: 5px;}
    h5.cont-tit {font-size: 1.2rem;}
    .business-explain:before {width: 2px; height: 25px;}
    .tab-content .business-explain li {font-size: 1rem; line-height: 1.5;}
    
}







/*시공실적 > 주요실적*/
.webzine_type2 .webzine_type_img_td {vertical-align: middle!important; width: 25%; padding-right: 20px;}
.webzine_type2 .webzine_type_img_td img {border: 0px solid #ddd!important; width: 100%; height: auto; max-height: 150px; object-fit: cover; object-position: center; transition: all 0.5s;}
.webzine_type2 tr:hover .webzine_type_img_td img {opacity: 0.6;}
.board .webzine_type2 dd {border: none!important;padding: 5px; margin: 0; height: unset !important; line-height: 1.5em !important;}
.webzine_type2 > tbody > tr {transition: all 0.5s; float: left; width: 48%; border-radius: 10px; margin: 10px;
    padding: 10px; border: 1px solid #ccc;}
.webzine_type2 > tbody > tr:hover {background: #f7f7f7;}
.newslist .webzine_type2 .obj_name {border: none!important;font-size: 15px!important;font-family:'Noto Sans KR', 'Roboto', sans-serif !important; font-weight: 500; color: #333;}
.webzine_type2 .obj_name {background: none!important;}
td.webzine_type2_table_line {display: none!important;}
.webzine_type2 dl {padding: 20px 0 20px 20px!important;}
.webzine_type2 .obj_value {height: auto!important; padding: 0 20px!important;font-family:'Noto Sans KR', 'Roboto', sans-serif !important; font-size:14px!important;}
.webzine_type2 .obj_name {height: auto!important;padding: 0px!important;}
.webzine_type2 .webzine_type_text_td_right {padding: 0!important;}
.webzine_type2 tbody tr:nth-child(1) dl {border-top: none;}
.board_bgcolor {min-width: 200px;}
#post_area img {height: auto!important;}



.webzine_type2 > tbody > tr:nth-child(2n) {
    display: none;
}

/*카테고리*/
#sec-performance .sul_menu {display: none;}
.cate_board a {position: relative; display: block; text-align: center; font-size: 16px; color: #666; font-weight: 300; border: 1px solid #ddd; width: 100%; padding: 5px;}
.cate_board li:nth-child(n+2) a {border-left: none;}
.cate_board li {flex-grow: 1; margin-bottom: 10px;}
.cate_board {display: flex; justify-content: space-between; margin: 0px 0 30px!important;}
.cate_board li:first-child a {background-color: #3e3e3d; color: #fff; font-weight: 600;}
.cate_board .on {background-color: #252265; color: #fff!important; font-weight: 600;}
.cate_board li a:hover {color: #fff; background-color: #252265;}

    
    
    
    
    
/*게시판 페이지네이션*/
.paging {color: #252265!important;padding-top: 30px!important;font-family:'Noto Sans KR', 'Roboto', sans-serif !important; }
.paging b, .pagelist b,#sec-notice #container_list #paing_table tr .ept_link_cell b{background: #252265; color: #fff; width: 30px; height: 30px; display: inline-block; border-radius: 100%; line-height: 30px; font-weight: 400; border: none;}
.paging a:link {font-family:'Noto Sans KR', 'Roboto', sans-serif !important;}
.news_title {font-family:'Noto Sans KR', 'Roboto', sans-serif !important;  color:#222 !important; font-size:16px!important; transition: all 0.5s;}
.news_title:hover {color:#252265!important;}


/*게시판 읽기*/
.board_bgcolor font, .board_desc {font-family:'Noto Sans KR', 'Roboto', sans-serif!important; font-size: 15px!important; color: #666!important;}
.board_bgcolor, .board_desc {padding: 5px 10px!important;}




@media (max-width: 767px){
    
    .cate_board {flex-wrap: wrap; justify-content: flex-start;}
    .cate_board li {width: auto;padding: 0 2px;margin-bottom: 5px;}
    .cate_board a {border: 1px solid #ddd!important;padding: 5px 10px;}
    
    .webzine_type2 {border: none;}
    .webzine_type2 > tbody > tr {display: block; }
    .webzine_type2 .webzine_type_img_td {width: auto; padding-right: 0px;display: block;height: auto; text-align: center; margin: 0 auto; max-width: 300px;}
    .webzine_type2 .webzine_type_img_td img {height: auto; max-height: initial;}
    .webzine_type2 dl {border: none; padding: 20px 0 20px 0px!important;}
    .board .webzine_type2 .webzine_subject {height: auto!important; margin-bottom: 10px; word-break: keep-all; border-bottom: 1px solid #ddd!important; padding-bottom: 10px;}
    .board .webzine_type2 .webzine_subject > span {display: block;}
    
    .board_bgcolor {min-width: 10px;white-space: nowrap;}
    
}
    







/*시공실적 > 시공갤러리*/
/*3단갤러리*/
.glist3t {width:100%;}
.glist3t tr{ display:inline; font-size:0;}
.glist3t td{display: inline-block; text-align: center; vertical-align: middle; margin-bottom: 10px;}
.glist3t td table{width: 96%; margin:0 auto;}
.glist3t img {max-width: 100%; min-height: 100%; width: 330px; height: 250px; object-fit: cover; object-position: center; transition: .3s ease;}
.glist3t > tbody > tr > td:hover img {opacity: .6;}
.glist3t .board_admin_bgcolor table{display: none;}
.glist3t input[type=checkbox], .glist3t input[type=radio]{display: none;}
.gallery_title {font-family:'Noto Sans KR', 'Roboto', sans-serif !important;  color:#666 !important; font-size:16px!important; padding-top: 10px; transition: all 0.5s;}
.glist3t > tbody > tr > td:hover .gallery_title {color: #252265!important;}
.pagelist {text-align: center;}

@media (max-width: 767px){
    
    .glist3t td {width: 100%;}
    
    
    
}







/*온라인문의*/

.formmail_cell_bgcolor{
    padding-left: 10px;
}
.formmail_title_bgcolor {background: #f7f7f7; padding: 15px;}
.table_02 td td {border: none;}
input.formmail_border[type="text"] {padding: 5px;}
input.formmail_border[name="name"],
input.formmail_border[name="add1"],
input.formmail_border[name="receiver_email"],
input.formmail_border[name="address"],
input.formmail_border[name="title"]
{width: 90%;}
input.formmail_border[name="address_post1"] {margin-bottom: 5px;}
input.formmail_border[name="attachment[]"] {font-size: 12px; color: #666; border: none; cursor: pointer;}
textarea {width: 100%; border-color: #ddd;}
.formmail_cell_bgcolor a {
    background: #414141 url(btn_zip.png) no-repeat center center;
    width: 100px;
    height: 35px;
    display: inline-block;
    color: transparent;
    vertical-align: top;
    margin-left: 10px;
    transition: all 0.5s;
}
.formmail_cell_bgcolor a:hover {background-color: #252265;}
.formmail_cell_bgcolor a img {display: none;}

/*전송버튼*/
.formamil01 div {max-width: 50%; margin: auto;}
.formamil01 div li {padding: 0 5px;}
.formamil01 div a {display: block; padding: 10px;}
.formamil01 div a:hover {opacity: 0.6;}
.formamil01 div li:nth-child(1) a {background-color: #252265; color: #fff;}
.formamil01 div li:nth-child(2) a {background-color: #ddd;}

/*라디오버튼*/
input[type='radio'] {
    -webkit-appearance:none;
    box-sizing: border-box;
    padding: 0;
    width: 15px!important;
    height: 15px!important;
    margin-right: 7px!important;
    border-radius: 50%;
    border: 1px solid #666;
    outline:none;
}
input[type='radio']:checked {
    border-color: #252265;
}
input[type='radio']:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;  
    border-radius:50%; 
}
input[type='radio']:checked:before {
    background:#252265;
}
/*체크박스*/
input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none !important;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fbfbfb;
}
input[type="checkbox"]::before {
    content: "\2713";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: scale(0) translate(-50%, -50%);
    line-height: 1;
}
input[type="checkbox"]:hover {
    border-color: rgba(170, 170, 170, 0.5);
}
input[type="checkbox"]:checked {
    background-color:  #252265;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}
input[type="checkbox"]:checked::before {
    border-radius: 2px;
    transform: scale(1) translate(-50%, -50%)
}



@media (max-width: 575px){
    .formmail_title_bgcolor {word-break: keep-all;}
    .table_02 .formmail_cell_bgcolor > table > tbody > tr > td {white-space: nowrap; display: block;text-align: left;}
    .table_02 table.formmail_cell_bgcolor > tbody > tr > td {white-space: nowrap; display: inline-block;}

    .formamil01 div {max-width: 90%;}

    
}








/*고객센터 > 공지사항*/
#sec-notice #container_list #cafe_bbs_list_table .list_cell_titles {border-top: #ddd 1px solid;}
#sec-notice #container_list #cafe_blt_titleWrap td {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#666; font-weight: 400;}
#sec-notice #container_list .general_item_table td {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#333; font-weight: 400;}
#sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_subject {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#333; font-weight: 400; text-align: center; padding-right: 0;}
#sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_value {font-size:15px; font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#333; font-weight: 400;}
#sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_content{font-family:'Noto Sans KR', 'Roboto', sans-serif!important; color:#666; font-size:15px;}

#sec-notice #container_list #paing_table tr .ept_link_cell {padding-top: 30px;}
#sec-notice #container_list #paing_table tr .ept_link_cell a {
    font-family:'Noto Sans KR', 'Roboto', sans-serif !important; 
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;color: #555555;font-size: 14px;line-height: 1.5;letter-spacing: -.2px;
}
#sec-notice #container_list #paing_table tr .ept_link_cell a:hover {background: none;}
#sec-notice #container_list #paing_table tr .ept_link_cell b {
    margin: 0; padding: 0;
}

@media (max-width: 575px){
    #sec-notice #container_view #cafe_bbs_view_table #view_main_table .item_cell_subject {word-break: keep-all; padding: 0 5px;}
    #sec-notice #container_list .general_item_table td {font-size: 1rem;}
}


/*약관*/
.textareainfo {min-height: 300px; padding: 50px 30px; background: #f7f7f7;}

.info_box {border: 1px solid #ddd; padding: 30px 20px 30px 150px; word-break: keep-all; background: url('info_icon.png') no-repeat 50px center;}
.sub-cont .info_box h4 {color: #252265;font-weight: 400;margin: 0; font-size: 1.4rem;}
.emailinfo ol {padding-left: 20px;}
.emailinfo ol > li {list-style: circle; margin-bottom: 10px;}
.emailinfo ol > li ul {padding-left: 20px;}
.emailinfo ol > li ul li {list-style: disc; line-height: 1.5; font-size: 1rem;}
.emailinfo h5 {margin-top: 50px; color: #333; margin-bottom: 10px;}




/*관리자 > 로그인*/
.login_box p {font-size: 0.825em;}
.login_box p b {font-size: 1.25em;}
.login_box .box {padding: 25px 10px!important;}
.login_box .txt_01 {padding: 10px 0!important;}
#sec-admin table {border-collapse: collapse;width: 100%;max-width: 500px;margin: auto;}
#sec-admin table tr:nth-child(1) td input {border-radius: 5px 5px 0 0;}
#sec-admin table tr:nth-child(2) td input {border-radius: 0 0 5px 5px; margin-bottom: 30px;}
.btn_login {padding: 15px 0; background: #252265; color: #fff; width: 100%; border-radius: 5px; font-size: 1.3em;}
.btn_login:hover {opacity: 0.6;}


.formmail{
    margin: 0 auto;
    width: 100%;
    border-top: 2px solid #222;
}

/* 커스텀 */
.header_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.lang_list {
    top: 47px !important;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    text-align: center;
}

.lang_list li {
    border-top: 1px solid #ccc;
    padding: 12px;
    cursor: pointer;
    transition: 0.3s all;
}

.lang_list li:hover{
    background: #252265;
}

.lang_list li:hover a{
    color: #fff !important;
}

.lang_list li a{
    text-align: center;
    justify-content: center;
    font-size: 15px;
    color: #666;
}

.main-nav > ul{
    column-gap: 25px;
}


.header_global{
    position: relative;
}

.header_global a{
    color: #252265 !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    line-height: 18px;
    cursor: pointer;
}

#maincompany{
    background: url(aboutbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-sec h2{
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.main-sec p{
    font-weight: 300;
}

#maincompany{
    color: #fff;
}

.company_slide{
    padding-left: 40px;
}

.company_slide  .slick-slide{
    margin-left: 20px;
}

.company_slide  .slick-slide img{
    width: 100%;
}

.company_slide h2{
    font-size: 22px;
    padding-bottom: 15px;
    margin: 30px auto 15px;
    border-bottom: 1px solid #fff;
}

.company_slide p{
    font-weight: 300;
}

.company_slide strong{
    margin-right: 15px;
}

.company_slide_arrow{
    margin-top: 50px;
    display: flex;
    cursor: pointer;
}

.company_slide_arrow p{
    border: 1px solid #fff;
    width: 42px;
    line-height: 35px;
    height: 42px;
    text-align: center;
    transition: 0.3s all;
}

.company_slide_arrow p:hover{
    background: rgba(255, 255, 255, 0.2);
}

#maincompany .row{
    align-items: center;
}

.company2bg{
    background: url(company2bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 420px;
}

.about_txt_wrap{
    margin: 15px 30px;
    background: rgba(37, 34, 101, 0.9);
    color: #fff;
    text-align: center;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_txt_wrap h2{
    font-size: 30px;
    margin-bottom: 25px;
}

.about_txt_wrap p{
    line-height: 1.5em;
}

.about_txt_wrap a{
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 0px;
    margin: 30px auto 0;
    display: inline-block;
    width: 175px;
}

.about_txt_wrap a:hover{
    background: rgba(255, 255, 255, 0.2);
}

.icon_wrap{
    display: flex;
    width: 90%;
    border-bottom: 1px solid #ccc;
    padding-top: 45px;
    padding-bottom: 30px;
}

.about_left h2{
    color: #222;
    font-size: 22px;
    margin-bottom: 10px;

}

.icon_wrap > p{
    width: 15%;
}

.icon_wrap .icon_txt_area{
    width: 70%;
}

.icon_wrap .icon_button_area{
    width: 15%;
    text-align: right;
}

.icon_wrap .icon_button_area a{
    font-weight: 500;
    color: #252265;
}

.icon_wrap .icon_button_area a::after{
    content: url(more_arrow.png);
    display: inline-block;
    margin-left: 8px;
}


#maincustomer .container .cont-wrap {position: relative;border: 1px solid #e3e3e3;padding: 30px; min-height:1px; height: 100%;}
#maincustomer h3 {
    font-size: 26px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 5px;
}
#maincustomer .board_output td {
    font-weight: 300;
    padding: 12px 0 0!important;
}
#maincustomer .board_output a {padding-left: 10px!important; display: block;}
span.more {
    position: absolute;
    top: 30px;
    right: 30px;
    text-transform: uppercase;
}
span.more a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #252265;
    position: relative;
    padding-right: 20px;
}

span.more a::after{
    content: url(more_arrow.png);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


#maincustomer .board_output  .board_output_1_tr td:first-child{
    display: none;
}

#maincustomer .board_output  .board_output_1_tr td:nth-child(2){
    padding-left: 5px !important;
    position: relative;
}

#maincustomer .board_output  .board_output_1_tr td:nth-child(2)::before{
    content: "";
    background: #252265;
    width: 3px;
    height: 3px;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 24px;
}

#maincustomer .board_output {width: 100%!important;}
#maincustomer .board_output .board_output_1_tr td:last-child {text-align: right; color: #a7a7a7;}


/*ë©”ì¸-CUSTOMER CENTER*/
.gote-area {padding-top: 10px; font-size: 16px; font-weight: 600; color: #222;}
.info_tel a{
    font-size: 28px;
}

.button-wrapper {
    margin: 20px 20px 0 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
}

.button-wrapper p{
    margin-top: 10px;
}

.button-wrapper a{
    display: block;
    padding: 10px 20px;
    width: 200px;
    border: 1px solid #252265;
}


.footer_mn{
    padding-bottom: 10px;
    border-bottom: 1px solid #5a5a5a;
}

.footersubarea span:last-child{
    padding: 0;
}


#maincompany2{
    padding-bottom: 0;
}

.button-wrapper a:hover{
    color: #fff;
    background: #252265;
}

.shtitle{
    margin-bottom: 50px;
}


.shtitle h2{
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight: 600;
}

.subarea strong{
    font-weight: inherit;
    color: #252265;
}

.aboutbg{
    height: 200px;
    background: url(aboutbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.abouttxt{
    background: #fff;
    z-index: 10;
    margin-top: -100px;
    padding: 50px 15px 20px 15px;
    margin-bottom: 20px;
}

.abouttxt h2{
    font-size: 24px;
    color: #222;
}

#sec-company p{
    margin-bottom: 15px;
    font-size: 17px;
}


#sec-vision .row h1{
    font-size: 24px;
    color: #222;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    justify-self: center;
}


#sec-vision .row{
    justify-content: center;
}


#sec-vision .row .col-md-12, #sec-form .row .col-md-12{
    position: relative;
    padding: 50px 30px 30px 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 65px;
}

#sec-form .row .col-md-12{
    padding: 30px;
}


#sec-vision .row .col-md-12 h3{
    background: #252265;
    color: #fff;
    padding: 15px;
    position: absolute;
    left: 30px;
    top: -30px;
    font-size: 20px;
}


#sec-vision .row .col-md-12 h2, #sec-form .row .col-md-12 h2{
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}


.sub_address ul{
    display: flex;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    justify-content: center;
    text-align: center;

}

.sub_address ul li{
    flex-grow: 1;
    justify-content: center;
}

.sub_address ul li i {
    margin-right: 5px;
}



.sub-cont #post_area h2{
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}


.sub-cont #post_area{
    padding: 10px;
}

#maincompany a{
    color: #fff !important;
}

#maincompany .slick-slide{
    transition: 0.3s all;
}

#maincompany .slick-slide:hover{
    opacity: 0.7;
}

#maincompany a:hover img{
    transform: unset !important;
}

.table_02{
    border: none !important;
}

input.formmail_border[name="name"], input.formmail_border[name="add1"], input.formmail_border[name="receiver_email"], input.formmail_border[name="address"], input.formmail_border[name="title"], input.formmail_border[type="text"]{
    border: 1px solid #ccc;
}


.plus_page ul{
    display: flex;
    flex-wrap: wrap;
}

.plus_page ul li{
    flex-basis: 40%;
    flex-grow: 1;
    margin-bottom: 2px;
}
.webzine_type2 > tbody {
    display: flex;
    flex-wrap: wrap;
}

/* 영문 수정 */

.eng_slider h2{
    font-size: 38px !important;
}

.eng_c_slide h2{
    font-weight: 400 !important;
}


.ja_sub_table{
    border: #eaeaea solid 1px !important;
    color: #666 !important;
}


.ja_sub_table td {    border: #eaeaea solid 1px !important;
    color: #666 !important;
    padding: 5px;
}

.ja_sub_table td:first-child{
    width: 20%;
    background: #f7f7f7 !important;
    text-align: center;
    color: #666 !important;
}

.board_hide{
    display: none;
}

.usa_sub .webzine_type2 > tbody > tr{
    float: none;
    width: 100% !important;
}

.usa_sub .webzine_type2{
    width: 50% !important;
}

body.jap_page{
    font-family: 'MS mincho', 'MS Gothic' ,  sans-serif !important;
}


.jap_page *{
    font-family: 'MS mincho', 'MS Gothic' ,  sans-serif !important;

}

.jap_page .sub-cont #post_area h2{
    font-family: 'MS mincho', 'MS Gothic' ,  sans-serif !important;
}

.jap_page  .main-nav ul > .submenu > a, .jap_page .header_global a{
    font-family: 'MS mincho', sans-serif !important;
    font-weight: bold !important;
}

.jap_page #maincompany .row > div{
    padding: 0 !important;
}

.jap_page .company_slide{
    padding-left: 0 !important;
}

.jap_page .company_slide li{
    font-size: 16px !important;
}

.jap_page .company_slide .slick-slide{
    margin-left: 10px !important;
}

.jap_page .company_slide strong{
    margin-right: 5px !important;
}

.eng_slider2 h2{
    font-size: 26px !important;
}


.eng_slider2 strong{
    display: block;
    font-size: 38px !important;
    margin-bottom: 20px;
}

.eng_history ul{
    display: unset !important;
}


.ja_sub_table span, .ja_sub_table a{
    font-size: 15px !important;
}




.jap_page .newslist .webzine_type2 .obj_name, .jap_page .webzine_type2 .obj_value{
    font-family: 'MS mincho', 'MS Gothic' ,  sans-serif !important;

}

.jap_page .newslist .webzine_type2 .obj_name{
    font-weight: bold !important;
}

.jap_page .company_slide h2{
    font-size: 20px !important;
}


.eng_c_slide h2{
    font-size: 18px !important;
}

.eng_c_slide li{
    font-size: 15px !important;
}


/* 팝업 */

.popup-modal{
    width: 600px;
    height: 555px;
    background: #222;
    color: #fff;
    position: fixed;
    z-index: 999999;
    top: 10%;
    left: 1%;
}

.popup_btn{
    display: flex;
    justify-content: space-between;
}

.popup-modal a{
    color: #fff;
}

.board .webzine_type2 dd{
    display: flex;
}

.webzine_type2 .obj_name{
    width: 62px !important;
    font-size: 14px !important;
}

.company_slide ul li{
    display: flex;
}

.company_slide ul li strong{
    width: 50px;
}

.eng_c_slide strong{
    width: unset;
}

.eng_c_slide li{
    flex-wrap: wrap;
}

/* 230327 서브페이지 추가 */
#sec-brand{
    padding-bottom: 0;
}
.brand-wrap h2{
    font-size: 28px;
    font-weight: 700;
    color: #222;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    z-index: 1;
}

.brand-wrap h2::after{
    content: "";
    background: #02F5FA;
    position: absolute;
    left: 0%;
    top: 72%;
    display: block;
    border-radius: 30px;
    width: 120%;
    height: 12px;
    z-index: -1;
}

.brand-sec01, .brand-sec03, .brand-sec04{
    margin-bottom: 30px;
}


.brand-sec01{
    background: url(../img/brand_sec01_bg.png) no-repeat right top;
}

.brand-sec02{
    background: url(../img/brand_sec02_bg.png) no-repeat right top;

}

.brand-sec03{
    background: url(../img/brand_sec03_bg.png) no-repeat right top;
}

.brand-sec04{
    background: url(../img/brand_sec04_bg.png) no-repeat right top;

}

.brand-sec05{
    background: url(../img/brand_sec05_bg.png) no-repeat right top;
}



.brand-wrap h3{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    color: #222;
    margin-bottom: 10px;
    display: block;
}

.brand-wrap strong{
 font-size: 18px;   
 font-weight: 700;
 color: #09a4e3;
 margin-bottom: 5px;
}

.brand-wrap p strong{
    font-size: inherit;
    color: #e3093c;
}


.brand-wrap02{
    background: #f7f7f7;
    margin-top: 80px;
    padding: 50px 0;
}

.brand-wrap02 .col-md-6 > div {
    border-radius: 30px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-bottom: 30px;
}

.brand-wrap02 .col-md-6 h3{
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    background: #03aace;
}

.brand-wrap02 .col-md-6 img{
    text-align: center;
    display: block;
    
    margin: 0 auto;
}


.brand-wrap02 .col-md-12 > div{
    margin-top: 20px;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    padding-bottom: 30px;
}

.brand-wrap02 .col-md-12 h4{
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.brand-wrap02 .col-md-12 .text-left:first-child{
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.brand-wrap02 .col-md-12 ul li{
    display: flex;
    align-items: center;
}

.brand-wrap02 .col-md-12 ul li::before{
    content: "";
    width: 8px;
    height: 2px;
    background: #252265;
    margin-right: 10px;
}

.brand-wrap02 .col-md-12 .text-left{
    padding-left: 50px;
}

.brand-wrap02 .col-md-12 .text-left:first-child{
    margin-bottom: 30px;
}

.brand-wrap02 .col-md-12 h3{
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    color: #fff;
    background: #03aace;
}

.brand-contact{
    padding: 50px 0 0 0;
    background: linear-gradient(#e1eff4, #e1f4eb);
}

.brand-contact .col-md-7 .row .col-md-4 {
    align-self: stretch;
}

.brand-contact .col-md-7 .row .col-md-4 > div{
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    height: 150px;
    margin-bottom: 50px;

}

.brand-contact .col-md-12 > div{
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.brand-contact h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.brand-contact p{
    text-align: center;
}

.brand-contact .col-md-5{
    align-self: flex-end;
}


.step-wrap01, .step-wrap02{
    display: flex;
}

.step-wrap01 {
    margin-bottom: 20px;
}

.step-wrap02{
    padding: 0 10%;
    text-align: center;
}

.step-wrap01 h3, .step-wrap02 h3{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.step-wrap01 .step-box{
    width: 21.25%;
    text-align: center;
}

.step-wrap01 .step-bar, .step-wrap02 .step-bar{
    width: 5%;
    text-align: center;
    align-self: center;
}

.step-wrap02 .step-box{
    width: 30%;
}

.brand-step ul{
    margin-top: 50px;
    padding: 30px;
    background: #f7f7f7;
    border-radius: 30px;
}

.brand-step ul li{
    color: #222;
    display: flex;
    align-items: center;
}



.brand-qa{
    padding-bottom: 50px;
}

.brand-qa h2{
    font-size: 18px;
}

.brand-qa ul{
    margin-bottom: 20px;
}


.brand-title-wrap{
    min-height: 370px;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(#e1f4eb, #e1eff4);
}

.brand-title-wrap .col-md-5{
    align-self: flex-end;
}

.brand-title-wrap h2{
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.brand-title-wrap h2 strong{
    color: #0992e3;   
}

.brand-title-wrap h3{
    font-size: 36px;
    color: #222;
    font-weight: 700;
}

.brand-title-wrap ul{
    margin-top: 20px;
    display: flex;
    column-gap: 20px;
}

.brand-title-wrap ul li{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #0992e3;
    padding: 5px 40px;
    border-radius: 50px;
}

.bt-cs-wrap{
    margin: 20px 0;
    display: flex;
    column-gap: 20px;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 30px 50px;
    box-shadow: 0 0 10px  rgba(0, 0, 0, 0.1);
}

.bt-cs-wrap h2{
    font-size: 20px;
    font-weight: 700;
}

.bt-cs-wrap p{
    font-weight: 600;
    line-height: 1.5em;
}


.submn2{
    border-bottom: 1px solid #ccc;
}

.submn2 ul{
    display: flex;
    padding: 10px 0 ;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}

.submn2 ul li{
    padding: 5px 20px;
    background: #0992e3;
    border-radius: 50px;
}

.submn2 ul li a {
    color: #fff;
}

#submn01 .submn2 li:nth-child(1) a,
#submn02 .submn2 li:nth-child(2) a,
#submn03 .submn2 li:nth-child(3) a,
#submn04 .submn2 li:nth-child(4) a,
#submn05 .submn2 li:nth-child(5) a,
#submn06 .submn2 li:nth-child(6) a,
#submn07 .submn2 li:nth-child(7) a,
#submn08 .submn2 li:nth-child(8) a {font-weight: 700; }


.more-button-wrap a{
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    padding: 5px 20px;
    background: #0992e3;
    border-radius: 50px;
    border: 1px solid #0992e3;
}

.more-button-wrap a:hover{
    background: #fff;
    color: #0992e3;
}

/* 230502 추가 */
.free-sec01{
    background: url(../img/free_sec01_bg.png) no-repeat right top;
}

.free-sec02{
    background: url(../img/free_sec02_bg.png) no-repeat right top;

}

.free-sec03{
    background: url(../img/free_sec03_bg.png) no-repeat right top;
}

.free-sec04{
    overflow: hidden;
    margin: 0px 0 30px 0;
}

.free-sec04 img{
    border-radius: 20px;
}

.brand-wrap h3 strong{
    font-size: inherit !important;
    color: #e3093c;
}


/* 230614 추가 */
.fix-banner{
    z-index: 999;
    position: fixed;
    display: flex;
    flex-flow: column;
    row-gap: 20px;
    right: 5%;
    bottom: 15%;
}

@media (max-width: 1600px){
    .fix-banner{
        transform: scale(0.7);
    }
}

@media (max-width: 1024px){ 


    .popup-modal{
        transform: scale(0.9);
    }

    .button-wrapper a{
        color: #252265;
    }

    .submn-tit p{
        font-size: 1.2rem;
    }
    
    #main_slide .slick-caption{
        top: 50% !important;
    }
    
    .header_wrap{
        width: 90%;
    }

    .main-sec p br{
        display: none;
    }

    .company_slide h2{
        font-size: 18px;
    }

    .company_slide {
        font-size: 14px;
    }

    .icon_wrap .icon_button_area{
        width: 20%;
    }

    .tel-wrapper li:nth-child(1) a{
        font-size: 26px !important;
        color: #222 !important;
        margin-bottom: 5px;
    }

    .tel-wrapper li:nth-child(1) a::before{
        content: "";
    }

    .tel-wrapper li:nth-child(1) a, .tel-wrapper li:nth-child(2) a{
        font-size: unset;
        display: block;
        color: #666;
    }

    .tel-wrapper ul{
        justify-content: left;
    }

    .button-wrapper a{
        width: 180px;
    }
    
}



@media (max-width: 768px){

    
    .popup-modal{
        transform: scale(0.8);
    }

    .m_hide{
        display: none;
    }

    .main-sec h2{
        font-size: 32px;
    }

    #maincompany .row > div{
        max-width: 100%;
        width: 100%;
        flex: unset;
    }

    .company_slide_arrow{
        margin: 30px 0;
    }

    .company_slide {
        padding: 0;
    }

    .company_slide h2{
        font-size: 24px;
    }

    .about_left h2{
        font-size: 22px;
    }

    .icon_wrap .icon_button_area{
        width: 32%;
    }

    .icon_wrap > p{
        width: 12%;
        margin-right: 3%;
    }

    .about_txt_wrap{
        margin: 20px 0 0 0;
    }

    .about_txt_wrap h2{
        font-size: 26px;
    }

    .about_txt_wrap p{
        font-size: 14px;
    }

    .tel-wrapper li:nth-child(1) a{
        font-size: 24px !important;
    }

    .button-wrapper p{
        padding: 0;
    }
    .button-wrapper a{
        width: 95%;
        font-size: 14px;
        padding: 10px;
    }
    .brand-contact .col-md-12 > div, .brand-contact .col-md-7 .row .col-md-4 > div{
        height: unset !important;
    }
}


@media (max-width: 512px){

    .fix-banner{
        transform: scale(0.65);
        bottom: -1%;
        right: -5%;
    }

    .brand-contact p{
        font-size: 15px;
    }

    .step-wrap01, .step-wrap02{
        flex-wrap: wrap;
    }

    .step-wrap01 .step-box, .step-wrap02 .step-box{
        width: 50%;
    }

    .step-wrap02{
        padding: 0;
    }
    .step-wrap01 .step-bar, .step-wrap02 .step-bar{
        display: none;
    }
    .submn2 ul{
        row-gap: 20px;
        text-align: center;
        flex-wrap: wrap;
    }

    .brand-title-wrap ul{
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    .brand-wrap h2{
        font-size: 24px;
    }

    .brand-wrap h3{
        font-size: 20px;
    }

    .brand-wrap p br{
        display: none;
    }

    .brand-wrap h2::after{
        width: 80%;
    }

    .brand-sec02{
        margin-bottom: 30px;
    }
    
    input.formmail_border[type="text"]{
        width: 100%;
    }

    
    input.formmail_border[name="mobile_no1"], 
    input.formmail_border[name="mobile_no2"], 
    input.formmail_border[name="mobile_no3"], 
    input.formmail_border[name="phone_no1"], 
    input.formmail_border[name="phone_no2"], 
    input.formmail_border[name="phone_no3"]{
        width: 30%;
    }

    .brand-contact .col-md-3{
        margin-bottom: 20px;
    }

    .brand-sec01{
        flex-wrap: wrap;
        justify-content: center;
    }
    .popup-modal{
        transform: scale(0.6);
        left: -25%;
    }

    .plus_page ul{
        display: block !important;
    }

    .header_wrap, .tlogo h1 img{
        width: 80%;
    }

    .icon_wrap .icon_button_area{
        width: 36%;
    }
    .company_slide h2{
        font-size: 18px;
    }

    .company_slide h2{
        margin-right: 8px;
    }

    .company_slide strong{
        margin-right: 8px;
    }

    .company_slide br{
        display: none;
    }

    .icon_wrap{
        width: 100%;
    }

    .about_txt_wrap p{
        font-size: 16px;
    }

    .about_txt_wrap p br{
        display: inline-block;
    }

    span.more a{
        margin-top: 0;
        background: none;
    }

    .tel-wrapper .col-sm-2{
        width: 30%;
        padding-left: 20px !important;
    }

    .tel-wrapper .col-sm-9{
        width: 70%;
    }

    .tel-wrapper li:nth-child(1) a{
        font-size: 22px !important;
    }

    #footerarea .col-md-3{
        margin-bottom: 10px;
    }

    .tel-wrapper li:nth-child(1) a, .tel-wrapper li:nth-child(2) a{
        font-size: 14px;
    }

    .footer_mn a, .footer_mn a:link, .footer_mn a:visited{
        margin-right: 0;
    }

    #maincompany .slick-slide{
        font-size: 13px;
        margin-left: 10px;
    }

    .submn{
        display: none;
    }

    .abouttxt h2{
        font-size: 22px;
    }

    #sec-company p:last-child{
        padding-bottom: 50px;
    }

    .submn-tit h2{
        margin-top: 10px !important;
    }

    .submn-tit p {
        margin-bottom: 10px !important;
    }

    .sub_address ul li{
        width: 100%;
    }

    .sub_address ul{
        flex-wrap: wrap;
    }


    .shtitle h2{
        font-size: 28px;
    }

    .webzine_type2 > tbody > tr{
        width: 100%;
    }


    @media (max-width: 370px){
    
        .popup-modal{
            left: -40%;
        }
    }

}
