/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300;400;500;700&display=swap');

@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);

@import url('https://fonts.googleapis.com/css2?family=Marcellus:wght@300;400;500;700&display=swap');

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

.NotoSerif {font-family: 'Noto Serif KR', serif;}
.nanummyeongjo {font-family: 'Nanum Myeongjo', 'Noto Sans KR', sans-serif; }
.marcellus {font-family: 'Marcellus','Noto Sans KR', sans-serif;}
.nanumsquare {font-family: 'NanumSquare','Noto Sans KR', sans-serif; transform : rotate(0.04deg); -webkit-transform : rotate(0.04deg); -ms-transform : rotate(0.04deg);}

/* reset & common */
* { margin: 0; padding: 0; outline: none;}
body {margin: 0; padding: 0;}
html { scroll-behavior: smooth; }
html, body {font: 300 16px/1.3 'Noto Sans KR', sans-serif;  color: #303030;}
ul, li {list-style: none;}
a {text-decoration: none; color: inherit;}

.mob {display: none;}
.pc {display: block;}

.bo_wrap { width: 100%;height: 100%; position: relative; }
.bo_wrap .ani_box { overflow: hidden; display: block;}
.bo_wrap [data-aos=fade-up] { animation: forwards 1.4s 0.8s ease-out;}
.container_wr .bo_wrap{background: transparent;}
.bo_contents { margin-top: 6rem;}
.bo_contents_admin { margin: 4rem 0 0;}
.bo_inner {position: relative; width: 90%; max-width: 1200px; margin: auto;}

.img-full {width: 100%;}
.text-center {text-align: center;}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {   content: none;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {   content: none;}

#ca_name option:last-child { display:none !important; }

/* banner */
.sub_top_cont_wrap{position: relative;}
.sub2_1_top_view_bg {height:722px;}
.sub2_1_top_view_bg::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../model/img/intro_edit.webp) 50% 100% / cover no-repeat; z-index: -1; opacity: 0; transform: scale(1.1); transition: opacity 3s ease-out, transform 3s ease-out;}
.sub2_1_top_view_bg.active::before {opacity: 1; transform: scale(1);}
.sub_titlebox h1{color:#fff;font-size:60px;padding-bottom: 125px;}
.sub_titlebox p{color:#fff;font-size:18px;padding-bottom: 50px;font-weight: 300;}
.board_wrap .sub_top_text{text-align:center}
.board_wrap .sub_top_text ul{display: flex;justify-content: center;align-items: center;gap: 0 14px;}
.board_wrap .sub_top_text ul li{color:#fff;font-size:16px;}
.board_wrap .sub_top_text ul li:first-child img{vertical-align: top;}
.board_wrap .sub_top_text ul li:after{content:'';background:url(/theme/cdam/sub/img/st_icon.png) no-repeat;width:5px;height:11px;background-size:5px 11px;display:inline-block;margin-left:16px;}
.board_wrap .sub_top_text ul li:last-child:after{display:none}

/* effect */
.effect1 { position: relative; width: auto;  display: inline-block;}
.effect1:hover::after { -webkit-transform-origin: left top;  -ms-transform-origin: left top; transform-origin: left top;  -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1);  transform: scale(1, 1);}
.effect1::after {content: '';  position: absolute;  bottom: 0;  left: 0; width: 100%; border-bottom: 1px solid #000;  -webkit-transform-origin: right top; -ms-transform-origin: right top;  transform-origin: right top; -webkit-transform: scale(0, 1);  -ms-transform: scale(0, 1);transform: scale(0, 1);  -webkit-transition: transform 0.8s cubic-bezier(1, 0, 0, 1);  transition: transform 0.8s cubic-bezier(1, 0, 0, 1);}

.effect2  { opacity: 0; -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);  -webkit-transition: clip-path 1.1s cubic-bezier(.19, 1, .22, 1), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(.19, 1, .22, 1); transition: clip-path 1.1s cubic-bezier(.19, 1,.22,1), opacity 1.1s ease 167ms, -webkit-clip-path 1.1s cubic-bezier(.19, 1, .22, 1); transition-property: all !important;}
.effect2.aos-animate { opacity: 1; -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

/* sub_top */
.sub_content01{
  position:relative; width:100%; height:calc(100vh - 19rem); min-height:500px; max-height: 1200px; overflow:hidden;
}
.sub6_2_top_view_bg{background: url(./img/sub6_2_top_view_bg.jpg) 50% 50%/cover no-repeat;}
.sub_top_text{
  position:absolute; top:50%; left:50%; width:100%;
  transform: translate(-50%, -30%) translateZ(0); 
  -webkit-transform: translate(-50%, -30%) translateZ(0); 
  -moz-transform: translate(-50%, -30%) translateZ(0); 
  -ms-transform: translate(-50%, -30%) translateZ(0); 
  -o-transform: translate(-50%, -30%) translateZ(0);

}
.sub_titlebox > p + p{margin-top:1.4rem;}

/* sub_txt */
.sub_txt1 { font-size: 2.3rem; color: #000000;  font-weight: 400;  margin-bottom: 2.5rem;}
.sub_txt2 { font-size: 1rem;  font-weight: 400;  line-height: 1.7;  color: #676767; letter-spacing: -0.25px;}
.sub_txt2 + .sub_txt2  { margin-top: 2rem;}
.sub_txt3 { font-family: 'Marcellus','Noto Sans KR', sans-serif; font-weight: 400; font-size: 1.25rem; color: #676767; margin-bottom: 1.5rem;}
.sub_txt4 { font-weight: 400;  font-size: 1.25rem;  color: #254633; margin-bottom: 0.5rem;}
.sub_txt4.black {color:#000000}
.sub_txt4.light {font-weight: 300; }
.sub_txt4.deco { margin-bottom: 1.25rem; position: relative;  padding-left: 20px; box-sizing: border-box; color: #254633;}
.sub_txt4.deco::before {content: ""; position: absolute; left: 0; top: 0; width: 7px; height: 100%; background-color: #254633;}
.sub_txt5 { font-weight: 400; font-size: 1.1rem; line-height: 1.7; color: #676767;}
.sub_txt5.big { font-size: 1.2rem;  font-weight: bold;}
.sub_txt6 { font-weight: 400; font-size: 1.15rem; color: #676767;margin-bottom: 1.25rem;}



/* sub_badge */
.sub_badge { margin-bottom: 1rem;}
.sub_badge span { font-family: 'Marcellus','Noto Sans KR', sans-serif;  display: inline-block;  background-color: #254633; padding: 0.4rem 1rem;  border-radius: 20px; font-size: 1.25rem;  font-weight: 400;  color: #fff;}
.sub_badge_round {display: inline-block; padding: 0.5rem 1rem;  font-size: 0.9rem; color: #254633; font-weight: 400;  letter-spacing: -0.25px; border: 1px solid #254633;  border-radius: 50%; margin-bottom: 1.25rem;}



/* button */
.button { position: relative;  text-align: center;  border: 1px solid #254633; color: #fff;  background-color: #254633;  overflow: hidden; border-radius: 8px 50px; transition: all 0.75s cubic-bezier(0.19,1,0.22,1);  -webkit-transition: all 0.75s cubic-bezier(0.19,1,0.22,1);  -moz-transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -ms-transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -o-transition: all 0.75s cubic-bezier(0.19,1,0.22,1);  padding: 0.4rem 1.75rem 0.6rem 2rem; font-size: 1.15rem; line-height: 1;  display: inline-flex; align-items: center; gap: 0 0.5rem;}
a.button {color: #fff;}
.button .icon_arrow_right_s_w { margin-top: 0.2rem;}
.button:after { content: "";  position: absolute;  left: -75px;  top: -50px;  width: 50px; height: 155px;  background-color: #fff;  opacity: 0.2;   transform: rotate(35deg) translateZ(0);   -webkit-transform: rotate(35deg) translateZ(0); -moz-transform: rotate(35deg) translateZ(0); -ms-transform: rotate(35deg) translateZ(0); -o-transform: rotate(35deg) translateZ(0); transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -webkit-transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -moz-transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -ms-transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -o-transition: all 0.75s cubic-bezier(0.19,1,0.22,1);}
.button:hover { border-radius: 0;  transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -webkit-transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -moz-transition: all 0.75s cubic-bezier(0.19,1,0.22,1);  -ms-transition: all 0.75s cubic-bezier(0.19,1,0.22,1); -o-transition: all 0.75s cubic-bezier(0.19,1,0.22,1);}
.button:hover:after { left: 120%;}

.button.typeB { color: #000000; border-color: #254633; background-color: #fff;}
a.button.typeB {color: #000000;}

.link_btn { display: inline-flex;  align-items: center; gap: 0 0.5rem; font-size: 1.15rem; color: #455e56; letter-spacing: 1px;  cursor: pointer;}



/* Board Common */
/* .bo_contents { font-family: 'NanumSquare','Noto Sans KR', sans-serif; } */
.bo_contents #bo_cate { margin: 0 0 4rem;}
.bo_contents #bo_cate ul { display: flex;  justify-content: center;  align-items: center;}
.bo_contents #bo_cate li { padding: 0; }
.bo_contents #bo_cate a { position: relative;  display: block;  font-size: 1.25rem;  line-height: 1.3;  color: #000000;  font-weight: 400;  border-radius: 0;  padding: 1rem 2rem;  border: 0;  transition: all 0.4s ease; transform : rotate(0.04deg);}
.bo_contents #bo_cate a:hover { background-color: transparent;  color: #000000;}
.bo_contents #bo_cate #bo_cate_on {background: transparent;  color: #445b54;  font-weight: 400;  border: none;  -webkit-box-shadow: none;  -moz-box-shadow: none; box-shadow: none;}
.bo_contents #bo_cate #bo_cate_on:hover { background-color: transparent;  color: #445b54;}
.bo_contents #bo_cate a::before {  content: "";  width: 5px;  height: 5px;  background-color: #254633;  border-radius: 50%;  position: absolute;  left: 50%;  top: 3px;  opacity: 0;   transition: all 0.4s ease;}
.bo_contents #bo_cate #bo_cate_on::before { opacity: 1;}
.bo_contents #bo_cate a::after {  content: "";  position: absolute;  right: 0;  top: 50%;  width: 1px;  height: 30%;  background-color: #dfdfdf; transform: translateY(-50%);}
.bo_contents #bo_cate li:last-child a::after {display: none;}

.bo_contents .bo_list_total {display: none;}
.bo_contents .btn_bo_user { font-size: 15px;}
.bo_contents .btn_bo_user i { font-size: 15px;}
.bo_contents .more_opt li { width: 110px;}

.bo_contents .tbl_wrap table { border: 0;}
.bo_contents .tbl_head01 thead { background-color: #f8f8f8;  border-top: 1px solid #666666; border-bottom: 1px solid #dddddd;}
.bo_contents .tbl_head01 thead th { border: 0;  font-size: 1rem;  color: #565656; font-weight: 600; transform: rotate(0.04deg);}
.bo_contents .tbl_head01 tr { border-bottom: 1px solid #dddddd;  transform: rotate(0.04deg);}
.bo_contents #bo_list tr td { font-size: 0.95rem; border: 0; color: #565656; font-weight: 600; height: auto; background-color: transparent !important;}
.bo_contents #bo_list tr td span {transform : rotate(0.04deg);}
.bo_contents #bo_list .bo_tit_ul2 > span.link { margin-left: 5px;}
.bo_contents #bo_list .bo_tit_ul2 > span.thum { margin-left: 10px;}
.bo_contents #bo_list .td_num2 {width: 8%; text-align: center;}
.bo_contents #bo_list .td_wr1 {width: 13%; text-align: center;}
.bo_contents #bo_list .td_subject { padding: 20px 2rem;}
.bo_contents #bo_list  .tbl_head01 a { font-size: 0.95rem;}
.bo_contents #bo_list .td_name {width: 10%; text-align: center;}
.bo_contents #bo_list .td_datetime {width: 10%; text-align: center;}
.bo_contents #bo_list .td_hit { width: 10%; text-align: center;}
.bo_contents #bo_list .td_cmt { width: 10%; text-align: center;}
.bo_contents #bo_list .td_cmt .done{ color: #445b54;}
.bo_contents #bo_list .td_cmt .ing { color: #fff;  background-color: #445b54; padding: 0.4rem 0.8rem;  border-radius: 30px;}
/* .bo_contents .bo_fx { float: none; margin-top: 2rem;} */
.bo_contents .bo_fx { float: right;}
.bo_contents .bo_fx .btn_bo_user_btm { text-align: left;}
.bo_contents #bo_list .bo_fx a.btn_b01 { border-radius: 0;  font-size: 1rem; padding: 0.25rem 2.5rem;  height: auto;}

.bo_contents .pg_wrap { margin-top: 3rem; float: none; display: block; text-align: center;}
.bo_contents .pg_wrap .pg_page.pg_start { border: 1px solid #e1e1e1; background: url(img/btn_first.png) no-repeat center;  border-radius: 0; margin-right: 10px; margin-left: 0; }
.bo_contents .pg_wrap .pg_page.pg_prev { border: 1px solid #e1e1e1;  background: url(img/btn_prev.png) no-repeat center; border-radius: 0;  margin-right: 10px; margin-left: 0;}
.bo_contents .pg_wrap .pg_page.pg_end { border: 1px solid #e1e1e1;  background: url(img/btn_end.png) no-repeat center;  border-radius: 0;  margin-left: 10px;  margin-right: 0;}
.bo_contents .pg_wrap .pg_page.pg_next {  border: 1px solid #e1e1e1;  background: url(img/btn_next.png) no-repeat center;  border-radius: 0;  margin-left: 10px;  margin-right: 0;}
.bo_contents .pg_wrap .pg_page { color: #6d6c6c;  border: 0; font-size: 1rem; height: 30px;  line-height: 30px;  border-radius: 0;   background-color: transparent; /* margin: 0 15px; */}
.bo_contents .pg_wrap .pg_current { background: transparent; border: none;  color: #3c416f; border-radius: 0px; border-bottom:1px solid #3c416f}

.bo_contents #bo_v { font-size: 1rem;  font-weight: 400;}
.bo_contents #bo_v_title .bo_v_tit { font-size: 1.35rem;}
.bo_contents #bo_v_info strong.bo_name { display: block;}
.bo_contents #bo_v_con { padding: 1rem 0; transform: rotate(0.04deg);}
.bo_contents #bo_v .add_txt1 { font-size: 1.1rem;  color: #000000;  font-weight: 400;  margin-bottom: 1rem;}
.bo_contents .cmt_btn b { font-size: 1em; }
.bo_contents .cmt_btn span.total { color: #445b54;}
.bo_contents #bo_v_share { font-size: 14px;}

.bo_contents #bo_w { font-size: 1.15rem; font-weight: 400;}
.bo_contents #bo_w .bo_v_option li label {  height: 25px;  line-height: 25px;  padding-top: 2px;  margin-right: 10px; margin-bottom: 10px; display: inline-block; transform: rotate(0.04deg); color: #000000;  font-weight: 500;}

.bo_contents #bo_sch { display: flex;  justify-content: flex-end; align-items: center; font-size: 1.1rem; margin-bottom: 1.5rem;}
.bo_contents #bo_sch >form { display: flex; align-items: center;}
.bo_contents #bo_sch select#sfl { background: url(./img/select_arrow.png) no-repeat calc(100% - 0.85rem) center; border: 1px solid rgba(191, 168, 133, 0.6);  border-radius: 10px; padding: 0.5rem 1rem;  color: #5b5b5b;  position: relative; width: 100px; -o-appearance: none; -webkit-appearance: none;  -moz-appearance: none; appearance: none;}
.bo_contents #bo_sch select#sfl::after { content: "▼";  position: absolute; right: 1rem; top: 50%; transform: translateY(-50%);}
.bo_contents #bo_sch .sch_input { width: 220px; border: 1px solid rgba(191, 168, 133, 0.6); background: transparent;  border-radius: 30px; padding: 0.5rem 1rem; color: #5b5b5b;  position: relative;  margin: 0 0.5rem;}
.bo_contents #bo_sch .sch_btn { background: url(./img/sch_icon.png) no-repeat center /100% ; width: 20px; height: 20px;  border: 0px;}

.bo_contents .bo_cate_sel { background: url(./img/select_arrow.png) no-repeat calc(100% - 0.85rem) center; border: 1px solid rgba(191, 168, 133, 0.6); border-radius: 30px;  padding: 0.5rem 1rem; color: #5b5b5b;  position: relative;  width: 100px;  -o-appearance: none;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;}


.bo_contents #bo_v_title .bo_v_tit,
.bo_contents .cmt_btn b {/*  font-family: 'Noto Sans KR', sans-serif; */ font-weight: 500;}

#bo_w .bo_w_select select,
#bo_w .w_inputs,
#bo_w .bo_w_flie .file_wr,
#bo_w button.btn_submit,
select,
input { font-family: 'Noto Sans KR', sans-serif}
#bo_w .bo_w_flie .file_wr {display: flex; align-items: center;}

.bg-color {background: #fff; width: 100%;height: 100%;}
#bo_v_con table { margin: 0 auto;}

/* 반응형 */
/* PC */

@media (max-width:1850px) {

    /* sub2-5 */
    .sub_2_5 .S4 .contbox .txtbox { padding-right: 0;}
  
  }
  
  @media (max-width:1730px) {
  
     html, body{ font-size:15px !important;}
    
  } 
  
  
  @media screen and (max-width: 1320px) {
  
    html, body{ font-size:14px !important;}
  
  }
  
    
  @media screen and (max-width: 1200px) {
  
    .bo_contents #bo_list .td_datetime { width: 13%;}
/* banner */
.sub_top_cont_wrap{}
.sub2_1_top_view_bg {height:60.1667vw}
.sub_titlebox h1{font-size:5.0000vw;padding-bottom: 10.4167vw;}
.sub_titlebox p{font-size:1.5000vw;padding-bottom: 4.1667vw;}
.board_wrap .sub_top_text{text-align:center}
.board_wrap .sub_top_text ul{justify-align-items: center;gap: 0 1.1667vw;}
.board_wrap .sub_top_text ul li{}
.board_wrap .sub_top_text ul li:first-child img{}
.board_wrap .sub_top_text ul li:after{background:url(/theme/cdam/sub/img/st_icon.png) no-repeat;}
.board_wrap .sub_top_text ul li:last-child:after{display:none}
  }
  
  @media screen and (max-width: 1080px) {
  
   
  }
  
  @media screen and (max-width:1024px) {
  
    html, body{ font-size:13px !important;}
    .pc {display: none !important; }
    .mob {display: block !important;  }
    
    /* sub common */
    .bo_topbox { height: 85vh;}
    .bo_topbox .txtbox { margin-bottom: 0;}
    .bo_topbox .txtbox .sub { font-size: 1.5rem; margin-bottom: 1rem;}
    .bo_topbox .txtbox .tit { font-size: 2.4rem;  margin-bottom: 2rem;}
    .bo_topbox .txtbox .desc { font-size: 1.25rem;}
    .sub_txt1 { font-size: 2rem;  margin-bottom: 2rem;}
  
  }
  
    
  /* tablet */
  @media (hover: none) and (pointer: coarse) and (max-width:1024px)  {
    
    /* sub common */
    .bo_topbox { height: 65vh;}
  
  }
 

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

    html, body{ font-size:14px !important; }

    .bo_mo_cate { position: relative !important; margin-bottom: 2rem; }
  
  }
  
  
  
  /* mobile */
  
  @media screen and (max-width: 800px) {
  
    .mob2 { display: block !important; }  
    html, body { font-size: 13px !important; } 
    
    .bo_contents {  padding-bottom: 8rem; }
    .tbl_head01 thead th {padding: 15px 0; }
    #bo_list .tbl_head01 td { padding: 15px 5px !important; }
    .bo_contents #bo_list .td_subject { padding: 15px 1rem; }
  
  }
  
  
  @media screen and (max-width: 640px) {
  
    html, body{ font-size:12px !important; }

    .bo_contents .pg_wrap .pg_page { margin: 0 0rem; }
    .bo_contents .pg_wrap .pg_current { margin: 0 0rem; }
    .sub_page_tab.nowpage{background: #fff !important;}
  }
  
  
  @media screen and (max-width: 599px) {
  
    html, body { font-size:11px !important;  }
  
     /* sub common */
     .sub_txt2 {  font-size: 1.2rem;}
     .bo_topbox::before { content: "";  position: absolute;  left: 0;  top: 0%;  width: 100%;  height: 35%;  backdrop-filter: blur(2px);  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5), transparent);}   

     .bo_contents #bo_cate a {padding: 1rem;}
     .bo_contents #bo_cate a::before {width: 3px; height: 3px;}
     .bo_contents #bo_sch .sch_input {width: 175px;}

     .w_tables .thead { font-size: 1.2rem !important;}

    
     .bo_contents #bo_sch select#sfl{width: 85px;}
	/* banner */
	.sub_top_cont_wrap{}
	.sub2_1_top_view_bg {height:120.3333vw}
	.sub_titlebox h1{font-size:10.0000vw;padding-bottom: 20.8333vw;}
	.sub_titlebox p{font-size:3.0000vw;padding-bottom: 8.3333vw;}
	.board_wrap .sub_top_text{text-align:center}
	.board_wrap .sub_top_text ul{justify-align-items: center;gap: 0 2.3333vw;}
	.board_wrap .sub_top_text ul li{}
	.board_wrap .sub_top_text ul li:first-child img{width:2.6711vw; margin-top: 1px;}
	.board_wrap .sub_top_text ul li:after{background:url(/theme/cdam/sub/img/st_icon.png) no-repeat;width:4px;height:8px;background-size:4px 8px;margin-left:12px; margin-bottom: 3px;}
	.board_wrap .sub_top_text ul li:last-child:after{display:none}
  }
  
 
  @media screen and (max-width: 376px) {
  
    html, body { font-size:10px !important;}
  
  }
  
  @media screen and (max-width: 320px) {
  
    .bo_contents #bo_cate a {padding: 1rem 0.75rem;}
    .bo_contents #bo_sch .sch_input { /* width: 130px;  */}
  
  }
  
/* 모델 지원 css */
#modelContent .file-name-display {
    /* 기존 스타일 유지 */
    cursor: default; /* 마우스 커서도 기본으로 변경 */
}

#modelContent .file-name-display:focus {
    outline: none; /* 클릭 시 테두리 제거 */
}
/* 모든 placeholder에 대해 강제 설정 */
input::placeholder, 
textarea::placeholder {
    color: #999 !important;
    opacity: 1 !important; /* 투명도 제거 */
    -webkit-text-fill-color: #999 !important; /* iOS 대비 */
    word-break: keep-all;
}

/* 추가로 모바일 input 기본 그림자 제거 */
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.model-pc{display: block;}
.model-pc-flex{display: flex;}
.model-pc-inline{display: inline-block;}
.model-mo{display: none !important;}
.model-mo-flex{display: none !important;}
.model-mo-inline{display: none !important;}
#modelContent{}
#modelContent .title{padding-bottom: 20px; border-bottom: 3px solid #419c98;}
#modelContent .title span{padding-left: 5px; font-weight: 600; font-size: clamp(20px, 1.406vw, 27px); color: #363636;}
#modelContent .blue{color: #419c98 !important;}
#modelContent .content-title{padding-top: 105px; padding-bottom: 101px; width: 100%; margin-inline: auto; border-bottom: 1px solid #676767;}
#modelContent .content-title h1{margin-bottom: 15px; line-height: 1.2em; font-size: clamp(32px, 2.917vw, 56px); font-family: "Sorts Mill Goudy", serif; color: #363636; text-align: center;}
#modelContent .content-title h2{margin-bottom: 28px; font-size: clamp(24px, 1.771vw, 34px); text-align: center;}
#modelContent .content-title .description{line-height: 1.4em; font-size: clamp(16px, 0.938vw, 18px); color: #676767; text-align: center;}
#modelContent .span-checkbox{position: relative; width: 18px; height: 18px; background-color: #fff; border: 1px solid #727272; border-radius: 3px;}
#modelContent input:checked + .span-checkbox {background-color: #419c98;border-color: #419c98;}
#modelContent .span-checkbox::after {content: "";position: absolute;display: none;}
#modelContent input:checked + .span-checkbox::after {display: block;}
#modelContent input[type="checkbox"] + .span-checkbox::after {left: 6px; top: 2px; width: 5px; height: 10px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg);}
#modelContent input[type="radio"] + .span-checkbox {border-radius: 50%;}
#modelContent input[type="radio"] + .span-checkbox::after {top: 50%; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: white; transform: translate(-50%, -50%);}

#modelContent .wr-recruit{margin-top: 118px; max-width: 1250px; margin-inline: auto;}
#modelContent .wr-recruit .img-cont>div{display: flex; justify-content: center; align-items: center; gap: 102px; padding-top: 40px; padding-bottom: 30px;}
#modelContent .wr-recruit .img-cont img{width: 100%; max-width: 233px;}

#modelContent .wr-info{margin-top: 50px; max-width: 1250px; margin-inline: auto;}
#modelContent .wr-info .input-cont{display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; margin-top: 46px; margin-bottom: 89px; grid-column-gap: 125px; grid-row-gap: 49px;}
#modelContent .wr-info .input-cont .input-item{display: flex; flex-direction: column; justify-content: start;}
#modelContent .wr-info .input-cont .input-item label{padding-left: 8px; margin-bottom: 10px; font-size: clamp(17px, 1.042vw, 20px); font-weight: 500; color: #363636;}
#modelContent .wr-info .input-cont .input-item label strong{color: #d13939;}
#modelContent .wr-info .input-cont .input-item input{width: 100%; max-width: 330px; height: 50px; line-height: 50px; padding: 0 15px; background-color: #fbfbfb; border: 1px solid #cbcbcb; margin: 0; padding: 0 20px;}
#modelContent .custom-select-wrapper { position: relative; max-width: 330px; }
#selectSex .custom-select-wrapper::after {content: '▼'; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-size: clamp(10px, 0.625vw, 12px); color: #cbcbcb; pointer-events: none;}
#selectSex {display: none; position: absolute; top: 50px; left: 0; width: 100%; background: #fbfbfb; border: 1px solid #cbcbcb; border-top: none; z-index: 10; list-style: none; padding: 0; margin: 0;}
#selectSex li {padding: 0 15px; line-height: 50px; cursor: pointer; color: #363636;}
#selectSex li:hover { background-color: #f0f0f0; }

#modelContent .wr-detail{margin-top: 50px; max-width: 1250px; margin-inline: auto;}
#modelContent .wr-detail .subtitle{padding-left: 7px; margin-bottom: 10px; font-size: clamp(17px, 1.042vw, 20px); font-weight: 500; color: #363636;}
#modelContent .wr-detail .subtitle strong{color: #d13939;}
#modelContent .wr-detail .input-item{margin-top: 47px;}
#modelContent .wr-detail .input-item .input-cont{display: flex; gap: 48px; margin-left: 1px; margin-bottom: 51px;}
#modelContent .wr-detail .input-item .input-cont label{display: flex; align-items: center;}
#modelContent .wr-detail .input-item .input-cont label span.opt-name{margin-left: 10px; font-size: clamp(15px, 0.938vw, 18px); font-weight: 500; color: #363636;}
#modelContent .wr-detail .input-item .input-cont label input[type="radio"]{width: 0; height: 0; visibility: hidden; opacity: 0;}
#modelContent .wr-detail .past-cont{display: block; margin-bottom: 70px;}
#modelContent .wr-detail .past-cont textarea{display: block; width: 100%; min-height: 170px; background-color: #fbfbfb; border: 1px solid #cbcbcb; margin: 0; padding: 10px; resize: none; line-height: 1.4em;}
#modelContent .wr-detail .story-cont{display: block; margin-bottom: 86px;}
#modelContent .wr-detail .story-cont textarea{display: block; width: 100%; height: 170px !important; min-height: 170px; background-color: #fbfbfb; border: 1px solid #cbcbcb; margin: 0; padding: 10px; resize: none; line-height: 1.4em;}
#etcText{width: 330px; max-width: 330px; height: 50px; line-height: 50px; padding: 0 15px; background-color: #fbfbfb; border: 1px solid #cbcbcb; margin: 0 0 0 17px; padding: 0 20px;}

#modelContent .notice-cont{display: flex; gap: 220px; margin-top: 50px; margin-bottom: 20px; max-width: 1250px; padding: 80px 115px 60px; margin-inline: auto; background-color: #419c98;}
#modelContent .notice-cont .left-cont{}
#modelContent .notice-cont .left-cont .title{padding-top: 6px; padding-bottom: 9px; font-family: "Sorts Mill Goudy", serif; font-size: clamp(39px, 3.125vw, 60px); color: #fff;}
#modelContent .notice-cont .left-cont .description{font-size: clamp(17px, 1.458vw, 28px); color: #fff;}
#modelContent .notice-cont .right-cont{}
#modelContent .notice-cont .right-cont ul{ list-style: disc;}
#modelContent .notice-cont .right-cont ul li{margin-bottom: 15px; font-size: clamp(14px, 0.938vw, 18px); color: #fff;}

#modelContent .img-example-cont{display: flex; justify-content: space-between; margin-bottom: 93px; max-width: 1250px; padding: 72px 114px; margin-inline: auto; background-color: #2c2c2c;}
#modelContent .img-example-cont .text-cont{padding-top: 11px;}
#modelContent .img-example-cont .text-cont .title{padding-bottom: 27px; border-bottom: 0; font-size: clamp(28px, 2.396vw, 46px); color: #fff;}
#modelContent .img-example-cont .text-cont .description{line-height: 1.4em; font-size: clamp(16px, 0.938vw, 18px); color: #fff;}
#modelContent .img-example-cont .img-cont{display: flex; gap: 33px;}
#modelContent .img-example-cont .img-cont .item{display: flex; flex-direction: column; align-items: center; width: 100%;}
#modelContent .img-example-cont .img-cont .item img{margin-bottom: 12px;}
#modelContent .img-example-cont .img-cont .item span{color: #fff;}

#modelContent .attach-cont{margin-top: 50px; max-width: 1250px; margin-inline: auto;}
#modelContent .attach-cont .title em{margin-left: 34px; font-size: clamp(14px, 0.885vw, 17px); color: #363636; font-style: normal;}
#modelContent .attach-cont .file-input-cont{display: flex; justify-content: space-between; margin-top: 48px; margin-bottom: 85px;}
#modelContent .attach-cont .file-input-cont .file-item{display: flex; flex-direction: column;}
#modelContent .attach-cont .file-input-cont .file-item>label{padding-left: 8px; margin-bottom: 10px; font-size: clamp(17px, 1.042vw, 20px); font-weight: 500; color: #363636;}
#modelContent .attach-cont .file-input-cont .file-item label strong{color: #d13939;}
#modelContent .attach-cont .file-input-cont .file-item input{width: 100%; max-width: 330px;}
.file-hidden{position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0;}
.custom-file-upload{display: flex; align-items: center; width: 100%; max-width: 330px; height: 50px; border: 1px solid #cbcbcb; background-color: #fbfbfb; position: relative; box-sizing: border-box;}
.file-btn{display: flex; align-items: center; justify-content: center; width: 100px; height: 100%; background-color: #000; color: #fff !important; font-size: clamp(13px, 0.781vw, 15px) !important; cursor: pointer; flex-shrink: 0; font-weight: 500;}
.file-name-display{border: none !important; background: transparent !important; padding: 0 15px !important; margin: 0 !important; height: 100% !important; line-height: 50px !important; font-size: clamp(12px, 0.729vw, 14px); color: #888; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: calc(100% - 100px);}
.file-del-box{margin-top: 5px; font-size: clamp(11px, 0.677vw, 13px);}

#modelContent .step-cont{margin-top: 50px; margin-bottom: 87px; max-width: 1250px; margin-inline: auto;}
#modelContent .step-cont .title{}
#modelContent .step-cont .step-detail{display: flex; align-items: center; justify-content: center; gap: 50px; margin-top: 68px; margin-bottom: 60px;}
#modelContent .step-cont .step-detail .circle{position: relative; display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; background-color: #f3f3f3; border-radius: 50%; color: #363636; font-size: clamp(15px, 0.938vw, 18px); font-weight: 500;}
#modelContent .step-cont .step-detail .circle.final{background-color: #d9edec;}
#modelContent .step-cont .step-detail .circle:not(.final):after{position: absolute; content: ''; width: 13px; height: 26px; right: -32px; top: 50%; transform: translateY(-50%); background-image: url(/theme/cdam/skin/board/model/img/right_arrow_big.png);}
#modelContent .step-cont .step-text{line-height: 1.5em; font-size: clamp(14px, 0.885vw, 17px); text-align: center; color: #6b6b6b;}

#modelContent .privacy-cont{margin-top: 50px; padding: 40px 56px; max-width: 1250px; margin-inline: auto; background-color: #fbfbfb; border: 1px solid #c7c7c7;}
#modelContent .privacy-cont .privacy-title{font-size: clamp(18px, 1.302vw, 25px); font-weight: 500; color: #5c5c5c;}
#modelContent .privacy-cont pre{width: 100%; max-height: 190px; padding: 35px 30px; line-height: 1.5em; margin-top: 16px; margin-bottom: 17px; background-color: #fff; border: 1px solid #ccc; overflow-x: unset; overflow-y: scroll; color: #696969; font-size: clamp(13px, 0.781vw, 15px); white-space: pre-wrap;}
#modelContent .privacy-cont label{display: flex; justify-content: end; align-items: center; gap: 7px;}
#modelContent .privacy-cont label input{width: 0; height: 0;}
#modelContent .privacy-cont label span{font-size: clamp(14px, 0.833vw, 16px); font-weight: 500; color: #696969;}

#modelContent .btn_confirm{display: flex; justify-content: end !important; max-width: 1250px; margin-inline: auto; margin-top: 52px; margin-bottom: 103px;}
#modelContent .btn_confirm input[type="button"],
#modelContent .btn_confirm input[type="submit"]{display: inline-flex; width: 156px !important; height: 62px !important; background-color: #2c2c2c !important; justify-content: center; align-items: center; border-radius: 5px !important; border: 0 !important; color: #fff !important; font-size: clamp(15px, 0.885vw, 17px); font-weight: 500; transition: 0.5s;}
#modelContent .btn_confirm input:hover{background-color: #555 !important;}
@media(max-width: 1024px){
  .model-pc{display: none !important;}
  .model-pc-flex{display: none !important;}
  .model-pc-inline{display: none !important;}
  .model-mo{display: block !important;}
  .model-mo-flex{display: flex !important;}
  .model-mo-inline{display: inline-block !important;}

  #modelContent .content-title{padding-top: 40px;}
  #modelContent .content-title h1{font-size: 35px;}
  #modelContent .content-title h2{font-size: 26px;}
  #modelContent .content-title .description{font-size: 16px;}

  #modelContent .wr-recruit .img-cont>div{gap: 10px;}
  #modelContent .wr-recruit .img-cont>div img{width: calc(33% - 7px);}

  #modelContent .wr-info .input-cont{grid-template-columns: 1fr 1fr; grid-template-rows: auto; grid-column-gap: 20px; grid-row-gap: 20px;}
  #modelContent .wr-info .input-cont > div:nth-child(5),
  #modelContent .wr-info .input-cont > div:nth-child(6) {grid-column: span 2;}
  #modelContent .wr-info .input-cont > div:nth-child(5) input,
  #modelContent .wr-info .input-cont > div:nth-child(6) input{max-width: unset;}

  #modelContent .wr-detail .input-item .input-cont{display: grid; margin-top: 30px; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: auto; grid-column-gap: 20px; grid-row-gap: 20px;}
  #modelContent .wr-detail .input-item .input-cont label:nth-child(4){grid-column: span 3;}
  #modelContent .wr-detail .past-cont textarea,
  #modelContent .wr-detail .story-cont textarea{font-size: 12px;}
  #etcText{width: 250px;}

  #modelContent .notice-cont{flex-direction: column; padding: 40px 25px; gap: 40px;}
  #modelContent .notice-cont .right-cont ul li{line-height: 1.4em; margin-bottom: 5px; word-break: keep-all;}

  #modelContent .img-example-cont{flex-direction: column; padding: 40px 25px; gap: 40px;}
  #modelContent .img-example-cont .img-cont{gap: 15px;}

  #modelContent .attach-cont .title{display: flex; flex-direction: column; gap: 15px;}
  #modelContent .attach-cont .title em{margin-left: 5px}
  #modelContent .attach-cont .file-input-cont{flex-direction: column; gap: 30px;}
  
  #modelContent .step-cont .step-detail{display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr;}
  #modelContent .step-cont .step-detail .circle:nth-child(3){order:2;}
  #modelContent .step-cont .step-detail .circle:nth-child(4){order:1;}
  #modelContent .step-cont .step-detail .circle:nth-child(1):after{}
  #modelContent .step-cont .step-detail .circle:nth-child(2):after{top: unset; right: 50%; bottom: -37px; rotate: 90deg; transform: translateY(-25%);}
  #modelContent .step-cont .step-detail .circle:nth-child(3):after{right: unset; top: 33%; left: -31px; rotate: 180deg;}
  #modelContent .step-cont .step-detail img{transform: rotate(90deg)}
  #modelContent .step-cont .step-text{font-size: 15px; word-break: keep-all;}

  #modelContent .privacy-cont{padding: 30px 20px;}
  #modelContent .privacy-cont pre{padding: 15px; font-size: 13px;}
  #modelContent .btn_confirm{margin-bottom: 50px;}
}