/* ===================================
    Default CSS
=================================== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Chosunilbo_myungjo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    /* Layout */
    --layoutwidth: 1400px;
    --layoutminiwidth: 1200px;
    --layoutsubwidth: 1620px;
    --boldWeight:300;
    /* Font */
    --mainfont:'Noto Sans KR';
    --pointfont:'Chosunilbo_myungjo';


    /* Color */
    --pointcolor:#0d6fb8;
    --pointcolor2:#bee6ff;


    /* ============================================================
        만약 opacity 값을 줘야할 경우 사용법
        ex) color: rgba(var(--pointcolor-rgb), 0.5);
    ============================================================ */
    --pointcolor-rgb: 194, 134, 99;
}

/* ========== Font family ========== */
.main-font    {font-family: var(--mainfont), sans-serif}
.point-font   {font-family: var(--pointfont),sans-serif}


/* =============== Color ===============*/
.point-color  {color: var(--pointcolor)!important;color: var(--pointcolor)}/* 익스용 CSS > impotant 쓰면 적용안되는 부분으로 한줄더 작성 */
.point-color2  {color: var(--pointcolor2)!important;color: var(--pointcolor2)}/* 익스용 CSS > impotant 쓰면 적용안되는 부분으로 한줄더 작성 */
.point-bg     {background-color: var(--pointcolor)}

/* ==================================================================
    Reset 초기화 (2022.03.28)
===================================================================== */

*{outline:none;}
*, :after, :before {box-sizing:border-box;-webkit-box-sizing:border-box;-moz-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: inherit;}

html, body{font-family: var(--mainfont), sans-serif;line-height: 1.5;font-weight:var(--boldWeight);line-height: 1.4; text-align: center;}
body{-webkit-font-smoothing: antialiased;-font-smoothing: antialiased; letter-spacing: -0.02em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
div,span,p,ul,ol,li,dd,dt,dl,h1,h2,h3,h4,h5,h6{word-break: keep-all;} /* 줄바꿈 속성 (단어기준)*/
h1, h2, h3, h4, h5, h6{font-size: 1em;margin: 0;padding: 0;font-family: inherit;}
a, a:active, a:focus {text-decoration:none;color:#3c3c3c;-webkit-tap-highlight-color: transparent;}
button{border:none;background-color:transparent;cursor: pointer;}
ul, dl,dt,dd {list-style:none}
b, strong {font-weight: 600;}
small{font-size:0.9em;vertical-align: text-bottom;}
tbody, tfoot, thead, tr, th, td{vertical-align: middle;}
br{font-family:sans-serif}

input, button,textarea, select {margin:0;padding:0;font-family: var(--mainfont), sans-serif;font-size:1em}
input[type="submit"] {width: auto}
input[type="button"], input[type="text"], input[type="email"],
input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none; outline: none;}

input:focus, textarea:focus{ border-color: #585858; outline: none; }
input[type="button"]:focus{ outline: none;}
select::-ms-expand{ display:none;}

::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis;}
::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
::-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}

::selection{background:#bee6ff;}
::-moz-selection{background:#bee6ff;}
::-webkit-selection{background:#bee6ff;}

@media (max-width: 500px) {
    div,span,p,ul,ol,li,dd,dt,dl,h1,h2,h3,h4,h5,h6{word-break: keep-all;} /* 줄바꿈 속성 (글자기준)*/
}

/* ==============================================================
    ♥ Custom (2022.03.28) ♥
============================================================== */
/* ===== Basic ===== */
html,body{font-size:16px}
@media (max-width:1440px){html, body {font-size: 14px;}}
@media (max-width:1240px){html, body {font-size: 13px;}}
@media (max-width:1024px){html, body {font-size: 11px;}}
@media (max-width:768px) {html, body {font-size: 10px;}}

/* ========== Font size (16px 기준) ========== */
.font-14  {font-size: 0.875rem;}
.font-16  {font-size: 1.000rem;}
.font-18  {font-size: 1.125rem;}
.font-20  {font-size: 1.250rem;}
.font-22  {font-size: 1.375rem;}
.font-24  {font-size: 1.500rem;}
.font-26  {font-size: 1.625rem;}
.font-30  {font-size: 1.875rem;}
.font-35  {font-size: 2.190rem;}
.font-40  {font-size: 2.500rem;}
.font-45  {font-size: 2.813rem;}
.font-48  {font-size: 3.000rem;}
.font-50  {font-size: 3.125rem;}
.font-55  {font-size: 3.438rem;}
.font-60  {font-size: 3.750rem;}
.font-66  {font-size: 4.120rem;}
.font-70  {font-size: 4.375rem;}
.font-80  {font-size: 5.000rem;}
.font-90  {font-size: 5.625rem;}
.font-100 {font-size: 6.250rem;}
.font-120 {font-size: 7.500rem;}

@media (max-width:768px) {

}

/* ========== Font weight ========= */
.bold100 {font-weight:100}
.bold200 {font-weight:200}
.bold300 {font-weight:300}
.bold400 {font-weight:400}
.bold500 {font-weight:500}
.bold600 {font-weight:600}
.bold700 {font-weight:700}
.bold900 {font-weight:900}


/* ===== Basic color + background =====*/
.color-white          {color:#ffffff;}
.color-gray           {color:#3c3c3c;}
.color-subgray           {color:#666;}
.color-lightgray           {color:#ddd6d0;}
.color-black          {color: #000;}
.color-beige          {color: #c2a48c;}
.color-red          {color: #ff2525;}

.bg-white             {background-color:#ffffff;}
.bg-black             {background-color:#000000;}
.bg-sky              {background-color:#e4edf2;}
.bg-sky2              {background-color:#e6f0f8;}
.bg-gray              {background-color:#c7c7c7;}
.bg-darkgray              {background-color:#3c3c3c;}
.bg-lightgray              {background-color:#f4f4f4;}
.bg-blue              {background-color:#0d6fb8;}


/* ========== Line-hight ========== */
.lh-10 {line-height: 1.0}
.lh-12 {line-height: 1.2}
.lh-14 {line-height: 1.4}
.lh-15 {line-height: 1.5}
.lh-17 {line-height: 1.7}
.lh-18 {line-height: 1.8}
.lh-20 {line-height: 2.0}

/* =============== Letter-spacing =============== */
.spacing01{letter-spacing: 0.1em}


/* =============== Display =============== */
.block { display: block; }
.inline-block { display: inline-block; }

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.flex-wrap{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;flex-wrap: wrap;}
.flex-center {display: flex; align-items: center; justify-content: center;}
.flex-end {display: flex; align-items: flex-end;}
.flex-start {display: flex; align-items: flex-start;}

.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }


.justify-start{-webkit-box-pack: start;-ms-flex-pack: start;-webkit-justify-content: flex-start;justify-content: flex-start;}
.justify-end{-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;}

.items-start{-webkit-box-align: start;-ms-flex-align: start;-webkit-align-items: flex-start;align-items: flex-start;}
.items-end{-webkit-box-align: end;-ms-flex-align: end;-webkit-align-items: flex-end;align-items: flex-end;}
.items-stretch{-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}



/* ========== Section Common ==========*/
.section       {padding:200px 0;}
.section_mini  {padding:100px 0;}
.section-left  {padding-left : calc((100% - var(--layoutwidth)) / 2);width:100%;}
.section-right {padding-right: calc((100% - var(--layoutwidth)) / 2);width:100%;}
.section-left_sm  {padding-left : calc((100% - var(--layoutminiwidth)) / 2);width:100%;}
.container {max-width: var(--layoutwidth); margin:auto}
.container_sm {max-width:var(--layoutminiwidth); margin:auto}
.cont_box {margin-top: 4.68rem;}

.mark     {display: inline !important;box-shadow: inset 0 -0.65em 0 rgba(248, 82, 125, 0.3);}
.shadow   {box-shadow: 0 0 7px rgb(0 0 0 / 10%);}
.clearfix {*zoom:1;}
.clearfix:before,.clearfix:after {content: '';clear: both;display: block;}



@media (max-width:1440px) {
    .container, .container_sm {width:90%;margin:auto;}

    .section       {padding:130px 0;}
    .section_mini  {padding:100px 0;}
    .section-left  {padding-left : 5%}
    .section-right {padding-right: 5%}
}

@media (max-width: 990px) {
    .section       {padding:100px 0;}
    .section_mini  {padding:80px 0}
}

@media (max-width: 768px) {
    .section      {padding:80px 0;}
    .section_mini {padding:50px 0}

    .cont_box {margin-top: 3.5rem;}
}

/* ========== Text-align ========== */
.text-left   {text-align:left;}
.text-right  {text-align:right;}
.text-center {text-align:center;}

/* ========== Position & Visible ========== */
.hidden   {overflow: hidden;}
.relative {position: relative;}
.absolute {position: absolute;}

/* .hidden-lg, .hidden-md, .hidden-sm, .hidden-xs,.hidden-xxs {display:block !important} */
.visible-lg, .visible-md, .visible-sm, .visible-xs,.visible-xxs {display:none !important}

@media (max-width:1440px) { .hidden-lg {display:none!important} .visible-lg {display:block!important}}
@media (max-width:1240px) { .hidden-md {display:none!important} .visible-md {display:block!important}}
@media (max-width:990px)  { .hidden-sm {display:none!important} .visible-sm {display:block!important}}
@media (max-width:768px)  { .hidden-xs {display:none!important} .visible-xs {display:block!important}}
@media (max-width:500px)  { .hidden-xxs{display:none!important} .visible-xxs{display:block!important}}

/* ===== Img & Width===== */
.img-responsive {max-width: 100%;display: block;}

.width100 {width: 100% !important;}
.width95 {width: 95%;}
.width90 {width: 90%;}
.width80 {width: 80%;}
.width75 {width: 75%;}
.width70 {width: 70%;}
.width60 {width: 60%;}
.width55 {width: 55%;}
.width50 {width: 50%;}
.width45 {width: 45%;}
.width40 {width: 40%;}
.width35 {width: 35%;}
.width30 {width: 30%;}
.width20 {width: 20%;}
.width15 {width: 15%;}
.width10 {width: 10%;}

/* ===== Layout ===== */
.max1920{max-width:1920px}
.max1820{max-width:1820px}
.max1660{max-width:1660px}
.max1520{max-width:1520px}
.max1440{max-width:1440px}
.max1400{max-width:1400px}
.max1240{max-width:1240px}
.max1200{max-width:1200px}
.max1100{max-width:1100px}
.max1024{max-width:1024px}
.max990{max-width:990px}
.max768{max-width:768px}
.max530{max-width:530px}

/* ===== Margin ===== */
.no-margin {margin:0 !important}
.m-auto {margin: auto}
.m-0auto {margin: 0 auto !important;}

.ml-auto {margin-left: auto;}
.mr-auto {margin-right: auto;}
.mt-auto {margin-top: auto;}

.mt-0   {margin-top: 0 !important;}
.mt-5   {margin-top: 0.313em;}
.mt-10  {margin-top: 0.625rem;}
.mt-20  {margin-top: 1.25rem;}
.mt-30  {margin-top: 1.875rem;}
.mt-40  {margin-top: 2.5rem;}
.mt-50  {margin-top: 3.125rem;}
.mt-60  {margin-top: 3.75rem;}
.mt-70  {margin-top: 4.375rem;}
.mt-80  {margin-top: 5rem;}
.mt-100 {margin-top: 6.250rem;}

.mr-0   {margin-right: 0 !important;}
.mr-10  {margin-right: 0.625rem;}
.mr-20  {margin-right: 1.25rem;}
.mr-30  {margin-right: 1.875rem;}
.mr-40  {margin-right: 2.5rem;}
.mr-50  {margin-right: 3.125rem;}
.mr-60  {margin-right: 3.75rem;}
.mr-80  {margin-right: 5rem;}

.mb-0   {margin-bottom: 0 !important;}
.mb-5   {margin-bottom: 0.313em;}
.mb-10  {margin-bottom: 0.625rem;}
.mb-20  {margin-bottom: 1.25rem;}
.mb-25  {margin-bottom: 1.565rem;}
.mb-30  {margin-bottom: 1.875rem;}
.mb-40  {margin-bottom: 2.5rem;}
.mb-50  {margin-bottom: 3.125rem;}
.mb-60  {margin-bottom: 3.75rem;}
.mb-80  {margin-bottom: 5rem;}
.mb-100 {margin-bottom: 6.250rem;}

.mb-0   {margin-left: 0 !important;}
.ml-10  {margin-left: 0.625rem;}
.ml-20  {margin-left: 1.25rem;}
.ml-30  {margin-left: 1.875rem;}
.ml-40  {margin-left: 2.5rem;}
.ml-50  {margin-left: 3.125rem;}
.ml-60  {margin-left: 3.75rem;}
.ml-80  {margin-left: 5rem;}

/* ===== Padding ===== */
.no-padding {padding:0!important}

.pt-0   {padding-top: 0!important;}
.pb-0   {padding-bottom: 0!important;}
.pr-0   {padding-right:0!important}
.pl-0   {padding-left:0!important}

.pt-10  {padding-top: 0.625rem;}
.pt-20  {padding-top: 1.250rem;}
.pt-30  {padding-top: 1.875rem;}
.pt-40  {padding-top: 2.500rem;}
.pt-50  {padding-top: 3.125rem;}
.pt-60  {padding-top: 3.750rem;}
.pt-80  {padding-top: 5.000rem;}
.pt-100 {padding-top: 6.250rem;}

.pb-10  {padding-bottom: 0.625rem;}
.pb-20  {padding-bottom: 1.250rem;}
.pb-30  {padding-bottom: 1.875rem;}
.pb-40  {padding-bottom: 2.500rem;}
.pb-50  {padding-bottom: 3.125rem;}
.pb-60  {padding-bottom: 3.750rem;}
.pb-80  {padding-bottom: 5.000rem;}
.pb-100 {padding-bottom: 6.250rem;}

.pr-10  {padding-right: 0.625rem;}
.pr-20  {padding-right: 1.250rem;}
.pr-30  {padding-right: 1.875rem;}
.pr-40  {padding-right: 2.500rem;}
.pr-50  {padding-right: 3.125rem;}
.pr-60  {padding-right: 3.750rem;}
.pr-80  {padding-right: 5.000rem;}
.pr-100 {padding-right: 6.250rem;}

.pl-10  {padding-left: 0.625rem;}
.pl-20  {padding-left: 1.250rem;}
.pl-30  {padding-left: 1.875rem;}
.pl-40  {padding-left: 2.500rem;}
.pl-50  {padding-left: 3.125rem;}
.pl-60  {padding-left: 3.750rem;}
.pl-80  {padding-left: 5.000rem;}
.pl-100 {padding-left: 6.250rem;}

/* z-index */
.z-3 {z-index: 3;}

/*여백없는 half*/
.half{width:50%;}

/*여백 있는 half*/
.half-1{width:49%;margin-right:2%;}
.half-1:last-child{margin-right:0;}
.half-1:nth-child(2n){margin-right:0}

/*3개 박스*/
.box_wrap3 {margin-bottom:1.875rem;display:flex;flex-wrap: wrap;}
.box_wrap3:last-child {margin-bottom:0}
.box_wrap3 .box {width:32.3333%;margin-right:1.5%;margin-top:1.875rem;}
.box_wrap3 .box:nth-child(-n+3) {margin-top:0}
.box_wrap3 .box:nth-child(3n) {margin-right:0}
.box_wrap3 .box:last-child {margin-right:0}

/*여백없는 3개 박스*/
.box_wrap3.mr-0 .box{width:33.3333%;margin-right:0;}
.box_wrap3.mr-0{margin-bottom:0}
@media(max-width:990px){
    .sub .box_wrap3 .box{width:48%;margin-right:4%;margin-top:4%;}
    .sub .box_wrap3 .box:nth-child(-n+3) {margin-top:4%}
    .sub .box_wrap3 .box:nth-child(3n) {margin-right:4%}
    .sub .box_wrap3 .box:nth-child(-n+2) {margin-top:0}
    .sub .box_wrap3 .box:nth-child(2n) {margin-right:0}
    .sub .box_wrap3 .box:last-child {margin-right:0}
}
@media(max-width:500px){
    .sub .box_wrap3 .box{width:100%;margin-right:0;margin-top:8%;}
    .sub .box_wrap3 .box:nth-child(-n+3) {margin-top:8%}
    .sub .box_wrap3 .box:nth-child(3n) {margin-right:0}
    .sub .box_wrap3 .box:nth-child(-n+2) {margin-top:8%}
    .sub .box_wrap3 .box:first-child {margin-top:0}
}



/*4개 박스*/
.box_wrap4 {margin-bottom:1.875rem;display:flex;flex-wrap: wrap;}
.box_wrap4:last-child {margin-bottom:0}
.box_wrap4 .box {width:23.5%;margin-right:2%;margin-top:1.875rem;box-sizing:border-box}
.box_wrap4 .box:nth-child(-n+4) {margin-top:0}
.box_wrap4 .box:nth-child(4n) {margin-right:0}
.box_wrap4 .box:last-child {margin-right:0}
@media(max-width:990px){
    .box_wrap4 .box {width:48%;margin-right:4%;}
    .box_wrap4 .box:nth-child(-n+4) {margin-top:4%}
    .box_wrap4 .box:nth-child(4n) {margin-right:4%}
    .box_wrap4 .box:nth-child(-n+2) {margin-top:0}
    .box_wrap4 .box:nth-child(2n) {margin-right:0}
}

/*5개 박스*/
.box_wrap5 {margin-bottom:1.875rem;display:flex;flex-wrap: wrap;}
.box_wrap5:last-child {margin-bottom:0}
.box_wrap5 .box {width:18%;margin-right:2.5%;margin-top:1.875rem;box-sizing:border-box}
.box_wrap5 .box:nth-child(-n+5) {margin-top:0}
.box_wrap5 .box:nth-child(5n) {margin-right:0}
.box_wrap5 .box:last-child {margin-right:0}

/* ========== Aos ========== */
[data-aos=fade-up2] { transform: translate3d(0, 30px, 0); }
[data-aos=fade-down2] { transform: translate3d(0, -30px, 0); }
[data-aos=fade-right2] { transform: translate3d(-30px, 0, 0); }
[data-aos=fade-left2] { transform: translate3d(30px, 0, 0); }
[data-aos=fade-up-right2] { transform: translate3d(-30px, 30px, 0); }
[data-aos=fade-up-left2] { transform: translate3d(30px, 30px, 0); }
[data-aos=fade-down-right2] { transform: translate3d(-30px, -30px, 0); }
[data-aos=fade-down-left2] { transform: translate3d(30px, -30px, 0); }
[data-aos=fade-in] { transform: translate3d(0, 0, 0); }

[data-aos="tit_mini"]{ opacity: 0;}
[data-aos="title"]{ opacity: 0;}
[data-aos="focus"]{ opacity: 0;}
[data-aos="title"].aos-animate {animation: title 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;}
[data-aos="tit_mini"].aos-animate {animation: tit_mini 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;}
[data-aos="focus"].aos-animate {animation: focus 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}

/* ========== Animation ========== */
@keyframes title    {0% {letter-spacing: -0.5em;opacity: 0;} 40% {opacity: 0.6;}  100% {opacity: 1;} }
@keyframes tit_mini {0% {letter-spacing: 0.5em;opacity: 0;}  40% {opacity: 0.6;}  100% {letter-spacing: 0.15em;opacity: 1;}}
@keyframes focus    {0% {-webkit-filter: blur(12px);filter: blur(12px);opacity: 0;}  100% {-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}}
@keyframes cycleM   {0% {transform:  translateY(0) scale(1);}    100% {transform: translateY(1.5rem) scale(0.95)}}
@keyframes rotate   {from{ transform: rotate(0); }to{ transform: rotate(360deg); }}

/* ==================================================================
    그누보드 팝업 (기본제공)
===================================================================== */
@media(max-width:1440px){
#hd_pop {width: 90% !important;z-index: 10000;display: flex;justify-content: space-between;flex-wrap: wrap;    align-items: flex-start;}
.hd_pops{position: relative;width:49% !important; left: auto !important; top: 10px !important; margin-bottom: 2%;}
.hd_pops_con{width: 100% !important;  height: auto !important;}
.hd_pops img{width: 100% !important;}
}

@media(max-width:768px){
.hd_pops{width: 100% !important;position: absolute;}
.font-90 {font-size: 4.625rem;}
}

/* ==================================================================
    게시판 관련 CSS (수정예정)
===================================================================== */
#bo_list, #bo_w, #bo_v, #bo_gall {max-width:1440px;width: 90% !important;margin:10rem auto !important;font-size:1rem}
.more_opt{font-size:0.92rem}/* ... 옵션 관련 글자크기 */


/*게시판 스타일설정*/
/* div#bo_list, section#bo_w, article#bo_v, div#bo_gall {max-width:1400px;margin:auto;padding:80px 0 200px 0;font-size:0.85rem;position:relative;z-index:10;} */
.register{max-width:1400px;width:90%;margin:5% auto !important;}
/* #bo_cate #bo_cate_on{color:#fff!important;background: #0d6fb8!important;border: 1px solid #0d6fb8!important;-webkit-box-shadow: none!important;-moz-box-shadow: none!important;box-shadow: none!important;}
#bo_cate a {border: 1px solid rgba(0, 93, 153, 0.3)!important;color: rgba(#0d6fb8, 0.8)!important;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {background: #0d6fb8!important;color:#fff!important}
#bo_btn_top span{vertical-align: baseline;}
/* .tbl_head01 table thead{background:rgba(0, 93, 153, 0.3);} */ */



/* 스크랩 미표시 */
#bo_v_share{display:none !important;}

/* 제목 */
#bo_gall .bo_tit{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

@media(max-width:1240px){
    .gall_row .col-gn-4{width:calc(100% / 3) !important;}
    .gall_row .col-gn-4.box_clear{clear:none !important;}
}
@media(max-width:768px){
    .gall_row .col-gn-4{width:50% !important;}
    .gall_row .col-gn-3{width:50% !important;}
}
@media(max-width:500px){
    .gall_row .col-gn-4{width:100% !important;}
    .gall_row .col-gn-3{width:100% !important;}
}
