@charset "utf-8";
@import url('font.css');
@import url('animation.css');
:root {
	--main-color:#ccb79d;
	--main-color-rgb:204, 183, 157;
	--sub-color:#9aa7b9;
	--bright-color:#f2ede6;
	--dark-color:#4d453b;
}

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.88em;background:#fff;height:100%;font-family:'Pretendard', 'AppleSDGothic', '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;font-family:'Pretendard', 'AppleSDGothic', 'Malgun Gothic', dotum, sans-serif}
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}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-size:1em;font-family:'Pretendard', 'AppleSDGothic', '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}
input, progress { accent-color: var(--main-color);}
textarea, select {font-size:1em;font-family:'Pretendard', 'AppleSDGothic', 'Malgun Gothic', dotum, sans-serif}
textarea {border-radius:0;-webkit-appearance:none;font-family:'Pretendard', 'AppleSDGothic', 'Malgun Gothic', dotum, sans-serif}
select {margin:0; /*background:none;*/ color:#444; background:url('/img/btn_down.png') no-repeat right 10px top 50%; background-size:10px 6px; -webkit-appearance: none;-moz-appearance: none; appearance: none; cursor:pointer;}
::selection { background-color:var(--dark-color);color:var(--bright-color); }
::-moz-selection { background-color:var(--dark-color);color:var(--bright-color); }
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}

*,: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-radius:25px; overflow:hidden;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:"";}
.hd_pops_footer button { float:left; width:50%; text-align:center; background:#f5f5f5; border:0; border-top:1px solid #e9e9e9; color:#555; box-sizing:border-box; padding:4%;}
.hd_pops_footer button:last-child {border-left:1px solid #e9e9e9;}
@media (max-width: 767px){
  #hd_pop {width:80%; max-width:600px; z-index:99999999;}
  .hd_pops {width: 100%;left: 0!important;top: 80px!important}
  .hd_pops_con {width: auto!important;height: auto!important}
  .hd_pops_con img {width: 100%;height: auto}
}

/* 상단 레이아웃 */
#hd {position:fixed; z-index:99; width:100%;}
#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 {display:flex; justify-content:space-between; align-items:center;}

.ct_area {width:96%; max-width:1480px; margin:0 auto;}

#logo {height:40px;}
#logo img {vertical-align:middle;max-height:100%;width:auto}

/* 메인메뉴 - PC */
#gnb {position:relative; display:flex; justify-content:flex-end; align-items:center;}
#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 {font-size:1.29em;padding:0;zoom:1}
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb_1dli {float:left;line-height:90px;padding:0px;position:relative}
#gnb .gnb_1dli:hover > a {color:var(--main-color);}

.gnb_1da {display:block;padding:0 45px;color:var(--dark-color);text-decoration:none}
.gnb_2dli:first-child {border:0}
.gnb_2dul {display:none;position:absolute; top:60px; min-width:160px; background:#e9e9e9; border-radius:25px; overflow:hidden; margin-left:20px; padding:20px;}
.gnb_2dul .gnb_2dul_box {border-top:0;padding:0;}
.gnb_2da {display:block;line-height:26px; font-size:0.88rem; color:var(--dark-color);text-align:left;text-decoration:none}
a.gnb_2da:hover {color:var(--main-color);
-moz-transition:all 0.3s ease-out;
-o-transition:all 0.3s ease-out;
transition:all 0.3s ease-out}

.menu_icon {display:flex; justify-content:flex-end; flex-wrap:wrap; width:12px; margin-left:20px;}
.menu_icon span {width:100%; height:1px; content:""; border-top:2px solid var(--dark-color); margin:1px 0;
-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;}
.menu_icon span:nth-child(2) {width:80%;}
#gnb:hover .menu_icon span {width:60%;}
#gnb:hover .menu_icon span:nth-child(2) {width:100%;}

.gnb_1dli_air .gnb_2da {}
.gnb_1dli_on .gnb_2da {}
.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:#222;text-decoration:underline}
.gnb_wrap .gnb_al_ul .gnb_empty, .gnb_wrap .gnb_al_ul .gnb_empty a {color:#555}


/* 메인메뉴 - MOBILE */
#gnb2_open {position:absolute;top:10px;right:10px;padding:0 10px;height:40px;width:40px;border:0;background-size:70%;color:var(--dark-color);background:none;font-size:1.29em}
#gnb2 {display:none;background:#fff;position:fixed;top:0;right:0;z-index:99999;width:100%;max-width:400px;height:100%;overflow-y:auto;
-webkit-box-shadow:0 0 5px rgba(55,55,5,0.4);
-moz-box-shadow:0 0 5px rgba(55,55,5,0.4);
box-shadow:0 0 5px rgba(55,55,5,0.4)}
#gnb2_1dul {background:#fff;border-top: 60px solid var(--main-color);}
#gnb2_1dul a {display:block;color:var(--dark-color);}
.gnb2_1dli {position:relative;line-height:40px}
.gnb2_1dli button {position:absolute;top:5px;right:0;width:40px;height:40px;overflow:hidden;border:0;font-size:1.2em;background:#fff;background:url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;text-indent:-9999px}
.gnb2_1dli button.btn_gnb_cl {background:url(../img/mobile/gnb_bg.png) no-repeat 50% 50%}
.gnb2_1da {padding:5px 20px;border-bottom:1px solid #eee; font-size:1.2em;}
.gnb2_2dul {display:none;background:var(--bright-color);}
.gnb2_2da {padding-left:30px}
#gnb2_close {display:block;position:absolute;right:8px;top:10px;z-index:99;margin:0;height:40px;width:40px;border:0;color:#fff;font-size:2em;background:transparent}
#gnb2_empty {padding:20px 0;color:#fff;text-align:center;line-height:2em}
#gnb2_empty a {display:inline;text-decoration:underline}

/* 상단고정 */
.fixed #hd { background:#fff; border-bottom:1px solid #e5e5e5;}

/* 중간 레이아웃 */
#wrapper {}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#container {position:relative;min-height:300px; padding:80px 0;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.2em;font-weight:bold;height:50px;padding:10px 15px;line-height:30px;background:#fff;color:#333;
-webkit-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
-moz-box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
box-shadow:0 0 10px rgba(181, 181, 181, 0.4);
}
#container_title a {display:inline-block;margin-right:5px}
#sub_hd { width:100%; height:90px; background:#fff;}
#svisual { width:100%; height:600px; background:url('/img/svisual.jpg') 50% 50%; background-size:cover; animation: kenburns-bottom 5s ease-out both;}

/* 메인 */
#visual {width:100%; height:100vh; content:""; background:url('/img/visual.jpg') 50% 50% no-repeat; background-size:cover; animation: kenburns-bottom 5s ease-out both;}

#m_grt {background:#fff;}
#m_grt .ct_area {display:flex; justify-content:space-between; padding:160px 0 120px; overflow: hidden;}
#m_grt .txt_area,
#m_grt .img {width:50%;}
#m_grt .img {background: url('/img/greeting.jpg') 50% 50%; background-size:cover;}
#m_grt .img img {display:none; width:100%;}
#m_grt .txt_area {padding-right:80px;}
#m_grt h3 {font-size:2.14em; color:var(--dark-color); font-family:'BookkMyungjo', serif; font-weight: normal; word-break:keep-all; }
#m_grt p {font-size:1.29em; color:#888; line-height:180%; margin-top:30px; word-break:keep-all;}
#m_grt .btn_area {text-align:right; margin-top:40px;}
#m_grt .btn_area a {display:inline-block; background:var(--dark-color); color:#fff; padding:10px 40px; font-size:1.14em;}

#m_sp {background:#fff; padding-bottom:140px;}
#m_sp .lt_swiper_tit span:before { content:"지금이 찬스! 필리핀 골프여행 특가로 완벽한 라운드를 잡아라!";}
/*#m_sp .lt_swiper .swiper-container .swiper-slide .img_txt_box .img_area {height:420px;}
#m_sp .lt_swiper .swiper-container .swiper-slide .img_txt_box .img_area img {width:auto; height:420px; transform:translateX(-25%); }*/

#m_gall {background:#fff; padding:100px 0;}
#m_gall .lt_swiper_tit span:before { content:"골프앤트래블을 찾아주신 소중한 인연들의 추억입니다.";}
#m_gall .lt_swiper .swiper-container .swiper-slide .txt_area,
#m_gall .lt_swiper .swiper-button-next,
#m_gall .lt_swiper .swiper-button-prev,
#m_gall .lt_swiper .swiper-pagination {display:none;}

#m_pv {background:#eee; background:var(--main-color); padding:100px 0;}
#m_pv .lt_swiper_tit span:before { content:"프라이빗 휴양지에서의 완벽한 하루!";}
#m_pv .lt_swiper_tit h3,
#m_pv .lt_swiper_tit h3 span:before,
#m_pv .lt_swiper .swiper-container .swiper-slide .txt_area .subject,
#m_pv .lt_swiper .swiper-container .swiper-slide .txt_area .lt_date{color:#fff;}

#m_gf {background:#fff; padding:100px 0;}
#m_gf .lt_swiper_tit span:before { content:"그린 위에서 펼쳐지는 꿈의 라운드!";}

#m_ht {background:#eee; background:var(--bright-color); padding:100px 0;}
#m_ht .lt_swiper_tit span:before { content:"품격과 편안함의 완벽 조화!";}
#m_ht .lt_swiper .swiper-container .swiper-slide .txt_area { position: relative; z-index: 1; width: 100%; height: 150px; margin-top: -150px; background: rgba(var(--main-color-rgb),0.9); padding: 30px 20px;}
#m_ht .lt_swiper .swiper-container .swiper-slide .txt_area .subject,
#m_ht .lt_swiper .swiper-container .swiper-slide .txt_area .lt_date {color:#fff;}

#m_empty {width:100%; height:400px; content:"";}

#m_slogan {padding:100px 0; background:#1c2138; color:#fff; text-align:center;}
#m_slogan h3 {font-size:3em; font-weight:300; word-break:keep-all;}
#m_slogan p {font-size:1.57em; font-weight:200; margin-top:20px; opacity:0.5; word-break:keep-all;}

#m_video {padding:100px 0;position: relative;}
#m_video:before {content:"";width:100%;height:50%;background:#fff;display: block;position: absolute;bottom: 0;}
#m_video .video {position: relative; margin:0 auto; width:80%; max-width:1480px; height:0; padding-top:56%; } /*  16:9 - 56%, 4:3 - 75% */
#m_video .video iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* 하단 레이아웃 */
#ft {background:var(--bright-color); padding:60px 0; color:var(--dark-color); line-height: 180%;}
#ft h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#ft a {color:inherit;text-decoration:none}
#ft .ct_area {display:flex; justify-content:space-between; align-items: flex-end;}
#ft .ft_info img { display:block; height:40px; margin-bottom:20px;}
#ft .ft_info span {margin-right:20px; word-break:keep-all;}
#ft .ft_link a {margin-right:20px;}
#ft .ft_link a:last-child {margin-right:0;}

#top_btn {position:fixed;bottom:10px;right:15px;width:50px;height:50px;line-height:36px;border:2px solid #d2d2d2;border-radius:50%;background:#fff;color:#d2d2d2;text-align:center;font-size:15px;z-index:99;}
#top_btn i {font-size:1.4em}
#top_btn:hover {background:#3b8afb;border-color:#3b8afb;color:#fff}
#device_change {display:block;line-height:40px;border-radius:5px;background:#302e2e;color:#777;font-size:1em;text-decoration:none;text-align:center}

/* 퀵버튼 */
#q_qa { position:fixed; bottom:30px; left:calc(50% - 150px); display:block; width:300px; padding:20px 0; font-size:1.43em; font-weight:bold; color:#fff; text-align:center; background:var(--dark-color); border-radius:25px; box-shadow:0 5px 10px rgba(0,0,0,0.1); z-index:10; animation: shake-vertical 5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;}
#q_qa img { height:22px; margin-right:10px;}
#q_sns {position:fixed; bottom:30px; right:20px;z-index: 10;}
#q_sns a {display:flex; justify-content:center; align-items:center; width:70px; height:70px; border-radius:50%; background:var(--bright-color); margin-top:10px;}
#q_sns a:first-child {margin-top:0; background:#fee600;}
#q_sns a:nth-child(2) { background:#41b749;}
#q_sns a:nth-child(3) { background:url('/img/icon_instabg.jpg'); background-size:cover;}
#q_sns a:nth-child(4) { background:#f70000;}
#q_sns a img {width:33px;}

/* 게시물 선택복사 선택이동 */
#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:0;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:30px;line-height:30px;border-radius:3px}
a.btn01 {display:inline-block;background:#ddd;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 {border:0;background:var(--main-color);color:#fff;cursor:pointer;border-radius:3px}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

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:#fff;border:1px solid #3a8afd;color:#3a8afd;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:var(--bright-color);color:var(--dark-color);border-radius:3px;padding:10px;border:0;text-decoration:none;vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02, .btn_b02 {display:inline-block;background:var(--dark-color);color:#fff;border:0;border-radius:3px;padding:10px;text-decoration:none;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block;line-height:28px;border:0;background:transparent;color:#bababa;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {display:inline-block;background:#d13f4a; color:#fff; font-weight:bold; border-radius:3px; padding:0 5px; height:35px; line-height:35px; font-size:1em;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}
.fix_btn {position:fixed;z-index:99;bottom:65px;right:15px;background:var(--main-color);width:50px;height:50px;color:#fff;text-align:center;border-radius:50% !important;font-size:1.8em;line-height:50px !important;-webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
-moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4);
box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
a.btn,.btn {line-height:35px;height:35px;padding:0 5px;text-align:center;font-weight:bold;border:0;font-size:1em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}


/* 기본테이블 */
.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 #d8dbdf;background:#f7f7f9;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 {text-align:left}
.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 #e7e9ec;border-top:0;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 ul {}
.list_01 li {border-bottom:1px solid #e5ecee;padding:15px}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.all_chk {padding:15px;border-bottom:1px solid #e8eaee;background:#fff}

/* 기본폼 */
.form_01 .write_div {margin-bottom:10px;position:relative}
.form_01 li {margin:0 0 10px;position:relative;list-style:none}
.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;padding:5px;border-radius:0;box-shadow:none}
.form_01 textarea {width:100%;height:100px}
.frm_input {height:45px}
.full_input {width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 select {height:40px;background-color:#fff}
.form_01 .frm_info {font-size:0.92em;color:#3a8afd;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}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat  !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.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 {position:relative;background:#fff}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con {}

.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}

.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}

.new_win .win_btn {clear:both;padding:10px 0 30px;text-align:center}
.new_win .win_btn a {display:inline-block;height:45px;line-height:40px;font-weight:bold}
.new_win .cert_btn {text-align:center}
.new_win .btn_close {width:60px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 4px;margin:0 2px}

/* 사이드뷰 */
.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:bold}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:block;padding:10px 0;text-align:center}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* sub */
#sub {overflow: hidden;}
#sub p {font-size:1.29em; color:#888; line-height:160%;}
#sub section {margin-bottom:120px;}
#sub section:last-child {margin-bottom:0;}

#sub.about img {width:100%;}
#sub.about .txt_area {display:flex; margin-bottom:40px;}
#sub.about .txt_area h3 {width:35%; font-family:'BookkMyungjo',serif; font-size:2.63rem; font-weight:normal; color:var(--dark-color); word-break:keep-all; padding-right:30px;}
#sub.about .txt_area .txt {width:65%; }
#sub.about .txt_area .txt p {margin-bottom:20px; word-break:keep-all;}
#sub.about .box_area { width:65%; display:flex; flex-wrap:wrap;}
#sub.about .box_area .box {width:calc(33.33% - 20px); margin-right:30px; margin-bottom:30px; border:1px solid var(--main-color); padding:40px 20px;}
#sub.about .box_area .box:nth-child(3n) {margin-right:0;}
#sub.about .box_area .box h4 {font-size:1.71em; margin-bottom:20px; word-break:keep-all; color:#444; font-weight:600; }
#sub.about .box_area .box p {word-break:keep-all;}
#sub.about .img_area {max-width:65%; float:right; display:flex; justify-content:space-between;}
#sub.about .img_area .img {width:calc(33.33% - 20px); margin-left:30px; text-align:center;}
#sub.about .img_area .img:first-child {margin-left:0;}
#sub.about .img_area .img p {margin-top:20px; color:#444;}

#sub.p_gall h3 {font-size:3rem; font-weight:300; margin-bottom:20px; word-break:keep-all;}
#sub.p_gall .txt {color:#444; word-break:keep-all;}
#sub.p_gall .intro {display:flex; max-width:1280px; margin:0 auto;}
#sub.p_gall .intro .txt_area,
#sub.p_gall .intro .ballon_area {width:50%;}
#sub.p_gall .intro .txt_area {padding-right:50px;}
#sub.p_gall .intro strong {color:#c51d1d; display:block; font-size:2rem; margin-bottom:10px; animation: blink-1 2s infinite both;}
#sub.p_gall .intro .txt p {margin-bottom:20px; word-break:keep-all;}
#sub .ballon { position:relative; width:90%; border:1px solid #e5e5e5; border-radius:25px; padding:30px; margin-bottom:20px; }
#sub .ballon p {word-break:keep-all; color:#444;}
#sub .ballon span {background:var(--bright-color); font-weight:bold;}
#sub .ballon .name {text-align:right; font-size:1rem; color:#888;}
#sub .ballon:after { content: ''; position: absolute; border-style: solid; border-width: 12px 11px 0 12.5px; border-color: #FFFFFF transparent; display: block; width: 0; z-index: 1; bottom:-12px;  left: 49px; }
#sub .ballon:before { content: ''; position: absolute; border-style: solid; border-width: 12px 11px 0 12.5px; border-color: #7F7F7F transparent; display: block; width: 0; z-index: 0; bottom:-12px; left: 49px; }
#sub .ballon:nth-child(even) {margin-left:10%;}
#sub .ballon:nth-child(even):after {left:auto; right:49px;}
#sub .ballon:nth-child(even):before {left:auto; right:49px;}
#sub.p_gall .outro {text-align:center; margin:120px auto 80px;}

#sub.p_info {display:flex; justify-content:space-between;}
#sub.p_info a {display:flex; justify-content:space-between; align-items:center; width:calc(50% - 10px); background:var(--main-color); padding:50px; font-size:1.43em; font-weight:600; color:#fff;}
#sub.p_info a:hover {background:var(--dark-color);}

/* 작은모니터 */
@media (max-width: 1280px){
  /* 상단 레이아웃 */
  .gnb_1da {padding:0 25px;}
  
  /* 중간 레이아웃 */
  #svisual {height:400px;}

  /* 메인 */
  #m_grt .txt_area { padding-right:40px;}

  /* 하단 레이아웃 */
  #ft .ct_area {flex-wrap:wrap;}
  #ft .ft_link {width:100%; margin-top:10px;}

  /* sub */
  #sub.about .txt_area h3 {width:25%; font-size:2.25rem;}
  #sub.about .txt_area .txt,
  #sub.about .box_area {width:75%; }
  #sub.about .img_area {max-width:75%;}
}

/* 태블릿 */
@media (max-width: 1024px){
  /* 상단 레이아웃 */
  #logo {height:30px;}
  #gnb #gnb_1dul {font-size:1.14em;}
  .gnb_1da {padding:0 15px;}

  /* 메인 */
  #m_grt .ct_area {padding:60px 0; flex-wrap:wrap;}
  #m_grt .txt_area,
  #m_grt .img {width:100%;  }
  #m_grt .txt_area {order:2; padding-right:0;}
  #m_grt .img {background:none; order:1; margin-bottom:60px;}
  #m_grt .img img {display:block;}
  #m_grt h3 {font-size:1.86em;}
  #m_grt p {font-size:1.14em; margin-top:20px;}

  /* 퀵버튼 */
  #q_qa {font-size:1.29em;}
  #q_sns {bottom:50%; margin-bottom:-100px; right:5px;}
  #q_sns a { width:50px; height:50px; }
  #q_sns a img { width:25px; }

  /* sub */
  #sub p {font-size:1.14em;}
  #sub section {margin-bottom:60px;}

  #sub.about .txt_area {flex-wrap:wrap;}
  #sub.about .txt_area h3,
  #sub.about .txt_area .txt,
  #sub.about .box_area {width:100%; }
  #sub.about .img_area {max-width:none;}
  #sub.about .txt_area h3 { font-size:2rem; margin-bottom:20px;}
  #sub.about .txt_area h3 br {display:none;}
  #sub.about .box_area .box {width:calc(50% - 5px); margin-right:10px; margin-bottom:10px;}
  #sub.about .box_area .box:nth-child(3n) {margin-right:10px;}
  #sub.about .box_area .box:nth-child(even) {margin-right:0;}
  #sub.about .box_area .box h4 br {display:none;}

  #sub.p_gall .intro {flex-wrap:wrap;}
  #sub.p_gall .intro .txt_area,
  #sub.p_gall .intro .ballon_area {width:100%;}
  #sub.p_gall .intro .ballon_area {max-width:80%; margin:0 auto;}
  #sub.p_gall .intro .txt_area { padding-right:0; margin-bottom:20px; text-align:center;}
  #sub.p_gall .outro {margin:80px auto 60px;}

  /*#m_sp .lt_swiper .swiper-container .swiper-slide .img_txt_box .img_area img {transform:translateX(0);}*/
  #m_ht .lt_swiper .swiper-container .swiper-slide .txt_area {margin-top:0;}
}

.mob_view {display:none;}

/* 모바일 */
@media (max-width: 767px){
  
  .pc_view{display:none !important}
	.mob_view {display:block;}

  /* 상단 레이아웃 */
  #logo {margin:15px 0;}

  /* 중간 레이아웃 */
  #sub_hd {height:60px;}
  #svisual {height:300px; background-position: 20% 50%;}
  #container {padding:40px 0;}

  /* 메인 */
  #m_grt .ct_area {padding:30px 0;}
  #m_grt .img {margin-bottom:40px;}
  #m_grt h3 {font-size:1.57em;}
  #m_grt p {font-size:1em; margin-top:15px;}
  #m_grt .btn_area {margin-top:20px; text-align:left;}
  #m_grt .btn_area a {font-size:1em;}

  #m_sp {padding-bottom:60px;}
  #m_gall,
  #m_pv,
  #m_gf,
  #m_ht {padding:60px 0;}
  
  #m_slogan {padding:80px 20px;}
  #m_slogan h3 {font-size:2em;}
  #m_slogan p {font-size:1.29em; margin-top:10px;}

  /* 하단 레이아웃 */
  #ft {padding:40px 0;}
  #ft .ft_info img {height:30px;}
  #ft .ft_info span {display:block; margin-right:0;}
  #ft .ft_info br {display:none;}
  #ft .ft_link a {margin-right:10px;}

  /* sub */
  #sub.p_gall h3 {font-size:2.25rem;}
  #sub.p_gall .outro {margin:60px auto 40px;}
  #sub.p_info a { width:calc(50% - 5px); padding:30px 20px; font-size:1.29em;}
}
/* 작은 모바일 */
@media (max-width: 480px){
  /* 중간 레이아웃 */
  #svisual {height:200px; }
  #container {padding:20px 0;}

  /* 메인 */
  #m_gall,
  #m_pv,
  #m_gf,
  #m_ht {padding:40px 0;}

  #m_slogan h3 b:before {display:block; content:""}
  #m_slogan p {font-size:0.88em;}
  
  #m_video {padding:60px 0;}

  /* 퀵버튼 */
  #q_qa {font-size:1.14em; width:200px; left:calc(50% - 100px); border-radius:12px; padding:13px 0;}
  #q_qa img {height:18px;}
  #q_sns {bottom:50%; margin-bottom:-90px; right:5px;}
  #q_sns a { width:40px; height:40px; margin-top:5px; }
  #q_sns a img { width:18px; }

  /* sub */
  #sub section {margin-bottom:30px;}
  #sub.about .txt_area h3 {font-size:1.43rem; }
  #sub.about .box_area .box h4 {font-size:1.29em;margin-bottom:10px;}
  #sub.about .box_area .box {width:100%; margin-right:0;}
  #sub.about .box_area .box:nth-child(3n) {margin-right:0;}
  #sub.about .img_area .img {width:calc(33.33% - 5px); margin-left:7.5px;}
  #sub.about .img_area .img p {font-size:1em; line-height:120%;}
  
  #sub.p_gall h3,
  #sub.p_gall .intro strong {font-size:1.43rem;}
  #sub.p_gall .intro .ballon_area {max-width:none;}
  #sub .ballon {padding:15px;}

  #sub.p_info a {font-size:1em; padding:15px 10px;}
}