/*공통*/
#container{background:#f8f8f8;padding-bottom:170px;}
.gw-bbs-con{margin:0 auto;width: 1440px;}

.more_opt {display: none;position:absolute;top: 45px;right:0;background: #fff;border: 1px solid #ddd;z-index: 100;box-shadow: 70px 70px 130px rgb(39 49 108 / 20%);}
.more_opt:before {content: "";position: absolute;top: -8px;right: 13px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #b8bfc4 transparent;}
.more_opt:after {content: "";position: absolute;top: -6px;right: 13px;width: 0;height: 0;border-style: solid;border-width: 0 6px 8px 6px;border-color: transparent transparent #fff transparent;}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:154px;margin:0;color:#666;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#666;text-align: left;}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

/* 페이징 */
.pg_wrap {display: flex;align-items: center;place-content: center;font-family: "Outfit", sans-serif; font-weight: 600;}
.pg {text-align:center;display: flex;}
.pg_page,.pg_current { min-width: 20px;padding: 0 3px;margin: 0 6px;text-align: center;}
.pg_page{color:#999 !important;}
.pg_current{border-bottom:2px solid #000;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_start {text-indent:-999px;overflow:hidden;padding:0;background: url('img/gw-bbs-start.png') no-repeat 50% 50%;background-size: 100%;}
.pg_prev {text-indent:-999px;overflow:hidden;padding:0;background: url('img/gw-bbs-prev.png') no-repeat 50% 50%;background-size: 100%;}
.pg_end {text-indent:-999px;overflow:hidden;padding:0;background: url("img/gw-bbs-end.png") no-repeat 50% 50%;background-size: 100%;}
.pg_next {text-indent:-999px;overflow:hidden;padding:0;background: url('img/gw-bbs-next.png') no-repeat 50% 50%;background-size: 100%;}

/*list*/
#gw-bo-list #gall_ul {display:flex;flex-wrap:wrap;margin:12px -12px 0;padding:0;list-style:none;zoom:1;}
#gw-bo-list #gall_ul:after {display:block;visibility:hidden;clear:both;content:""}
.gall_row .col-gn-0,.gall_row .col-gn-1,.gall_row .col-gn-2,.gall_row .col-gn-3,.gall_row .col-gn-4,.gall_row .col-gn-5,.gall_row .col-gn-6,.gall_row .col-gn-7,.gall_row .col-gn-8,.gall_row .col-gn-9,.gall_row .col-gn-10 {position:relative;min-height:1px;padding:12px;*padding-left:0;*padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0}
.gall_row .col-gn-0,.gall_row .col-gn-1 {width:100%}
.gall_row .col-gn-2 {width:50%}
.gall_row .col-gn-3 {width:33.33333333%}
.gall_row .col-gn-4 {width:25%}
.gall_row .col-gn-5 {width:20%}
.gall_row .col-gn-6 {width:16.66666667%}
.gall_row .col-gn-7 {width:14.28571428%}
.gall_row .col-gn-8 {width:12.5%}
.gall_row .col-gn-9 {width:11.11111111%}
.gall_row .col-gn-10 {width:10%}

#gw-bo-list .search-container {padding:40px 0;position: relative;width: 700px;margin: 0 auto;display: flex;gap: 15px;}
#gw-bo-list .search-container button {position: absolute;right: 17px;top:50%;transform:translateY(-50%);}
#gw-bo-list .sch_input {padding:12px 17px;height:55px;border: 2px solid #ddd;border-radius: 5px;background: #fff;}
#gw-bo-list .sch_input::placeholder{text-align: left;font-family: "Noto Sans KR", sans-serif; font-weight: 500; color:#666;}
#gw-bo-list .sch_input:focus{text-align: left;border-color: #000;}
input[type="text"]:not(:focus) {text-align: left;}
#bo_cate_on{background: #fff;box-shadow: 0 15px 10px rgba(34, 34, 34, .02);color: var(--main-color);}
#bo_cate ul {zoom:1;}
#gw-bo-list .btn_bo_user > li {position: relative;}
#gw-bo-list .btn_bo_user{place-content: center;align-items:flex-start;}
#gw-bo-list .icon-wrap {position: absolute;right: 0;top: 0;font-size: 20px;color: #000;}
#gw-bo-list .new_icon {font-size:14px;font-family: "Outfit", sans-serif; font-weight: 600;color: #fff;width: 20px;height: 20px;display: block;text-align: center;line-height: 20px;background: var(--main-color);}
#gw-bo-list .icon-wrap .fa-download:before {content: "\eb7c";font-family: xeicon;}
#gw-bo-list .icon-wrap .fa-link:before {content: "\e9c0";font-family: xeicon;}
#gw-bo-list .fa-lock:before {content: "\e964";font-family: xeicon;}
#gw-bo-list .cnt_cmt {color: var(--main-color);}
#gw-bo-list .bo-list-wrap {flex-wrap: wrap;}
#gw-bo-list .gallery{position:relative;cursor: pointer;}
#gw-bo-list .gallery > a {display: block;width: 100%;height: 100%;}
#gw-bo-list .gallery .gw-gall-line {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0px solid;transition: all .3s;}
#gw-bo-list .gallery .gall_img > a:hover .gw-gall-line{border-width:10px;border-color: var(--main-color);}
#gw-bo-list .gallery .gall_con{position:relative;border:1px solid #ddd;box-shadow:0 15px 10px rgba(34, 34, 34, .02);}
#gw-bo-list .gallery .gall_img{position:relative;display: block;overflow: hidden;}
#gw-bo-list .gallery .gall_img > a {display: block;width: 100%;}
#gw-bo-list .gallery .gall_img > a > img {object-fit: cover;width: 100%;height: 100%;}
#gw-bo-list .gallery .gall_chk {position: absolute;right: 20px;top: 20px;z-index: 1;}
#gw-bo-list .gallery .content {position:relative;padding: 20px;background: #fff;border-top: 1px solid #ddd;min-height:60px;display:flex;flex-direction:column;place-content:center;}
#gw-bo-list .gallery .bo_cate_link .sticky02{transition: all .3s;}
#gw-bo-list .gallery:hover .bo_cate_link .sticky02{background: var(--main-color);color: #fff;}
#gw-bo-list .bo_tit {position:relative;font-size: var(--main-title04);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
#gw-bo-list .gall_info {border-top: 1px solid #ddd;gap: 5px;flex-wrap: wrap;}
#gw-bo-list .gall_info > li{flex-shrink: 0;}
#gw-bo-list .gall_info a {color: #666;}
#gw-bo-list .gall_info .sv {display: none;}
#gw-bo-list .profile_img{display: none;}
#gw-bo-list .gw-empty-list{border-top: 2px solid #000;}
#gw-bo-list .gw-empty-list {padding: 40px 0;border-bottom: 1px solid #ddd;border-top:2px solid #ddd;}
#gw-bo-list .gw-empty-list > h3 {font-size: var(--main-title03);}
#gw-bo-list .no_image {background: #ddd;}



/*view*/
#gw-bo-v{padding-top: 120px;}
#gw-bo-v .profile_img {display: none;}
#bo_v_info .profile_info{text-align: center;padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
#bo_v_atc {text-align: center;min-height: 250px;border: 2px solid #ddd;border-radius: 5px;background: #fff;padding: 20px;}
#gw-bo-v .bo_v_nb{padding-top:60px;margin-bottom:60px;align-items:center;border-top: 1px solid #ddd;text-align: center;}
#gw-bo-v .bo_v_nb > li > a {display: block;width: 100%;transition: all .3s;text-transform: uppercase;font-size: var(--main-title04);}
#gw-bo-v .bo_v_nb > li > .list-btn {display:inline-block;width: 60px;height: 60px;background: #000;color: #fff;position: relative;box-shadow: 0 20px 30px rgba(0, 0, 0, .05);transition: all .3s;}
#gw-bo-v .bo_v_nb > li > .list-btn:hover {background: var(--main-color);}
#gw-bo-v .bo_v_nb > li > a.disabled-link {color: #ccc;}
#gw-bo-v .btn_bo_user {place-content: center;align-items:flex-start;}

#gw-bo-v .bo_v_tit{font-size:2.3em;margin-top: 20px;}


#bo_v_link .gw-box01 {margin-bottom: 30px;}
#bo_v_link .gw-box01 .gw-flex {align-items: center;gap: 10px;}
.gw-empty-list {padding: 40px 0;border-bottom: 1px solid #ddd;border-top:2px solid #ddd;}
.gw-empty-list > h3 {font-size: var(--main-title03);}


#wr_content{background: #fff;}
#bo_vc .cmt_contents {background: #fff;}
#bo_vc .gw-box02 {border: 2px solid #ddd;margin-bottom: 20px;}
#bo_v_sns{place-content: center;}
#bo_v_sns > li {width: 40px;height: 40px;line-height:40px;border: 1px solid #ddd;}
#bo_v_sns > li > a {display: block;width: 100%;height: 100%;color: #666;}
#bo_v_sns > li > a.disabled {color: #ccc;}
#bo_v_act {place-content: center;}
#bo_vc_w .bo_vc_w_wr input{background: #fff;}
#gw-bo-v .bo_v_nb > li > a{position: relative;}
#gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a:before {content: "";display: block;width: 100%;height: 3px;background: var(--main-color);position: absolute;top: -80px;opacity: 0;transition: all .3s;}
#gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a:hover:before{opacity: 1;}
#gw-bo-v .bo_v_nb > li > .prev > i {transition: all .3s;}
#gw-bo-v .bo_v_nb > li > .prev:hover{color: var(--main-color);}
#gw-bo-v .bo_v_nb > li > .prev:hover > i {transform: translateX(-10px);}
#gw-bo-v .bo_v_nb > li > .next > i {transition: all .3s;}
#gw-bo-v .bo_v_nb > li > .next:hover{color: var(--main-color);}
#gw-bo-v .bo_v_nb > li > .next:hover > i {transform: translateX(10px);}
#gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a.disabled-link:before {opacity: 0;}
#gw-bo-v .bo_v_nb > li > .disabled-link:hover > i {transform: translateX(0);}



/* 게시판 쓰기 */
#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_wrapper .gw-btn03 {position: absolute;right: 17px;top: 50%;transform: translateY(-50%);}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #ddd;background:#fff;box-shadow:70px 70px 130px rgb(39 49 108 / 20%);}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
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:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #ddd;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #ddd}
#autosave_pop li {padding:10px;border-bottom:1px solid #fff;background:#f3f3f3;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;color:#999;font-family: 'Poppins_R', sans-serif;}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/*글쓰기*/
#gw-bo-w{padding-top: 120px;}
#gw-bo-w > h2 {padding-bottom: 40px;margin-bottom: 20px;border-bottom: 2px solid #000;}
#gw-bo-w > form > div:not(:last-child) {border-bottom: 1px solid #ddd;}
#gw-bo-w > form input {margin-top:10px;background: #fff;}
#gw-bo-w .file-name {background: #fff;width: calc(80% - 3px);}
#gw-bo-w .file-name .num {border-bottom: 1px solid #000;margin-left: 10px;}
#gw-bo-w .gw-btn-wrap {margin: 0 auto;}
#gw-bo-w .file_del {position: absolute;right: 17px;top: 50%;transform: translateY(-50%);}
.btn_cke_sc{font-size:14px;}
.cke_sc_def{font-size:14px;}

@media screen and (max-width:1280px){
	#container{padding-bottom:120px;}
    .gw-bbs-con{width: 100%;padding: 0 40px;}

    /*write*/
    #gw-bo-w{width: 100%;}
}

@media screen and (max-width:1024px){
    .gw-bbs-con{width: 100%;padding: 0 20px;}

    /*list*/
    #gw-bo-list .search-container{padding: 60px 0;width:100%;}
    #gw-bo-list .gallery .gw-gall-line{display: none;}
}

@media screen and (max-width:768px){
	#container{padding-bottom:60px;}

    /*list*/
    .gall_row .col-gn-3 {width:50%}
    .gall_row .col-gn-4 {width:50%}
    .gall_row .col-gn-5 {width:50%}
    .gall_row .col-gn-6 {width:50%}
    .gall_row .col-gn-7 {width:50%}
    .gall_row .col-gn-8 {width:50%}
    .gall_row .col-gn-9 {width:50%}
    .gall_row .col-gn-10 {width:50%}
    

    /*write*/
    #gw-bo-w{padding-top: 60px;}

    /*view*/
    #gw-bo-v{padding-top: 60px;}
}

@media screen and (max-width:576px){
    /*공통*/
    .pg_page, .pg_current{height: 25px;}

    /*말풍선*/
    #gw-bo-list .sv_wrap .sv{right: auto;}
    #gw-bo-list .sv_wrap .sv:before {left: 15px;right: auto;}
    #gw-bo-list .sv_wrap .sv:after {left: 15px;right: auto;}

    /*list*/
    #gw-bo-list .search-container{padding: 40px 0;width: 100%;flex-wrap: wrap;}
    .gall_row .col-gn-0, .gall_row .col-gn-1, .gall_row .col-gn-2, .gall_row .col-gn-3, .gall_row .col-gn-4, .gall_row .col-gn-5, .gall_row .col-gn-6, .gall_row .col-gn-7, .gall_row .col-gn-8, .gall_row .col-gn-9, .gall_row .col-gn-10{padding-left: 0;padding-right: 0;}
	.gall_row .col-gn-2 {width:100%}
    .gall_row .col-gn-3 {width:100%}
    .gall_row .col-gn-4 {width:100%}
    .gall_row .col-gn-5 {width:100%}
    .gall_row .col-gn-6 {width:100%}
    .gall_row .col-gn-7 {width:100%}
    .gall_row .col-gn-8 {width:100%}
    .gall_row .col-gn-9 {width:100%}
    .gall_row .col-gn-10 {width:100%}
    #gw-bo-list .btn_bo_user{width: 100%;flex-direction:column;}
    #gw-bo-list .btn_bo_user > li{flex: 1;font-size: 12px;}
    #gw-bo-list #gall_ul{margin: 0;}
    #gw-bo-list .gallery .gall_img{height: 47vw;}
	#gw-bo-list .gallery .gall_img > a > img{height: 47vw !important;}
	#gw-bo-list .gallery .content{min-height:auto;}

    /*write*/
    #gw-bo-w > form > div {flex-direction: column;}
    #gw-bo-w > form > div .gw-w-15 {width: 100% !important;margin-bottom: 10px;}
    #gw-bo-w > form > div .gw-w-85 {width: 100% !important;flex-wrap: wrap;}
    #gw-bo-w > form > div .gw-w-85 > li {width: 40%;}
    #gw-bo-w > form > div > .gw-w-50:first-child {border-bottom: 1px solid #ddd;padding-bottom: 10px;}
    #gw-bo-w .file-name{width: calc(75% - 3px);}
    .gw-file-input-button{width: 25% !important;}
    .btn_cke_sc{font-size:12px;}
    .cke_sc_def{font-size:12px;}
    .cke_sc_def dd{text-align:center;}

    /*view*/
    #bo_vc .cm_wrap > .gw-flex-btw {flex-direction: column;gap: 10px;text-align:center;}
    #bo_vc .cmt_contents{margin-bottom: 0 !important;}
    #gw-bo-v .bo_v_nb{margin-bottom: 30px;}
    #gw-bo-v .gw-btn0102 {width: 100% !important;}
    #gw-bo-v .btn_bo_user{width: 100%;flex-direction:column;}
    #gw-bo-v .btn_bo_user > li{flex: 1;font-size: 12px;}
    #bo_v_info .profile_info{padding-bottom: 20px;margin-bottom: 20px;font-size: 12px;}
    #gw-bo-v .bo_v_nb {padding-top: 30px;}
    #gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a:before{top: -50px;}
    .more_opt li{width:122px;}
}

@media screen and (max-width:375px){
	 /*list*/
	.pg_page, .pg_current{margin:0 3px;}

    /*view*/
    #gw-bo-v .bo_v_nb > li > .list-btn{width:50px;height:50px;}
}

@media screen and (max-width:320px) {
    .gw-none-320{display: none;}
    .gw-file-input-button{font-size: 12px;}
}



.fc_ver2_pointer {color:#e53d30; }
.daon_content_wrap{width:100%; min-width:320px; max-width:1500px; margin:0 auto;}

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:70px;}
.daon_ver3_page_title h1{width:100%; font-size:2.5em; font-weight:600;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1.2em; color:#666; margin-top:20px; }

.daon_ver3_sub_type20 {width:100%; max-width:1444px; margin:0 auto;}
.daon_ver3_sub_type20:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type20 .con_title { width:100%; text-align:center; margin:50px auto 30px;}
.daon_ver3_sub_type20 .con_title:after{ content:''; display:block; clear:both;}
.daon_ver3_sub_type20 .con_title p {display:block; margin-bottom:5px; font-size:1em; color:#999; font-weight:500; line-height:1.6em; letter-spacing: 5px; word-break:keep-all;}
.daon_ver3_sub_type20 .con_title h3.tit { display:block; font-size:3em; color:#000; font-weight:700; line-height:1.4em; letter-spacing:-0.05em; }
.daon_ver3_sub_type20 .con_title h3.tit span { font-size:1em; color:#e53d30; }
.daon_ver3_sub_type20 .con_title:first-of-type {margin-top:0; }

.daon_ver3_sub_type20 .step_area{ width:100%;}
.daon_ver3_sub_type20 .step_area:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type20 .step_area ul{ width:100%; padding:0; margin:0;}
.daon_ver3_sub_type20 .step_area ul li{position:relative; float:left; width:32%; padding:10px 20px; margin-right:1%; margin-bottom:1%; list-style:none; background-color:#fff; border:1px solid #eee; box-sizing:border-box; border-radius:10px; transition:0.3s all ease; }
.daon_ver3_sub_type20 .step_area ul li i {position:absolute; right:30px; top:30px; font-size:2.5em; font-weight:700; color:#666; line-height:1em; font-style:normal; font-family:"Font Awesome 6 Free"; }/*아이콘*/
/*.daon_ver3_sub_type20 .step_area ul li:before {z-index:1; position:absolute; right:-20px; top:50%; margin-top:-20px; content:""; display:block; width:40px; height:40px; background:#fff url('https://gdkdo.mycafe24.com/theme/mons13/image/step_arrow_bk.png')no-repeat center center; border:1px solid #eee; border-radius:100%;} /*화살방향_오른쪽*/
.daon_ver3_sub_type20 .step_area ul li:nth-child(3n) {margin-right:0; }
.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):before {display:none;}
/*.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after {z-index:1; position:absolute; left:50%; margin-left:-20px; bottom:-20px; content:""; display:block; width:40px; height:40px; background:#fff url('https://gdkdo.mycafe24.com/theme/mons13/image/step_arrow_bk.png')no-repeat center center; border:1px solid #eee; border-radius:100%; transform:rotate(90deg); transition:transform 500ms;} /*화살방향_아래*/
.daon_ver3_sub_type20 .step_area ul:last-child li:after {display:none;}
.daon_ver3_sub_type20 .step_area ul li > dl {width:100%; margin:0; padding:0; font-size:1em; }
.daon_ver3_sub_type20 .step_area ul li > dl dd {display:block; }
.daon_ver3_sub_type20 .step_area ul li > dl dd em.num {display:block; font-size:1.25em; color:#555; font-weight:700; font-style:normal;}/*숫자*/
.daon_ver3_sub_type20 .step_area ul li > dl dd strong { margin:15px 0 20px 0; display:block; font-size:1.5em; color:#000; line-height:1.4em; word-break:keep-all; }
.daon_ver3_sub_type20 .step_area ul li > dl dd p {display:block; font-size:1.15em; letter-spacing:-0.05em; color:#666; line-height:1.4em; word-break:keep-all;}
.daon_ver3_sub_type20 .step_area ul li.key-color {background-color:#f9f9fa;}
.daon_ver3_sub_type20 .step_area ul li.key-color > dl dd em.num {color:#e53d30;}/*포인트숫자*/
.daon_ver3_sub_type20 .step_area ul li.key-color > dl dd strong {color:#e53d30;} /*포인트타이틀*/
.daon_ver3_sub_type20 .step_area ul li.open {background-color:#e53d30;} /*오픈배경*/
.daon_ver3_sub_type20 .step_area ul li.open i {color:#fff;}
.daon_ver3_sub_type20 .step_area ul li.open > dl dd em.num,
.daon_ver3_sub_type20 .step_area ul li.open > dl dd p {color:#fff !important;}/*오픈아이콘_텍스트*/
.daon_ver3_sub_type20 .step_area ul li.open > dl dd strong { font-size:1.5em;  color:#fff; }
.daon_ver3_sub_type20 .step_area ul.reverse li{float:right; margin-right:2%; margin-left:0; }
/*.daon_ver3_sub_type20 .step_area ul.reverse li:before {right:unset; left:-20px; transform:rotateY(180deg); transition:transform 500ms;}/*화살방향_왼쪽*/
.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(1) {margin-right:0;}
.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(3) {margin-left:0; margin-right:2%; }

.tbl_scroll_price{display:none; width:100%; text-align:right;}
.tbl_scroll_price_wrap { width:100%; overflow-x:auto; white-space: nowrap;}
.tbl_scroll_price_wrap::-webkit-scrollbar { -webkit-appearance: none; } 
.tbl_scroll_price_wrap::-webkit-scrollbar:vertical { width: 12px; } 
.tbl_scroll_price_wrap::-webkit-scrollbar:horizontal { height: 8px; } 
.tbl_scroll_price_wrap::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, .5); border-radius: 10px; border: 2px solid #ffffff; } 
.tbl_scroll_price_wrap::-webkit-scrollbar-track { border-radius: 10px; background-color:#fff; }

table.tbl_price { width:100%; min-width:890px; border-collapse:collapse; border-spacing:0; border-top:2px solid #000; table-layout:auto; }
table.tbl_price thead { background-color:#fff; }
table.tbl_price thead tr td { padding:10px 15px; text-align:center; font-size:1em; color:#000; line-height:1.6em; font-weight:bold; border-right:1px solid #eee; border-bottom:1px solid #eee; box-sizing:border-box;}
table.tbl_price thead tr td.bo_r {border-right:1px solid #eee;}
table.tbl_price tbody tr td { padding:15px 15px; text-align:center; font-size:1em; color:#333; line-height:1.6em; word-break:keep-all; border-right:1px solid #eee; border-bottom:1px solid #eee; box-sizing:border-box;}
table.tbl_price tbody tr td.txt_left {text-align:left;}
table.tbl_price td:last-of-type {border-right:none;}
table.tbl_price tbody tr.total1 td {font-size:1em; font-weight:700; background-color:#f8f8f8;}
table.tbl_price tbody tr.total2 {border-top:2px solid #000; background-color:#fcf5f4;}
table.tbl_price tbody tr.total2 td { padding:25px 15px; font-size:1em; font-weight:700;}
dl.tbl_price_etc {margin-top:30px;}
dl.tbl_price_etc dd {margin-top:5px; list-style-position: inside; text-indent:-1.2em; padding-left: 1.2em; font-size:1em; color:#222;}

.daon_ver3_sub_type20 a.btn_online {display:block; width:240px; text-align:center; margin:50px auto; text-decoration:none; padding:15px 0px; font-size:1.25em; color:#fff; line-height:1.5em; background-color:#000; border-radius:2px; transition:0.3s all ease; }
.daon_ver3_sub_type20 a.btn_online:hover{color:#fff; background-color:#e53d30; }


@media screen and (max-width:1500px){
	.daon_ver3_sub_type20 .step_area {padding:0 4%;}
}

@media screen and (max-width:1200px){		
	.daon_ver3_sub_type20 .step_area ul li {width:49%; padding:30px 25px 40px 25px; margin-right:2%; }
	.daon_ver3_sub_type20 .step_area ul li:nth-child(even) {float:right; margin-right:0;}
	.daon_ver3_sub_type20 .step_area ul li:before {display:none;} /*화살방향_오른쪽*/
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n) {margin-right:2%;}
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after {display:none;}/*화살방향_아래*/
	.daon_ver3_sub_type20 .step_area ul li.open {width:100%;}
	.daon_ver3_sub_type20 .step_area ul.reverse li{float:none; float:left; margin-right:2%; margin-left:0; }
	.daon_ver3_sub_type20 .step_area ul.reverse li:before {display:none}/*화살방향_왼쪽*/
	.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(1) {margin-left:0; margin-right:0; }
	.daon_ver3_sub_type20 .step_area ul.reverse li:nth-child(3) {margin-left:0; margin-right:0; }
}

@media screen and (max-width:992px){
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type20 .con_title h3.tit { font-size:3em;}
	.daon_ver3_sub_type20 .con_title p { font-size:1.25em;}
}

@media screen and (max-width:890px){	
	.tbl_scroll_price {display:block; padding-bottom:15px; }
}

@media screen and (max-width:768px){
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type20 .con_title h3.tit { font-size:2em;}
	.daon_ver3_sub_type20 .con_title p { font-size:1.15em; }
}

@media screen and (max-width:640px){	
	.daon_ver3_sub_type20 .step_area {margin-top:40px;}
	.daon_ver3_sub_type20 .step_area ul li {width:100%; min-height:auto; margin-bottom:40px;}
	.daon_ver3_sub_type20 .step_area ul li i { right:25px; top:25px; font-size:2em; }
	.daon_ver3_sub_type20 .step_area ul li:before { display:block; right:unset; top:unset; left:50%; margin-left:-20px; bottom:-20px; transform:rotate(90deg); transition:transform 500ms;} /*화살방향_아래*/
	.daon_ver3_sub_type20 .step_area ul.reverse li:before {display:block; right:unset; left:50%; transform:rotate(90deg); transition:transform 500ms;}/*화살방향_왼쪽*/
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):before {display:none; } 
	.daon_ver3_sub_type20 .step_area ul li:nth-child(3n):after {display:block; margin-left:-20px; bottom:-20px; }/*화살방향_아래*/
	.daon_ver3_sub_type20 .step_area ul li.open:after {display:none;}
}