@charset "utf-8";
/* ********************************************************************
 * name : JT Design
 * filename : custom.css
 * description : 추가 css 
 * date : 2024-04-18
********************************************************************* */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.3/dist/web/variable/pretendardvariable-jp.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

/* 
 * base CSS Document
 */

/* reset */
html {overflow-y:scroll;}
body,p,div,span,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0; padding:0;}
body,input,textarea,button,select{font-family: 'Pretendard','retendard Variable', 'Pretendard-Regular', 'Noto Sans KR', sans-serif;;color:#444;font-family: 'Pretendard' !important;}
html,body{font-size:15px; line-height:1.5;}
h1,h2,h3,h4,h5,h6{font-size:1rem;font-family: 'Pretendard' !important;}
input,textarea,button,select{font-size:0.9375rem;}
img, fieldset, button{border:0;}
textarea{overflow:auto;}
input[type=submit],
input[type=button],
button{cursor:pointer;}
img{vertical-align:top;}
address, em{font-style:normal;}
table{border-spacing:0; border-collapse:collapse;}
table,th,td{border:none;}
caption{overflow:hidden; line-height:0; text-indent:-2000em;}
legend, .hidden{padding:0; margin:0; overflow:hidden !important; text-indent:100%; white-space:nowrap; font-size:0;}
i{font-style:normal;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
figure{padding:0px; margin:0px;}
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;}
/* 링크 기본값 */
a:link{text-decoration:none; color:#444;}
a:visited{text-decoration:none; color:#444;}
a:hover{text-decoration:none; color:#444;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
a:active{text-decoration:none;}
a:focus{text-decoration:none;}

/* 리스트 스타일 제거 */
ul,ol,li{list-style:none;}

/* mobile */
body{-webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none;}


.cf {display:block; content:""; clear:both;} 
.cf:after{display:block; content:""; clear:both;}
.f-pr{font-family: 'Pretendard';}
.f-pl{font-family: 'Play', sans-serif;}
.f-ub{font-family: 'Ubuntu', sans-serif;}
.blind {overflow: hidden;position: absolute;top: 0;left: 0;width: 1px;height: 1px;font-size: 0;line-height: 0;}


:root {
    --main-color: #236ae0;
    --black-color: #000;
    --white-color: #fff;
}


.topBtn {position: fixed;bottom: 15px;right: 15px;z-index: 10;display:none;width: 46px;height: 46px;background-color: #fff0;outline:none;text-align: center;color: #000;z-index: 1000;border: 1px solid #2b2b2b;box-sizing: border-box;cursor:pointer;
	-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;-ms-transition: all 0.6s;transition: all 0.6s -webkit-border-radius:50%;-moz-border-radius: 50%;-o-border-radius: 50%;}
.topBtn i {display: inline-block;font-size: 19px;line-height: 46px;transition: all 0.3s;color: #2b2b2b;}
.topBtn:hover{background-color:var(--main-color);border: 1px solid var(--main-color);}
.topBtn:hover i {transform: translateY(-3px);color:var(--white-color);}


/* === 제작사례 === */
#boardWrap{margin-bottom:8em;}

.workCon{}
.workCon .boCate{margin: 4em 0 5em;border-top: 1px solid #818181;position: relative;}
.workCon .boCate .admin{position: absolute;right: 0;top: 50%;transform: translate(-50%, -50%);}
.workCon .boCate .cate{display: flex;justify-content: center;padding: 2.5em 0;}
.workCon .boCate .cate li{margin: 0 3em;}
.workCon .boCate .cate li a{font-size: 20px;color: #414141;position: relative;font-weight: 500;}
.workCon .boCate .cate li a#bo_cate_on,
.workCon .boCate .cate li a:hover{color: var(--main-color);}
.workCon .boCate .cate li a:after {content: '';position: absolute;bottom: -15px;left: -20%;width: 0;height: 1px;background: var(--main-color);webkit-transition: all 0.5s;transition: all 0.5s;}
.workCon .boCate .cate li a#bo_cate_on:after,
.workCon .boCate .cate li a:hover:after{width: 140%;webkit-transition: all 0.5s;transition: all 0.5s;}
.workCon .gridBox{/*display: grid;grid-template-columns: 1fr 1fr;grid-column-gap: 70px;*/display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;max-width: 1400px;margin: 0 auto;}
.workCon .gridBox .item{position: relative;margin-bottom: 3em;}
.workCon .gridBox .item:nth-child(even){margin-top:3em;}
.workCon .gridBox .item a{}
.workCon .gridBox .item a .imgBox{width: 100%;height: 390px;overflow: hidden;border-radius: 60px 0 30px;}
.workCon .gridBox .item a .imgBox img{width:100%;transition: transform 2.6s cubic-bezier(.19, 1, .22, 1);transform: scale(1);}
.workCon .gridBox .item a:hover .imgBox img{transform: scale(1.1);}
.workCon .gridBox .item a .caption{margin-top: 20px;}
.workCon .gridBox .item a .caption .inner{}
.workCon .gridBox .item a .caption span{font-size: 18px;color: #999;}
.workCon .gridBox .item a .caption h4{font-size: 24px;font-weight: 500;}
/*.workCon .gridBox .item .txt{display:none;}*/
.workCon .gridBox .item h3{background:#fff;padding-bottom:3em;color: #858585;font-weight: 400;font-size: 1.125rem;}
.workCon .gridBox .item .no_image {width: 600px;height: 300px;background-color: #f9f9f9;font-size: 18px;line-height: 300px;text-align: center;color: #999;}
.pages {position: absolute;left: 50%;transform: translate(-50%, -50%);}
.workCon .gridBox .itemBg{background: #fff;margin: -6.5em 0;padding-bottom: 7em;padding-top: 2em;}

.workPin{max-width: 1600px;margin: 0 auto;}
.workPin .pin1{display: grid;grid-template-columns: 35% 65%;margin: 5em 0;}
.workPin .pin1 .pinSection1 {height: auto !important;padding: inherit !important;top: 5em !important;}
.workPin .pin1 .pinSection1 .txtBox{width: calc(100% - 150px);background:var(--main-color);border-radius: 8px;padding: 50px 50px 20px;color: #fff;}
.workPin .pin1 .pinSection1 .txtBox h1{font-size: 32px;}
.workPin .pin1 .pinSection1 .txtBox p{font-size: 17px;margin: 20px 0 30px;color: #bbd5ff;}
.workPin .pin1 .pinSection1 .txtBox ul li{margin-bottom: 20px;font-size: 18px;border-bottom: 1px solid #719ce5;padding-bottom: 20px;}
.workPin .pin1 .pinSection1 .txtBox ul li:last-child{border-bottom:0;}
.workPin .pin1 .pinSection1 .txtBox ul li span{width: 150px;display: inline-block;font-weight: 500;}
.workPin .pin1 .pinSection1 .txtBox ul li em{font-weight: 200;}
.workPin .pin1 .pinSection1 .txtBox .urlLink{margin-bottom: 2em;}
.workPin .pin1 .pinSection1 .txtBox .urlLink a{display: block;font-size: 18px;font-weight: 400;width: 145px;height: 145px;line-height: 145px;
    border-radius: 50%;position: relative;vertical-align: middle;margin: 2.5em auto 0;outline: 1px solid;-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 45px rgba(255, 255, 255, 0.2);outline-offset: 0;outline-color: rgba(255, 255, 255, 0);background: transparent;color: var(--white-color);text-align: center;}
.workPin .pin1 .pinSection1 .txtBox .urlLink a:hover{background: var(--white-color);color: var(--black-color);text-shadow: none;font-weight: 500;border: 1px solid #fff;outline-offset: 15px;outline-color: rgb(255 255 255 / 45%);}
.workPin .pin1 .conBox{}
.workPin .pin1 .conBox .con{border-top: 2px solid #2f2f2f;border-bottom: 1px solid #2f2f2f;padding: 2.5em 0;line-height: 1.6;font-weight: 500;}
.workPin .pin1 .conBox .con img{text-align: center;}
.workPin .pin1 .conBox .con iframe{width: 600px;height: 336px;margin: 0 auto;text-align: center;position: relative;left: 50%;transform: translate(-50%, 0);}

.workPin .template-form{text-align: center;}
.workPin .template-form .listbtn{width: 200px;height: 60px;font-size: 17px;background: var(--main-color);}
.workPin .template-form .btnss{vertical-align: 2px;}

/* === 게시판태그 === */
.tagList{width:100%;height:auto;overflow:hidden}
.tagList.view{position:relative;box-sizing:border-box;margin-top:0.8em;width: calc(100% - 50px);}
.tagList.view .tagTitle{display: flex;align-items: center;font-size: 1.7rem;}
.tagList.view .tagTitle i{margin-right: 8px;}
.tagList.view .tagTitle span{font-weight: 600;}
.tagList.view .tagListIpt{height:auto;border:none;margin-top: 0.2em;}
.tagList.view .tagListIpt ul li.tag{padding: 0;margin: 0 7px 7px 0;}
.tagList.view .tagListIpt ul li.tag:hover{background:none}
.tagList.view .tagListIpt ul li.tag a{color: var(--main-color);pointer-events: none;cursor: default;border: 1px solid var(--main-color);padding: 5px 20px;border-radius: 50px;}
.tagList.view .tagListIpt ul li.tag a:hover{text-decoration:underline}
.tagList .tagListTit{width:100%;height:auto;overflow:hidden;line-height:30px;box-sizing:border-box;padding-left:30px;position:relative}
.tagList .tagListTit u{font-size:13px;color:#666;text-decoration:none}
.tagList .tagListTit i{width:30px;height:30px;position:absolute;left:0;top:0;text-align:center;line-height:30px;font-size:15px}
.tagList .tagListTit span{display:inline-block;float:right;font-size:14px;color:#666;padding-right:10px;line-height:30px}
.tagList .tagListTit span a{color:var(--main-color);margin:0 5px}
.tagList .tagListTit span a:hover{color:#666}
.tagList .tagListIpt{background:#fff;width:100%;height:auto;overflow:hidden;box-sizing:border-box;padding:10px;border:1px solid #ccc}
.tagList .tagListIpt ul li{display:inline-block;float:left;color:var(--main-color);position:relative;padding-left:10px;padding-right:30px;line-height:30px}
.tagList .tagListIpt ul li.tag{cursor:text}
.tagList .tagListIpt ul li.tag:hover{background:var(--main-color);color:#fff}
.tagList .tagListIpt ul li i{display:block;width:30px;height:30px;line-height:30px;position:absolute;top:0;right:0;font-size:15px}
.tagList .tagListIpt ul li input[type='text']{padding:0 10px;font-size:13px;color:var(--main-color);height:30px;background:none;border:none}
.tagList .tagListIpt ul li span.overlap{ color: #e82727; }

.tagInfo{width:100%;height:auto;overflow:hidden;margin-top:10px;min-height:30px}
.tagInfo a{display:inline-block;line-height:30px;color:var(--main-color);margin-right:5px}
.tagInfo a.onTag{color:#ff28ee;text-decoration:underline}
.tagInfo a:hover{text-decoration:underline}

/* === 게시판공통 === */
.sBoard{margin-top: 8em;}
.sBoard .cate_div{margin-bottom: 2em;}
.sBoard .cate_div ul{}
.sBoard .cate_div ul li{margin-right: 10px;}
.sBoard .cate_div ul li a{font-size: 1.125rem;border: 1px solid #d3d3d3;padding: 10px 20px;border-radius: 50px;}
.sBoard .cate_div ul li a:hover,
.sBoard .cate_div ul li #bo_cate_on {border: 1px solid #00a1e9;border-bottom: 2px solid #1e82af;color: #fff;background: #00a1e9;}
.main_lists_date {font-size: 15px !important;}
.sBoard .view_img_cont .view_image img,
.comment_divs,
.main_lists_new{display:none !important;}
.viewtitles {font-size: 2rem !important;}
.v_cates img{vertical-align: text-top;}
.listtitles{font-size: 1.45rem !important;}
.main_lists_date a {background: #efefef;padding: 5px 20px;border-radius: 50px;font-size: 0.9rem;}
.videoWrap{width: 80%;margin: 0 auto;}
.linkfont{font-size:1.125rem;}
.linkfont:hover{color: #00a1e9;transition: all 0.5s;}

.btn_cke_sc {height: 29px !important;}
.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left;display: flex;flex-direction: column;width: 100%;}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;color:#b3b3b3}
.comment-respond .form-control, 
.comments-form .form-control {width: 97.8% !important;}

.writeBtnTop{position: absolute;margin-top: 35px;z-index: 100;}


/*
=========================================================================
반응형 레이아웃 css
=========================================================================
*/

@media all and (max-width:1450px){
	.workPin .pin1 {display: flex; flex-direction: column;}
	.workPin .pin1 .pinSection1 .txtBox{width:100%;padding: 40px 25px 20px;}
	.tagList.view{width:100%;margin:1em 0;}
	.workPin .pin1 .conBox .con img {width: 100%;}
}

@media all and (max-width:1420px){
	.board_margin {margin-top: 100px;}
	.workCon .gridBox{max-width: 100%;display: grid;grid-template-columns: 1fr 1fr;	grid-column-gap: 30px;}
	.workCon .gridBox .item a .imgBox {height: auto;}
}

@media all and (max-width:930px){
	.workCon .boCate {margin: 4em 0 2em;}
	.workCon .boCate .cate li {margin: 0 1.5em;}
	.workCon .boCate .cate li a {font-size: 18px;}
}

@media all and (max-width:640px){
	.workCon .boCate {margin: 0 0 2em;}
	.workCon .boCate .cate {justify-content: flex-start;padding: 1.5em 0;flex-wrap: wrap;}
	.workCon .boCate .cate li {margin: 0 0.5em;}
	.workCon .gridBox .item:nth-child(even) {margin-top: 0;}
    .workCon .boCate .cate li a {font-size: 17px;}
	.workCon .gridBox{grid-template-columns: 1fr;grid-column-gap: 0;}
	.workCon .gridBox .item a .imgBox {border-radius: 40px 0 15px;}
}
