@charset "utf-8";
@import url('font.css');
@import url('animation.css');

:root {
	--main-color:#404f64;
	--main-color-rgb:64,79,100;
	--sub-color:#cda33f;
	--min-widht:1280px;
	--hd-height:80px;
	
	accent-color:var(--main-color);
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.88em;/*height:100%;*/font-family:'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;/*font-size:1em;*/font-family:'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {/*font-size:1em;*/-webkit-appearance:none}
textarea, select,button {/*font-size:1em;*/font-family:'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
input, textarea {/*appearance: none; -webkit-appearance: none;*/ -webkit-border-radius: 0;}
select {margin:0;/*background:none;*/ color:#444; background-image:url('/img/btn_down.png'); background-repeat:no-repeat; background-position:99% center; background-size:10px 6px; -webkit-appearance: none;-moz-appearance: none; appearance: none;}
::selection { background-color:var(--sub-color);color:#fff;}/* Works in Safari, IE9, Google Chrome */
::-moz-selection { background-color:var(--sub-color);color:#fff;}/* Mozilla based browsers */
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


 
/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

/* 상단 레이아웃 */
#hd {width:100%;z-index:999; position:relative;  background:#fff; border-bottom:1px solid #e5e5e5;}
#hd:after {display:block;visibility:hidden;clear:both;content:""}
#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_wrapper{ position:relative; margin:0 auto;max-width:var(--min-widht); height:var(--hd-height);}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:20px 0 0; color:#fff; font-weight:400;}
#logo a {color:inherit; display:inline-block;}
#logo a span {margin-left:10px;}
#logo img {vertical-align:bottom;max-height:100%;width:auto; height:40px;}
#logo .logo_on {display:none;}

/* sns 아이콘 */
.hd_sns { position:absolute; top:0; right:10px; height:var(--hd-height); display:flex; align-items:center; justify-content:flex-end;}
.hd_sns img {width:20px; margin-right:2px;}

#gnb_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb_empty a {display:inline;text-decoration:underline}

/* 메인메뉴 시작 */
#gnb {position:relative; width:740px; z-index:99; margin:0 auto;}
#gnb h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#gnb .gnb_wrap{margin:0 auto;position:relative}

#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb_1dul { width:100%; display:flex; text-align:center; font-size:1rem; padding:0; zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {flex:auto;line-height:78px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:var(--main-color);
-moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}

.gnb_1da {display:block;padding:0px;color:#080808;text-decoration:none}
.gnb_1dli:hover .gnb_1da {color:var(--main-color);} /* 마우스오버 글자색 */
.gnb_1dli:before{content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:0%; border-bottom:3px solid var(--main-color); /* 밑줄 시작 */
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_1dli:hover::before{content : ""; position:absolute; left:50%; transform:translateX(-50%); bottom:0px; height:1px; width:50%; border-bottom:3px solid var(--main-color); /* 밑줄 끝 */
-webkit-transition:all 0.2s; -moz-transition:all 0.2s; -o-transition:all 0.2s; -ms-transition:all 0.2s; transition:all 0.2s;}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute; top:77px;min-width:200px; transform:translateX(-50%); margin-left:50%; animation: opacity 0.2s;}
.gnb_2dul .gnb_2dul_box {padding:0;}
.gnb_2da {display:block;padding:0 10px; font-size:0.78em; line-height:40px;background:rgba(0,0,0,0.5);color:#fff;text-decoration:none}
a.gnb_2da:hover {background:rgba(0,0,0,0.8);
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.gnb_2da:focus, .gnb_2da:hover {color:#fff}
.gnb_1dli_over .gnb_2dul {display:block;left:0}
.gnb_1dli_over2 .gnb_2dul {display:block;/*right:0*/}
.gnb_wrap .gnb_empty {padding:10px 0;width:100%;text-align:center;line-height:2.7em;color:#080808}
.gnb_wrap .gnb_empty a {color:var(--main-color);text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}
/* 메인메뉴 끝 */

#tnb{background:#090a0c;line-height:40px}
#tnb ul {max-width:var(--min-widht);margin:0 auto}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:left} 
#tnb .right{float:right}
#tnb li a{color:#b8b8b8;display:block;padding: 0 13px}
#tnb li a:hover{background:#1b1e24}
#tnb .tnb_res a{background:#364699;color:#fff;padding:0 20px;font-weight:600;}
#tnb .tnb_res a:hover{background:#2d3a80}
#tnb .tnb_res i{margin-right:5px}
#tnb .tnb_sns i{color:#364699;margin-right:5px}

.hd_sch_btn{float:right;width:50px;border:0;background:0;height:var(--hd-height);color:#fff;font-size:18px;vertical-align:top;}
#hd_sch{z-index:10;display:none;position:absolute;top:40px;left:0;background:#121418;width:100%;}
#hd_sch .sch_wr{margin:0 auto;max-width:var(--min-widht);position:relative;}
#hd_sch #sch_stx {background:none;border:0;width:100%;height:var(--hd-height);padding:0 50px;color:#fff;font-size:1.385em}
#hd_sch #sch_stx:focus{outline:0;border-bottom:2px solid red}
#hd_sch #sch_submit{background:none;border:0;position:absolute;top:0;left:0;color:#fff;height:var(--hd-height);width:50px;font-size:18px;}
#hd_sch .btn_close{background:none;border:0;position:absolute;top:0;right:0;width:50px;height:var(--hd-height);color:#aaa;font-size:18px}
#hd_sch .btn_close:hover{color:#fff}

#gnb_open {float: right;width: 50px;border: 0 ;background: 0;height: var(--hd-height);color: #000; font-size: 18px;vertical-align:top; display:none;}

#gnb2 {display:none;position:fixed;top:0;right:0;height:100%;background:#202228;z-index:99999;width:30%;min-width:300px}
#gnb2 .btn_close {position:absolute;top:0;right:0;width:50px;height:50px;border:0;background:none;color:#555}
#gnb2 .gnb_tnb{padding:0 10px;}
#gnb2 .gnb_tnb li{display:inline-block;line-height:50px}
#gnb2 .gnb_tnb li a{color:#b8b8b8;display:block;padding:0 10px} 
#gnb2_1dul{margin:20px 0; padding-top:20px;}
#gnb2_1dul .gnb2_1dli{position:relative}
#gnb2_1dul .gnb2_1dli button{position:absolute;top:0;right:0;border:0;background:none;height:50px;width:50px;text-indent:-999px;overflow:hidden; background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;background-size:10px}
#gnb2_1dul .gnb2_1da{padding:0 20px;display:block;color:#fff;font-size:1.15em;line-height:50px}
#gnb2_1dul .gnb2_2dul {display:none}
#gnb2_1dul .gnb2_2da {color:#a8a6b0;padding:0 30px;font-weight:normal;white-space: nowrap;line-height:30px}

/*상단고정*/
.fixed #hd { position:fixed; top:0; border-bottom:1px solid #e5e5e5;}
.fixed #hd #tnb {display:none}
.fixed #logo a span {color:#444;}
.fixed #logo .logo {display:none;}
.fixed #logo .logo_on {display:inline-block;}
.fixed .gnb_1da {color:#666;}
.fixed #gnb_open {color:#888;}

.mob_view {display:none;}


/* 중간 레이아웃 */
.bo_top_img,
#bo_list_total {display:none !important;}
#wrapper {font-size:1.29em;}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative; min-height:600px; max-width:var(--min-widht); margin:80px auto 60px; letter-spacing:-0.05em;}
#container:after {display:block;visibility:hidden;clear:both;content:""}

#container_title { color:#222;  font-weight:bold; font-size:2em; margin-bottom:40px; text-align:center;}
#container>p{display:none;}

/* 공통 */
#tit {margin-bottom:60px;}
#tit h3 {font-size:2.25rem; font-weight:600; color:#444; }
#tit p {color:#888;}

.ct_area {width:calc(100% - 80px); max-width:var(--min-widht); margin:0 auto;}
.shadow {box-shadow:0px 10px 15px rgba(0,0,0,0.1);}
.btn_area {display:flex; justify-content:center;}
.btn_area a { width:260px; height:60px; line-height:60px; text-align:center; border:1px solid #e5e5e5; background:#fff; color:#444; font-size:16px; display:inline-block; margin-top:50px;}
.btn_area a:hover {background-color:#2d3a80; border-color:#2d3a80; color:#fff;}


/*** 브랜드 ***/
#main_brand { position:relative; background-image:url('/img/brand_obj02.png'); background-position:94% -160px; background-repeat:no-repeat; padding:120px 0 100px; z-index:1;}
#main_brand .con { width:96%; max-width:960px; margin:0 auto; display:flex; justify-content:center; align-items:center;}
#main_brand .img { position:relative; }
#main_brand .obj { position:absolute; top:0; left:-80px; animation: floatY 2.2s ease-in-out infinite;}
#main_brand .txt { padding-left:100px; color:#888; }
#main_brand .txt h4 {font-size:2.25rem; margin-bottom:20px; color:var(--main-color);}
#main_brand .txt p {line-height:180%;}

/*** TPU ***/
#main_tpu { position:relative; background:#e2e6e9;}
#main_tpu:before { position: absolute; top:-120px; display:block; content:""; width:100%; height:120px; background:url('/img/wave.png') no-repeat 50% 50% / cover; }
#main_tpu * { word-break:keep-all; }
#main_tpu .ct_area {position:relative;display:flex; justify-content:center; align-items:center; padding:60px 0;}
#main_tpu .txt,
#main_tpu .img {width:50%; position:relative;}
#main_tpu .txt { padding-right:100px; color:#8d99a6; text-align:right; }
#main_tpu .txt h4 {font-size:2.25rem; margin-bottom:20px; color:var(--main-color);}
#main_tpu .txt p {line-height:180%;}
#main_tpu .txt p b {color:#404f64;}
#main_tpu .txt a {width:70px; height:70px; border-radius:50%; background:rgba(255,255,255,0.5); display:flex; justify-content:center; align-items:center; color:var(--main-color); float:right; margin-top:40px; }
#main_tpu .kid {position:absolute; left:-100px; bottom:0; animation: floatY 2.2s ease-in-out infinite;}
#main_tpu .img {text-align:center;}
#main_tpu .img .car { position: relative; margin-bottom:-60px; z-index:2;}
#main_tpu .img .tpu { position: relative; z-index:1;}

/*** 인증마크 ***/
#main_mark { padding:100px 0; background:#f1f2f4; text-align:center;}
#main_mark #tit h3 {color:var(--main-color);}
#main_mark .ct_area {display:flex; justify-content: center; flex-wrap:wrap;}
#main_mark .box {width:25%; color:#888; padding-bottom:10px;}
#main_mark .img { width:120px; height:120px; background:#fff; border-radius:50%; display:flex; justify-content:center; align-items:center; margin:0 auto 20px;}
#main_mark .box * {word-break:keep-all;}
#main_mark .box span {font-size:0.857rem;}

/*** review ***/
#main_review {background:#7e8d9b; padding:120px 0 100px;}
#main_review #tit h3 {color:#fff; text-align:center;}

/*** faq ***/
#main_faq {padding:120px 0;}
#main_faq .lt_swiper {margin-top:60px;}
#main_faq #tit p {line-height:180%; margin-top:10px;}

/**** 문의하기 ****/
#main_contact {background:url('/img/form_bg.jpg') 50% 50% no-repeat; background-size:cover; padding:120px 0 100px;}
#main_contact #tit {text-align:center; color:#fff;}
#main_contact #tit p,
#main_contact #tit h3 {color:inherit;}
#main_contact #form_area { max-width:600px; margin:0 auto;}
#main_contact #form_area .w100 {width:100%; margin-bottom:2%; border:1px solid #e5e5e5; background:#fff; border-radius:18px; padding:20px;}
#main_contact #form_area .qa_form .label,
#main_contact #form_area .qa_form label { font-size:0.857rem; color:#a9b3bc;}
#main_contact #form_area .qa_form input,
#main_contact #form_area .qa_form textarea {width:100%; height:30px; border:1px solid #fff; padding:0; }
#main_contact #form_area .qa_form textarea {height:60px; resize: none; /* 사용자 임의 변경 불가 */}
#main_contact #form_area .qa_form .counsel_check {width:100%;color:#fff; font-size:1rem; font-weight:300; margin-bottom:20px;}
#main_contact #form_area .qa_form .counsel_check #agree {width:20px; height:20px; background:#fff; border:1px solid #e5e5e5; border-radius:0; margin-right:5px; padding:0;}
#main_contact #form_area .qa_form .counsel_check a { color:#333; text-decoration:underline;}
#main_contact #form_area .qa_form input[type="checkbox"] {width:auto;border-radius:5px; border:1px solid #eaeaea;}
#main_contact #form_area .qa_form button { width:100%; height:60px; border:0; border-radius:18px; font-size:1rem; font-weight:500; background:var(--main-color); color:#fff; 
	-moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out;}
#main_contact #form_area .qa_form button:hover {background:#000;}
#main_contact #form_area .qa_form .list_btn { display:block; width:100%; height:50px; line-height:50px; text-align:center; border:1px solid #eaeaea; border-radius:18px; font-weight:400; background:#fafafa; color:#666; font-size:1rem; margin-top:10px;}
#main_contact #form_area .qa_form .list_btn:hover {background:#eee; color:#222;}

#quick,
#kakao { position:fixed; bottom:60px; right:20px; width:100px; height:100px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius:50%; background:var(--main-color); color:#fff; font-size:0.875rem; text-align:center; font-weight: bold; z-index:99; }
#kakao {bottom:170px; background:#ffe81a; color:#000302; }
#quick img,
#kakao img { margin-bottom:5px;}
#quick img { filter:invert(1) brightness(10); }

/* 하단 레이아웃 */
#ft {color:#888; font-size:1em; line-height:180%; font-weight:300; border-top:1px solid #e5e5e5;}

#ft_copy .ct_area { display:flex; justify-content:space-between; padding:50px 0; }
#ft_copy div {padding-right:50px;}
#ft_logo { margin-bottom:20px;}
#ft_logo img {/*filter:contrast(0); opacity:0.2;*/ vertical-align:bottom; height:50px;}
#ft_logo span {font-size:1em; margin-left:5px; color:rgba(255,255,255,0.2);}
#ft_copy .ft_cs h5 {margin-bottom:10px;}
#ft_copy .ft_cs h5 i {color:#ddd;}
#ft_copy .ft_cs b {font-size:1.5em;}
#ft_copy .ft_cs b,
#ft_copy .ft_cs p span,
#ft_copy .ft_info b {color:#222;}
#ft_copy .ft_cs p {white-space:nowrap;}
#ft_copy .ft_cs p br {display:none;}
#ft_copy .ft_info {max-width:900px;}
#ft_copy .ft_info span {margin-right:30px; white-space:nowrap; }
#ft_copy .ft_info span.wdb {white-space: wrap; display:block;}
#ft_copy .ft_info a {font-size:2em; font-weight:bold; color:#fff;}
#ft_copy .ft_info p {display:block; word-break:keep-all; }
#ft_copy .ft_menu a {display:block; white-space:nowrap; margin-bottom:5px;}

#ft02 { display: flex; justify-content:space-between; border-top:1px dashed #e5e5e5; padding:25px 0 120px;}
.ft_link a {color:inherit; }
.ft_link a:before {content:"ㆍ";}
.ft_link a:first-child:before {content:"";}
.ft_sns {display: flex;}
.ft_sns a { display: flex; justify-content: center; align-items: center; background:#f5f5f5; border-radius: 50%; width:40px; height:40px; margin-left:10px; }
.ft_sns img {width:20px; filter:grayscale(1); opacity:0.8;}
.ft_sns a:hover img {opacity: 1;}

#top_btn {position:fixed;bottom:20px;right:20px;width:60px;height:60px;border:0;z-index:999; background: linear-gradient(135deg,  var(--main-color) 0%,var(--sub-color) 100%); color:#fff;transition: opacity 0.2s ease-out;opacity:0; font-size:1.2em; }
#top_btn.show {opacity: 1;}


/* 체크박스 */
.all_chk,.bo_chk {position:relative}
.all_chk label .chk_img, .bo_chk label .chk_img{margin-top:2px;display:inline-block;height:15px;text-indent:-9999px;width:15px;background:#fff;border:1px solid #aab3c1;border-radius:3px;;vertical-align:top;
-webkit-box-shadow:inset 5px 5px 3px #f0f0f3;
-moz-box-shadow:inset 5px 5px 3px #f0f0f3;
box-shadow:inset 5px 5px 3px #f0f0f3}

.bo_chk label.click_on .chk_img, .all_chk label.click_on .chk_img{background:url('../img/input_chk.png') 50% 50% no-repeat red;border-color:red;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none}


.bo_chk input, .all_chk input {position:absolute;top:0;left:0;width:1px;height:1px;opacity:0;outline:0;z-index:9}

/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01{margin-top:10px}
#copymove td{background:#fff}
#copymove .win_btn{margin:10px}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:0;height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0 !important;line-height:0 !important;overflow:hidden}

/* 본문 바로가기 */
.to_content a {z-index:100000;position:absolute;top:0;left:0;width:0;height:0;font-size:0;line-height:0;overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#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 #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;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:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha{width:213px;height:55px;overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/*단축키일람 */
.cke_sc{text-align:right}
.btn_cke_sc{background:#333;color:#fff;padding:5px;border:none}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:50%;font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close{background:#333;padding:5px;border:none;color:#fff}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:40px;line-height:40px;;padding: 0 15px; font-size:0.78em;}
a.btn01 {display:inline-block;background:#eee;color:#444;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {background:#364699;border:0; border-radius:0px;color:#fff;cursor:pointer}
.btn_submit:hover{background:#2d3a80}
a.btn_cancel {display:inline-block;background:#ddd;color:#444;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#eee;border:0;color:#6b6b6b;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {background:#f8f8f8;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#364699;color:#fff;text-decoration:none;vertical-align:middle;border:0}
a.btn_b02:hover, .btn_b02:hover {background:#2d3a80}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:1px solid #ed6478;color:#ed6478;background:none;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#ff0000;color:#fff;font-size:16px;text-decoration:none;vertical-align:middle;line-height:40px;width:40px;text-align:center;} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover  {color:#fff;}

/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border:1px solid #cacaca;background:#d9d9da;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border:1px solid #e3e3e5;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 기본리스트 */
.list_01{padding:0 10px;}
.list_01 li{background:#fff;border-radius:3px; padding:20px 0px;border-bottom:1px solid #eee;}

/* 기본폼 */
.form_01{margin:10px}
.form_01 .write_div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative;list-style:none}
 textarea, .frm_input {border:1px solid #d7d7d7;background-color:#fff;color:#000;vertical-align:middle;padding:0 10px;height:40px;}
textarea {width:100%;height:200px;padding:10px}
textarea:focus, .frm_input:focus{outline:none;border:1px solid red}
.frm_input {height:40px;}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select{height:40px;border-radius:3px;background-color:#fff}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important;color:#777;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center; width:100%;}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png'); background-repeat:no-repeat !important; background-position:right top; }
select.required {background-image:url('../img/require.png'), url('/img/btn_down.png'); background-repeat:no-repeat !important; background-position:right top, 99% center; background-size:auto, 10px 6px;}

/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:150px;text-align:center}
.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.2em;font-weight: bold;height: 50px;padding: 10px;line-height: 30px;
-webkit-box-shadow:  2px 2px 5px #eee;
-moz-box-shadow:  2px 2px 5px #eee;
box-shadow: 2px 2px 5px #eee
}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:20px}

.new_win .win_ul {margin:20px}
.new_win .win_ul li {display:inline-block;}
.new_win .win_ul li a {display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;margin:10px 0;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;padding:0 10px;border:0;background:#c6c6d2;color:#666;text-decoration:none;font-weight:bold;height:40px;margin:10px 0}
.new_win .win_btn .btn_submit {width:100%;height:40px;line-height:40px;;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 검색결과 색상 */
.sch_word {color:#00c4ac}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal;line-height:20px}
.sv_wrap .sv {z-index:1000;width:100px;display:none;margin:5px 0 0;font-size:0.92em;background:#333;text-align:left;
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);}
.sv_wrap .sv:before{content: "";position: absolute;top: -6px;left: 15px;width: 0;height: 0;border-style: solid;border-width: 0 6px 6px 6px;border-color: transparent transparent #333 transparent;}
.sv_wrap .sv a {display:inline-block;width:100px;margin:0;padding:0  10px;line-height:30px;font-weight:normal;color:#bbb }
.sv_wrap .sv a:hover{background:#000;color:#fff}
/*.sv_member{color:#333;font-weight:300;margin-right:10px}*/
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:30px 0;text-align:center}
.pg {display:inline-block }
.pg_page, .pg_current {display:inline-block;padding:0 13px;height:35px;color:#959595;line-height:35px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:#f8f8f8; }
.pg_page {background:#eee;}
.pg_start {background:url(../img/btn_first.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/btn_prev.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/btn_next.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/btn_end.gif) no-repeat 50% 50% #eee;width:35px;height:35px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block;background:#494949;color:#fff;font-weight:normal;line-height:35px;}


/***** 내용페이지 *****/
.sub_page { color:#888; overflow:hidden; }
.sub_page.detail { text-align:center; }
.sub_page table {width:100%; border-top:2px solid #222;}
.sub_page table th,
.sub_page table td {border-bottom:1px solid #e5e5e5; padding:10px; text-align:center;}
.sub_page table th {background-color:#fafafa; color:#222; font-weight:normal;}
.sub_page table .left {text-align:left;}
.sub_page table td b {color:var(--main-color);}
.sub_page .tit {font-size:1.78em; color:#000; margin-bottom:20px; word-break:keep-all;}
.sub_page .stit {font-size:1.33em; color:#222; margin-bottom:20px; word-break:keep-all;}
.sub_page .xstit {font-size:1.11em; color:#444; margin-bottom:20px; word-break:keep-all;}
.sub_page .mt20 {margin-top:20px;}
.sub_page .mt40 {margin-top:40px;}
.sub_page .mt60 {margin-top:60px;}
.sub_page .mt80 {margin-top:80px;}
.sub_page .pd {padding:120px 0;}
.sub_page .flex02,
.sub_page .flex03,
.sub_page .flex04 {display:flex; justify-content: space-between;}
.sub_page .flex02 .box {width:calc(50% - 20px);}
.sub_page .flex03 .box {width:calc(33.33% - 10px);}
.sub_page .flex04 .box {width:calc(25% - 10px)}
.sub_page ul.dot li {position:relative; margin-bottom:10px; word-break:keep-all; padding-left:20px;}
.sub_page ul.dot li:before { position:absolute; top:2px; left:0; content:"ㆍ"; font-weight:bold; color:var(--main-color);}
.sub_page ul.dot li b {color:var(--main-color);}
.sub_page ol {counter-reset: num; list-style: none; padding:0; margin:0;}
.sub_page ol li { counter-increment: num; display: flex; align-items: center; margin-bottom: 10px; font-size: 1rem; color: #6b7280; word-break:keep-all;}
.sub_page ol li::before { content: counter(num); min-width: 28px; height: 28px; margin-right: 12px; display: flex; align-items: center; justify-content: center ;background: #3f4f63; color: #fff; font-size: 0.875rem; font-weight: 600; border-radius: 6px;}
.sub_page .sm_info { font-size:0.78em; margin-top:5px;}

/* 브랜드 */
.brand_bg { height:calc(100vh - 81px); background:url('/img/page/brand_big_img2.jpg') no-repeat 50% 50% / cover; padding-bottom:100px; 
animation: kenburns-bottom 5s ease-out both; }
.brand .intro img {width:100%;}
.brand .intro p {line-height:200%;}
.brand .intro strong { font-size:1.78em; line-height:160%; color:#000;}
.brand .intro p:last-child { font-size:1.56em; color:var(--main-color); }
.brand .flex02,
.brand .flex03 { text-align:center; }
.brand .flex02 .img,
.brand .flex03 .img { width:100%; height:400px; display:flex; justify-content:center; align-items:center; border:1px solid #e5e5e5;}
.brand .flex03 .img {height:300px;}
.brand .flex02 .img img,
.brand .flex03 .img img {width:50%; max-width:fit-content;}

.history h4 {text-align:center;}
.history .box {display:flex; justify-content:space-between; border-top:2px solid #000; padding:40px 0;}
.history .txt {display:flex; width:70%; }
.history .year { min-width:120px; width:20%; font-size:1.44em; font-weight:bold; color:var(--main-color); }
.history .box:nth-child(even) .year {color:var(--sub-color);}
.history .con {padding-right:60px;}
.history .con strong {font-size:1.44em; color:#222;}
.history .con ul {margin-top:20px;}
.history .con li { position:relative; padding-left:10px; margin-bottom:10px; word-break:keep-all;}
.history .con li::before {content:"-"; position:absolute; left:0;}
.history .img {width:30%;}

/* why */
.why section.sec01,
.tpu_bg { display:flex; align-items:flex-end; height:calc(100vh - 81px); background:url('/img/page/why_sec01.jpg') no-repeat 50% 50% / cover; padding-bottom:150px; 
animation: kenburns-bottom 5s ease-out both;}
.tpu_bg .tit,
.why section.sec01 .tit {color:#fff; word-break: keep-all;}
.tpu_bg { height:calc(100vh - 245px); background-image: url('/img/page/tpu_bg.jpg'); margin-bottom:60px;}
.tpu_air_bg {background-image: url('/img/page/tpu_air_bg.jpg');}
.tpu_bg .tit {text-shadow: 0 0 15px rgba(0,0,0,0.8); font-size:1.68em; font-weight:400;}
.tpu_air_bg .tit {text-align:right;}

.why_bg { display:flex; align-items:flex-end; height:calc(100vh - 240px); background:url('/img/page/why_img_big.jpg') no-repeat 50% 50% / cover; padding-bottom:150px; 
animation: kenburns-bottom 5s ease-out both;}
.why_bg .tit {color:var(--main-color);}
.why_bg .tit p {font-size:1.25rem; color:#888; font-weight:normal; margin-top:10px;}

.why section.sec02 { display: flex; justify-content: center; height:calc(100vh - 80px);}
.why section.sec02 .img {width:50%; background:url('/img/page/why_sec02.jpg') no-repeat 50% 50% / cover; }
.why section.sec02 .txt { display:flex; align-items:center; width:50%; background-color:#161d24; padding-left:50px; }
.why section.sec02 .txt .tit {color:#fff; word-break: keep-all;}

.why section.sec03 { background:#f5f5f5;}
.why section.sec03 .tit {text-align:center;}
.why section.sec03 .vs {position:relative;}
.why section.sec03 .box {display:flex; justify-content:center; height:400px;}
.why section.sec03 .box p {padding:60px 20px; font-size:1.75em; color:#888; font-weight:bold; word-break:keep-all; text-align:center;}
.why section.sec03 .box:nth-of-type(1) {background:url('/img/page/why_vs01.jpg') no-repeat 50% 50% / cover; }
.why section.sec03 .box:nth-of-type(2) {background:url('/img/page/why_vs02.gif') no-repeat 50% 50% / cover; align-items:flex-end;}
.why section.sec03 .box:nth-of-type(2) p {color:var(--main-color); text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;}
.why section.sec03 .vs .arrow { position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); display:flex; justify-content:center; align-items:center; width:90px; height:90px; color:#fff; border-radius:50%; background:rgba(var(--main-color-rgb),0.8);}
.why section.sec03 .ft_info { line-height:180%; word-break: keep-all;}

.why section.sec04 { background:#708090; color:#fff; }
.why section.sec04 .ct_area {display:flex; justify-content:center; align-items:center;}
.why section.sec04 .tit {color:inherit;}
.why section.sec04 .img,
.why section.sec04 .txt {width:50%;}
.why section.sec04 .txt * {word-break: keep-all;}
.why section.sec04 .txt { padding:50px;}
.why section.sec04 .img {text-align:center;}
.why section.sec04 .txt p {line-height:180%; }
.why section.sec04 .txt b { color:var(--sub-color); }

.why section.sec05 .tit {text-align:center;}
.why section.sec05 .flex02 {justify-content:center; margin-bottom:20px;}
.why section.sec05 .flex02 img { width:50%; max-width:fit-content;}
.why section.sec05 .box {border:1px solid #e5e5e5; padding:40px;}
.why section.sec05 .box ul { display:flex; flex-wrap:wrap;}
.why section.sec05 .box li {  width:50%;  padding:0 20px; }

.why .point {background:#f1f2f4;}
.why .point .tit {text-align:center;}
.why .point .flex02 {flex-wrap:wrap;}
.why .point .box {border:1px solid #e5e5e5; background:#fff; padding:30px; display:flex; justify-content:space-between; margin-bottom:40px;}
.why .point .txt_area { display:grid; grid-template-columns:1fr; height:100%; }
.why .point .txt * {word-break:keep-all;}
.why .point .txt {padding-right:50px;}
.why .point .txt strong { display:inline-block; font-size:1.625em; color:#222; margin-bottom:20px; padding-top:20px;}
.why .point .txt p b {color:var(--main-color);}
.why .point .txt_area .symbol {display:flex; align-items:flex-end;}
.why .point .box > img {width:35%; max-width:fit-content;}
.why .point .sm_info {display:flex; align-items:center; justify-content:space-between; border:1px solid #e5e5e5; background:#fff; padding:20px;}
.why .point .sm_info span {padding-right:20px; word-break: keep-all;}

/* 지사모집 */
.branch .tit { text-align:center; word-break:keep-all; }
.branch .flex02 .step,
.branch .flex02 .map {width:calc(50% - 20px);}
.branch .flex02 .map {text-align:center;}
.branch .step .box { width:100%; border:1px solid #e5e5e5; padding:35px 50px; display:flex; align-items:center; margin-bottom:10px; }
.branch .step .box .img { width:100px; }
.branch .step .box .txt { width:calc(100% - 100px);}
.branch .step .box .txt p { word-break:keep-all; }
.branch .step .box .txt strong { display:inline-block; color:var(--main-color); font-size:1.25em; margin-bottom:10px; margin-top:0; word-break: keep-all; }

.branch .point { width:100%; background:var(--main-color); }
.branch .point .tit { text-align:center; color:#fff; }
.branch .box { background:#fff; padding:40px; }
.branch .box strong { display:block; color:var(--main-color); margin:10px 0 15px; font-size:1.5em; }

/* 제품소개*/
.tpu .bnk_btn { border:1px solid #e5e5e5; padding:10px 20px; color:#888; display:inline-block; font-size:1rem;}

.tpu .version .box { padding:40px 20px; border-radius:25px;}
.tpu .version .box strong { display:block; text-align:center; border-bottom:1px solid #fff; padding-bottom:10px; margin-bottom:20px; color:#222; font-size:1.25em; }
.tpu .version .box:nth-of-type(1) { background:#f4f6f5; border:2px solid #c7c7c7; }
.tpu .version .box:nth-of-type(2) { background:#ebece7; border:2px solid #b0afaa;}
.tpu .version .box:nth-of-type(3) { background:#e8e8e8; border:2px solid #b2b2b2;}
.tpu .version .box:nth-of-type(4) { background:#e3eff4; border:2px solid #99afb4; }
.tpu .version .box:nth-of-type(4) strong {border-color:var(--main-color);}
.tpu .version .box:nth-of-type(4) li {color:#444;}
.tpu .version .box:nth-of-type(4):before { position:absolute; top:-10px; left:50%; transform:translateX(-50%);  background:#99afb4; border-radius:3px 3px 8px 8px; padding:10px 20px; color:#fff; content:"Best Choice"; font-size:1rem; }

.tpu .intro {display:flex; }
.tpu .intro .img,
.tpu .intro .txt {width:50%;}
.tpu .intro .txt { padding:30px 60px; }
.tpu .intro strong { display:block; font-size:2em; color:#222; padding-bottom:10px; border-bottom:1px solid #e5e5e5;}

.tpu .intro2 { width:100%; background:url('/img/page/tpu_img_big.jpg') no-repeat 50% 50% / cover; display:flex; justify-content:flex-end;padding:50px;}
.tpu_air .intro2 { background-image:url('/img/page/tpuair_img_big.jpg'); }
.tpu .intro2 .txt {width:50%; background:rgba(255,255,255,0.9); border-radius:25px; padding:40px;}
.tpu .intro2 strong { display:block; font-size:1.78em; color:#222; padding-bottom:10px; border-bottom:1px solid #e5e5e5;}
.tpu .intro2 li {position:relative; margin-bottom:10px; word-break:keep-all; padding-left:20px;}
.tpu .intro2 li i {color:var(--main-color); width:20px; text-align:center; margin-right:10px;}
.tpu .intro2 li span { border:1px solid var(--main-color); color:var(--main-color); border-radius:3px; padding:5px; font-size:0.75rem; margin-right:5px;}
.tpu .intro2 a {background-color:var(--main-color); color:#fff; float:right; }

.tpu section {margin-top:120px;}
.tpu section h5 { font-size:1.56em; border-bottom:1px solid #e5e5e5; padding-bottom:20px; margin-bottom:40px; color:var(--main-color); word-break:keep-all;}
.tpu .vs {display:flex; justify-content:space-between;}
.tpu .vs .box .txt strong { display:block; font-size:1.375em; padding-bottom:10px; border-bottom:1px solid #e5e5e5; text-align:center; font-weight:normal; color:#222;}
.tpu .vs .ct { display:flex; align-items: center; padding:0 20px; }
.tpu .vs .ct span { margin-top:-300%; color:var(--main-color); font-weight:bold; font-size:2em; }

.tpu .point .box { background:#f5f5f5; border-radius:25px; padding:50px; text-align:center;}
.tpu .point .box .ck { display:flex; justify-content: center; align-items:center; margin:0 auto 10px; width:50px; height:50px; border-radius:50%; background:#fff; color:vaR(--main-color);}
.tpu .point .box strong {display: inline-block; font-size:1.375em; color:var(--main-color); margin-bottom:10px; word-break:keep-all;}
.tpu .point .exp img {margin-top:20px;}

.tpu .diff .flex03 { flex-wrap:wrap; justify-content:flex-start;}
.tpu .diff .flex03 .box {margin-bottom:60px; margin-right:15px;}
.tpu .diff .flex03 .box:nth-of-type(3n) {margin-right:0px;}
.tpu .diff .flex03 strong { display:block; margin:20px 0 10px; font-weight: normal; color:#222; font-size:1.375em; font-weight:500; color:#222;}
.tpu .sm {font-size:0.857rem; color:#aaa;}
.tpu .diff .flex03 p {line-height:160%; word-break:keep-all;}
.tpu .diff .flex03 .box .img img {width:100%;}

.tpu .layer .img_box { display:flex; justify-content:center; align-items:center; background:#e2e6e9; padding:50px; }
.tpu .layer ol {padding-left:50px;}
.tpu .layer .link_area {text-align: right;}
.tpu .cert .flex04 { flex-wrap:wrap; }
.tpu .cert .flex04 p {margin:20px auto 40px; text-align:center;}

/* 시공절차 */
.process .flex03 {flex-wrap:wrap;}
.process .flex03 .txt { background:#f1f2f4; text-align:center; padding:50px; margin-bottom:15px; }
.process .flex03 .icon { display:flex; justify-content:center; align-items:center; width:120px; height:120px; border-radius:50%; background:#fff; margin:0 auto; }
.process .flex03 .icon img {width:60%:}
.process .flex03 strong {display:block; color:var(--main-color); font-size:1.25em; margin:10px auto;}
.process .flex03 strong span { display:inline-block; width:30px; height:30px; line-height:30px; font-size:1rem; border-radius:50%; background:var(--main-color); color:#fff; margin-right:10px;}
.process .flex03 .str { font-size:1.18em; font-weight:bold; color:#000; margin:20px 0 10px;}
.process .flex03 * { word-break:keep-all; }

/* 예상 수량 계산 */
.area .img_area { width:100%; padding:50px; background:#f5f5f5; }
.area .img_area h4 { text-align:center; font-size:1.5em; color:#222; font-weight:normal; }
.area .img_area .img { display:flex; justify-content:center; }
.area .img_area .img img {width:50%; max-width:fit-content; padding:0 10px;}
.area .box_area { width:100%; padding:50px; background:#e2e6e9; text-align:center; margin:10px auto; }
.area .box_area p { word-break: keep-all; }
.area .box_area b { color:var(--main-color); }
.area .r_line,
.area .y_box {margin:0 5px;}
.area .r_line { color:red; font-weight:bold; }
.area .y_box { content:""; display:inline-block; width:20px; height:20px; background:yellow
; opacity:0.8; }

/* 단체/기관 시공 상담 */
.group p { line-height:180%; word-break:keep-all; }
.group .intro { width:100%; background:url('/img/page/group_img_big.jpg') no-repeat 50% 50% / cover; text-align:center; padding:120px 0; animation: kenburns-bottom 5s ease-out both;}
.group .intro .box { width:80%; max-width:640px; margin:0 auto; background:rgba(255,255,255,0.7); padding:80px 20px; text-align:center; }
.group .intro a { display:flex; align-items:center; justify-content:center; width:180px; height:50px; margin:20px auto 0; color:#fff; background:var(--main-color); }

.group .point { width:100%; padding:100px 0; background:#f1f2f4; text-align:center; }
.group .point .tit { color:var(--main-color); }
.group .point .box { background:#fff; padding:60px 20px; }
.group .point .box strong { display:block; color:var(--main-color); font-size:1.375em; margin:30px auto 5px; }

.group .deli { width:100%; padding:100px 0; background:#f5f5f5; text-align:center; }
.group .deli .tit {color:var(--main-color);}
.group .symbol_area { width:80%; max-width:640px; margin:30px auto; padding:20px 40px; background:#fff; border-radius:25px; display:flex; justify-content:center; align-items:center; }
.group .symbol_area img {margin:20px;}

.group .check { width:100%; padding:100px 0; text-align:center; }
.group .check .flex03 { flex-wrap:wrap; justify-content:center; }
.group .check .box { background:#f5f5f5; padding:50px 20px; margin-bottom:10px; }
.group .check .box:nth-child(2) { margin-left:10px; margin-right:10px;}
.group .check .box:nth-child(4) {margin-right:10px;}
.group .check .box .icon { width:40px; height:40px; border-radius:50%; background:var(--main-color); color:#fff; display:flex; justify-content:center; align-items:center; margin:0 auto; }
.group .check .box strong {display:block; font-size:1.375em; margin:20px 0 10px; color:var(--main-color);}

.group .ft_img { content:""; width:100%; height:600px; background:url('/img/page/group_img_ft.jpg') no-repeat 50% 50% / cover; margin-bottom:100px;}

@media (hover: hover) {
}
/* 작은모니터 */
@media (max-width: 1279px){	
	#logo {padding-left:10px;}
    .last_link {right:10px;}

	#gnb { margin:0 100px 0 0; float:right;  }

	/*** 브랜드 ***/
	#main_brand { background-position:120% -160px !important; }
	
	/*** TPU ***/
	#main_tpu .kid,
	#main_tpu .txt p br {display:none;}

	/* 하단 레이아웃 */
	#ft02 {padding-bottom:80px;}

	/* why */
	.why .point .txt {padding-right:20px;}
}
@media (max-width:1080px){
	#gnb {width:680px;}
}
/* 태블릿 */
@media (max-width: 1023px){	
	#gnb {width:560px;}
	
	#container { margin:60px auto 40px; min-height:0;}
	
	#tit {margin-bottom:40px;}
	#tit h3 { font-size:2.11em; word-break:keep-all; }
	#tit p {word-break:keep-all;}
	
	.ct_area {width:calc(100% - 40px);}
	.btn_area {width:80%; margin:0 auto;}
	.btn_area a {width:100%; max-width:220px; height:50px; line-height:50px; font-size:1.2em;}

	/*** 브랜드 ***/
	#main_brand .con,
	#main_tpu .ct_area {flex-wrap:wrap;}
	#main_brand .txt { width:100%; padding-left:0; padding-top:40px; text-align:center;}
	#main_brand .txt h4,
	#main_tpu .txt h4 {font-size:2.11rem;}
	#main_tpu .txt,
	#main_tpu .img {width:100%; text-align:center;}
	#main_tpu .txt {padding-right:0;}
	#main_tpu .txt p br {display:inline;}
	#main_tpu .txt a {float:none; margin:20px auto 0; width:50px; height:50px;}
	#main_tpu .img {width:60%; margin-top:40px;}
	#main_tpu .img .car {margin-bottom:-20px;}
	#main_mark .box { width:33.33%; padding:10px;}
	#main_mark .img {width:100px; height:100px;}
	#main_mark .img img {width:60%;}

	/* 하단 레이아웃 */
	#ft_logo img {height:40px;}
	#ft_copy .ft_cs p br {display:inline-block;}

	/* 제품소개 */
	.tpu .version { flex-wrap:wrap; }
	.tpu .version .box { width:calc(50% - 10px); margin-bottom:20px; }

	/* 단체/기관 시공 상담 */
	.group .ft_img {height:300px;}
}
@media (max-width: 973px){
	:root {
		--hd-height:60px;
	}
	#gnb,
	#logo span {display:none;}
	#logo {padding:15px 0 0 20px}
	#logo img {height:30px;}
    #gnb_open{display:block;}
	.ct_area {width:calc(100% - 20px);}
    .last_link {top:12px; right:50px; width:120px; height:36px; font-size:1em;}
	.hd_sns { right:50px; }
	
	/* 상단고정 */
    .fixed .gnb_1dli button{ height:var(--hd-height);}
    .fixed #hd_sch {top:0}

	/***** 내용페이지 *****/
	.sub_page .tit {font-size:1.625em;}
	.sub_page .stit {font-size:1.125em;}
	.sub_page .xstit {font-size:1em;}
	.sub_page .pd {padding:60px 0;}
	.sub_page .flex02 .box {width:calc(50% - 5px);}

	/* 브랜드 */
	.brand .flex03 {flex-wrap:wrap;}
	.brand .flex02 .img,
	.brand .flex03 .img {padding:80px 20px; height:auto;}
	.brand .flex02 .box,
	.brand .flex03 .box {margin-bottom:40px !important;}
	.brand .flex03 .box {width:100%;}
	.history .box {flex-wrap:wrap;}
	.history .txt,
	.history .img,
	.history .img img {width:100%;}
	.history .img img { margin-top:20px;}
	.history .con {padding-right:0;}

	/* why */
	.why section.sec01 {  height:calc(100vh - 61px); background-position:65% 0;}
	.why section.sec01 .tit {padding-right:60px; font-size:2em;}

	.why section.sec04 .ct_area {flex-wrap:wrap;}
	.why section.sec04 .img,
	.why section.sec04 .txt {width:100%;}
	.why section.sec04 .txt {text-align:center;}
	
	.why .point .txt strong {font-size:1.25em; padding-top:0;}
	.why .point .box {margin-bottom:10px;}

	/* 지사모집 */
	.sub_page .flex02 { flex-wrap:wrap;}
	.branch .flex02 .step, 
	.branch .flex02 .map {width:100%;}
	.branch .flex02 .map {order:1;}
	.branch .flex02 .step {order:2; margin-top:40px; display:grid; grid-template-columns: 1fr 1fr; gap:10px; }
	.sub_page .flex02 .box {width:100%; margin-bottom:0;}
	.branch .step .box { padding:30px; }
	.branch .step .box .img {width:90px;}
	.branch .step .box .txt strong {margin:0 0 10px;}
	.branch .flex02 .map img { width:60%; max-width:fit-content; }
	.branch .flex04 { flex-wrap:wrap; }
	.branch .flex04 .box { width:calc(50% - 10px); margin-bottom:20px; }

	/* 제품소개 */
	.tpu .intro { flex-wrap:wrap;}
	.tpu .intro .img,
	.tpu .intro .txt {width:100%;}
	.tpu .intro .img img {width:100%;}
	.tpu .intro .txt {padding:40px 0 0;}

	.tpu .intro2 .txt {width:60%;}

	.tpu .vs .ct span { margin-top:-500%; font-size:1.25em;}
	.tpu .diff .flex03 .box { width:calc(50% - 10px); margin-right:20px;}
	.tpu .diff .flex03 .box:nth-of-type(3n) {margin-right:20px;}
	.tpu .diff .flex03 .box:nth-of-type(even) {margin-right:0px;}
	.tpu .diff .flex03 .img img {width:100%;}
	.tpu .cert .flex04 .box { width:calc(33.33% - 10px);}

	/* 단체/기관 시공 상담 */
	.group .box p br {display:none;}
	.group .point .box strong {font-size:1.18em;}
	.group .symbol_area img {width:30%;}
}
/* 모바일 */
@media (max-width: 729px){	
	.pc_view{display:none !important}
	.mob_view {display:block;}
	#logo .logo_view {display:block; height:20px;}
    .m_view{display:none !important}
    #hd_sch {top:0}
    #hd_sch #sch_submit,#hd_sch .btn_close,#hd_sch #sch_stx{height:60px}
	.last_link {font-size:0.88em; width:var(--hd-height); right:45px;}
	
	#wrapper {font-size:1.14em;}
	
	#tit p br {display:none;}
	
	#container { margin:40px auto;}
	#container_title {margin-bottom:20px;}
	.btn_area a {margin-top:40px; font-size:0.8em;}

	#main_brand .txt h4, 
	#main_tpu .txt h4,
	#tit h3 {font-size:1.5rem;}

	#main_brand,
	#main_tpu,
	#main_mark,
	#main_review,
	#main_faq {padding:60px 0 40px;}
	#main_tpu .ct_area {padding:0;}
	#main_tpu .txt p br,
	#main_tpu:before {display:none;}

	/*** faq ***/
	#main_faq .lt_notice #tit {margin-bottom:20px;}

	#quick,
	#kakao { right:10px; width:60px; height:60px; bottom:40px;}
	#kakao {bottom:110px;}
	#quick img,
	#kakao img {width:50%; margin-bottom:0;}
	#quick p,
	#kakao p {display:none;}

	/* 하단 레이아웃 */
	#ft_copy .ct_area {flex-wrap:wrap; padding-bottom:0;}
	#ft_logo {display:none;}
	#ft_copy .ct_area div {width:100%; margin-bottom:20px; padding-right:0;}
	#ft_copy .ft_menu a {display:inline-block; margin-right:10px;}
	#ft02 {padding-bottom:25px;}

	/* why */
	.why section.sec01 { padding-bottom:60px; }
	.why section.sec01 .tit {font-size:1.75em;}

	.why section.sec02 {flex-wrap:wrap; height:auto;}
	.why section.sec02 .img,
	.why section.sec02 .txt {width:100%;}
	.why section.sec02 .img {content:""; height:100vh;}
	.why section.sec02 .txt {padding:80px 50px;}

	.why section.sec03 .flex02 {flex-wrap:wrap; }
	.why section.sec03 .flex02 .box {width:100%;}
	.why section.sec03 .flex02 .box:nth-of-type(2) {margin-top:40px;}
	.why section.sec03 .vs .arrow i {transform:rotate(90deg);}
	.why section.sec03 .ft_info br {display:none;}

	.why section.sec05 .box {padding:30px;}
	.why section.sec05 .box li {width:100%; padding:0;}

	.why .point .box { width:100%;}

	/* 지사모집 */
	.branch .flex02 .step { grid-template-columns:1fr;}
	.branch .flex04 .box {width:100%;}
	.branch .box br {display:none;}

	/* 제품소개 */
	.tpu .intro strong {font-size:1.5em;}
	.tpu .intro2 .txt {width:100%;}
	.tpu .version .box {width:100%;}
	.tpu .vs {flex-wrap:wrap;}
	.tpu .vs .box {width:100%;}
	.tpu .vs .box .img img {width:100%;}
	.tpu .vs .box:last-child {margin-top:60px;}
	.tpu .vs .ct {display:none;}
	.tpu .point .flex03 {flex-wrap:wrap;}
	.tpu .point .box {width:100%; margin-bottom:20px;}
	.tpu .cert .flex04 .box {width:calc(50% - 10px);}
	.tpu .cert .flex04 .box img {width:100%;}

	/* 시공절차 */
	.process .flex03 .box { width:calc(50% - 10px); }

	/* 예상 수량 계산 */
	.area .box_area { padding:50px 20px; }

	/* 단체/기관 시공 상담 */
	.group .flex03 { flex-wrap:wrap; }
	.group .flex03 .box { width:100%; margin-bottom:10px; }
	.group .flex03 .box:last-child { margin-bottom:0;}
}
/* 작은 모바일 */
@media (max-width: 499px){	
	#wrapper {font-size:1.07em;}
	.last_link {width:fit-content; padding:0 15px;}
	.last_link span {display:none;}

	#main_mark .img {width:80px; height:80px;}

	/**** 문의하기 ****/
	#main_contact #form_area {font-size:0.88em; margin-top:20px;}
	#main_contact #form_area .qa_form input,
	#main_contact #form_area .qa_form button {height:40px;}
	#main_contact #form_area .qa_form textarea {height:80px; margin-top:5px;}

	#ft {font-size:0.875em;}
	#ft02 {flex-wrap:wrap;}
	.ft_sns {margin-top:20px;}
	.ft_sns a:first-child {margin-left:0;}

	/***** 내용페이지 *****/
	.sub_page .mt20 {margin-top:10px;}
	.sub_page .mt40 {margin-top:20px;}
	.sub_page .mt60 {margin-top:30px;}
	.sub_page .mt80 {margin-top:40px;}
	.sub_page .flex02 {flex-wrap:wrap;}
	.sub_page .flex02 .box {width:100%; margin-bottom:20px;}

	/* 브랜드 */
	.history .txt {flex-wrap:wrap;}

	/* 제품소개 */
	.tpu .diff .flex03 .box {width:100%; margin-right: 0;}
	.tpu .layer .img_box {flex-wrap:wrap; padding:20px;}
	.tpu .layer .img_box ol {padding:20px 0 0; margin:0;}

	/* 시공절차 */
	.process .flex03 .box { width:100%; }

	/* 예상 수량 계산 */
	.area .img_area {padding:50px 20px;}
	.area .img_area .img { flex-wrap:wrap; }
	.area .img_area .img img { width:100%; }
	
	/* 단체/기관 시공 상담 */
	.sub_page .tit br,
	.group p br { display:none; }
	.group .intro .box {padding:40px 20px;}
	.group .point,
	.group .deli {padding:60px 0;}
	.group .point .box { padding:35px 10px; }
	.group .symbol_area img {margin:10px 5px;}
	.group .ft_img { height:120px; }
}