@charset "utf-8";
/* 게시판 타이틀 */
.board_title { 
   font-family: 'S Core Dream'; 
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 20px;
    border-top: 3px solid #333;
    border-bottom: 1px solid #dde4e9;
    text-align: left;
    background: #fff;
}
#bo_list{font-size: 1.3em;margin-top: 30px;}
#bo_v{font-size: 1.3em;}

@media (max-width:1200px) {
  .board_title { font-size: 25px; margin-bottom: 10px;text-align: center; }
  .mb_hide { display: none; }
}


/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {} /* 서식단계 진행 */
#bo_w .btn_submit {}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}
#bo_list .tbl_head01 thead th.th_check{width: 5%;}
#bo_list .tbl_head01 thead th.th_num{width: 10%;}
#bo_list .tbl_head01 thead th.th_tit{width: 70%;}
.th_status{width: 10%; }
.th_status_check{ text-align: center;   color: #272727 !important;}
#bo_list .tbl_head01 thead th.th_user{width: 10%;}
#bo_list .tbl_head01 thead th.th_data{width: 10%;}
#bo_list .tbl_head01 thead th.th_data a{color: #fff;}
#bo_list .tbl_head01 thead th.th_tel{width:10%;}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th { width:15% !important; } /* 140522 수정 by redsalt */
#bo_w .tbl_frm01 td {}
#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/*  개인정보처리방침 140321 추가 */
#fregister_private section {margin:0 0 20px;padding:20px 0}
#fregister_private textarea {display:block;padding:5px;width:98%;height:150px;border:1px solid #e9e9e9;background:#f7f7f7;line-height:20px; }
#fregister_private .fregister_agree {padding:10px 0 ;text-align:right}
#fregister_private .fregister_agree label {display:inline-block;margin-right:5px}
#fregister_private p {color:#e8180c;text-align:center}



/* 게시판 목록 */
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:20%;text-align:center; white-space: nowrap;}
#bo_list .td_datetime {width:110px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:100px; text-align:center; } /* 140403 수정 by redsalt */
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}

#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}

#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;width:728px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}

.td_subject img {margin-left:3px}

/* 게시판 목록 공통 */
#bo_btn_top{margin: 30px 0 10px;}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:10px;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:30px;font-size:0.92em;color:#4e546f;padding:0 10px;border-radius:5px;}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:8px;border:0;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f3f3f3 !important;}
.bo_notice td a {font-weight:bold;}

.bo_notice .notice_icon{display:inline-block;width:25px;line-height:25px;border-radius:5px;font-weight:normal;color:#999999}
.td_num strong {color:#000}
.bo_cate_link {display: inline-block;color: #3497d9;height: 20px;font-size:0.92em; font-weight: 700; float: left; border-right:1px solid #ddd; padding-right:10px; margin-right:10px;} /* 글제목줄 분류스타일 */
.bo_tit{display:block;color:#000;text-indent: 5px;font-weight:bold;float: left;}
.bo_current {color:#e8180c}
/*#bo_list .profile_img {display:inline-block;margin-right:2px}*/
#bo_list .profile_img img{border-radius:50%}
#bo_list .cnt_cmt{color:#777; font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle;}

#bo_list .bo_tit .title_icon{margin-right:2px}
#bo_list .bo_tit .fa-download{width:16px;height:16px;line-height:16px;color:#777;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle}
#bo_list .bo_tit .fa-link{width:16px;height:16px;line-height:16px;color:#777;text-align:center;font-size:10px;border-radius:2px;margin-right:2px;vertical-align:middle;font-weight:normal}
#bo_list .bo_tit .new_icon{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#777;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px}
#bo_list .bo_tit .fa-heart{display:inline-block;width: 16px;line-height:16px ;font-size:0.833em;color:#777;text-align:center;border-radius: 2px;vertical-align:middle;margin-right:2px;font-weight:normal}
#bo_list .bo_tit .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 0.833em;color: #fff;background: #cbe3e8;text-align: center;border-radius: 2px;font-size: 12px;border:1px solid #a2c6ce}


#bo_sch {margin:0 auto; width: 360px; border:1px solid #ccc;background:#fff;border-radius:3px}
@media (max-width:767px) {
  #bo_sch{width: calc(100% - 40px);}
}
#bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select{border:0;margin:9px 0px ;width: 25%;float:left;border-right:1px solid #ddd; background: #fff;}
#bo_sch .sch_input{height:38px;width:55%;border:0;padding:0;background-color:transparent;float:left}
#bo_sch .sch_btn{height:38px;float:right;background:none;border:0;width:20%;font-size:15px}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 게시판 읽기 */
#bo_v {margin-bottom:20px;padding-bottom:20px}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {padding:10px 0;font-size:1.2em}

#bo_v_info {padding: 10px 0 15px;border-bottom:1px solid #ddd;color:#666}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 10px 0 0;font-weight:normal}
#bo_v_info strong a{color: #555;}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}
#bo_v_info .profile_img {}
#bo_v_info .profile_img img{border-radius:50%}
#bo_v_info .sv_member{color:#000}
#bo_v_info .if_view{display:inline-block;background:url(./img/icon_view.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_comment{display:inline-block;background:url(./img/icon_comment.png) no-repeat 50% 50%;height:15px;width:20px;overflow:hidden;text-indent:-999px;vertical-align:middle;margin-right:3px}
#bo_v_info .if_date{float:right;margin:0;color:#888}

#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_top {margin:0 0 10px;padding:10px 0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:5px}
.bo_v_com {display: flex; justify-content: flex-end; width: 100%;}
.bo_v_com li {margin-left:5px}

#bo_v_atc {min-height:200px;height:auto !important;height:200px}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin:0 0 20px;padding:20px 20px 10px;border:1px solid #e5e8ec;background:#f5f8f9}
#bo_vc h2 {margin-bottom:10px}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}

#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

.th_status-box{
  white-space: nowrap;
  padding: 3px 8px;
    background: #fff;
    color: #ff9f37;
    border: 1px solid #ff9f37;
    border-radius: 3px;
    font-size: 16px;
}
.th_status-box-wait{
  padding:3px 8px; background:#efefef; color:#666; border-radius:3px; font-size:16px; border:1px solid #ccc;
}

@media (max-width:900px) {
  #bo_list{font-size: 1em;}
	#bo_v{font-size: 1em;}
}
/* 140617 추가 */
.ready { color:#5d5d5d; }
.on { color:#F00; }
.end { color:#06C; }


@media screen and (max-width:769px) {
  #bo_list .td_date {
    font-size: 12px;
  }
  .tbl_head01 td{
    font-size: 14px !important;
  }

  #bo_list .tbl_head01 thead th.th_tit{width: 60%;}
  #bo_list .tbl_head01 thead th.th_data{width: 10%;}
  #bo_list .tbl_head01 thead th.th_status{width: 20%;} 
  .th_status-box, .th_status-box-wait{
    padding: 3px;
    font-size: 12px;
  }
}


/* 초기화 */
html,
body {width:100%;}

ol,ul,dl{margin:0;padding:0;list-style-type:none;}
a{text-decoration: none!important;}
a:focus{outline: 0;}
.no-padding{padding: 0;}


/*공통*/
#container:after{display:block;content:"";clear:both}
section{position:relative}
#introduce, #business, #recruit_process, #recruit, #request{padding-top:90px; padding-bottom:130px}
.more_down{margin-top:10px; width:19px;height:19px;display:inline-block;background: url("../img/more_down.png") center center no-repeat}
.more_down2{margin-top:10px; width:19px;height:19px;display:inline-block;background: url("../img/more_down2.png") center center no-repeat}
.scl_top{margin-top:10px; width:19px;height:19px;display:inline-block;background: url("../img/scl_top.png") center center no-repeat}


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


/* Header */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {background: transparent;color:#b39768 !important}
.navbar-inverse .navbar-nav li a{color: #fff!important;}


/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative;margin-bottom:20px; float:left}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {position:absolute;top:0;left:0;width:101px;height:43px;border:1px solid #e4eaec !important}
#captcha #captcha_mp3 {position:absolute;top:0;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/sound.gif')}
#captcha #captcha_reload {position:absolute;top:21px;left:101px;margin:0;padding:0;width:23px;height:22px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_reload span {position:absolute;top:0;left:0;width:23px;height:22px;background:url('../../../plugin/kcaptcha/img/reload.gif')}
#captcha #captcha_key {position:absolute;top:0;left:101px;padding:0 5px;width:128px;height:43px;border:1px solid #e4eaec !important;
background:#fff !important;font-size:1.333em;font-weight:bold;text-align:center;}
#captcha #captcha_info {display:block;    margin-top: 50px;}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 10px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:35px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:5px 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:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 버튼 */
a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;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;padding:7px;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 {
	height: 36px;
    padding: 0 10px;
    border: 0;
    background: #272727;
    color: #fff;
    cursor: pointer;
	font-size: 15px;
    vertical-align: middle;
	border-radius: 3px;
	}
fieldset .btn_submit {padding:0 7px;/*height:24px;line-height:1em*/}

a.btn_cancel {display:inline-block; padding: 4px 30px; border:1px solid #ddd;background:#eee;color:#000;text-decoration:none;vertical-align:middle; border-radius: 3px;}
button.btn_cancel {display:inline-block;padding:7px;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;height:24px;border:0;background:#333;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {line-height:24px}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;padding:3px 10px;border:1px solid #717272;background:#717272;color:#ffffff;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none;}
a.btn_b02 {display:inline-block;padding:3px 10px;border:1px solid #e9e9e9;text-decoration:none;vertical-align:middle;color:#333333;background-color: #fff;}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none; background:#333333;color:#fff; transition: all 0.4s ease;}
a.btn_admin {display:inline-block;padding:3px 10px;border:1px solid #e9e9e9;background:#fff;color:#333333;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none; background:#333333;color:#fff; transition: all 0.4s ease;}

/* 댓글 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

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

.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border:1px solid #d1dee2;background:#333;color:#fff;font-size:0.95em;text-align:center}
.tbl_head01 thead a {}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-left: 1px solid #e9e9e9;line-height:1.5em;word-break:break-all;color:#666;font-weight:normal;vertical-align: middle;}
.tbl_head01 a {color: #555;}
.tbl_head01 .copymove_current{color:red;}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;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}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {padding:7px 13px; width: 110px; border:1px solid #e9e9e9;border-left:0;text-align:left;vertical-align: middle;}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea, .frm_input {border:1px solid #e4eaec;background:#f7f7f7;color:#000;height: 40px; width: 100%;margin-bottom: 10px;padding: 5px 2px;}
.tbl_frm01 textarea {padding:2px 2px 3px;}
.tbl_frm01 textarea {width:98%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

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

/* 필수입력 */
.required, textarea.required {background:url('../../../img/wrest.gif') #fff top right no-repeat !important; font-family: "nanumG"; text-indent: 5px; font-size: 15px; width: 99%; resize: none;}
@media screen and (max-width:640px){
  .tbl_head01 thead th{font-size: 14px !important;}
	.required, textarea.required{width: 100%;}
	.tbl_frm01 textarea, .frm_input{width: 100%;}
	.tbl_frm01 th{padding: 0;}
	#captcha{width: 100%;}
	#captcha_audio{margin-top: 50px;}
}
/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center; border:1px solid #e9e9e9;}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;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:#ccc}
.txt_rdy {color:#8abc2a}

#bo_sch {margin-bottom: 40px;}

@media screen and (max-width:640px) {
	#bo_sch {margin-bottom: 20px;}
}


/* 새창 기본 스타일 */
.new_win {padding: 20px;}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{overflow: hidden;}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-family:dotum;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

.new_win .win_btn {clear:both;padding:20px;text-align:center} /* 새창용 */
.new_win .win_btn button {display:inline-block;padding:0 10px;height:30px;border:1px solid #4b545e;color:#4b545e;line-height:2em;cursor:pointer;border-radius:8px;background:#fff}
.new_win .win_btn input {padding:0 10px;height:30px;line-height:2em}
.new_win .win_btn a {display:inline-block;padding:0 10px;height:30px;background:#4b545e;color:#fff;vertical-align:middle;line-height:2.4em}
.new_win .win_btn a:focus, .new_win .win_btn a:hover {text-decoration:none}
.new_win .btn_close{ border: none; padding: 10px 30px;background: #00437b;color: #fff;}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;height:25px;color:#f5999c;letter-spacing:0;line-height:30px;vertical-align:middle;text-align: center;min-width: 30px; height: 30px;}
.pg a {}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {text-decoration:none;border:1px solid #eee;border-radius:8px; margin-right: 4px;}
.pg_page:hover{border:1px solid #77d3f7 ;}
.pg_start, .pg_prev {width: 40px;}
.pg_end, .pg_next {width: 40px;}
.pg_current {display:inline-block;margin:0 4px 0 0;background:#f5999c;color:#fff;font-weight:normal;border-radius:8px;}

/* 팝업레이어 */
#hd_pop {z-index:99999999;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.single-popup .hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff;margin: 10px;}
.single-popup .hd_pops img{width: 100%;}
.single-popup .hd_pops_con {}

.multi-popup-slide {position: absolute;  width: 500px; top: 210px; left: 10px; margin: 10px;}
.multi-popup-slide.group-2 {left: 530px;}

.multi-popup-slide .hd_pops {position: absolute !important; top: 0 !important; left: 0 !important; width: 100%; height: 100%; opacity: 0; transition: opacity 0.5s ease-in-out;}
.multi-popup-slide .hd_pops.active {opacity: 1; position: static !important;}
.multi-popup-slide .popup-tit {display: flex; background: #f4f4f4; border: 1px solid #727272;}
.multi-popup-slide .popup-tit > div {position: relative; display: inline-block; text-align: center; flex:1; padding: 10px 0; cursor: pointer; transition:all 0.3s ease-in-out; font-size: 15px; font-family: 'NanumSquare',san-serif; font-weight: 400; transform: skew(-0.1deg);}
.multi-popup-slide .popup-tit > div:not(:first-child) {border-left: 1px solid #727272;}
.multi-popup-slide .popup-tit > div.on {color: #fff; background: #333;}

.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}
@media screen and (max-width:640px){
	.single-popup .hd_pops{top:50px !important;left: 0 !important;}
	.single-popup .hd_pops_con{width: 100% !important;height: 100% !important;top:0;left: 0;}

	.multi-popup-slide {top: 50px; left: 0 !important; width: 100%; margin: 0;}
	.multi-popup-slide .hd_pops_con {width: 100% !important; height: 100% !important;}
}


/* common style */
.auto {margin: 0 auto !important;}
.m0 {margin: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.mt0 {margin-top: 0 !important;}
.p0 {padding: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pt0 {padding-top: 0 !important;}

.fw300 {font-weight: 300 !important;}
.fw500 {font-weight: 500 !important;}
.fw600 {font-weight: 600 !important;}
.fw700 {font-weight: 700 !important;}
.fw900 {font-weight: 900 !important;}

.tac {text-align: center !important;}
.tal {text-align: left !important;}
.tar {text-align: right !important;}

.w-100 {width: 100%;}

/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


html, body {width:100%;}
ol,ul,dl {margin:0; padding:0; list-style-type:none;}
a {text-decoration: none!important;}
a:focus {outline: 0;}

input {box-sizing: border-box;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0;	font-size: 100%; font: inherit;	vertical-align: baseline; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0; max-width: 100%; background-color: transparent;}


@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.cdnfonts.com/css/book-antiqua");
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);

html {
  font-family: sans-serif;
  color: #2e80c2;
}
body {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  word-break: keep-all;
  letter-spacing: -1px;
  line-height: 1.7;
  font-weight: 300;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {line-height: 1.5;}

body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: rgba(220, 220, 220, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border-radius: 5px;
  background-color: #516371;
  border: 2px solid transparent;
}

label, a, p {
  font-family: 'NanumSquare',san-serif;
  font-weight: 400;
  transform: skew(-0.1deg);
}

td, tr {
	font-family: 'NanumSquare',san-serif;
  font-weight: 400;
}

.light {
  font-family: 'NanumSquare',san-serif;
  font-weight: 300;
  transform: skew(-0.1deg);
}

.regular {
  font-family: 'NanumSquare',san-serif;
  font-weight: 400;
  transform: skew(-0.1deg);
}

.bold {
  font-family: 'NanumSquare',san-serif;
  font-weight: 700;
  transform: skew(-0.1deg);
}

.ebold {
  font-family: 'NanumSquare',san-serif;
  font-weight: 800;
  transform: skew(-0.1deg);
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "GmarketSansLight";
  src: url("../font/GmarketSansTTFLight.eot");
  src: url("../font/GmarketSansTTFLight.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansTTFLight.woff") format("woff"), url("../font/GmarketSansTTFLight.ttf") format("truetype");
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("../font/GmarketSansTTFMedium.eot");
  src: url("../font/GmarketSansTTFMedium.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansTTFMedium.woff") format("woff"), url("../font/GmarketSansTTFMedium.ttf") format("truetype");
}

@font-face {
  font-family: "GmarketSansBold";
  src: url("../font/GmarketSansTTFBold.eot");
  src: url("../font/GmarketSansTTFBold.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansTTFBold.woff") format("woff"), url("../font/GmarketSansTTFBold.ttf") format("truetype");
}

@font-face {
  font-family: "RIDIBatang";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OTEnjoystoriesBA";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KCC-eunyoung";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Anssang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_01@1.0/Anssang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "TmonMonsori";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Father_loveletter";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_03@1.0/Father_loveletter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face { 
 font-family: 'OTEnjoystoriesBA'; 
 src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff'); 
 font-weight: normal; 
 font-style: normal; 
 } 

@font-face { 
 font-family: 'Vitro_core'; 
 src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_core.woff') format('woff'); 
 font-weight: normal; 
 font-style: normal; 
 } 

@font-face {
	font-family: 'SeoulNamsanM';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.content {
  position: relative;
  padding-top: 120px;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

h1 {
  font-size: 45px;
  font-weight: 600;
}
h2 {
  font-size: 45px;
  font-weight: 600;
}
h3 {
  font-size: 40px;
  font-weight: 600;
}
h4 {
  font-size: 35px;
  font-weight: 500;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 25px;
}
p {
  font-size: 18px;
}
b {
  font-weight: 900 !important;
}
a {
  color: #000;
}
img {
  vertical-align: top;
  max-width: 100%;
}

.pb0 {
  padding-bottom: 0;
}
.pt0 {
  padding-top: 0;
}
.pb1 {
  padding-bottom: 1%;
}
.pt1 {
  padding-top: 1%;
}
.pb2 {
  padding-bottom: 2%;
}
.pt2 {
  padding-top: 2%;
}
.pb3 {
  padding-bottom: 3%;
}
.pt3 {
  padding-top: 3%;
}
.pb4 {
  padding-bottom: 4%;
}
.pt4 {
  padding-top: 4%;
}
.pb5 {
  padding-bottom: 5%;
}
.pt5 {
  padding-top: 5%;
}
.mb0 {
  margin-bottom: 0;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 1%;
}
.mb1 {
  margin-bottom: 1%;
}
.mt2 {
  margin-top: 2%;
}
.mb2 {
  margin-bottom: 2%;
}
.mt3 {
  margin-top: 3%;
}
.mb3 {
  margin-bottom: 3%;
}
.mt4 {
  margin-top: 4%;
}
.mb4 {
  margin-bottom: 4%;
}
.mt5 {
  margin-top: 5%;
}
.mb5 {
  margin-bottom: 5%;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt150 {
  margin-top: 150px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}

.x0_1 {
  font-size: 0.1em;
}
.x0_2 {
  font-size: 0.2em;
}
.x0_3 {
  font-size: 0.3em;
}
.x0_4 {
  font-size: 0.4em;
}
.x0_5 {
  font-size: 0.5em;
}
.x0_6 {
  font-size: 0.6em;
}
.x0_7 {
  font-size: 0.7em;
}
.x0_8 {
  font-size: 0.8em;
}
.x0_9 {
  font-size: 0.9em;
}

.x1_1 {
  font-size: 1.1em;
}
.x1_2 {
  font-size: 1.2em;
}
.x1_3 {
  font-size: 1.3em;
}
.x1_4 {
  font-size: 1.4em;
}
.x1_5 {
  font-size: 1.5em;
}
.x1_6 {
  font-size: 1.6em;
}
.x1_7 {
  font-size: 1.7em;
}
.x1_8 {
  font-size: 1.8em;
}
.x1_9 {
  font-size: 1.9em;
}

.op0 {
  opacity: 0;
}
.op1 {
  opacity: 1;
}

.flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.flex-ac {
  align-items: center;
}
.flex-afs {
  align-items: flex-start;
}
.flex-afe {
  align-items: flex-end;
}
.flex-jc {
  justify-content: center;
}
.flex-jfs {
  justify-content: flex-start;
}
.flex-jfe {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
}

.flex p {white-space: pre-line;}

.block-a {
  width: auto;
}
.block-1 {
  width: 100%;
}
.block-2 {
  width: 50%;
}
.block-3 {
  width: 33.3%;
}
.block-4 {
  width: 25%;
}
.block-5 {
  width: 20%;
}
.block-6 {
  width: 16.66%;
}
.block-8 {
  width: 12.5%;
}

.block-90 {
  width: 90%;
}
.block-80 {
  width: 80%;
}
.block-70 {
  width: 70%;
}
.block-60 {
  width: 60%;
}
.block-40 {
  width: 40%;
}
.block-30 {
  width: 30%;
}
.block-10 {
  width: 10%;
}

.flex > li {
  position: relative;
}
.flex > li > div {
  position: relative;
}
.flex > li > div.m30 {
  margin: 30px;
}
.flex > li > div.m20 {
  margin: 20px;
}
.flex > li > div.m10 {
  margin: 10px;
}
.flex > li > div.m5 {
  margin: 5px;
}

.flex > li > div .before {
  background: #bfbfbf;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.flex > li > div .after {
  background: #ffb724;
  color: #fff;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.flex > li b {font-weight: 900;}

.pt100 {
  padding-top: 100px !important;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.box-shadow2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dib {
  display: inline-block;
}

.br20 {
  border-radius: 20px;
}
.br100 {
  border-radius: 100%;
}

.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}

.lh0-7 {
  line-height: 0.7;
}
.lh0-8 {
  line-height: 0.8;
}
.lh0-9 {
  line-height: 0.9;
}
.lh1 {
  line-height: 1;
}
.lh1-1 {
  line-height: 1.1;
}
.lh1-2 {
  line-height: 1.2;
}
.lh1-3 {
  line-height: 1.3;
}
.lh1-4 {
  line-height: 1.4;
}
.lh1-5 {
  line-height: 1.5;
}
.lh1-6 {
  line-height: 1.6;
}
.lh1-7 {
  line-height: 1.7;
}
.lh1-8 {
  line-height: 1.8;
}

.ls0-1 {
	letter-spacing: 0.1em;
}
.ls0-2 {
	letter-spacing: 0.2em;
}
.ls0-3 {
	letter-spacing: 0.3em;
}
.ls0-4 {
	letter-spacing: 0.4em;
}
.ls0-5 {
	letter-spacing: 0.5em;
}

.maxall {
  max-width: 100%;
  margin: 0 auto;
}

.max1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.max1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.max1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.max1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.max900 {
  max-width: 900px;
  margin: 0 auto;
}
.max800 {
  max-width: 800px;
  margin: 0 auto;
}
.max700 {
  max-width: 700px;
  margin: 0 auto;
}
.max600 {
  max-width: 600px;
  margin: 0 auto;
}

/* 폰트 CSS */
.gsl {
  font-family: "GmarketSansLight";
  transform: skew(-0.1deg);
}
.gsb {
  font-family: "GmarketSansBold";
  transform: skew(-0.1deg);
}
.gsm {
  font-family: "GmarketSansMedium";
  transform: skew(-0.1deg);
}
.yp {
  font-family: "1YangPyeongL";
  transform: skew(-0.1deg);
}
.kcc {
  font-family: "KCC-eunyoung";
  transform: skew(-0.1deg);
}
.shining {
  font-family: "Cafe24Shiningstar";
  transform: skew(-0.1deg);
}
.playfair {
  font-family: "Playfair Display", serif;
  transform: skew(-0.1deg);
}
.noto {
  font-family: "Noto Sans KR", sans-serif !important;
}

.ridi {
  font-family: "RIDIBatang";
  transform: skew(-0.1deg);
}
.tvnenjoy {
  font-family: "OTEnjoystoriesBA";
  transform: skew(-0.1deg);
}
.nanumsq {
  font-family:'NanumSquare',san-serif;
  font-weight: 400;
  transform: skew(-0.1deg);
}
.nanumsql {
  font-family:'NanumSquare',san-serif;
  font-weight: 300;
  transform: skew(-0.1deg);
}
.nanumsqb {
  font-family:'NanumSquare',san-serif;
  font-weight: 700;
  transform: skew(-0.1deg);
}
.nanumsqeb {
  font-family:'NanumSquare',san-serif;
  font-weight: 800;
  transform: skew(-0.1deg);
}
.nanummyeongjo {
  font-family: "Nanum Myeongjo", serif;
  transform: skew(-0.1deg);
}
.nanumpenscript {
  font-family: "Nanum Pen Script", cursive;
  transform: skew(-0.1deg);
}
.nanumanssang {
	font-family: 'Anssang';
	transform: skew(-0.1deg);
}
.bookAntiqua {
  font-family: "Book Antiqua", sans-serif;
  transform: skew(-0.1deg);
  font-style: italic;
}
.tmon {
  font-family: "TmonMonsori";
  transform: skew(-0.1deg);
}
.faceshop {
  font-family: "InkLipquid";
  transform: skew(-0.1deg);
}
.loveletter {
  font-family: "Father_loveletter";
  transform: skew(-0.1deg);
}

.enjoy-font {
	font-family: 'OTEnjoystoriesBA';
	transform: skew(-0.1deg);
} 
.vitro-font {
	font-family: 'Vitro_core';
	transform: skew(-0.1deg);
}

.seoulnamsan {
	font-family: 'SeoulNamsanM';
	transform: skew(-0.1deg);
}
.jejumyeongjo { 
	font-family: 'Jeju Myeongjo', serif;
	transform: skew(-0.1deg);
}
/* 폰트 CSS */

.title {
  position: relative;
  padding-bottom: 40px;
}
.title.bdb h3::after,
.title.bdb h4::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 150px;
  height: 3px;
  margin: 30px 0;
  background-color: #00a6b2;
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.title.point-color-w h3::after,
.title.point-color-w h4::after {
  background: #fff;
}
.title * {
  text-align: center;
  font-weight: unset;
}
.title p {
  font-family: 'NanumSquare',san-serif;
	font-weight: 700;
  transform: skew(-0.1deg);
}

.title.point-color-w p {color: #fff !important;}
.title > p:first-of-type {color: #808080; margin-bottom: 5px; letter-spacing: 0.05em;}

.title h3,
.title h4 {
	font-family: 'NanumSquare',san-serif;
	font-weight: 800;
  position: relative; /*  padding-bottom: 1.5%; */
  line-height: 1.3;
}
.title .title-text {
  text-align: center;
  margin-top: 20px;
  font-family: 'NanumSquare',san-serif;
	font-weight: 400;
  transform: skew(-0.1deg);
	line-height: 1.6;
}

.df {
  display: flex;
  justify-content: center;
  align-items: center;
}
.df-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bxs1 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.namepen {
  width: fit-content;
  padding: 0 0.25%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.namepen::after {
  position: absolute;
  display: block;
  content: "\00a0";
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  height: 60%;
  background-color: #26a6b1;
  transform: skew(-5deg);
  z-index: -1;
}

.text-circle {
  position: relative;
  display: inline-block;
}
.text-circle:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #7fcef4;
}

.point-color {
  color: #00a6b2;
}
.point-color2 {
  color: #06dae8;
}
.point-color3 {
  color: #07d9e6;
}
.point-color4 {
  color: #0079fd;
}
.point-color-w {
  color: #fff;
}
.point-color-y {
  color: #ffff77;
}
.point-color-r {
  color: #e54242;
}
.point-color-orange {
  color: #f7a600;
}
.point-color-gray {
  color: #909090;
}
.bg-gray {
  background-color: #f7f7f7;
  margin-top: 120px;
  padding-bottom: 120px;
}

th.table-point {
  background-color: #1860ab !important;
  color: #fff !important;
}
td.table-point {
  background-color: #ebf4f2 !important;
}

.m_br {
  display: none;
}
.m_br380 {
  display: none;
}
.m_br425 {
  display: none;
}
.m_br600 { 
	display: none;
}
.m_br1200 {
  display: none;
}
.m-area {
  display: none;
}

.pre {
  white-space: pre-line;
}

.mapwrap {
  display: flex !important;
}

.db-1200, .df-1200 {
  display: none !important;
}
.db-1025, .df-1025 {
	display: none !important;
}
.db-769, .df-769 {
  display: none !important;
}
.db-425, .df-425 {
  display: none !important;
}

@media screen and (max-width: 1500px) {
}

@media screen and (min-width: 1201px) {
  .m-img {
    display: none;
  }
  .pc-img {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .pc-img {
    display: none !important;
  }
  .m-img {
    display: block !important;
    text-align: center;
    width: 100%;
  }
  .inner {
    padding: 0 10px;
  }

  .root_daum_roughmap {
    width: 100% !important;
  }
  .m_br1200 {
    display: block;
  }

  .mapwrap {
    display: block;
  }
  .mapwrap .map2 {
    background-color: #fbfbfb;
  }
  .mapwrap div img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .b-block-1 {
    width: 100%;
  }
  .b-block-2 {
    width: 50%;
  }
  .b-block-3 {
    width: 33.3%;
  }
  .b-block-4 {
    width: 25%;
  }
  .b-block-5 {
    width: 20%;
  }
  .b-block-6 {
    width: 16.6%;
  }

  .db-1200 {
    display: block !important;
  }
	.df-1200 {
    display: flex !important;
  }
  .dn-1200 {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }

  /* .title p {
    font-family: "Noto Sans KR", sans-serif;
  } */

	.db-1025 {
    display: block !important;
  }
	.df-1025 {
    display: flex !important;
  }
  .dn-1025 {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .content {
    padding-top: 80px;
  }
  .title {
    padding-bottom: 30px;
  }
  .title .title-text {
    white-space: pre-line;
		margin-top: 10px;
  }
  .title-text br {
    display: none;
  }
  .bg-gray {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
  }
  .m_br {
    display: block !important;
  }
  .pc-area {
    display: none;
  }
  .m-area {
    display: block;
  }

  .title.bdb h3::after,
	.title.bdb h4::after{
    max-width: 100px;
    margin: 20px 0;
  }

  .text-circle {
    margin-top: 12px;
  }
  .text-circle:before {
    top: -5px;
  }

  .mt60 {
    margin-top: 40px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }

  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb150 {
    margin-bottom: 70px !important;
  }

  .m-block-1 {
    width: 100%;
  }
  .m-block-2 {
    width: 50%;
  }
  .m-block-3 {
    width: 33.3%;
  }
  .m-block-4 {
    width: 25%;
  }
  .m-block-5 {
    width: 20%;
  }
  .m-block-6 {
    width: 16.6%;
  }

  .db-769 {
    display: block !important;
  }
	.df-769 {
    display: flex !important;
  }
  .dn-769 {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
	.m_br600 {display: block;}
}

@media screen and (max-width: 480px) {
  .content {
    padding-top: 60px;
  }
  .bg-gray {
    margin-top: 60px;
    padding-bottom: 60px;
  }
	.title {padding-bottom: 20px;}

  .title.bdb h3::after,
	.title.bdb h4::after{
    max-width: 80px;
  }

	.title .title-text {
    font-weight: 600;
  }

  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }

  .mpb0 {
    padding-bottom: 0;
  }
  .mpt0 {
    padding-top: 0;
  }
  .mpb1 {
    padding-bottom: 1%;
  }
  .mpt1 {
    padding-top: 1%;
  }
  .mpb2 {
    padding-bottom: 2%;
  }
  .mpt2 {
    padding-top: 2%;
  }
  .mpb3 {
    padding-bottom: 3%;
  }
  .mpt3 {
    padding-top: 3%;
  }
  .mpb4 {
    padding-bottom: 4%;
  }
  .mpt4 {
    padding-top: 4%;
  }
  .mpb5 {
    padding-bottom: 5%;
  }
  .mpt5 {
    padding-top: 5%;
  }
  .mpb6 {
    padding-bottom: 6%;
  }
  .mpt6 {
    padding-top: 6%;
  }
  .mpb7 {
    padding-bottom: 7%;
  }
  .mpt7 {
    padding-top: 7%;
  }
  .mmb0 {
    margin-bottom: 0;
  }
  .mmt0 {
    margin-top: 0;
  }
  .mmt1 {
    margin-top: 1%;
  }
  .mmb1 {
    margin-bottom: 1%;
  }
  .mmt2 {
    margin-top: 2%;
  }
  .mmb2 {
    margin-bottom: 2%;
  }
  .mmt3 {
    margin-top: 3%;
  }
  .mmb3 {
    margin-bottom: 3%;
  }
  .mmt4 {
    margin-top: 4%;
  }
  .mmb4 {
    margin-bottom: 4%;
  }
  .mmt5 {
    margin-top: 5%;
  }
  .mmb5 {
    margin-bottom: 5%;
  }
  .mmt6 {
    margin-top: 6%;
  }
  .mmb6 {
    margin-bottom: 6%;
  }
  .mmt7 {
    margin-top: 7%;
  }
  .mmb7 {
    margin-bottom: 7%;
  }

  .mt20 {
    margin-top: 10px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }

  .m_br425 {
    display: block !important;
  }

  .pt100 {
    padding-top: 60px !important;
  }

  .s-block-1 {
    width: 100%;
  }
  .s-block-2 {
    width: 50%;
  }
  .s-block-3 {
    width: 33.3%;
  }
  .s-block-4 {
    width: 25%;
  }
  .s-block-5 {
    width: 20%;
  }
  .s-block-6 {
    width: 16.6%;
  }

  .db-425 {
    display: block !important;
  }
	.df-425 {
    display: flex !important;
  }
  .dn-425 {
    display: none !important;
  }
}

@media screen and (max-width: 380px) {
	.m_br380 {display: block !important;}
}

@media screen and (max-width: 350px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
  }
  
}


html {
  font-family: sans-serif;
  color: #2e80c2;
}
body {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  word-break: keep-all;
  letter-spacing: -1px;
  line-height: 1.7;
  font-weight: 300;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {line-height: 1.5;}

body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: rgba(220, 220, 220, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  border-radius: 5px;
  background-color: #516371;
  border: 2px solid transparent;
}

label, a, p {
  font-family: 'NanumSquare',san-serif;
  font-weight: 400;
  transform: skew(-0.1deg);
}

td, tr {
	font-family: 'NanumSquare',san-serif;
  font-weight: 400;
}

.light {
  font-family: 'NanumSquare',san-serif;
  font-weight: 300;
  transform: skew(-0.1deg);
}

.regular {
  font-family: 'NanumSquare',san-serif;
  font-weight: 400;
  transform: skew(-0.1deg);
}

.bold {
  font-family: 'NanumSquare',san-serif;
  font-weight: 700;
  transform: skew(-0.1deg);
}

.ebold {
  font-family: 'NanumSquare',san-serif;
  font-weight: 800;
  transform: skew(-0.1deg);
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@font-face {
  font-family: "GmarketSansLight";
  src: url("../font/GmarketSansTTFLight.eot");
  src: url("../font/GmarketSansTTFLight.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansTTFLight.woff") format("woff"), url("../font/GmarketSansTTFLight.ttf") format("truetype");
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("../font/GmarketSansTTFMedium.eot");
  src: url("../font/GmarketSansTTFMedium.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansTTFMedium.woff") format("woff"), url("../font/GmarketSansTTFMedium.ttf") format("truetype");
}

@font-face {
  font-family: "GmarketSansBold";
  src: url("../font/GmarketSansTTFBold.eot");
  src: url("../font/GmarketSansTTFBold.eot?#iefix") format("embedded-opentype"), url("../font/GmarketSansTTFBold.woff") format("woff"), url("../font/GmarketSansTTFBold.ttf") format("truetype");
}

@font-face {
  font-family: "RIDIBatang";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OTEnjoystoriesBA";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "KCC-eunyoung";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KCC-eunyoung-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "InkLipquid";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/InkLipquid.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Anssang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_01@1.0/Anssang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "TmonMonsori";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Father_loveletter";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_03@1.0/Father_loveletter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face { 
 font-family: 'OTEnjoystoriesBA'; 
 src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff'); 
 font-weight: normal; 
 font-style: normal; 
 } 

@font-face { 
 font-family: 'Vitro_core'; 
 src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Vitro_core.woff') format('woff'); 
 font-weight: normal; 
 font-style: normal; 
 } 

@font-face {
	font-family: 'SeoulNamsanM';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.content {
  position: relative;
  padding-top: 120px;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

h1 {
  font-size: 45px;
  font-weight: 600;
}
h2 {
  font-size: 45px;
  font-weight: 600;
}
h3 {
  font-size: 40px;
  font-weight: 600;
}
h4 {
  font-size: 35px;
  font-weight: 500;
}
h5 {
  font-size: 28px;
}
h6 {
  font-size: 25px;
}
p {
  font-size: 18px;
}
b {
  font-weight: 900 !important;
}
a {
  color: #000;
}
img {
  vertical-align: top;
  max-width: 100%;
}

.pb0 {
  padding-bottom: 0;
}
.pt0 {
  padding-top: 0;
}
.pb1 {
  padding-bottom: 1%;
}
.pt1 {
  padding-top: 1%;
}
.pb2 {
  padding-bottom: 2%;
}
.pt2 {
  padding-top: 2%;
}
.pb3 {
  padding-bottom: 3%;
}
.pt3 {
  padding-top: 3%;
}
.pb4 {
  padding-bottom: 4%;
}
.pt4 {
  padding-top: 4%;
}
.pb5 {
  padding-bottom: 5%;
}
.pt5 {
  padding-top: 5%;
}
.mb0 {
  margin-bottom: 0;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 1%;
}
.mb1 {
  margin-bottom: 1%;
}
.mt2 {
  margin-top: 2%;
}
.mb2 {
  margin-bottom: 2%;
}
.mt3 {
  margin-top: 3%;
}
.mb3 {
  margin-bottom: 3%;
}
.mt4 {
  margin-top: 4%;
}
.mb4 {
  margin-bottom: 4%;
}
.mt5 {
  margin-top: 5%;
}
.mb5 {
  margin-bottom: 5%;
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt150 {
  margin-top: 150px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}

.x0_1 {
  font-size: 0.1em;
}
.x0_2 {
  font-size: 0.2em;
}
.x0_3 {
  font-size: 0.3em;
}
.x0_4 {
  font-size: 0.4em;
}
.x0_5 {
  font-size: 0.5em;
}
.x0_6 {
  font-size: 0.6em;
}
.x0_7 {
  font-size: 0.7em;
}
.x0_8 {
  font-size: 0.8em;
}
.x0_9 {
  font-size: 0.9em;
}

.x1_1 {
  font-size: 1.1em;
}
.x1_2 {
  font-size: 1.2em;
}
.x1_3 {
  font-size: 1.3em;
}
.x1_4 {
  font-size: 1.4em;
}
.x1_5 {
  font-size: 1.5em;
}
.x1_6 {
  font-size: 1.6em;
}
.x1_7 {
  font-size: 1.7em;
}
.x1_8 {
  font-size: 1.8em;
}
.x1_9 {
  font-size: 1.9em;
}

.op0 {
  opacity: 0;
}
.op1 {
  opacity: 1;
}

.flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.flex-ac {
  align-items: center;
}
.flex-afs {
  align-items: flex-start;
}
.flex-afe {
  align-items: flex-end;
}
.flex-jc {
  justify-content: center;
}
.flex-jfs {
  justify-content: flex-start;
}
.flex-jfe {
  justify-content: flex-end;
}
.flex-c {
  justify-content: center;
  align-items: center;
}
.flex-sb {
  justify-content: space-between;
}

.flex p {white-space: pre-line;}

.block-a {
  width: auto;
}
.block-1 {
  width: 100%;
}
.block-2 {
  width: 50%;
}
.block-3 {
  width: 33.3%;
}
.block-4 {
  width: 25%;
}
.block-5 {
  width: 20%;
}
.block-6 {
  width: 16.66%;
}
.block-8 {
  width: 12.5%;
}

.block-90 {
  width: 90%;
}
.block-80 {
  width: 80%;
}
.block-70 {
  width: 70%;
}
.block-60 {
  width: 60%;
}
.block-40 {
  width: 40%;
}
.block-30 {
  width: 30%;
}
.block-10 {
  width: 10%;
}

.flex > li {
  position: relative;
}
.flex > li > div {
  position: relative;
}
.flex > li > div.m30 {
  margin: 30px;
}
.flex > li > div.m20 {
  margin: 20px;
}
.flex > li > div.m10 {
  margin: 10px;
}
.flex > li > div.m5 {
  margin: 5px;
}

.flex > li > div .before {
  background: #bfbfbf;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.flex > li > div .after {
  background: #ffb724;
  color: #fff;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.flex > li b {font-weight: 900;}

.pt100 {
  padding-top: 100px !important;
}

.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.box-shadow2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dib {
  display: inline-block;
}

.br20 {
  border-radius: 20px;
}
.br100 {
  border-radius: 100%;
}

.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}

.lh0-7 {
  line-height: 0.7;
}
.lh0-8 {
  line-height: 0.8;
}
.lh0-9 {
  line-height: 0.9;
}
.lh1 {
  line-height: 1;
}
.lh1-1 {
  line-height: 1.1;
}
.lh1-2 {
  line-height: 1.2;
}
.lh1-3 {
  line-height: 1.3;
}
.lh1-4 {
  line-height: 1.4;
}
.lh1-5 {
  line-height: 1.5;
}
.lh1-6 {
  line-height: 1.6;
}
.lh1-7 {
  line-height: 1.7;
}
.lh1-8 {
  line-height: 1.8;
}

.ls0-1 {
	letter-spacing: 0.1em;
}
.ls0-2 {
	letter-spacing: 0.2em;
}
.ls0-3 {
	letter-spacing: 0.3em;
}
.ls0-4 {
	letter-spacing: 0.4em;
}
.ls0-5 {
	letter-spacing: 0.5em;
}

.maxall {
  max-width: 100%;
  margin: 0 auto;
}

.max1600 {
  max-width: 1600px;
  margin: 0 auto;
}
.max1400 {
  max-width: 1400px;
  margin: 0 auto;
}
.max1100 {
  max-width: 1100px;
  margin: 0 auto;
}
.max1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.max900 {
  max-width: 900px;
  margin: 0 auto;
}
.max800 {
  max-width: 800px;
  margin: 0 auto;
}
.max700 {
  max-width: 700px;
  margin: 0 auto;
}
.max600 {
  max-width: 600px;
  margin: 0 auto;
}

/* 폰트 CSS */
.gsl {
  font-family: "GmarketSansLight";
  transform: skew(-0.1deg);
}
.gsb {
  font-family: "GmarketSansBold";
  transform: skew(-0.1deg);
}
.gsm {
  font-family: "GmarketSansMedium";
  transform: skew(-0.1deg);
}
.yp {
  font-family: "1YangPyeongL";
  transform: skew(-0.1deg);
}
.kcc {
  font-family: "KCC-eunyoung";
  transform: skew(-0.1deg);
}
.shining {
  font-family: "Cafe24Shiningstar";
  transform: skew(-0.1deg);
}
.playfair {
  font-family: "Playfair Display", serif;
  transform: skew(-0.1deg);
}
.noto {
  font-family: "Noto Sans KR", sans-serif !important;
}

.ridi {
  font-family: "RIDIBatang";
  transform: skew(-0.1deg);
}
.tvnenjoy {
  font-family: "OTEnjoystoriesBA";
  transform: skew(-0.1deg);
}
.nanumsq {
  font-family:'NanumSquare',san-serif;
  font-weight: 400;
  transform: skew(-0.1deg);
}
.nanumsql {
  font-family:'NanumSquare',san-serif;
  font-weight: 300;
  transform: skew(-0.1deg);
}
.nanumsqb {
  font-family:'NanumSquare',san-serif;
  font-weight: 700;
  transform: skew(-0.1deg);
}
.nanumsqeb {
  font-family:'NanumSquare',san-serif;
  font-weight: 800;
  transform: skew(-0.1deg);
}
.nanummyeongjo {
  font-family: "Nanum Myeongjo", serif;
  transform: skew(-0.1deg);
}
.nanumpenscript {
  font-family: "Nanum Pen Script", cursive;
  transform: skew(-0.1deg);
}
.nanumanssang {
	font-family: 'Anssang';
	transform: skew(-0.1deg);
}
.bookAntiqua {
  font-family: "Book Antiqua", sans-serif;
  transform: skew(-0.1deg);
  font-style: italic;
}
.tmon {
  font-family: "TmonMonsori";
  transform: skew(-0.1deg);
}
.faceshop {
  font-family: "InkLipquid";
  transform: skew(-0.1deg);
}
.loveletter {
  font-family: "Father_loveletter";
  transform: skew(-0.1deg);
}

.enjoy-font {
	font-family: 'OTEnjoystoriesBA';
	transform: skew(-0.1deg);
} 
.vitro-font {
	font-family: 'Vitro_core';
	transform: skew(-0.1deg);
}

.seoulnamsan {
	font-family: 'SeoulNamsanM';
	transform: skew(-0.1deg);
}
.jejumyeongjo { 
	font-family: 'Jeju Myeongjo', serif;
	transform: skew(-0.1deg);
}
/* 폰트 CSS */

.title {
  position: relative;
  padding-bottom: 40px;
}
.title.bdb h3::after,
.title.bdb h4::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 150px;
  height: 3px;
  margin: 30px 0;
  background-color: #00a6b2;
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
.title.point-color-w h3::after,
.title.point-color-w h4::after {
  background: #fff;
}
.title * {
  text-align: center;
  font-weight: unset;
}
.title p {
  font-family: 'NanumSquare',san-serif;
	font-weight: 700;
  transform: skew(-0.1deg);
}

.title.point-color-w p {color: #fff !important;}
.title > p:first-of-type {color: #808080; margin-bottom: 5px; letter-spacing: 0.05em;}

.title h3,
.title h4 {
	font-family: 'NanumSquare',san-serif;
	font-weight: 800;
  position: relative; /*  padding-bottom: 1.5%; */
  line-height: 1.3;
}
.title .title-text {
  text-align: center;
  margin-top: 20px;
  font-family: 'NanumSquare',san-serif;
	font-weight: 400;
  transform: skew(-0.1deg);
	line-height: 1.6;
}

.df {
  display: flex;
  justify-content: center;
  align-items: center;
}
.df-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bxs1 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.namepen {
  width: fit-content;
  padding: 0 0.25%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.namepen::after {
  position: absolute;
  display: block;
  content: "\00a0";
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  height: 60%;
  background-color: #26a6b1;
  transform: skew(-5deg);
  z-index: -1;
}

.text-circle {
  position: relative;
  display: inline-block;
}
.text-circle:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #7fcef4;
}

.point-color {
  color: #00a6b2;
}
.point-color2 {
  color: #06dae8;
}
.point-color3 {
  color: #07d9e6;
}
.point-color4 {
  color: #0079fd;
}
.point-color-w {
  color: #fff;
}
.point-color-y {
  color: #ffff77;
}
.point-color-r {
  color: #e54242;
}
.point-color-orange {
  color: #f7a600;
}
.point-color-gray {
  color: #909090;
}
.bg-gray {
  background-color: #f7f7f7;
  margin-top: 120px;
  padding-bottom: 120px;
}

th.table-point {
  background-color: #1860ab !important;
  color: #fff !important;
}
td.table-point {
  background-color: #ebf4f2 !important;
}

.m_br {
  display: none;
}
.m_br380 {
  display: none;
}
.m_br425 {
  display: none;
}
.m_br600 { 
	display: none;
}
.m_br1200 {
  display: none;
}
.m-area {
  display: none;
}

.pre {
  white-space: pre-line;
}

.mapwrap {
  display: flex !important;
}

.db-1200, .df-1200 {
  display: none !important;
}
.db-1025, .df-1025 {
	display: none !important;
}
.db-769, .df-769 {
  display: none !important;
}
.db-425, .df-425 {
  display: none !important;
}

@media screen and (max-width: 1500px) {
}

@media screen and (min-width: 1201px) {
  .m-img {
    display: none;
  }
  .pc-img {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1200px) {
  .pc-img {
    display: none !important;
  }
  .m-img {
    display: block !important;
    text-align: center;
    width: 100%;
  }
  .inner {
    padding: 0 10px;
  }

  .root_daum_roughmap {
    width: 100% !important;
  }
  .m_br1200 {
    display: block;
  }

  .mapwrap {
    display: block;
  }
  .mapwrap .map2 {
    background-color: #fbfbfb;
  }
  .mapwrap div img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .b-block-1 {
    width: 100%;
  }
  .b-block-2 {
    width: 50%;
  }
  .b-block-3 {
    width: 33.3%;
  }
  .b-block-4 {
    width: 25%;
  }
  .b-block-5 {
    width: 20%;
  }
  .b-block-6 {
    width: 16.6%;
  }

  .db-1200 {
    display: block !important;
  }
	.df-1200 {
    display: flex !important;
  }
  .dn-1200 {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 22px;
  }
  p {
    font-size: 16px;
  }

  /* .title p {
    font-family: "Noto Sans KR", sans-serif;
  } */

	.db-1025 {
    display: block !important;
  }
	.df-1025 {
    display: flex !important;
  }
  .dn-1025 {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .content {
    padding-top: 80px;
  }
  .title {
    padding-bottom: 30px;
  }
  .title .title-text {
    white-space: pre-line;
		margin-top: 10px;
  }
  .title-text br {
    display: none;
  }
  .bg-gray {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 24px;
  }
  h6 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
  }
  .m_br {
    display: block !important;
  }
  .pc-area {
    display: none;
  }
  .m-area {
    display: block;
  }

  .title.bdb h3::after,
	.title.bdb h4::after{
    max-width: 100px;
    margin: 20px 0;
  }

  .text-circle {
    margin-top: 12px;
  }
  .text-circle:before {
    top: -5px;
  }

  .mt60 {
    margin-top: 40px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }
  .mt120 {
    margin-top: 60px !important;
  }
  .mt150 {
    margin-top: 70px !important;
  }

  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mb120 {
    margin-bottom: 60px !important;
  }
  .mb150 {
    margin-bottom: 70px !important;
  }

  .m-block-1 {
    width: 100%;
  }
  .m-block-2 {
    width: 50%;
  }
  .m-block-3 {
    width: 33.3%;
  }
  .m-block-4 {
    width: 25%;
  }
  .m-block-5 {
    width: 20%;
  }
  .m-block-6 {
    width: 16.6%;
  }

  .db-769 {
    display: block !important;
  }
	.df-769 {
    display: flex !important;
  }
  .dn-769 {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
	.m_br600 {display: block;}
}

@media screen and (max-width: 480px) {
  .content {
    padding-top: 60px;
  }
  .bg-gray {
    margin-top: 60px;
    padding-bottom: 60px;
  }
	.title {padding-bottom: 20px;}

  .title.bdb h3::after,
	.title.bdb h4::after{
    max-width: 80px;
  }

	.title .title-text {
    font-weight: 600;
  }

  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 14px;
  }

  .mpb0 {
    padding-bottom: 0;
  }
  .mpt0 {
    padding-top: 0;
  }
  .mpb1 {
    padding-bottom: 1%;
  }
  .mpt1 {
    padding-top: 1%;
  }
  .mpb2 {
    padding-bottom: 2%;
  }
  .mpt2 {
    padding-top: 2%;
  }
  .mpb3 {
    padding-bottom: 3%;
  }
  .mpt3 {
    padding-top: 3%;
  }
  .mpb4 {
    padding-bottom: 4%;
  }
  .mpt4 {
    padding-top: 4%;
  }
  .mpb5 {
    padding-bottom: 5%;
  }
  .mpt5 {
    padding-top: 5%;
  }
  .mpb6 {
    padding-bottom: 6%;
  }
  .mpt6 {
    padding-top: 6%;
  }
  .mpb7 {
    padding-bottom: 7%;
  }
  .mpt7 {
    padding-top: 7%;
  }
  .mmb0 {
    margin-bottom: 0;
  }
  .mmt0 {
    margin-top: 0;
  }
  .mmt1 {
    margin-top: 1%;
  }
  .mmb1 {
    margin-bottom: 1%;
  }
  .mmt2 {
    margin-top: 2%;
  }
  .mmb2 {
    margin-bottom: 2%;
  }
  .mmt3 {
    margin-top: 3%;
  }
  .mmb3 {
    margin-bottom: 3%;
  }
  .mmt4 {
    margin-top: 4%;
  }
  .mmb4 {
    margin-bottom: 4%;
  }
  .mmt5 {
    margin-top: 5%;
  }
  .mmb5 {
    margin-bottom: 5%;
  }
  .mmt6 {
    margin-top: 6%;
  }
  .mmb6 {
    margin-bottom: 6%;
  }
  .mmt7 {
    margin-top: 7%;
  }
  .mmb7 {
    margin-bottom: 7%;
  }

  .mt20 {
    margin-top: 10px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }

  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }

  .m_br425 {
    display: block !important;
  }

  .pt100 {
    padding-top: 60px !important;
  }

  .s-block-1 {
    width: 100%;
  }
  .s-block-2 {
    width: 50%;
  }
  .s-block-3 {
    width: 33.3%;
  }
  .s-block-4 {
    width: 25%;
  }
  .s-block-5 {
    width: 20%;
  }
  .s-block-6 {
    width: 16.6%;
  }

  .db-425 {
    display: block !important;
  }
	.df-425 {
    display: flex !important;
  }
  .dn-425 {
    display: none !important;
  }
}

@media screen and (max-width: 380px) {
	.m_br380 {display: block !important;}
}

@media screen and (max-width: 350px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
  }
  
}
