/*** basic-set ***/
html.fixed { overflow: hidden; height: 100%;}
body { font-size: 16px; font-family:'Barlow','Noto Sans KR',sans-serif; word-break: keep-all; line-height: 1; height: 100%; -webkit-text-size-adjust: none; color:#000; position: relative;}
.font-GM { font-family:'Barlow','Noto Sans KR',sans-serif; letter-spacing: -0.025em;}
.font-NT { font-family:'Barlow','Noto Sans KR',sans-serif;}
.dis_flx {display:flex;}
.wd100 {width:100%;}

.txtBLACK {color:#252d2b;}
.wrapper0 { max-width:1200px; padding: 0; box-sizing: border-box; margin: 0 auto; position: relative;}
.wrapper { max-width:1200px; padding: 0 15px; box-sizing: border-box; margin: 0 auto; position: relative;}
.wrapper2 { max-width:1200px; padding: 0 10px; box-sizing: border-box; margin: 0 auto; position: relative;}
.wrapper3 { max-width: 730px; padding: 0 15px; box-sizing: border-box; margin: 0 auto; position: relative;}

.mg-t0 {margin-top:0 !important;}
.mg-t15 {margin-top:15px !important;}
.mg-bt0 {margin-bottom:0 !important;}

.ui-datepicker { z-index: 10000!important;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { top: 2px;}
.ui-datepicker select { color:#000;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width:45%;}
.ui-datepicker .ui-datepicker-title select { margin: 0 2px; padding-left: 3px; background: url(/images/front/basic-icon/select-arrow-b.png) no-repeat right 3px center #Fff; background-size: 10px;}
/*** //basic-set ***/

/*** header ***/
#header {position:absolute;top:0;color:#fff;padding:56px 0 30px;z-index:10;width:100%;}
#header.on { background: #fff;}

#header .lnb { position: absolute; right: 10px; top: -35px;}
#header .lnb li { float: left; font-size: 12px; margin-right: 18px;}
#header .lnb li:last-child { margin-right: 0px;}
#header.on .lnb { color: #252d2b;}

#header .gnb-box { display: flex; justify-content: space-between; align-items: center;}
#header .h-logo a { display: block; width:272px; height: 48px; font-size: 0; background:url(/images/front/logo.png) no-repeat;/* background-size:65%; */background-position:left;}

#header.on .h-logo a { background-image: url(/images/front/logo2.png);}

#header .gnb-list { display: flex; align-self: center;}
#header .gnb-list .main_menu a {width:157px;}

#header.on .nav-list .nav-depth1 > .main_menu { color: #252d2b;}

.nav-list .nav-depth1 { position: relative;}
.nav-list .nav-depth1 > .main_menu  {float:left;margin-top:-2px;}
.nav-list .nav-depth1 > .main_menu > a { font-size: 20px;font-family:'Barlow','Noto Sans KR',sans-serif; position: relative; display: inline-block;}
.nav-list .nav-depth1 > .main_menu > .on {color:red;} 
/*2heaer*/
#header .h-logo2 a { display: block; width:272px; height: 48px; font-size: 0; background: url(/images/front/logo2.png); background-size: cover;}
#header .gnb-list .main_menu2 a {width:157px;}

/* .nav-list .nav-depth1 > .main_menu > a::after { display: block; content: ''; position: absolute; width: 0; left: 50%; height: 2px; opacity: 0; background-color: #252d2b; transition: all .2s;}
.nav-list .nav-depth1 > .main_menu > a:hover::after { width: 100%; opacity: 1; left: 0; } */

.nav-list .nav-depth2-box { display: none; position: absolute; width: 100%; right: 0; top:55px; z-index: 5;}
.nav-list .nav-depth2-box .nav-depth2 {float:left;font-size:15px;width:160px;letter-spacing:-0.7px;font-weight:300;}
.nav-list .nav-depth2-box .nav-depth2 li {margin-bottom:20px;}
.nav-list .nav-depth2-box .nav-depth2:last-child {width:unset;}

.nav-depth2 > .main_menu {width:155px; font-size: 18px; }
.nav-depth2 > .main_menu > a { color: #000; display: inline-block; }

.all_menu li {float:left;width: 140px;font-size: 18px;}
    
.nav-depth1 > .main_menu:first-child .nav-depth2 > li > a {margin-bottom: 32px;}

.nav-depth3 > .main_menu > a { font-size: 15px; color: #999; margin-bottom: 25px; display: inline-block; transition: all .2s;}
.nav-depth3 > .main_menu > a:hover { color: #000;}
.nav-depth3 > .main_menu:last-child > a { margin-bottom: 0;}

.nav-bg { height:220px; background-color: #fff; position: absolute; top:134px; width: 100%; display: none; border-top: 1pxs solid #EEE; box-shadow: 0px 60px 50px 0px rgba(0,0,0,0.2);}
.nav-bg .wrapper { background: url(/images/front/nav-img1.png) no-repeat left 15px top 65px; height: 100%;}
.nav-bg-tit { color: #252d2b; font-size: 30px; line-height: 1.2; padding-top: 27px; padding-left: 28px;}

.nav-all-btn { width: 20px; height: 16px; background: url(/images/front/nav-all-img1.png) no-repeat; cursor: pointer;}
#header.on .nav-all-btn { background-image: url(/images/front/nav-all-img2.png);}

.nav-all-list { display: none; box-shadow: 0px 50px 150px 0px rgba(0,0,0,0.2); position: absolute; z-index: 10; left: 0; top: 0; width: 100%; background-color: #fff; padding: 70px 0 90px;}
.nav-all-list .nav-depth1 > li { color: #252d2b; font-size: 30px; margin-bottom:42px; display: flex;}
.nav-all-list .nav-depth1 > li:last-child { margin-bottom: 0;}
.nav-all-list .nav-depth1 > li > p {font-weight:500;width:310px; position:relative;}
.nav-all-list .nav-depth1 > li > p::after { display: block; content: ''; width: 90px; height:1px; background-color:#004da2; position: absolute; top:5px; right:35px;}
.nav-all-list img { vertical-align: unset; margin-left: 10px;}

.nav-all-close { width: 16px; height: 16px; background: url(/images/front/nav-close.png); position: absolute; right: 15px; top: 0; cursor: pointer;}

.dimmed { display: none; width: 100%; height: 100%; position: absolute; z-index: 5; background-color: rgba(0, 0, 0, 0.2);}

.mg-t70 {margin-top:70px;}
/*** //header ***/

/*** footer ***/
#footer {font-size: 12px;background:#f5f5f5;padding: 30px 0; margin-top:70px;}
#footer.login { margin-top: 0;}

.f-link { color: #999999; font-size: 0; margin-left: 85px; margin-bottom:15px;}
.f-link li { display: inline-block; font-size: 12px;}
.f-link li::after { content: ''; display: inline-block;width:1px; height: 10px; background-color:#cbcbcb; margin: 0 13px;}
.f-link li:last-child::after { display: none;}

.f-info { color: #a3b6b1; display: flex; align-items: center;}
.f-info-logo { display:block; width:120px; height:70px; background: url(/images/front/flogo.png) no-repeat center; background-size: cover; margin-bottom:10px;}
.f-info-txt { margin-bottom: 8px;}
.f-info-txt li:last-child { margin-bottom: 0;}
.f-info-txt div { display: inline-block; }
.f-info-txt div span:first-child {margin-right: 8px; color:#999;}
.f-info-txt div::after { display: inline-block; content: ''; width:1px; height: 10px; background-color:#cbcbcb; margin: 0 10px;}
.f-info-txt div:last-child::after {content:none;}
.up-btn { width: 50px; height: 50px; border-radius: 6px; z-index: 5; box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.1); background: url(/images/front/up-btn-icon.png) no-repeat center #fff; position: fixed; cursor: pointer; right: 10%; bottom: 60px;}

.copy_txt {display:flex;justify-content:space-between;border-top:1px solid #e4e4e4;margin-top:15px;padding-top:15px;}

.select_site {position:relative;}
.select_st {position:absolute;right:0;top:20px;font-size:12px;cursor:pointer;width:140px;border:1px solid #ddd;text-align:left;border-radius:4px;line-height:27px;appearance:none;-webkit-appearance:none;padding-left:10px;color:#777 !important;}
.select_st option {border:1px solid red;}
.select_st::-ms-expand {display:none;}
.select_arrow {position:absolute;top:31px;right:10px;width:0;height:0;pointer-events:none;border-style:solid;border-width:8px 5px 0 5px;border-color:#999 transparent transparent transparent;}
/*** //footer ***/

/*** common ***/

.cont-dl dt { line-height: 1;}

.cont-dl2 { display: flex;}

.index .s-wrapper { border-bottom: 1px solid #e4e4e4; display: flex; justify-content: space-between; align-items: center; height: 70px;}
.index-list { font-size: 0; }
.index-list > li { display: inline-block; font-size: 14px; }
.index-list > li::after { display: inline-block; content: ''; margin: 0 20px 1px; width: 5px; height: 9px; background: url(/images/front/index-arrow-icon.png);}
.index-list > li:last-child:after { display: none;}
.index-list > li.home { padding-left: 23px; background: url(/images/front/index-home-icon.png) no-repeat left center;}

.font-btn li { float: left; cursor: pointer; width: 30px; height: 30px; border-radius: 4px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.1); background: no-repeat center center;}
.font-btn .plus { margin-right: 8px; background-image: url(/images/front/index-plus-icon.png);}
.font-btn .minus { background-image: url(/images/front/index-minus-icon.png);}

.btn-set { width: 220px; height: 90px; padding: 20px 0 0 20px; display: block; box-sizing: border-box; border-radius: 10px 10px 50px 10px; background: no-repeat right 30px center #fff; position: relative; transition: all .2s; box-shadow: 20px 20px 40px 0px rgba(0,0,0,0.1);}
.btn-set:hover { background-color: #ffcc00;}
.btn-set-hover { background-color: #ffcc00;}


.btn-set .btn-set-tit { color: #212726; font-size: 16px; line-height: 1.25; font-family:'Barlow','Noto Sans KR',sans-serif;}
.btn-set .btn-set-arrow { width: 50px; height: 32px; border-radius: 6px 6px 15px 6px; position: absolute; bottom: -20px; background: url(/images/front/btn-icon/btn-arrow-g.png) no-repeat center center #ffcc00; display: block; transition: all .2s;}
.btn-set:hover .btn-set-arrow { background-color: #252d2b; background-image: url(/images/front/btn-icon/btn-arrow-y.png);}
.btn-set-hover .btn-set-arrow { background-color: #252d2b; background-image: url(/images/front/btn-icon/btn-arrow-y.png);}
.btn-set.btn-bset { width: 290px; height: 120px; display: flex; align-items: center; padding: 0; padding-left: 29px;  }
.btn-set.btn-bset .btn-set-tit { font-size: 20px; line-height: 1.1; }
.btn-set.btn-bset .btn-set-tit i { display: block; font-size: 13px; font-family:'Barlow','Noto Sans KR',sans-serif;}

.btn-default span { padding-left: 22px; background: no-repeat left center;}
.btn-default .sympo { background-image: url(/images/front/sympo-btn-icon1.png);}
.btn-default .login { background-image: url(/images/front/btn-icon/login-icon-bw.png); background-size: 12px; padding-left: 18px; padding-top: 2px;}
.btn-default .join { background-image: url(/images/front/btn-icon/join-icon-b.png); background-size: 12px; padding-left: 18px; padding-top: 2px;}
.btn-default .print { background-image: url(/images/front/btn-icon/print-icon-b.png);}
.flex-btn { display: flex;}
.flex-btn1 { justify-content: center; }
.flex-btn1 button { width: 180px; height: 70px; font-size: 18px; font-weight: bold; letter-spacing: -0.04em;}

.bg-blue { background-color:#004da2; color: #fff !important;}
.bg-gray { background-color: #ccc; color: #fff;}
.bg-yellow { background-color:#171c61; color: #fff;}
.bg-white { background-color: #fff; color: #212726;}
.bg-trans { border: 1px solid #d5d5d5; box-shadow: none; color: #333;}
.bg-green { background-color: #0E583D; color: #fff;}

.required-tit, .join-tit { font-size: 13px; line-height: 1; position: relative; padding-left: 8px;}
.required-tit::before { display: block; content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: #da1515; position: absolute; left: 0; top: -5px;}
.required-tit b { color: #999;}

.n-titST {display:flex;}
.infoTXT {position:relative;display:inline-block;}
.infoTXT .info_box {line-height:17px;width:245px;text-align:center;display:none;position:absolute;padding:15px;top:20px;left:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#333;color:#fff;border:1px solid #333;font-size:14px;}
.infoTXT .info_box:after {position:absolute;bottom:100%;left:50%;width:0;height:0;margin-left:-120px;border:solid transparent;border-color:rgba(51, 51, 51, 0);border-bottom-color:#333;border-width:5px;pointer-events:none;content:' ';}
.infoTXT span {color:#FF9900;font-size:13px;display:block;margin-left:5px;}
.infoTXT span:hover + .info_box {display:block;}
.infoTXT .info_box li:nth-child(1) {font-weight:bold !important;font-size:17px;margin-bottom:3px;}
.infoTXT .info_box li:nth-child(2) {font-weight:bold !important;font-size:17px;margin-bottom:10px;}
.infoTXT .info_box li {font-weight:200;}
.infoTXT .info_box li .sp1 {font-size:10px;color:#FF9900;display:inline-block;vertical-align:super;margin-left:0;}
.infoTXT .info_box li .sp2 {font-size:10px;color:#44B7D0;display:inline-block;vertical-align:super;margin-left:0;}
.infoTXT .info_box li .sp1_normal {font-size:10px;color:#FF9900;display:inline-block;vertical-align:super;margin-left:0;font-weight:normal;}
.infoTXT .info_box li .sp2_normal {font-size:10px;color:#44B7D0;display:inline-block;vertical-align:super;margin-left:0;font-weight:normal;}

.ksvs-info { padding-left: 18px; background: url(/images/front/info-icon.png) no-repeat left top 2px; font-size: 13px; line-height: 1.5; color: #999;}
.ksvs-info-r { background-image: url(/images/front/info-icon-r.png); color: #da1515;}
span.ksvs-info { display: inline-block;}
/** flex-table **/
div[class*='flex-table'] { word-wrap: break-word;}
.flex-table { border-top: 1px solid #000; border-bottom: 1px solid #000;}
.flex-table .td a { position: relative;}
.flex-table .tr { display: flex;}
.flex-table .tr > * { box-sizing: border-box; align-self: center; font-weight: 300;}
.flex-table .tbody .tr { border-bottom: 1px solid #e5e5e5;}
.flex-table .tbody .tr:last-child { border-bottom: 0;}

.flex-btn { display: flex; justify-content: center;}
.flex-btn1 button { margin-right: 20px;}
.flex-btn1 button:last-child { margin-right: 0px;}

div[class*='board-table'] { border-width: 2px; margin-top: 30px; }
.board-table .tr > * { align-self: stretch; padding: 33px 0 25px; }
.board-table .board-num,
.board-table .board-date {font-size:20px; color: #999; letter-spacing: 0; font-family:'Barlow','Noto Sans KR',sans-serif;font-weight:300;line-height:17px;padding-left:15px;box-sizing:border-box;}
.board-table .board-tit,
.board-table .board-writer{ font-family:'Barlow','Noto Sans KR',sans-serif; letter-spacing: -0.025em;}
.board-table .board-tit {line-height:unset; font-size: 24px;font-weight: normal;}
.board-table .board-txt {font-weight:200;color:#aaa;font-size:16px;height:34px;}
.board-table .border_pd {padding:30px 0;}

.board-table .board-tit img {vertical-align:-3px;}
.board-table .board-tit .subject_b {font-weight:500;font-size:24px;}
.board-table .txt_st {line-height:21px;}
.board-table .txt_st span:after {content:'';display:inline-block;width:1px;background:#ddd;height:15px;margin-left:10px;vertical-align:-2px;}
.board-table .txt_st span:last-child::after {content:unset;} 
.board-table .date_txt {font-weight:200;color:#aaa;font-size:16px;}
.board-table .site_txt {font-weight:200;color:#aaa;font-size:16px;}
.board-table .veiw_txt {font-weight:200;color:#aaa;font-size:16px;}
.board-table .veiw_txt:before {content:'';display:inline-block;background:url(/images/front/btn-icon/view_icon.png) no-repeat;width:21px;height:13px;margin-right:4px;}
.board-table .board-writer {font-size:20px; font-weight: normal; color: #999;box-sizing:border-box;padding-right:15px;}
.board-table .tr > *:nth-of-type(1) { width: 4.91%;}
.board-table .tr > *:nth-of-type(2) { width: 86.06%; }
.board-table .tr > *:nth-of-type(3) { width: 9.03%; text-align: right;}

.board-table2 .tr1 { padding: 28px 0 25px;}
.board-table2 .tr2,
.board-table2 .tr4 { padding: 15px 0;}
.board-table2 .tr2 > *:nth-of-type(1) { width: 5.74%;}
.board-table2 .tr2 > *:nth-of-type(2) { width: 27.87%;}
.board-table2 .tr2 > *:nth-of-type(3) { width: 5.74%;}
.board-table2 .tr2 > *:nth-of-type(4) { width: 60.65%;}
.board-table2 .tr3 { line-height: 1.875; padding: 35px 0;}
.board-table2 .tr4 > *:nth-of-type(1) { width: 5.74%;}
.board-table2 .tr4 > *:nth-of-type(2) { width: 94.26%;}
.board-table2 .tr4 .board-desc { margin-top: 5px;}
.board-table2 .tr4 .board-stit {line-height:0;}
.board-table2 .tr4 .file_st {line-height:0;}
.board-table2 .tr4 .file_st a {background:#F7F7F7;border:1px solid #ddd;border-radius:3px;padding:0 5px;display:inline-block;font-size:13px;font-weight:500;line-height:21px;}
.board-table2 .tr4 .file_st a:before {display:inline-block;content:'';width:13px;height:12px;background:url(/images/front/btn-icon/down-icon-b.png) no-repeat;background-position:left 0;padding-left:5px;}
.board-table2 .tr4 .board-desc:first-child { margin-top: 0;}
.board-table2 .tr5 { text-align: center; padding: 80px 0 110px;}

.board-table2 .td { width: 100%;}
.board-table2 .board-num {font-size: 14px; color: #999; letter-spacing: 0; font-family:'Barlow','Noto Sans KR',sans-serif;}
.board-table2 .board-tit { display: flex;font-size:30px;font-weight: normal;}
.board-table2 .board-writer {font-size:16px;color:#999;font-weight:200;}
.board-table2 .board-stit { font-size: 13px; font-weight: bold; color: #999;}


.board-table2 .num_txt {font-size:20px;font-weight:300;margin-right:10px;vertical-align:2px;}
.board-table2 .subject_b {font-weight:500;font-size:24px;color:#000;}
.board-table2 .txt_st {line-height:21px;}
.board-table2 .txt_st span:after {content:'';display:inline-block;width:1px;background:#ddd;height:15px;margin-left:10px;vertical-align:-2px;}
.board-table2 .txt_st span:last-child::after {content:unset;} 
.board-table2 .date_txt {font-weight:200;color:#aaa;font-size:16px;}
.board-table2 .site_txt {font-weight:200;color:#aaa;font-size:16px;}
.board-table2 .veiw_txt {font-weight:200;color:#aaa;font-size:16px;}
.board-table2 .veiw_txt:before {content:'';display:inline-block;background:url(/images/front/btn-icon/view_icon.png) no-repeat;width:21px;height:13px;margin-right:4px;}
.board-table2 .txt_st span:after {content:'';display:inline-block;width:1px;background:#ddd;height:15px;margin:0 15px;vertical-align:-2px;}
.board-table2 .pd_st {padding:12px 0 25px 0;}

.ing {font-size:13px;margin-right:7px;font-weight:500;color:#ffbb00;border:1px solid #ffbb00;padding:3px 0;width:50px;text-align:center;box-sizing:border-box;display:inline-block;height:21px;line-height:12px;vertical-align:5px;}
.end {font-size:13px;margin-right:7px;font-weight:500;color:#aaa;border:1px solid #aaa;padding:3px 0;width:50px;text-align:center;box-sizing:border-box;display:inline-block;height:21px;line-height:12px;vertical-align:4px;}
/** //flex-table **/

/** table-table **/
.table-table { border-top: 1px solid #000; border-bottom: 1px solid #000;}
.table-table tr > *:nth-child(1) { padding-left: 10px;}
.table-table thead { border-bottom: 1px solid #000; font-size: 16px;}
.table-table thead.thg { border-bottom-color: #e5e5e5;}
.table-table thead th { padding: 16px 0 12px;}
.table-table tbody { font-size: 16px; line-height: 1.1;}
.table-table tbody tr { border-bottom: 1px solid #e5e5e5;}
.table-table tbody tr.trg { border-bottom-color: #b5b5b5;}
.table-table tbody tr:last-child { border-bottom: 0;}
.table-table tbody td { padding: 16px 0 13px; height: 30px; padding-right: 5px; line-height: 1.3; vertical-align: middle;}

.tbd-st td {font-size:16px;}

/** //table-table **/

/*** //common ***/

/*** container - main ***/

/** container - main - common **/
.main {padding-top:134px;}

.main-slide { width:100%;position:relative;/* height:60vmin; */}
.main-txtcont {width:1200px;margin:0 auto;}
.main-slide_TXT {position:absolute;bottom:20%;}

.main-banner-btn {padding:20px; background:#B8BA5A; text-align:center; box-shadow:none; border-radius:0;}
.main-banner-btn:hover {background:#C4C769;}
.main-banner-btn span {color:#fff; font-weight:700; font-size:18px;}

.main-tit { font-size: 30px; font-family:'Barlow','Noto Sans KR',sans-serif; letter-spacing: -0.025em; margin-bottom: 35px;font-weight:bold;}
/** //container - main - common **/

/** main-visual **/
#main-visual { position: relative;}

/* .main-visual-bg { display: block; content: ''; position: absolute; top: 0; z-index: -1; width: 100%; height: calc(100% - 100px); background-image: linear-gradient(90deg, #1c2221 0%, #154036 100%);}
.main-visual-bg2 { display: block; content: ''; position: absolute; top: calc(100% - 100px); z-index: -1; width: 100%; height: 100px; background-image: linear-gradient(270deg, #1c2221 0%, #154036 100%);} */

#main-visual .main-right { font-family:'Barlow','Noto Sans KR',sans-serif;letter-spacing: -0.025em;}
.main-visual-tit { font-size: 68px; color: #fff; margin:0 0 33px 0;font-weight:bold;}
.main-visual-tit b { color: #ffcc00;}
.main-visual-info {/* margin-bottom:55px; */}
.main-visual-info .mainV-dl { display: flex;}
.main-visual-info dt { color: #40978e; margin-right: 20px; }
.main-visual-info dd {color:#fff;font-size:25px;font-weight:100;}

.main-visual-btn a { display: block; padding: 0 20px; color:#000;font-size:20px; box-sizing:border-box;width:400px;line-height:85px;background:#ddd;position:relative;}
.main-visual-btn a::after { display: block; content: ''; width: 31px; height: 16px; background: url(/images/front/main-visual-arrow.png) no-repeat center; position: absolute; right: 30px; top: 50%; margin-top: -8px;}

.main-visual-img {/* position: absolute; left: -30px; top: -30px; */width: 100%;}
.main-visual-img img {
    display: block;
    height: 450px;
    object-fit: cover;
}

.slick-slide {display:flex !important; justify-content:center;}
.slick-track p:first-child{background-color: #7DAADB;}
/* .slick-track p:last-child{background-color: #4A7EB7;} */

.slcik_st .slick-track img {width:100%;/* height:60vmin; */object-fit:cover; max-width:1360px;}
/* .slick-dots {display:flex;justify-content:flex-end;margin-top:10px;position:absolute;bottom:20%;width:1200px;left:50%;transform:translate(-50%,-50%);} */
.slick-dots {display:flex;justify-content:center;margin-top:10px;position:absolute;bottom:5%;width:1200px;left:50%;transform:translate(-50%,-50%);}
.slick-dots li {margin-right:15px;}
.slick-dots li:last-child {margin-right:0;}
.slick-dots li button {border:0;background-color:#151D1C;border-radius:50px;padding:0;width:12px;height:12px;display:block;cursor:pointer;font-size:0;box-shadow:unset;}
.slick-dots .slick-active button {background-color:red !important;}
/** //main-visual **/
/* .slide-notice {position:absolute;bottom:0;width:100%;background:rgba(0,0,0,0.5);} */
.slide-notice {width:100%;background:rgba(0,0,0);}
.slide-notice .noticeST {color:#fff;display:flex;padding:10px 0;font-size:22px;}
.slide-notice .noticeST .main-tit {margin:0 40px 0 0;}
.slide-notice .noticeST .list_txt {display:flex;align-items:center;justify-content:space-between;width:100%;}
.slide-notice .noticeST .list_txt img {vertical-align:baseline;}
.slide-notice .noticeST .list_txt .date {font-weight:100;}

.slide-notice2 {width:100%;background:rgba(0,0,0,0.9);}
.slide-notice2 .noticeST {color:#fff;display:flex;padding:12px 15px;font-size:22px;}
.slide-notice2 .noticeST .main-tit {margin:0 40px 0 0;font-size:15px;line-height:21px;}
.slide-notice2 .noticeST .list_txt {font-size:14px;display:flex;align-items:center;justify-content:space-between;width:100%;line-height:21px;}
.slide-notice2 .noticeST .list_txt .tit {overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:keep-all;}
.slide-notice2 .noticeST .list_txt img {vertical-align:baseline;}
.slide-notice2 .noticeST .list_txt .date {font-weight:100;}

.main-section1 { padding: 105px 0 40px; margin-bottom: 70px; background-color: #f4f4f4; overflow: hidden;}
.main-section1 .main-tit { margin-bottom: 15px;}

.main-section1-wrap { padding-left: 10px;}
.main-section1-list-wrap { padding: 20px 0 60px;}
.main-section1-list { width: 1240px;}
.main-section1-list > li { float: left; margin-right: 20px;}
.main-section1-list > li:nth-child(1) .btn-set { background-image: url(/images/front/btn-set-icon1.png);}
.main-section1-list > li:nth-child(2) .btn-set { background-image: url(/images/front/btn-set-icon2.png);}
.main-section1-list > li:nth-child(3) .btn-set { background-image: url(/images/front/btn-set-icon3.png);}
.main-section1-list > li:nth-child(4) .btn-set { background-image: url(/images/front/btn-set-icon4.png);}
.main-section1-list > li:nth-child(5) .btn-set { background-image: url(/images/front/btn-set-icon5.png);}

.main-section2-list {}
/* .main-section2-list > div { margin-top: 70px;} */
/* .main-section2-list > div:nth-child(n+3) { margin-top: 70px;} */
.main-notice-list {font-weight:300;display:flex;}
.main-notice-list li { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}
.main-notice-list li:last-child { margin-bottom: 0;}
.main-notice .main-tit { position: relative; display: flex; justify-content: space-between; align-items: center;}
.main-notice .main-tit a { display: block; width: 30px; height: 30px; background: url(/images/front/main-notice-icon.png) no-repeat center; font-size: 0; border-radius: 4px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.1);}
.main-notice-desc { font-size: 16px; line-height: 19px; width: calc(100% - 70px); padding-top: 2px; padding-right: 10px; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.main-notice-desc img { position: relative; top: -1px;}
.main-notice-date { font-size: 14px; color: #a3b6b1; width: 70px; }

.conference_main {}
.conference_main .m-board-list {width:100%;font-weight:300;display:flex;justify-content:space-between;font-size:14px;}
.conference_main .m-board-list .txt_box {border:1px solid #ddd;padding:25px;border-radius:15px;width:calc(25% - 25px);margin-right:20px;margin-bottom:25px;cursor: pointer;box-sizing:border-box;}
.conference_main .m-board-list .txt_box.off {display:none;}
.conference_main .m-board-list .txt_box .ing {font-size:13px;font-weight:500;color:#ffbb00;border:1px solid #ffbb00;padding:3px 0;width:50px;text-align:center;box-sizing:border-box;}
.conference_main .m-board-list .txt_box .end {font-size:13px;font-weight:500;color:#aaa;border:1px solid #aaa;padding:3px 0;width:50px;text-align:center;box-sizing:border-box;}
.conference_main .m-board-list .txt_box span:nth-child(2) {font-size:24px;font-weight:600;letter-spacing:-1px;margin:12px 0 20px 0;line-height:29px;min-height:55px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.conference_main .m-board-list .txt_box span {font-size:15px;letter-spacing:-1px;margin-bottom:7px;display:block;}
.conference_main .m-board-list .txt_box span b {font-weight:500;}
.conference_main .m-board-list .txt_box span:nth-child(4) {white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.conference_main .m-board-list li:last-child {margin-right:0;}
.conference_main .main-tit { position: relative;}
.conference_main .main-tit a { display: block; width: 30px; height: 30px; background: url(/images/front/main-notice-icon.png) no-repeat center; font-size: 0; border-radius: 4px; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.1);}
.conference_main ul:after {content:unset;}

.mainBN {display:flex;justify-content:space-between;margin-top:70px;}
.mainBN li {color:#fff;font-size:19px;}
.mainBN li:nth-child(1) {font-size:30px;}
.mainBN li:nth-child(2) {margin:25px 0;font-weight:100;line-height:21px;}
.mainBN .btST {width:160px;background:rgba(255,255,255,0.5);font-size:19px;font-weight:100;border-radius:25px;padding:7px 0;}

.main-notice3 { display: flex; justify-content: space-between;}
.main-notice3 a { width: calc(50% - 15px);}
.main-notice3 a img { width: 100%;}

.partner_bn {position: relative; max-height: 90px; box-sizing: border-box;text-align:center;}
.main-site-link a { display: inline-block;border:1px solid #ddd;border-radius:5px;width:70%;}
.main-site-link img {border-radius:5px;}
.main-site-btn p { width: 30px; height: calc(100% + 2px); cursor: pointer;top: -1px; box-sizing: border-box; position: absolute; background: no-repeat center #fff;}
.main-site-btn .main-prev { background-image: url(/images/front/main-site-arrow-p.png); left:0;}
.main-site-btn .main-next { background-image: url(/images/front/main-site-arrow-n.png); right:0;}

.bt_st1 {background:#000;width:250px;padding:15px 0;font-size:18px;font-weight:100;margin:0 auto;}

.mainBN .bn_1 {background:url(/images/front/m_bn1.png) no-repeat;width:46.667%;height:250px;box-sizing:border-box;padding:35px;border-radius:25px 25px 130px;display:flex;flex-direction:column;justify-content:center;}
/* .mainBN .bn_2 {background:url(/images/front/m_bn2.png) no-repeat;width:46.667%;height:250px;box-sizing:border-box;padding:35px;border-radius:25px 25px 130px;display:flex;flex-direction:column;justify-content:center;} */
.mainBN .gallery_latist {width:50%;flex-wrap:wrap;justify-content:space-between;}
.mainBN .gallery_latist .gallery_titBOX {width:100%;justify-content:space-between;align-items:center;}
.mainBN .gallery_latist .gallery_titBOX span {font-weight:300;font-size:15px;color:#777;}
.mainBN .gallery_latist .gallery_titBOX span:before {content:'';background:url(/images/front/btn-icon/more_icon.png) no-repeat;display:inline-block;width:12px;height:12px;margin-right:5px;}
.mainBN .gallery_latist .main-tit {margin-bottom:0;}
.mainBN .gallery_latist .gallery_img {width:calc(50% - 10px);margin-top:15px;}
.mainBN .gallery_latist .gallery_img img {height:145px;object-fit:cover;border-radius:15px;width:100%;}
.mainBN .gallery_latist .gallery_img .gallery-tit {font-size:24px;margin:10px 0 5px 0;font-weight:500;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:290px;}
.mainBN .gallery_latist .gallery_img .gallery-date {font-weight:200;color:#aaa;font-size:16px;}
/*** //container - main ***/

/*** container - sub ***/

/** sub-common **/
.index {margin-top:70px;}
.index .wrapper2 { display: flex; justify-content: space-between; align-items: center;}
.index-list { font-size: 0; }
.index-list > li { display: inline-block; font-size: 14px; }
.index-list > li::after { display: inline-block; content: ''; margin: 0 20px 1px; width: 5px; height: 9px; background: url(/images/front/index-arrow-icon.png);}
.index-list > li:last-child:after { display: none;}
.index-list > li.home { padding-left: 23px; background: url(/images/front/index-home-icon.png) no-repeat left center;}

#sub-visual {position:relative;padding-top:135px;height:289px;}

.nav_container {position:absolute;bottom:0px;width:100%;}
.nav_container .top_navBOX {background:#fff;border-bottom:1px solid #ececec;height:60px;padding:0 10px;box-sizing:border-box;border-radius:15px 15px 0 0;align-items:center;justify-content:space-between;}
.nav_container .nav_boxST {width:50%;}
.nav_container .nav_boxST:before {content:'';position:absolute;width:8px;height:8px;background:#000;border-radius:25px;}
.nav_container .nav_boxST span {display:inline-block;margin-left:15px;font-size:17px;font-weight:500;line-height:37px;}
.nav_container .right_navMenu {text-align:right;width:100%;}

.sub_top_navmenu {display:flex;justify-content:flex-end;}
.sub_top_navmenu li {margin-right:20px;position:relative;}
.sub_top_navmenu li.on:after {content:'';border-bottom:4px solid #004da2;color:#171c61;padding-bottom:5px;position:absolute;bottom:-22px;left:0;width:100%;}
.sub_top_navmenu li.on {color:#004da2;font-weight:bold;}
.sub_top_navmenu li:last-child {margin-right:0;}

.sub-visual {width:100%;}
.sub-visual1 { background-image: url(/images/front/sub-visual1.png);background-repeat:no-repeat;background-size:cover;}
.sub-visual2 { background-image: url(/images/front/sub-visual2.png);background-repeat:no-repeat;background-size:cover;}
.sub-visual3 { background-image: url(/images/front/sub-visual3.png);background-repeat:no-repeat;background-size:cover;}
.sub-visual4 { background-image: url(/images/front/sub-visual4.png);background-repeat:no-repeat;background-size:cover;}
.sub-visual5 { background-image: url(/images/front/sub-visual5.png);background-repeat:no-repeat;background-size:cover;}
.sub-vtit { font-size: 60px; color:#171c61; position: relative;margin-top:20px;font-weight:bold;padding-left:15px;}

.sub-tit1 { font-size: 40px; line-height: 1.25; font-family:'Barlow','Noto Sans KR',sans-serif;}

.sub-desc1 { font-size: 16px; line-height: 1.9; letter-spacing: -0.038em;}
.sub-desc2 { font-size: 16px; color: #999999; font-weight: 500; margin-top: 25px;}

.sub-leftRight { display: flex; flex-wrap: wrap;}
.sub-leftRight > div { box-sizing: border-box;}
.sub-left { width: 26.2%;}
.sub-right { width: 73.8%;}

.sub-Hleft { width: 50%;}
.sub-Hright { width: 50%;}

.sub_nav {}

.root_daum_roughmap_landing { width: 100%!important; z-index: 0;}
.root_daum_roughmap .wrap_btn_zoom,
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .map_border { display: none!important;}

ol[class*='count-list'].t0 { padding-left: 3px; text-indent: 0px;}
.count-list { padding-left: 20px; text-indent: -20px;}
.count-list-num { font-size: 13px; padding-left: 13px; text-indent: -13px; margin-top: 10px; line-height: 1.54; color: #999}
.count-list-num b { margin-right: 5px;}
.count-list-num.f-black > li { color: #666; margin-bottom: 10px;}
.count-list-num2 { padding-left: 20px; text-indent: -20px; letter-spacing: -0.02em; color: #999; line-height: 1.625;}
.count-list-num2 > li { margin-bottom: 4px;}
.count-list-num2 > li:last-child { margin-bottom: 0;}
.count-list-num2 ol { margin-bottom: 10px;}
.count-list-num .count-list-num { margin-top: 0;}

.count-hori-num { display: flex; flex-wrap: wrap; letter-spacing: -0.04em; font-size: 13px; padding-left: 13px; text-indent: -13px; margin-top: 10px; line-height: 1.54; color: #999}
.count-hori-num b { margin-right: 5px;}
.count-hori-num li:nth-child(4n+1) { width: 120px;} /* 1, 5, 9 */
.count-hori-num li:nth-child(4n+2) { width: 130px; } /* 2, 6, 10 */
.count-hori-num li:nth-child(4n-1) { width: 110px; } /* 3, 7, 11 */
.count-hori-num li:nth-child(4n) { width: 430px; } /* 4, 8, 12 */

.count-hori-num2 { display: flex; flex-wrap: wrap; letter-spacing: -0.04em; font-size: 13px; padding-left: 13px; text-indent: -13px; margin-top: 10px; line-height: 1.54; color: #999}
.count-hori-num2 b { margin-right: 5px;}
.count-hori-num2 li { margin-right: 40px;}

.count-hori-num3 { display: flex; flex-wrap: wrap; letter-spacing: -0.04em; font-size: 13px; padding-left: 13px; text-indent: -13px; margin-top: 10px; line-height: 1.54; color: #999}
.count-hori-num3 b { margin-right: 5px;}
.count-hori-num3 li { width: 50%;}

.count-list-line { padding-left: 10px; text-indent: -10px;}

.regulation-box { margin-bottom: 70px;}
.regulation-cont { margin-bottom: 25px;}
.regulation-cont:last-child { margin-bottom: 0;}
.regulation-sub { font-size: 24px; font-weight: bold; margin-bottom: 35px;}
.regulation-tit { margin-bottom: 10px; display: flex; line-height: 1.625; position: relative;}
.regulation-tit strong { min-width: 60px; line-height: 1.5;}
.regulation-tit span { position: absolute; right: 0; bottom: 0; font-size: 13px; color: #999;}
.regulation-desc-box { padding-left: 60px; }
.regulation-desc { line-height: 1.625; color: #999;}

.mobile { display: none;}
.mobile2 { display: none;}

.sub-tab-box .wrapper { position: relative; margin-bottom: 100px;}
.sub-tab-box .wrapper::after { display: block; content: ''; width: 100%; height: 1px; background-color: #000;}
.sub-tab { font-size: 18px; color: #666; font-family:'Barlow','Noto Sans KR',sans-serif;}
.sub-tab li { float: left; box-sizing: border-box; width: calc((100% + 4px) / 4); margin-left: -1px; padding-left: 2.5%; position: relative; border: 1px solid #d5d5d5; border-bottom: 0; background: url(/images/front/sub-tab-icon1.png) no-repeat right 30px center #f4f4f4; }
.sub-tab.three li { width: calc((100% + 3px) / 3);}
.sub-tab li:last-child{ border-right-color: #d5d5d5;}
.sub-tab li.on { background-image: url(/images/front/sub-tab-icon2.png); color: #000; border-color: #000; background-color: #fff; z-index: 1;}
.sub-tab li.on::after { display: block; content: ''; width: 100%; height: 1px; background-color: #fff; position: absolute; left: 0; bottom: -1px;}
.sub-tab li a { display: flex; align-items: center; height: 70px;}

.sub-tab2 { font-family:'Barlow','Noto Sans KR',sans-serif;}
.sub-tab2 li { float: left; border: 1px solid #d5d5d5; cursor: pointer; position: relative; margin-left: -1px; text-align: center; padding: 17px 0 15px; width: calc((100% + 3px) / 3); box-sizing: border-box; color: #999; font-size: 16px; }
.sub-tab2.half li { width: calc((100% + 2px) / 2);}
.sub-tab2 li.on { color: #000; border-color: #000; z-index: 1;}

.enactment-list { margin-top: 55px; font-size: 12px; color: #999; font-weight: 500;}
.enactment-list li { margin-bottom: 25px;}
.enactment-list li:last-child { margin-bottom: 0;}
.enactment-list .enactment-date { margin-bottom: 8px;}

.ui-datepicker-trigger { position: absolute; right: 16px; top: 14px; cursor: pointer;}

.tab-btn-select { width: 100%; position: relative; z-index: 5;}
.tab-btn-select-box { border: 1px solid #000; font-family:'Barlow','Noto Sans KR',sans-serif; font-size: 14px; margin-bottom: 30px; padding: 14px 10px 12px; color: #000; background: url(/images/front/tab-btn-select-icon.png) no-repeat right 10px center #f4f4f4; background-size: 12px;}
.tab-btn-list { position: absolute; z-index: 1; padding: 15px 10px; display: none; width: 100%; top: calc(100% - 1px); border: 1px solid #000; box-sizing: border-box; background-color: #f4f4f4; color: #000; font-size: 12px; }
.tab-btn-list li { margin-bottom: 15px;}
.tab-btn-list li:last-child { margin-bottom: 0;}
.tab-btn-select .wrapper2 .tab-btn-list { width: calc(100% - 60px);}
/** //sub-common **/

.sub-section {padding-top:70px;}

/** sub01 **/
.sub-section  {margin-bottom:170px;}
.sub-section p {font-size:41px;line-height:55px;font-weight:500;}
.sub-content1-1 li:first-child {margin-top:60px;}
.sub-content1-1 li {margin-top:30px;font-size:20px;line-height:37px;}
.sub-content1-1 li b {font-weight:bold;}

.sub-content1-2 p .txt {color:#004da2;}
.sub-content1-2 .bg1-2 {background:url(/images/front/sub1_2.png) no-repeat right bottom;min-height:1050px;}
.sub-content1-2 li {margin-top:30px;font-size:20px;line-height:37px;}

.sub-content1-3 p {font-size:70px;font-weight:800;margin-bottom:60px;}
.sub-content1-3 .history_line {width:3px;background:#dedede;margin:0 35px;position:relative;display:flex;justify-content:center;}
.sub-content1-3 .dis_flx:nth-child(2) .history_line {margin:10px 35px 0 35px;}
.sub-content1-3 .dis_flx:nth-child(2) .history_line:after {top:0;}
.sub-content1-3 .history_line:after {content:'';position:absolute;background:#fff;top:12px;width:9px;height:9px;border:5px solid #004da2;border-radius:55px;}
.sub-content1-3 .year_txt {min-width:160px;font-size:48px;color:#004da2;}
.sub-content1-3 .txt {font-size:20px;line-height:41px;padding-bottom:100px;max-width:930px;margin-top:5px;}
.sub-content1-3 .txt:last-child {padding-bottom:40px;}
.sub-content1-3 .txt li {margin-bottom:15px;line-height:27px;position:relative;padding-left:10px;}
.sub-content1-3 .txt li:last-child {margin-bottom:0;}
.sub-content1-3 .txt li:before {content:'·';font-weight:bold;display:block;position:absolute;left:0;top:-5px;}

.sub-content1-4 p {font-weight:bold;margin-bottom:60px;}
.sub-content1-4 p .txt {font-weight:300;color:#004da2;}
.sub-content1-4 .executives_table {width:100%;border-top:3px solid #000;border-collapse:collapse;text-align:center;}
.executives_table th {padding:17px 0;font-weight:500;border-bottom:1px solid #000;text-align:center;}
.executives_table td {border:1px solid #ddd;padding:25px 0;font-weight:100;}
.executives_table td:first-child {border-left:0;}
.executives_table .row td:first-child {color:#004da2;font-weight:500;letter-spacing:-0.7px;}
.executives_table td:last-child {border-right:0;}

.sub-content1-5 p {font-weight:bold;margin-bottom:60px;}
.sub-content1-5 p .txt {font-size:31px;display:block;font-weight:300;color:#004da2;margin-top:-5px;}

.rule_content {font-size:18px;line-height:17px;}
.rule_content .rule_tit:nth-child(1) {margin-top:0;}
.rule_content .rule_SPtit {font-size:27px;font-weight:100;display:block;color:#000;line-height:27px;}
.rule_content .rule_tit {font-weight:bold;font-size:27px;margin:70px 0 0 0;color:#004da2;}
.rule_content .number_txt {font-weight:100;font-size:16px;margin-top:10px;line-height:37px;}
.rule_content .number_txt .in-lineH {line-height:21px;margin:5px 0;}
.rule_content .number_txt li:nth-child(2).in-lineH {margin:5px 0 12px 0;}

/** //sub01 **/

/** sub03 **/
.sub-content3-1 p {font-weight:bold;margin-bottom:60px;}
.sub-content3-1 .name_txt1 {font-size:27px;font-weight:bold;margin:40px 0 25px 0;}
.sub-content3-1 .name_txt1:before {content:'';display:inline-block;width:8px;height:8px;border-radius:55px;background:#004da2;vertical-align:5px;}
.sub-content3-1 .name_listBOX {flex-wrap:wrap;}
.sub-content3-1 .name_listBOX:after {content:unset;}
.sub-content3-1 .name_listBOX .name_card {display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding-bottom:25px;box-sizing:border-box;/* background:url(/images/front/name_listBG.png) no-repeat center; */background-size:100%;font-size:15px;font-weight:100;text-align:center;width:247.5px;height:192px;border:1px solid #ddd;border-radius:0 0 50px 0;margin:130px 60px 40px 0;}
.sub-content3-1 .name_listBOX .name_card img {width:80%;}
.sub-content3-1 .name_listBOX .name_card:nth-child(4n+0) {margin-right:0;}
.sub-content3-1 .name_listBOX .name_card .txt1 {margin-top:10px;font-weight:300;}
.sub-content3-1 .name_listBOX .name_card .txt2 {font-size:24px;font-weight:bold;margin-top:10px;}
.sub-content3-1 .name_listBOX .name_card .txt2 .block {display:block;}
.sub-content3-1 .name_listBOX .name_card .txt2 .block span {color:#004da2;}
.sub-content3-1 .name_listBOX .name_card .txt3 {font-size:18px;font-weight:100;}
/** //sub03 **/


/** sub04 **/
.sub-content4-1 p {font-weight:bold;margin-bottom:60px;}
.sub-content4-1 .txt_B {font-weight:500;}
.sub-content4-1 p .txt {font-size:31px;display:block;font-weight:300;color:#004da2;margin-top:-5px;}
.sub-content4-1 .content_box {font-size:18px;}
.sub-content4-1 .content_box .commissioner {font-weight:bold;display:inline-block;}
.sub-content4-1 .content_box .name {display:inline-block;margin-left:10px;}

.sub-content4-1 .content_box .part_number {font-size:27px;font-weight:bold;color:#004da2;display:inline-block;}
.sub-content4-1 .content_box .part_txt {font-size:27px;font-weight:600;display:inline-block;margin-left:10px;}

.sub-content4-1 .content_box .box_st {background:#ececec;padding:25px;border-radius:7px;margin:30px 0 70px 0;box-sizing:border-box;font-weight:200;}
.sub-content4-1 .content_box .box_st:last-child {margin-bottom:0;}
.sub-content4-1 .content_box .box_st li {margin-bottom:18px;line-height:27px;}
.sub-content4-1 .content_box .box_st li:last-child {margin-bottom:0;}
.sub-content4-1 .content_box .box_st li .sp_1 {display:inline-block;margin-right:5px;vertical-align:top;}
.sub-content4-1 .content_box .box_st li .sp_2 {display:inline-block;vertical-align:top;width:95%;}

.sub-content4-1 .content_box .box_st2 {background:#ececec;padding:25px;border-radius:7px;margin:30px 0 20px 0;box-sizing:border-box;font-weight:100;}
.sub-content4-1 .content_box .box_st2 .box-in_txtST {font-size:15px;margin-top:10px;line-height:21px;}

.sub-content4-1 .main_tit {margin-top:70px;}
.sub-content4-1 .main_tit .main_info {margin-top:15px;line-height:27px;}
.sub-content4-1 .content_box .in-tit {font-weight:500;}
.sub-content4-1 .content_box .in-tit-sub {font-weight:300;margin-top:10px;display:block;line-height:27px;color:#777;}
.sub-content4-1 .content_box .mg-t20 {margin-top:20px;}
.sub-content4-1 .content_box .mg-t30 {margin-top:30px;}
.sub-content4-1 .content_box .mg-t50 {margin-top:50px;}
.sub-content4-1 .content_box .list-box_st {font-weight:300;}
.sub-content4-1 .content_box .list-box_st li {margin-top:15px;line-height:31px;font-size:16px;}
.sub-content4-1 .content_box .list-box_st li .sp_1 {display:inline-block;margin-right:5px;vertical-align:top;}
.sub-content4-1 .content_box .list-box_st li .sp_2 {display:inline-block;vertical-align:top;width:95%;}
.sub-content4-1 .content_box .bg_st1 {font-weight:200;color:#777;line-height:21px;border:1px solid #ddd;padding:20px;box-sizing:border-box;font-size:15px;margin:10px 0 30px 0;}
.sub-content4-1 .content_box .sm_txt {font-weight:200;color:#777;line-height:17px;font-size:14px;display:block;}
.sub-content4-1 .exm_img {font-size:15px;margin-top:30px;}
.sub-content4-1 .exm_img div:first-child {margin-right:55px;}
.sub-content4-1 .exm_img .txt-box {margin-top:15px;line-height:25px;}

.sub-content4-1 .exm_tableContent {margin-top:15px;}
.sub-content4-1 .exm_table {width:100%;border:1px solid #ddd;border-collapse:collapse;text-align:center;margin-bottom:15px;font-size:15px;}
.sub-content4-1 .exm_table th {border:1px solid #ddd;padding:7px 0;text-align:center;background:#aaa;color:#fff;font-weight:bold;}
.sub-content4-1 .exm_table th:nth-child(1) {text-align:left !important;padding-left:15px;}
.sub-content4-1 .exm_table td {padding:10px 0;border:1px solid #ddd;}
.sub-content4-1 .exm_table .in_txt td:nth-child(2) {vertical-align:middle;}
.sub-content4-1 .exm_table .in_txt td:nth-child(3) {vertical-align:middle;}
.sub-content4-1 .exm_table .in_txt2 td:nth-child(2) {vertical-align:middle;}
.sub-content4-1 .exm_table .in_txt2 td:nth-child(3) {vertical-align:middle;}
.sub-content4-1 .exm_table .in_txt td {font-weight:bold;}
.sub-content4-1 .exm_table .in_txt td:first-child {color:#004da2;}
.sub-content4-1 .exm_table .in_txt2 td {font-weight:400;color:#777;}
.sub-content4-1 .exm_table .total {background:#ededed;}

.sub-content4-1 .exm_tableContent2 {margin-top:15px;}
.sub-content4-1 .exm_table2 {width:100%;border:1px solid #ddd;border-collapse:collapse;text-align:center;margin-bottom:15px;font-size:15px;}
.sub-content4-1 .exm_table2 th {border:1px solid #ddd;padding:7px 0;text-align:center;background:#aaa;color:#fff;font-weight:bold;}
.sub-content4-1 .exm_table2 td {padding:10px 0;border:1px solid #ddd;}
/** //sub04 **/

/** sub05 **/
.sub-content5-2 p {font-weight:bold;margin-bottom:60px;}
.sub-content5-2 .member_content {flex-wrap:wrap;}
.sub-content5-2 .member_content:after {content:unset;}
.sub-content5-2 .member_box {border:1px solid #ddd;width:20%;text-align:center;margin:0 75px 20px 0;}
.sub-content5-2 .member_box:nth-child(4n+0) {margin-right:0;}
.sub-content5-2 .member_box .member_img {padding:25px 0;box-sizing:border-box;height:105px;position:relative;}
.sub-content5-2 .member_box .tit_link {border-top:1px solid #ddd;padding:10px 15px;display:flex;justify-content:space-between;height:37px;box-sizing:border-box;}
.sub-content5-2 .member_box .tit_link img {vertical-align:-1px;}
.sub-content5-2 .member_box .tit_link .img_opa {filter:opacity(0.5);width:13px;height:13px;}

.sub-content5-2 .name_txt1 {font-size:27px;font-weight:bold;margin:40px 0 25px 0;}
.sub-content5-2 .name_txt1:before {content:'';display:inline-block;width:8px;height:8px;border-radius:55px;background:#004da2;vertical-align:5px;}

.sub-content5-3 p {font-weight:bold;margin-bottom:60px;}
.sub-content5-3 .member_content {flex-wrap:wrap;}
.sub-content5-3 .member_content:after {content:unset;}
.sub-content5-3 .member_box {border:1px solid #ddd;width:20%;text-align:center;margin:0 75px 20px 0;}
.sub-content5-3 .member_box:nth-child(4n+0) {margin-right:0;}
.sub-content5-3 .member_box .member_img {padding:25px 0;position:relative;box-sizing:border-box;}
.sub-content5-3 .member_box .tit_link {border-top:1px solid #ddd;padding:10px 15px;display:flex;justify-content:space-between;}
.sub-content5-3 .member_box .tit_link img {vertical-align:-1px;}
/** //sub05 **/

/** sub06 **/
.sub-content_N6 p {font-size:41px;font-weight:bold;margin-bottom:60px;line-height:27px;}
.year_presidentTB {border-collapse:collapse;font-size:16px;}
.year_presidentTB th {font-weight:500;border-top:3px solid #000;border-bottom:1px solid #000;text-align:center;padding:17px 0;text-align:center;}
.year_presidentTB td {font-weight:100;padding:25px 0;text-align:center;vertical-align:middle;border-bottom:1px solid #ddd;}
.year_presidentTB th:first-child {border-right:1px solid #000;}
.year_presidentTB td:first-child {border-right:1px solid #ddd;background:#f2f8ff;color:#004da2;font-weight:500;}
.year_presidentTB td:nth-child(2) {border-right:1px solid #ddd;}


/** //sub06 **/



/** memeber01 **/
.member-tit { font-size: 24px; font-weight: bold; margin-bottom: 20px;}
.member-desc1 { font-size: 16px; line-height: 1.9; letter-spacing: -0.038em;}
.member-desc2 { font-size: 13px; color: #999; margin: 10px 0 15px;}
.member-box1 { padding-left: 30px;}
.member-box2 { padding-left: 20px;}

div[class*='member01-0'] { margin-bottom: 100px;}
.member-list-line { padding-left: 14px; text-indent: -11px;}

.member01-table1-p { margin: 10px 0 25px;}
.member01-table1-p thead { font-weight: bold; font-size: 14px;}
.member01-table1-p thead span { font-weight: normal;}
.member01-table1-p tr > *:nth-child(1) { width: 11.75%;}
.member01-table1-p tr > *:nth-child(2) { width: 17.65%;}
.member01-table1-p tr > *:nth-child(3) { width: 17.65%;}
.member01-table1-p tr > *:nth-child(4) { width: 17.65%;}
.member01-table1-p tr > *:nth-child(5) { width: 17.65%;}
.member01-table1-p tr > *:nth-child(6) { width: 17.65%;}
.member01-01 .btn-set { background-image: url(/images/front/btn-set-icon4.png); margin-top: 25px;}

.member01-02-list { display: flex; justify-content: space-between; margin: 35px 0 100px;}
.member01-02-list > li { width: 50%;}
.member01-02 .btn-set { background-image: url(/images/front/btn-set-icon6.png); margin-top: 20px;}

.member01-table2 { margin: 10px 0 40px;}

.member01-table2 thead th { font-size: 14px}
.member01-table2 td { font-weight: bold;}
.member01-table2 tr > *:nth-child(1) { width: 14.1%;}
.member01-table2 tr > *:nth-child(2) { width: 20%;}
.member01-table2 tr > *:nth-child(3) { width: 49.4%;}
.member01-table2 tr > *:nth-child(4) { width: 16.5%;}
/** //memeber01 **/

/** memeber04 **/
.pay-table tr > *:nth-child(1) { padding-left: 0!important;}
.pay-table thead th { font-family:'Barlow','Noto Sans KR',sans-serif; font-size: 18px; padding: 22px 0 20px;}
.pay-table tbody tr:nth-child(1) td:last-child,
.pay-table thead th:last-child { padding-left: 15px;}
.pay-table tbody td { padding: 16px 0 12px;}
.pay-table tbody tr:nth-child(1) td:last-child { vertical-align: middle;}
/** //memeber04 **/

/** login **/
.login-section { background-color:#ececec; padding:200px 0 200px;}
.login .login-section { padding: 180px 0 340px;}
.login-tit { font-size: 60px; line-height: 1.1; position: relative; font-family:'Barlow','Noto Sans KR',sans-serif;}
.login-tit b { color: #004da2;}

.login-box { position: relative; margin-top: 60px; display: flex; flex-wrap: wrap; justify-content: space-between;}
.login-box > div:nth-child(1) { width: 38.6%;}
.login-box > div:nth-child(2) { width: 38.6%;}
.login-box > div:nth-child(3) { width: 17.1%;}
.login-box .ip-box { position: relative;}
.login-box .ip-box input { height: 70px; padding-top: 40px; padding-bottom: 16px;}
.login-box .ip-box label { position: absolute; display: block; font-size: 15px; top: 50%; margin-top: -8px; left: 20px; color: #999; transition: all .2s;}
.login-box .ip-box.on label { font-size: 12px; color: #333; margin-top: -18px;}

.login-btn-icon { position: absolute; font-size: 13px; color: #999; right: 0; top: -85px;}
.login-btn-icon li { float: left; line-height: 15px;}
.login-btn-icon li:nth-child(1) { margin-right: 25px;}
.login-btn-icon li img { margin-right: 7px;}
/** //login **/

/** find **/
.find .login-box { margin-top: 0;}
.find .ksvs-info { margin: 30px 0 15px;}
/** //find **/


/** join **/
.login-tit .required-tit { position: absolute; right: 0; bottom: 15px; color: #999;}
.join-sub { font-size: 30px; font-family:'Barlow','Noto Sans KR',sans-serif; margin-bottom: 30px;}

.input-box { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start;}
.input-box input, .input-box select, .input-box textarea { margin-bottom: 25px;}
.input-box:last-child input, .input-box:last-child select { margin-bottom: 0;}
.input-box.one > div { width: 100%; }
.input-box.two > div { width: calc(50% - (5.7% / 2)); }
.input-box.two > .input_WDst1 {width:calc(50% - (5.7% / 3));}
.input-box.two > .input_WDst2 {width:calc(13% - (-15% / 3));}
.input-box.two > .input_WDst3 {width:calc(31% - (20% / 3));}
.input-box.three > div { width: calc((100% / 3) - (5.7% / 3)); }
.join-tit { margin-bottom: 10px;}

.join .login-cont { margin-bottom: 75px;}
.join .login-cont1 { margin-top: 60px;}
.join .login-cont .ip-chk-txt input[type='checkbox'] + label { font-size: 15px}

.ip-button-box .btn-box .search { background-image: url(/images/front/btn-icon/search-icon.png);}

.join .login-cont4 .ip-chk-txt { margin-top: 5px;}

.login-btn { display: flex; justify-content: space-between;}
.login-btn button:nth-child(1) { width: calc(78.6% - 20px);}
.login-btn button:nth-child(2) { width: 21.4%; color: #fff;}
.login-btn button { height: 70px;}
/** //join **/

/** mypage **/
.mypage .login-cont { margin-bottom: 75px;}
.mypage .login-cont1 { margin-top: 60px;}

.mypage-table tr > *:nth-child(1) { width: 35.7%;}
.mypage-table tr > *:nth-child(2) { width: 20%;}
.mypage-table tr > *:nth-child(3) { width: 17.15%;}
.mypage-table tr > *:nth-child(4) { width: 15.75%;}
.mypage-table tr > *:nth-child(5) { width: 11.4%;}
.mypage-table button { height: 36px; font-size: 12px; font-weight: normal; box-shadow: none; background-color: #333; }
.mypage-table button:disabled { background-color: #ddd;}
/** //mypage **/

/** memberSearch **/
.memberSearch .login-cont1 { margin-top: 80px;}

.memberSearch-box { display: flex; justify-content: space-between; flex-wrap: wrap;}
.memberSearch-box .select-box  { width: 18.6%;}
.memberSearch-box .ip-box  { width: 58.6%;}
.memberSearch-box button  { width: 17.2%; font-size: 20px; padding-top: 2px; color: #212726;}
.memberSearch-box button span { padding-left: 26px; background: url(/images/front/btn-icon/btn-search-b.png) no-repeat left top 1px;}

.memberSearch-list { border-top: 1px solid #333; border-bottom: 1px solid #333; margin-top: 39px;}
.memberSearch-list li { display: flex; border-bottom: 1px solid #ddd; padding: 39px 0; justify-content: space-between;}
.memberSearch-list li:last-child { border-bottom: 0;}

.memberSearch-cont { width: calc(50% - 2.9%); justify-content: space-between; box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.05); background-color: #fff; border-radius: 25px; padding: 20px; box-sizing: border-box; display: flex; align-items: center;}
.memberSearch-cont figure { border-radius: 15px; overflow: hidden; width: 43%;}
.memberSearch-txt { width: 57%;}
.memberSearch-txt .memberSearch-tit { font-family:'Barlow','Noto Sans KR',sans-serif; margin-bottom: 10px; font-size: 28px;}
.memberSearch-txt .memberSearch-desc { font-size: 13px; color: #999; line-height: 1.2;}
/** //memberSearch **/

/** //payment **/
.payment .login-cont1 { margin-top: 75px;}

.payment-box { background-color: #fff; margin-bottom: 55px; font-size: 14px; box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.05); border-radius: 6px; padding: 30px;}
.payment-box dl { margin-bottom: 10px;}
.payment-box dl:last-child { margin-bottom: 0;}
.payment-box dt { width: 115px;}
.payment-box dd { color: #999;}
.payment .ksvs-info-box { margin: 10px 0 70px;}
/** //payment **/

/**  journals01 **/
.journals01-list { display: flex; margin-top: 90px; justify-content: space-between; flex-wrap: wrap;}
.journals01-list li { width: calc(50% - 10px); display: flex; flex-direction: column; align-items: center;}
.journals01-list figure { margin-bottom: 30px;}
.journals01-list .btn-set { background-image: url(/images/front/btn-set-icon7.png);}
/** //journals01 **/

/** conference01 **/
.conference-list { display: flex; flex-wrap: wrap; margin-top: 45px;}
.conference-list li { width: calc((100% / 3) - (140px / 3)); transition: all .2s; position: relative; border-radius: 40px; box-shadow: 10px 10px 40px 2px rgba(0,0,0,0.1); margin-bottom: 70px; margin-right: 70px;}
.conference-list li:hover { background-color: #ffcc00; }
.conference-list li:nth-child(3n) { margin-right: 0;}
.conference-list .conference-box { min-height: 330px; box-sizing: border-box; padding: 35px 50px; display: flex; flex-direction: column; height: 100%; justify-content: space-between;}
.conference-list .conference-state { position: absolute; left: 50px; top: -16px; height: 32px; background-color: #ccc; font-size: 14px; border-radius: 6px 6px 15px 6px; color: #fff; padding: 10px 12px; box-sizing: border-box;}
.conference-list .conference-state.start { background-color: #ffcc00; color: #000;}
.conference-list li:hover .conference-state { background-color: #252d2b; transition: all .2s; color: #fff;}
.conference-txt { position: relative;}
.conference-txt .conference-tit { font-size: 30px; line-height: 1.2; font-family:'Barlow','Noto Sans KR',sans-serif;}
.conference-txt .conference-num { position: absolute; right: 0; top: 3px; font-size: 12px; color: #999; font-weight: 300;}
.conference-info { font-size: 14px; color: #333; font-weight: 300; line-height: 1.4;}
/** //conference01 **/

/** conferenceDetail01 **/
.detail-back { margin: 10px 0 55px; display: inline-block; font-weight: bold; font-size: 14px;}
.detail-back img { vertical-align: middle; margin-right: 30px;}
.detail-sub { display: flex; justify-content: space-between; margin-bottom: 80px; font-size: 48px; line-height: 1.125;}
.detail-num { color: #999; line-height: 1; font-weight: 300;}

.detail-tab li { width: calc((100% + 7px) / 8 ); left: 1px; text-align: center; border-bottom: 0; background-color: #f4f4f4; color: #999; font-size: 14px; }
.detail-tab li:last-child { border-right: 1px solid #d5d5d5;}
.detail-tab li.on { border-color: #000; border-right: 1px solid #000; background-color: #ffcc00; color: #000; }

.detail-cont { position: relative;}
.detail-cont > li { border: 1px solid #000;}
.detail-cont-top { background-color: #f4f4f4;}
.detail-cont-bottom { border-top: 1px solid #000;}

.detail-box { display: flex; justify-content: center; margin-top: 30px;}
.detail-desc { margin-bottom: 25px; font-size: 12px; color: #999; font-weight: bold; font-family:'Barlow','Noto Sans KR',sans-serif;}
.detail-desc2 { font-size: 13px; line-height: 1.54; color: #999;}
.detail-tit2 { line-height: 1.33; font-size: 30px; font-family:'Barlow','Noto Sans KR',sans-serif;}
.detail-tit3 { font-size: 18px; font-family:'Barlow','Noto Sans KR',sans-serif;}
.detail-tit4 { font-size: 40px; line-height: 1.15;}
.detail-tit5 { margin-bottom: 20px;}
.detail-tit5 .info-spST {font-size:13px;line-height:2.2;color:#999;display:block;}
.detail-box li { width: calc((100% / 4) - (90px / 4)); margin-right: 30px;}
.detail-box li:last-child { margin-right: 0;}
.detail-box li .btn-set.btn-bset { width: 100%; text-align: left;}

.detail-cont01 .detail-cont-top { padding: 60px 80px 80px;}
.detail-cont01 .detail-cont-bottom { min-height: 540px; padding: 80px 10px; box-sizing: border-box; text-align: center;}
.detail-cont01 dl { margin-bottom: 25px; }
.detail-cont01 dl:last-child { margin-bottom: 0;}
.detail-cont01 dt { min-width: 90px; margin-right: 10px; font-weight: 500;}
.detail-cont01 dd { color: #999; text-indent: -12px; padding-left: 12px; line-height: 1.2;}

.detail-cont02 .detail-cont-top { padding: 30px 80px 50px;}
.detail-cont02 .detail-schedule { margin-top: 40px; font-size: 14px;}
.detail-cont02 .detail-schedule a > * { vertical-align: middle;}
.detail-cont02 .detail-schedule img {  margin-right: 10px;}
.detail-cont02 .detail-program li { border-bottom: 1px solid #d5d5d5; margin-bottom: 30px;}
.detail-cont02 .detail-program li:last-child { margin-bottom: 0;}
.detail-cont02 .detail-program dt { margin-bottom: 20px;}
.detail-cont02 .detail-program dd { margin-bottom: 30px; line-height: 1.2;}
.detail-cont02 .detail-cont-bottom { padding: 30px 80px 80px;}

.detail-cont03 .detail-cont-top { padding: 80px 50px 60px; text-align: center;}
.detail-cont03 .detail-cont-top .ksvs-info { margin: 20px 0 40px;}
.detail-cont03 .btn-set { background-image: url(/images/front/btn-set-icon2.png);}
.detail-cont03 .detail-cont-bottom { padding: 80px 80px 60px;}
.detail-cont03 .detail-list { border-top: 1px solid #000; line-height: 1.2; border-bottom: 1px solid #000; margin-bottom: 70px;}
.detail-cont03 .detail-list li { border-bottom: 1px solid #d5d5d5; padding: 23px 0 20px;}
.detail-cont03 .detail-list li:last-child { border-bottom: 0;}
.detail-cont03-box1 { margin: 15px 0 25px;}
.detail-cont03-box2 { margin: 0 0 15px;}
.detail-cont03-box1:first-child { margin-top: 0;}
p[class*="detail-cont03-box"] { padding-left: 10px; text-indent: -10px;}
.detail-cont03 .cont-dl2 dt { min-width: 140px; margin-right: 10px; font-weight: bold; padding-left: 10px; }
.detail-cont03 .cont-dl2 dd { line-height: 1.2;}
.detail-cont03 .cont-dl2 .txt-boldST {font-weight:bold;}
.detail-cont03 dd span { min-width: 100px; display: inline-block;}
.detail-cont03 .table-box1 {  margin-bottom: 70px;}
.detail-cont03 table thead { border-bottom-color: #d5d5d5;}
.detail-cont03 table tbody th { font-weight: bold; line-height: 28px;}
.detail-cont03 table tr > *:nth-child(1) { width: 20%;}
.detail-cont03 table tr > *:nth-child(2) { width: 20%;}
.detail-cont03 table tr > *:nth-child(3) { width: 20%;}
.detail-cont03 table tr > *:nth-child(4) { width: 20%;}
.detail-cont03 table tr > *:nth-child(5) { width: 20%;}
.detail-cont03 .ksvs-info-list { margin-top: 20px;}
.detail-cont03 .ksvs-info-list .ksvs-info { margin: 0 0 8px; display: block; }
.detail-cont03 .ksvs-info-list .ksvs-info:last-child { margin-bottom: 0;}

.detail-cont04 { text-align: center;}
.detail-cont04 .detail-cont-top { padding: 100px 50px 140px;}
.detail-cont04 .ksvs-info { margin: 20px 0 80px;}
.detail-cont04 .btn-set { background-image: url(/images/front/btn-set-icon8.png);}
.detail-cont04-table { text-align: left;}
.detail-cont04-table tbody { color: #999999; font-weight: 500; font-size: 13px;}
.detail-cont04-table tr > *:nth-child(1) { width: 150px;}
.detail-cont04-table tr > *:nth-child(2) { width: 250px;}
.detail-cont04-table tr > *:nth-child(3) { width: 150px;}
.detail-cont04-table tr > *:nth-child(4) { width: 150px;}
.detail-cont04-table tr > *:nth-child(5) { width: 150px;}

.detail-cont05 .detail-cont-top { padding: 80px 50px 80px; text-align: center;}
.detail-cont05 .ksvs-info { margin: 20px 0 40px;}
.detail-cont05 .btn-set { background-image: url(/images/front/btn-set-icon9.png);}
.detail-cont05 .detail-cont-bottom { padding: 60px 0px 90px;}
.detail-leftRight { display: flex;}
.detail-leftRight > * { width: 50%; box-sizing: border-box; padding-right: 10px;}
.detail-leftRight .detail-left { padding-left: 7.7%;}
.detail-leftRight .detail-right { padding-left: 1.55%;}
.detail-dltit { font-weight: bold; margin-bottom: 20px;}
.detail-dlist { font-size: 14px; }
.detail-dlist li { position: relative; padding-left: 12px;}
.detail-dlist li::after { display: block; content: ''; width: 2px; height: 2px; background-color: #333; left: 0; top: 5px; position: absolute; }
.detail-left .detail-dlist li { margin-bottom: 15px;}
.detail-right .detail-dlist li { margin-bottom: 20px;}
.detail-dlist li:last-child { margin-bottom: 0;}
.detail-dlist b { display: block; color: #999; margin-top: 10px;}

.detail-cont06 { text-align: center;}
.detail-cont06 .detail-cont-top { padding: 100px 50px 140px;}
.detail-cont06 .ksvs-info { margin: 20px 0 80px;}
.detail-cont06 .btn-set { background-image: url(/images/front/btn-set-icon8.png);}
.detail-cont06 .detail-cont-bottom { padding: 80px;}
.detail-cont06-table { text-align: left;}
.detail-cont06-table tbody { color: #999999; font-weight: 500; font-size: 13px;}
.detail-cont06-table tr > *:nth-child(1) { width: 50px;}
.detail-cont06-table tr > *:nth-child(2) { width: 90px;}
.detail-cont06-table tr > *:nth-child(3) { width: calc(100% - 220px); color: #333;}
.detail-cont06-table tr > *:nth-child(4) { width: 80px;}

.detail-cont07 .detail-cont-top { padding: 80px 85px;}
.detail-cont07 .detail-map { margin-top: 35px; display: flex; justify-content: space-between; align-items: center;}
.detail-cont07 .cont-dl2 dt { font-weight: bold; margin-right: 30px; }
.detail-cont07 .cont-dl2 dd { padding-top: 1px;}
.detail-cont07 .detail-map .detail-map-btn a { display: flex; align-items: center;}

.detail-cont08 { text-align: center;}
.detail-cont08 .detail-cont-top { padding: 100px 10px 190px;}
.detail-cont08 .ksvs-info { margin: 30px 0 15px;}
.detail-cont08 .login-box { max-width: 700px; margin: 0 auto;}
/** //conferenceDetail01 **/

/** notification01 **/
.search-box { display: flex; justify-content: space-between; align-items: center;}
.search-box .search-tit { font-size:41px;font-weight:bold; font-family:'Barlow','Noto Sans KR',sans-serif;}
.search-box .search-input { display: flex;}
.search-box .select-box { width: 100px; margin-right: 20px;}
.search-box .ip-box { width: 330px;}
.search-box .ip-button-box .btn-box { margin-top: -8px;}
.search-box .btn-box button { width: 17px; height: 17px; background-image: url(/images/front/btn-icon/btn-search-b.png); box-shadow: none;}
.search-box select, .search-box input { box-shadow: none; border: 1px solid #d5d5d5;}

.btn-list { height: 70px; padding-top: 60px; display: block; display: flex; justify-content: center; }
.btn-list button { width: 200px;}
.btn-list span { padding-left: 26px; padding-top: 4px; background: url(/images/front/btn-icon/list-icon-b.png) no-repeat left center;}
.btn-list .bg-blue span {background: url(/images/front/btn-icon/list-icon-b_wht.png) no-repeat left 9px !important;}
/** //notification01 **/

/** notification05 **/
.gallery-list { display: flex; flex-wrap: wrap; margin-top: 40px;}
.gallery-list li { width: calc((100% / 3) - (140px / 3)); margin-right: 70px; margin-bottom: 60px;}
.gallery-list li:nth-child(3n) { margin-right: 0;}
.gallery-list .gallery-cont { position: relative; display: block;}
.gallery-list .gallery-count { position: absolute; left: 20px; top: -10px; background-color: #252d2b; font-size: 14px; padding: 0 10px; height: 26px; line-height: 28px; text-align: center; color:#ffbb00; border-radius: 4px 4px 12px 4px;}
.gallery-list .gallery-count img { vertical-align: text-top; margin-right: 7px;}
.gallery-list .gallery-img figure {height:220px;overflow: hidden; border-radius: 20px; box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.1);}
.gallery-list .gallery-txt {padding-top:30px;}
.gallery-list .gallery-flex { display: flex;justify-content: space-between; font-family:'Barlow','Noto Sans KR',sans-serif;}
.gallery-list .gallery-writer {font-size:16px;color:#999;font-weight:200;line-height:unset;}
.gallery-list .gallery-tit {font-size:24px;line-height:24px;margin:10px 0}
.gallery-list .gallery-date {font-size:16px;color:#999;font-weight:200;line-height:unset;}

.gallery-view-box { position: relative; max-width: 820px; margin: 0 auto;}
.gallery-view-box .gallery-view-count { position: absolute; left:0;top:-15px; background-color: #252d2b; font-size: 14px; padding: 0 10px; height: 26px; line-height: 28px; text-align: center; color: #999; border-radius: 4px 4px 12px 4px;}
.gallery-view-box .gallery-view-count .current { color: #ffcc00;}
.gallery-view-box .gallery-view-count span { position: relative; top: 1px;}
.gallery-view-box .gallery-view-count img { vertical-align: text-top; margin-right: 7px;}
.gallery-view-list figure { padding:0;}
.gallery-view-list img { overflow: hidden; border-radius: 20px; margin: 0 auto; /* box-shadow: 10px 10px 20px 2px rgba(0,0,0,0.12); */}
.gallery-view-arrow { position: absolute; top: 50%; margin-top: -20px; width: 100%;}
.gallery-view-arrow span { position: absolute; display: block; width: 30px; cursor: pointer; height: 59px; background: no-repeat center; background-size: cover;}
.gallery-view-arrow .gallery-view-prev {background-image: url(/images/front/gallery-prev.png); left: -120px;/* filter:invert(1); */}
.gallery-view-arrow .gallery-view-next {background-image: url(/images/front/gallery-next.png); right: -120px;/* filter:invert(1); */}

.gallery-view-box2 { text-align: center;}
.gallery-view-tit { font-size: 16px; color: #333333; line-height: 1.8; margin: 35px 0 25px;}
.gallery-view-box2 button { width: 100px; height: 40px; margin: 0 auto; font-size: 13px;}
.gallery-view-box2 button span { background-image: url(/images/front/btn-icon/down-icon-b.png);}

.gallery_viewtit {padding:12px 0 !important;}
/** //notification05 **/

/*** //container - sub ***/

/*** tooltip   ***/
[data-tooltip-text]:hover {
	position: relative;
}

[data-tooltip-text]:hover:after {
	content: attr(data-tooltip-text);

    position: absolute;
	top: 100%;
	left: 0;

    background-color: rgba(0, 0, 0, 0.8);
	color: #FFFFFF;
	font-size: 12px;

	z-index: 9999;
}
/*** //tooltip   ***/

/*** popup ***/
.popup-box, .popup-box2 { display: flex; position: fixed; padding: 0 15px; box-sizing: border-box; width: 100%; height: 100%; /*background-color: rgba(0, 0, 0, 0.7);*/ left: 0; top: 0; z-index: 10; justify-content: center; align-items: center;}

.popup-cont { box-sizing: border-box;  background-color: #f4f4f4;max-height: calc(100vh - 60px); box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);}

.popup-cont.pop-noticeT { background-color: #ffcc00;}
.popup-cont.pop-noticeT .popup-tit-box { background-color: transparent;}
.popup-cont.pop-noticeT .popup-inner-box { padding-top: 0px;}
.count-list-numR { list-style: decimal; font-size: 15px; font-weight: 500; line-height: 2; padding-left: 16px;}


.popup-tit-box { display: flex; justify-content: space-between; padding: 25px 30px; align-items: center; background-color: #fff;}
.popup-tit-box2 { display: flex; align-items: flex-end; }
.popup-tit-box2 .required-tit { margin-left: 10px;}
.popup-tit-box2 .ksvs-info { margin-left: 15px; position: relative; top: 5px;}
.popup-tit-box2.img { align-items: center;}
.popup-tit-box2 img { margin-right: 20px;}
.popup-tit { font-size: 30px; font-family:'Barlow','Noto Sans KR',sans-serif; position: relative;}

.popup-inner-box { padding: 25px 30px;height:90%;overflow-y:auto;box-sizing:border-box;}
.popup-box .input-box input, .popup-box .input-box select, .popup-box .input-box textarea { margin-bottom: 30px;}

.popup-cont .ksvs-info { font-size: 12px;}

.pop-btn { margin: 50px 0 25px; display: flex;  justify-content: center;}
.pop-btn button { width: 120px; height: 70px; line-height: 74px; margin-right: 20px; font-family:'Barlow','Noto Sans KR',sans-serif; font-size: 20px;}
.pop-btn button:last-child { margin-right: 0;}

.pop-btn2 { background-color: #000; padding: 15px 30px 20px; color: #fff; align-items: center; display: flex; justify-content: space-between;}
.pop-btn2 a { font-family:'Barlow','Noto Sans KR',sans-serif; display: inline-block; padding-top: 2px;}

.popup-cont .btn-p-m { display: flex; overflow: hidden; box-shadow: 5px 5px 15px 0px rgb(0, 0, 0, 0.05);}
.popup-cont .btn-p-m button { width: 100%; height: 50px; background: no-repeat center #fff; box-shadow: none; border-radius: 6px;}
.popup-cont .btn-p-m .plus { background-image: url(/images/front/popup-p-icon.png); border-right: 1px solid #f4f4f4;}
.popup-cont .btn-p-m .minus { background-image: url(/images/front/popup-m-icon.png);}
.plus_Nst {margin-top:-20px;}

.pop-dl { font-family:'Barlow','Noto Sans KR',sans-serif;}
.pop-dl dt { color: #999; margin-bottom: 15px;}
.pop-dl dd { color: #000;}
/** pop-member **/
.pop-member { width: 760px;}

.pop-member .ip-ra-txt { margin-top: 20px;}

.pop-inner-txt { border-top: 1px solid #e5e5e5; margin-top: 25px; padding-top: 15px;}
.pop-inner-tlist { padding-left: 18px; margin-top: 5px; font-size: 13px; color: #999; line-height: 1.5;}

.input-file { position: relative;}
.input-file-list { padding: 7px 100px 7px 20px; border-radius: 6px; background-color: #fff; box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.05);}
.input-file-list li { float: left; margin-right: 20px;}
.input-file-list li:last-child { margin-right: 0;}
.input-file-list .empty { font-size: 16px; line-height: 36px; top: 4px; position: relative; color: #999; font-weight: 300;}
.input-file-list .file a { font-size: 12px; padding: 13px 32px 9px 10px; border: 1px solid #d5d5d5; background: url(/images/front/btn-icon/remove-icon-g.png) no-repeat right 10px center #ddd; display: block; border-radius: 5px; font-weight: 500;}
.file-btn { width: 90px; height: 36px; padding: 12px 0 0 35px; font-size: 12px; font-weight: bold; position: absolute; top: 7px; right: 10px; background: url(/images/front/btn-icon/upload-icon-b.png) no-repeat left 15px center #ffcc00; border-radius: 5px; box-sizing: border-box;}
/** //pop-member **/

/** pop-special **/
.pop-special { width: 760px;}
/** //pop-special **/

/** pop-nonmember **/
.pop-nonmember { width: 760px;}

.pop-info-box { margin-bottom: 10px; position: relative; top: -10px;}
.pop-info-box .ksvs-info:last-child { margin-top: 5px;}
/** //pop-nonmember **/

/** pop-student **/
.pop-student { width: 760px;}
/** //pop-student **/

/** pop-registration **/
.pop-registration { width: 600px;}

.pop-registration .login-box { margin-top: 0;}

.pop-find-bottom { font-size: 13px; color: #999; display: flex; justify-content: flex-end; margin-top: 20px;}
.pop-find-bottom img { margin-right: 7px; position: relative; top: -1px;}
/** //pop-registration **/

/** pop-findPwd **/
.pop-findPwd { width: 600px;}
.pop-findPwd .login-box { margin-top: 0;}
.pop-findPwd .pop-find-bottom { margin-top: 14px;}
/** //pop-findPwd **/

/** pop-abstract **/
.pop-abstract { width: 990px;}

.abstract-list .input-box input { margin-bottom: 10px}
.abstract-list .input-box:last-child input { margin-bottom: 30px}

.input-box.abstract1 > div:nth-child(1) { width: 14.4%;}
.input-box.abstract1 > div:nth-child(2) { width: 77.3%;}
.input-box.abstract1 > div:nth-child(3) { width: 5.7%;}

.abstract-list2 { padding: 20px 0 0; margin: 10px 0 10px; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.input-box.abstract2 { margin-bottom: 15px }
.input-box.abstract2:last-child { margin-bottom: 0;}
.input-box.abstract2 .ip-chk-txt { display: flex; align-items: center; height: 50px;}
.input-box.abstract2 .ip-chk-txt input[type='checkbox'] + label { margin-right: 10px}
.input-box.abstract2 > div:nth-child(1) { width: 19.1%;}
.input-box.abstract2 > div:nth-child(2) { width: 16%;}
.input-box.abstract2 > div:nth-child(3) { width: 18.9%;}
.input-box.abstract2 > div:nth-child(4) { width: 18.9%;}
.input-box.abstract2 > div:nth-child(5) { width: 13.9%;}
.input-box.abstract2 > div:nth-child(6) { width: 5.7%;}
.input-box.abstract2 > div:nth-child(7) { width: 62.5%;}
.input-box.abstract2 > div:nth-child(8) { width: 36%;}
.input-box.abstract2 input { margin-bottom: 10px;}
.input-box.abstract2 .ip-ra-txt { height: 50px; display: flex; align-items: center;}

.input-box.abstract3 { justify-content: flex-end; margin-bottom: 25px;}
.input-box.abstract3 > div:nth-child(1) { width: 5.7%;}

.pop-abstract .ksvs-info-r { margin-bottom: 5px;}
.input-box.abstract4 textarea { margin-bottom: 0; height: 190px; }
.pop-abstract .pop-btn { margin-top: 30px;}
/** //pop-abstract **/

/** pop-applicationNotice + pop-abstractNotice **/
.pop-applicationNotice, .pop-abstractNotice { width: 600px;}
.pop-noitce-desc { font-size: 15px; font-weight: 500; padding-left: 16px; text-indent: -16px; line-height: 1.5;}
/** //pop-applicationNotice + pop-abstractNotice **/

/** pop-paymentCompleted **/
.pop-paymentCompleted { width: 600px;}

.pop-payment-list { border-top: 1px solid #000; border-bottom: 1px solid #000;}
.pop-payment-list li { padding: 30px 40px; display: flex; border-bottom: 1px solid #dfdfdf; box-sizing: border-box;}
.pop-payment-list li:last-child { border-bottom: 0;}
.pop-payment-list li dl { width: 50%;}

.pop-paymentCompleted .pop-btn { margin-top: 30px;}
.pop-paymentCompleted button { height: 50px; line-height: 54px; font-size: 16px;}
/** //pop-paymentCompleted **/

/** pop-file **/
.pop-fileUp { width: 760px;}
/** //pop-file **/

/** pop-vote **/
.pop-vote { width: 600px; font-family:'Barlow','Noto Sans KR',sans-serif;}

.pop-vote-head { padding: 32px 40px; color: #fff; background: linear-gradient(90deg, #043221 0%, #1C654B 100%); }
.pop-vtit { font-size: 30px; margin-bottom: 25px;}
.pop-vdate { font-size: 16px; color: #fff;}
.pop-vdate b { color: #55B592;}

.pop-vote-body { padding: 30px 40px 70px; background-color: #f4f4f4;}
.pop-vdesc { font-size: 18px; line-height: 1.66; margin-bottom: 50px;}
.pop-radio { display: flex; justify-content: space-between; text-align: center;}
.pop-radio label { font-size: 30px; line-height: 120px; height: 100px; width: calc(50% - 10px); background-color: #fff; border-radius: 15px 15px 50px 15px; box-shadow: 2px 8px 14px rgba(0, 0, 0, 0.1); cursor: pointer; position: relative;}
.pop-radio label::before { width: 43px; height: 43px; position: absolute; left: 50%; top: -20px; margin-left: -21px; background: url(/images/front/vote-icon.png) no-repeat left top; display: block; content: '';}
.pop-radio input[type='radio']:checked + label { background-color: #F0F000;}
.pop-radio input[type='radio']:checked + label::before { background-position: right top;}

.pop-vote-bottom { display: flex;}
.pop-vote-bottom button { height: 80px; font-size: 20px; box-shadow: none; border-radius: 0;}
.pop-vote-bottom button:nth-child(1) { width: calc(100% * (2 / 3)); background-color: #0E583D;}
.pop-vote-bottom button:nth-child(2) { width: calc(100% * (1 / 3)); background-color: #98DAC2;}
/** //pop-vote **/

/** pop-terms **/
.pop-terms { width: 700px;height:100%;}

.terms-tit1 { font-size: 18px; font-weight: bold; margin: 30px 0 20px;}
.terms-tit2 { font-size: 16px; font-weight: bold; margin: 10px 0; line-height: 1.2;}
.pop-terms ol { margin-top: 5px;}
.pop-terms li { font-size: 14px; padding-left: 15px; text-indent: -15px; line-height: 1.5; margin-bottom: 5px;}
.pop-terms ol > li { font-size: 13px; padding-left: 18px; text-indent: -18px;}
ul.terms > li { text-indent: 0; padding-left: 0;}

.pop-terms2 li { padding-left: 13px; text-indent: -13px; }
.pop-terms2 ol > li { padding-left: 15px; text-indent: -15px;}
/** //pop-terms **/

/*** //popup ***/


/*** //m-nav ***/
.m-nav-btn { width: 20px; height: 16px; display: none; background: url(/images/front/nav-all-img1.png) no-repeat; cursor: pointer; background-size: cover;}

.m-nav-box { position: fixed; left: 0; top: 0; height: 100vh; width: 100vw; z-index: -1; opacity: 0; transition: all 0.4s 0s;}
.m-nav-box.on { opacity: 1; z-index: 10; transition: all 0s;}

.m-nav { position: relative; left: -500px; box-sizing: border-box; background-color: #fff; padding: 30px; width: 500px; height: 100%; transition: all .2s .2s;}
.m-nav-box.on .m-nav { left: 0; transition: all .2s .2s;}
.m-logo-box { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.m-logo-box  .m-inbox {display:flex;align-items:center;}
.m-logo-box  .m-inbox .top-link {font-size:12px;margin-left:15px;}
.m-logo { width: 150px; height: 39px; background: url(/images/front/logo2.png) no-repeat center; background-size:100%;}
.m-close-btn { width: 14px; height: 14px; background: url(/images/front/nav-close.png) no-repeat center; background-size: cover;cursor:pointer;}

.m-btn-box { display: flex; justify-content: space-between; margin-bottom: 30px;}
.m-btn-box button { width: calc(50% - 10px); height: 35px; font-size: 12px;}

.m-nav-list { padding-left:0; margin-bottom: 25px;}
.m-nav-depth1 { margin-bottom: 25px;}
.m-nav-depth1:last-child { margin-bottom: 0;}
.m-nav-tit { font-size: 22px; font-family:'Barlow','Noto Sans KR',sans-serif; display: inline-block; position: relative;cursor:pointer;}
.m-nav-tit::after { display: inline-block; content: ''; width: 0; height: 1px; background-color: #252d2b; position: absolute; left: 0; bottom: 0; transition: all .2s;}
.m-nav-tit.on::after { width: 100%;}
.m-nav-depth2 { display: none; padding-left:10px; font-size:16px; margin-top: 20px;}
.m-nav-depth2 > li { margin-bottom: 15px; }
.m-nav-depth2 > li:last-child { margin-bottom: 0; }
.m-nav-depth3 { padding-left: 15px; display: none; margin-top: 15px; font-size: 13px; color: #999;}
.m-nav-depth3 > li { margin-bottom: 15px;}
.m-nav-depth3 > li:last-child { margin-bottom: 0;}

.m-nav-list2 { padding-left: 30px; font-size: 13px; color: #999;}
.m-nav-list2 li { margin-bottom: 15px;}
.m-nav-list2 li:last-child { margin-bottom: 0;}

.m-nav-box .f-info { display: block; margin-top: 50px;}
.m-nav-box .f-info-logo { width: 35px; height: 35px; margin-bottom: 12px;}
.m-nav-box .f-info-txt li { font-size: 11px;}

.m-dimmed { position: absolute; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.2); z-index: -1; transition: all .2s .2s;}
.m-nav-box.on .m-dimmed { opacity: 1; transition: all .2s;}
/*** m-nav ***/

/*** media-query ***/
@media screen and (max-width : 1365px) {

    /** header **/
    #header .lnb, .nav-all-btn, .nav-list { display: none;}
    .m-nav-btn { display: block;}
    #header {position:unset;padding:15px 0;background:#171C61;border-bottom:0 !important;}

    .m_adBT {display:inline-block;margin-right:10px;font-size:13px;}
    .m_adBT a {border:1px solid #ddd;padding:0 15px;line-height:28px;border-radius:45px;display:block;font-family:'Barlow','Noto Sans KR',sans-serif;font-size:12px;}
	.closeBTN {display:inline-block;}
	.main-slide_TXT {padding:0 15px;box-sizing:border-box;}
	#header .h-logo2 a {background:url(/images/front/logo.png) no-repeat;background-size:65%;background-position:left;}
    /** //header **/


    /** container - main **/
    .main {padding-top:0}

    .main-visual-bg { height: calc(100% - 60px);}
    .main-visual-bg2 { top: calc(100% - 60px); height: 60px; background-image: linear-gradient(90deg, #212726 0%, #113c31 100%);}

    .main-left { width: 60%;}
    .main-visual-img { max-width: 100%; margin: 0 auto; top: 0; left: 0;}
    .main-visual-img img {display: block; height: auto;}
    /* .slcik_st .slick-track img {max-width: none !important;} */
    .main-right { width: 40%; left: 60%;}
    .main-visual-tit { font-size: 42px; margin: 35px 0 20px;}
    .main-visual-info{ margin-bottom: 30px;}
    .main-visual-btn a { width: 300px; height: 60px; line-height: 64px; font-size: 16px;}
    .main-visual-btn a::after { background-size: 20px; }

    .main-section1 { padding: 70px 0 25px; margin-bottom: 40px;}
    .main-tit { font-size: 24px; margin-bottom: 25px;}
    .main-section1-list { width: 1080px;}
    .main-notice .main-tit a { width: 24px; height: 24px; background-size: 10px;}
    .main-notice-list li { margin-bottom: 10px;}
    .main-notice-desc { font-size: 14px; width: calc(100% - 61px);}
    .main-notice-date { font-size: 12px; width: 61px;}
    .main-section2-list > div:nth-child(n+3) { margin-top: 40px;}
    /** //container - main **/

    /** container - sub **/
    
    .index {/*  display: none; */margin-top:0;}
    
    #sub-visual {background-position:center; padding-top: 15px; margin-bottom: 80px; position: relative;}
    #sub-visual::after { display: block; content: ''; width: 100%; height: calc(50% + 15px); background-color: #f4f4f4; position: absolute; top: 0; z-index: -1;}
    .sub-visual { height: 180px;}
    .sub-vtit { font-size: 48px;}
    .sub-section {padding-top:0;}

    .sub-tit1 { font-size: 34px;}
    .sub-desc1 { font-size: 14px;}
    .sub-desc2 { font-size: 14px; margin-top: 15px;}

    .enactment-list { margin-top: 45px;}

    .count-list { padding-left: 16px; text-indent: -16px;}

    .sub-tab { font-size: 16px;}
    .sub-tab li a { height: 60px;}

    .btn-set { width: 180px; height: 75px; padding: 12px 0 0 10px; background-size: 36px;}
    .btn-set .btn-set-tit { font-size: 15px;}
    .btn-set .btn-set-arrow { width: 40px; height: 26px; background-size: 16px; bottom: -16px;}

    .btn-set.btn-bset { width: 250px; height: 110px;}
    .btn-set.btn-bset .btn-set-tit { font-size: 18px;}

    .regulation-box { margin-bottom: 55px;}
    .regulation-sub { font-size: 22px; margin-bottom:25px;}
    .regulation-cont { font-size: 15px;}
    /* society01 */
    .society01 .sub-section1,
    .society01 .sub-section2 {margin-bottom:100px;}
    .society01-tit {height:100px;line-height:120px;font-size:34px;padding-right:10%;right:50%;width:100%;}
    .society01-history-year { font-size: 26px; margin-bottom: 50px;}
    .history-list li { margin-bottom: 30px;}
    .history-year { font-size: 16px; width: 130px;}
    .society01-map { margin-bottom: 70px;}
    .society01-info { margin-bottom: 40px; padding-bottom: 0px;}
    .society01 .cont-dl2 { margin-bottom: 30px;}
    .society01 .cont-dl2 dt { font-size: 20px; min-width: 120px;}
    /* society01 */

    /* society02 */
    .society02-tit { font-size: 60px; margin-bottom: 50px;}
    .society02-tit span::after { height: 3px; bottom: 10px;}
    .society02-list { font-size: 16px;}
    .society02-list > li { margin-bottom: 35px;}
    /* //society02 */

    /* society03 */
    .sub-tab-box .wrapper { margin-bottom: 80px;}
    /* //society03 */

    /* society04 */
    .society04-01 .sub-section1 { margin-bottom: 70px;}
    .society04-01 .sub-tab2-box, .society04-02 .sub-tab2-box { margin-bottom: 80px;}
    .sub-tab2 li { font-size: 14px; padding: 15px 0 13px;}

    .count-hori-num { display: block}
    .count-hori-num li { width: auto!important;}

    .society04-03 .sub-section1 { margin-bottom: 80px;}
    /* //society04 */

    /* society05 */
    .society05 .sub-desc1 { margin-bottom: 25px;}
    .society05-tit { font-size: 26px; margin: 30px 0 20px;}
    .society05-desc { font-size: 15px;}
    .society05-tit sup { font-size: 12px;}
    .society05-list li { margin-bottom: 50px;}
    /* //society05 */

    /* login */
    .login .login-section { padding: 100px 0 200px;}
    .login-tit { font-size: 52px;}
    .ip-box input { font-size: 14px;}
    .login-box .ip-box label { font-size: 14px;}
    .login-box .ip-box input { height: 60px; padding-top: 35px; padding-bottom: 14px;}
    /* //login */

    /** find **/
    .find .ksvs-info { margin: 20px 0 15px;}
    /** //find **/

    /** join **/
    .login-section { padding: 70px 0 140px;}
    .login-btn button { height: 60px;}
    /** //join **/

    /* member01 */
    .member01-01 { margin-top: 20px;}
    div[class*='member01-0'] { margin-bottom: 80px;}
    .member-tit { font-size: 22px; margin-bottom: 15px;}
    .member-box1 { padding-left: 25px;}
    .member-box2 { padding-left: 15px;}
    .member-desc1 { font-size: 15px;}
    /* //member01 */

    /* member02 */
    .mypage .login-cont1 { margin-top: 40px;}
    .mypage .login-cont { margin-bottom: 60px;}
    /* //member02 */

    /* member04 */
    .payment .login-cont1 { margin-top: 40px;}
    .payment-box { margin-bottom: 40px;}
    .payment .ksvs-info-box { margin: 10px 0 60px;}
    /* //member04 */

    /* journals01 */
    .journals01-list { margin-top: 70px;}
    /* //journals01 */

    /* conference01 */
    .conference-list li { width: calc((100% / 3) - (80px / 3)); margin-right: 40px; margin-bottom: 40px;}
    .conference-list .conference-state { font-size: 13px; top: -15px; height: 30px; padding: 9px 12px;}
    .conference-txt .conference-tit { font-size: 26px;}
    .conference-info { font-size: 13px;}
    /* //conference01 */

    /* conferenceDetail */
    .detail-back { margin: 0 0 45px; font-size: 13px;}
    .detail-back img { width: 70px; margin-right: 25px;}
    .detail-sub { font-size: 42px; margin-bottom: 60px;}

    .detail-desc { margin-bottom: 20px;}
    .detail-tit2 { font-size: 26px;}
    .detail-tit3 { font-size: 16px;}
    .detail-tit4 { font-size: 36px;}
    .detail-tit5 { margin-bottom: 15px; font-size: 15px;}

    .detail-cont01 .detail-cont-top { padding: 50px 80px 70px;}
    .detail-cont01 dl { font-size: 15px; margin-bottom: 20px;}

    .detail-cont02 .detail-schedule { margin-top: 35px;}
    .detail-cont02 .detail-program dt { margin-bottom: 15px;}
    .detail-cont02 .detail-program dd { margin-bottom: 25px;}
    .detail-cont02 .detail-cont-bottom { padding: 30px 80px 70px;}

    .detail-cont03 .detail-cont-top { padding: 70px 45px 55px;}
    .detail-cont03 .detail-cont-top .ksvs-info { margin: 15px 0 35px;}
    .detail-cont03 .detail-cont-bottom { padding: 70px 75px 50px;}
    .detail-cont03 .detail-list { margin-bottom: 60px; font-size: 15px;}
    .detail-cont03 .table-box1 { margin-bottom: 60px;}
    .detail-cont03 .table-table tbody { font-size: 15px;}

    .detail-cont04 .detail-cont-top,
    .detail-cont06 .detail-cont-top { padding: 80px 40px 120px;}
    .detail-cont04 .ksvs-info,
    .detail-cont06 .ksvs-info { margin: 15px 0 60px;}

    .detail-cont05 .ksvs-info { margin: 15px 0 30px;}
    .detail-cont05 .detail-cont-bottom { padding: 50px 0 60px;}
    .detail-dltit { font-size: 15px;}
    .detail-dlist { font-size: 13px;}
    .detail-leftRight .detail-left { padding-left: 6%;}

    .detail-cont06 .detail-cont-bottom { padding: 70px;;}

    .detail-cont07 .detail-cont-top { padding: 70px 75px;}
    .detail-cont07 .detail-map { margin-top: 30px;}

    .detail-cont08 .detail-cont-top { padding: 90px 0 150px;}
    .detail-cont08 .ksvs-info { margin: 20px 0 20px;}
    /* //conferenceDetail */

    /* notification01 */
    .search-box .search-tit { font-size: 36px;}

    .board-table .tr > * { padding: 28px 0 20px;}
    .board-table .board-tit { margin-bottom: 0;}
    .board-table .board-tit, .board-table .board-writer { font-size: 20px;}
    .board-table .board-num, .board-table .board-date { font-size: 12px;}

    .board-table2 .tr1 { padding: 23px 0 20px;}
    .board-table2 .tr2, .board-table2 .tr4 { padding: 20px 0;}
    .board-table2 .tr3 { padding: 30px 0; font-size: 14px;}
    .board-table2 .board-tit { font-size: 24px;}
    .board-table2 .board-num { font-size: 12px;}
    .board-table2 .board-stit, .board-table2 .board-desc { font-size: 12px;}
    /* //notification01 */

    /* notification05 */
    .gallery-list li { width: calc((100% / 3) - (60px / 3)); margin-right: 30px; margin-bottom: 30px;}
    .gallery-list .gallery-img img { width:100%;height:100%;}

    .board-table2 .tr5 { padding: 70px 0 100px;}
    .gallery-view-arrow span { width: 24px; height: 47px; background-size: 24px;}
    .gallery-view-arrow .gallery-view-prev { left: -80px;}
    .gallery-view-arrow .gallery-view-next { right: -80px}

    .btn-list { height: 60px; padding-top: 50px;}
    /* //notification05 */

    /** //container - sub **/

    /** footer **/
    #footer { margin-top: 100px; padding: 20px 0; font-size:12px;}
    .f-link { margin-bottom: 15px; margin-left: 70px;}
    .f-info-logo {}
    .f-info-txt li { margin-bottom: 5px;}
    /** //footer **/
}

@media screen and (max-width : 1200px) {
	.slide-notice .noticeST {padding:10px 15px;box-sizing: border-box;}
	.wrapper0 {padding:0 15px;box-sizing:border-box;}
	.sub-content5-2 .member_box {width:30%;margin:0 20px 20px 0;}
	.sub-content5-2 .member_box:nth-child(3n+0) {margin-right:0;}
	.sub-content5-2 .member_box:nth-child(4n+0) {margin:0 20px 20px 0;}
	
	.sub-content5-3 .member_box {width:30%;margin:0 20px 20px 0;}
	.sub-content5-3 .member_box:nth-child(3n+0) {margin-right:0;}
	.sub-content5-3 .member_box:nth-child(4n+0) {margin:0 20px 20px 0;}
}
@media screen and (max-width : 1125px) {

    /** container - main **/
    .main-section1 .wrapper2 { padding: 0; }
    .main-section1-list-wrap { overflow-y: hidden; overflow-x: auto; }
    .main-section1-list { padding-left: 15px;}
    .mainBN li:nth-child(1) {font-size:27px;}
    /** container - main **/
    
}
@media screen and (max-width : 1024px) {

    /** container - main **/
    .main-visual-img { max-width: 100%; }
    .main-visual-tit { font-size:3rem; margin: 25px 0 10px;}
    .main-visual-info dd { font-size:2rem;}
    .main-notice .main-tit a { width: 20px; height: 20px; background-size: 8px;}
    .main-visual-info{ margin-bottom: 20px; font-size: 13px;}
    .main-visual-btn a { width: 100%; max-width: 300px; height: 60px; line-height: 64px; font-size: 14px;}
    .main-visual-btn a::after { background-size: 16px; }

    .main-section1 { padding: 60px 0 25px; margin-bottom: 30px;}
    .main-section1 .main-tit { margin-bottom: 0px;}
    .main-tit { font-size: 20px; margin-bottom: 20px;}
    .main-section2-list > div:nth-child(n+3) { margin-top: 30px;}
    /** //container - main **/

    /** container - sub **/
    #sub-visual { margin-bottom: 60px;}
    .sub-visual { height: 150px;}
    .sub-vtit { font-size: 30px;}
    .sub-vtit::after { bottom: 2px;}

    .sub-tit1 { font-size: 28px;}
    .sub-desc1 { font-size: 13px;}
    .sub-desc2 { font-size: 13px; margin-top: 10px;}

    .enactment-list { margin-top: 30px;}

    .count-list { padding-left: 14px; text-indent: -14px;}

    .sub-tab { font-size: 14px;}
    .sub-tab li,
    .sub-tab li.on { background-image: none;}
    .sub-tab li { padding-left: 0;}
    .sub-tab li a { height: 45px; justify-content: center;}

    .regulation-box { margin-bottom: 40px;}
    .regulation-sub { font-size: 20px; margin-bottom: 20px;}
    .regulation-cont { font-size: 14px;}

    .pagenation .page-num { margin: 0 15px;}
    .pagenation a { width: 35px; height: 35px; font-size: 12px; line-height: 37px;}
    .pagenation button { width: 60px; height: 35px; line-height: 37px; font-size: 12px;}
    .pagenation button span { background-size: 5px; padding-top:0px;}
    .pagenation .page-prev span { padding-left: 12px;background-position:left 3px;}
    .pagenation .page-next span { padding-right: 12px; background-position:right 3px;}

    /* society01 */
    .society01 .sub-section1,
    .society01 .sub-section2 { margin-bottom: 70px;}
    .society01-tit { height: 80px; line-height: 100px; font-size: 28px;}
    .society01-history-year { font-size: 22px; margin-bottom: 30px;}
    .history-list li { margin-bottom: 20px;}
    .history-year { font-size: 14px; width: 100px;}
    .society01-map { margin-bottom: 50px;}
    .society01-info { margin-bottom: 30px;}
    .society01 .cont-dl2 { margin-bottom: 15px;}
    .society01 .cont-dl2 dt { font-size: 16px; min-width: 100px;}
    /* society01 */

    /* society02 */
    .society02-tit { font-size: 48px; margin-bottom: 40px;}
    .society02-tit span::after { height: 3px; bottom: 10px;}
    .society02-desc { margin: 20px 0 15px;}
    .society02-list { font-size: 14px;}
    .society02-list > li { margin-bottom: 25px;}
    /* //society02 */

    /* society03 */
    .sub-tab-box .wrapper { margin-bottom: 60px;}
    /* //society03 */

    /* society04 */
    .society04-01 .sub-section1 { margin-bottom: 60px;}
    .society04-01 .sub-tab2-box, .society04-02 .sub-tab2-box { margin-bottom: 60px;}
    .sub-tab2 li { font-size: 13px;}

    .society04-03 .sub-section1  { margin-bottom: 60px;}
    /* //society04 */

    /* society05 */
    .society05 .sub-desc1 { margin-bottom: 20px;}
    .society05-tit { font-size: 22px; margin: 25px 0 15px;}
    .society05-desc { font-size: 14px;}
    .society05-desc br { display: none;}
    .society05-list li { margin-bottom: 40px;}
    /* //society05 */

    /* member01 */
    div[class*='member01-0'] { margin-bottom: 60px;}
    .member-tit { font-size: 20px;}
    .member-desc1 { font-size: 14px;}
    /* //member01 */

    /* journals01 */
    .journals01-list { margin-top: 50px;}
    /* //journals01 */

    /* conference01 */
    .conference-list li { width: calc((100% / 2) - (40px / 2)); margin-right: 40px;}
    .conference-list li:nth-child(3n) { margin-right: 40px;}
    .conference-list li:nth-child(2n) { margin-right: 0;}
    .conference-list .conference-box { padding: 30px; min-height: 260px;}
    .conference-list .conference-state { font-size: 12px; height: 27px; top: -13px; padding: 7px 12px; left: 30px;}

    .conference-txt .conference-tit { font-size: 22px;}
    .conference-info { font-size: 12px;}
    /* //conference01 */

    /* conferenceDetail */
    .detail-back { margin: 0 0 35px; font-size: 12px;}
    .detail-back img { width: 60px; margin-right: 20px;}
    .detail-sub { font-size: 30px; margin-bottom: 40px;}
    .detail-tab .pc { display: none;}

    .detail-desc { font-size: 11px; font-weight: 500;}
    .detail-tit2 { font-size: 22px;}
    .detail-tit3 { font-size: 15px;}
    .detail-tit4 { font-size: 30px;}
    .detail-tit5 { font-size: 14px; line-height: 1.2;}

    .detail-cont01 .detail-cont-top { padding: 40px 60px 50px;}
    .detail-cont01 dl { font-size: 14px;}
    .detail-cont01 .detail-cont-bottom { padding: 70px 10px;}

    .detail-cont02 .detail-cont-top { padding: 25px 60px 40px;}
    .detail-cont02 .detail-schedule { margin-top: 30px; font-size: 13px;}
    .detail-cont02 .detail-schedule span { position: relative; top: 1px;}
    .detail-cont02 .detail-program li { margin-bottom: 25px;}
    .detail-cont02 .detail-cont-bottom { padding: 25px 70px 60px;}

    .detail-cont03 .detail-cont-top { padding: 60px 40px 45px;}
    .detail-cont03 .detail-cont-top .ksvs-info { margin: 10px 0 25px;}
    .detail-box { flex-wrap: wrap;}
    .detail-box li { width: calc(50% - 15px); margin-right: 20px; margin-bottom: 40px;}
    .detail-box li:nth-child(2n) { margin-right: 0;}
    .detail-box li:nth-child(n+3) { margin-bottom: 0;}
    .detail-cont03 .detail-cont-bottom { padding: 60px 50px 40px;}
    .detail-cont03 .detail-list { margin-bottom: 50px; font-size: 14px;}
    .detail-cont03 .table-box1 { margin-bottom: 50px;}
    .detail-cont03 .table-table tbody { font-size: 14px;}

    .detail-cont04 .detail-cont-top,
    .detail-cont06 .detail-cont-top { padding: 70px 30px 90px;}
    .detail-cont04 .ksvs-info,
    .detail-cont06 .ksvs-info { margin: 15px 0 50px;}

    .detail-cont05 .ksvs-info { margin: 15px 0 30px;}
    .detail-cont05 .detail-cont-bottom { padding: 40px 0 70px;}
    .detail-dltit { font-size: 14px;}
    .detail-dlist { font-size: 12px;}
    .detail-leftRight .detail-left { padding-left: 5%;}

    .detail-cont06 .detail-cont-bottom { padding: 60px;}

    .detail-cont07 .detail-cont-top { padding: 60px 65px;}
    .detail-cont07 .detail-map { margin-top: 25px;}
    .detail-cont07 .detail-map-btn { font-size: 14px;}

    .detail-cont08 .detail-cont-top { padding: 75px 0 120px;}
    .detail-cont08 .ksvs-info { margin: 15px 0 15px;}
    /* //conferenceDetail */

    /* notification01 */
    .board-table .tr > * { padding: 23px 0 15px;}
    .board-table .board-tit, .board-table .board-writer { font-size: 18px;}
    .board-table .board-num, .board-table .board-date { font-size: 11px;}

    .board-table2 .tr1 { padding: 20px 0 17px;}
    .board-table2 .tr2, .board-table2 .tr4 { padding: 17px 0;}
    .board-table2 .tr3 { padding: 25px 0; font-size: 13px;}
    .board-table2 .board-tit { font-size: 20px;}
    .board-table2 .board-num { font-size: 11px;}
    .board-table2 .board-stit, .board-table2 .board-desc { font-size: 11px;}
    /* //notification01 */

    /* notification05 */
    .gallery-list li { width: calc((100% / 2) - (50px / 2)); margin-right: 50px;}
    .gallery-list li:nth-child(3n) { margin-right: 50px;}
    .gallery-list li:nth-child(2n) { margin-right: 0;}

    .board-table2 .tr5 { padding: 50px 0 80px;}
    .gallery-view-arrow .gallery-view-prev { left: -5px;}
    .gallery-view-arrow .gallery-view-next { right: -5px}
    .gallery-view-arrow .gallery-view-prev {background-image: url(/images/front/gallery-prev_w.png);filter:drop-shadow(10px 6px 6px #666);}
	.gallery-view-arrow .gallery-view-next {background-image: url(/images/front/gallery-next_w.png);filter:drop-shadow(10px 6px 6px #666);}
    /* //notification05 */

    /** //container - sub **/

    /** footer **/
    #footer { margin-top: 70px; }
    .f-link { margin-bottom: 10px; margin-left: 60px;}
    .f-info-logo {}
    /** //footer **/
}


@media screen and (max-width : 820px) {
	.conference_main .m-board-list .txt_box {width:calc(35% - 25px);}
	.conference_main .m-board-list .txt_box:nth-child(3) {margin-right:0;}
	
	.sub-content5-2 .member_box {width:30%;margin:0 25px 20px 0;}
	.sub-content5-2 .member_box:nth-child(3n+0) {margin-right:0;}
	.sub-content5-2 .member_box:nth-child(4n+0) {margin-right:25px;}
}
@media screen and (max-width : 768px) {
	.main-banner-btn{padding:14px;}
    .main-banner-btn span {font-size:14px;}

    /** header **/
    
    #header { padding:15px 0;}
    #header .wrapper { padding: 0 25px;}
    #header .h-logo a {width:150px; height:30px;background-size:100%;}
    .main-slide_TXT {padding:0 25px;box-sizing:border-box;}
    /* #header .h-logo a { width: 150px; height: 39px;} */
    .m-nav-btn { width: 16px; height: 13px;}
	
    .m-nav { width: 100%;}
    .mobile { display: block; }
    .mobile2 { display: inline;}
    .pc { display: none;}
    .wrapper0 {padding:0 25px;}
    
    .sub_top_navmenu {justify-content:center;}
    
    .slide-notice2 .noticeST {padding:12px 25px;}
    /** //header **/

    /** container - main **/
    .mainBN .bn_1 {padding:15px;background-size:cover;background-position:top;height:175px;border-radius:15px 15px 75px;}
    .mainBN .btST {font-size:15px;width:110px;}
    /* .mainBN .bn_2 {padding:15px;background-size:cover;background-position:top;height:175px;border-radius:15px 15px 75px;} */
    .mainBN .gallery_latist .gallery_img .gallery-tit {font-size:17px;width:100%;}
    .mainBN li:nth-child(1) {font-size:21px;}
    .mainBN li {font-size:15px;}
    .mainBN li:nth-child(2) {margin:15px 0;}
	.slide-notice2 .noticeST .main-tit {margin:0 20px 0 0;} 
    
    .main-visual-tit { font-size:1.9rem; margin: 25px 0 10px;}
    .main-visual-info dd { font-size:1.1rem;}
    .main-visual-bg { height: calc(100% - 60px);}
    .main-visual-bg2 { top: calc(100% - 60px);}
    .main-leftRight { display: block;}
    .main-left, .main-right { width: 100%; position: relative;}
    .main-right { left: 0;}
    .main-visual-img { position: static;}
    .main-slide_TXT {bottom:0;}
    .main-visual-tit i { background-color: #000; display: inline-block; padding: 6px 5px 0px; margin-bottom: 2px;}
    .main-right { max-width: 500px; margin: 0 auto; padding: 50px 25px 0; box-sizing: border-box;}

    .main-section .wrapper2 { padding: 0 35px;}
    .main-section1-wrap { padding-left: 35px;}
    .main-section1 { padding: 30px 0 0px; margin-bottom: 20px;}
    .main-tit { font-size:21px; margin-bottom: 15px;}
    .mainBN .gallery_latist .gallery_titBOX span {font-size:13px;font-weight:300;}
    .main-section1 .wrapper2 { padding: 0;}
    .main-section1-list { width: 1070px; padding-left: 30px;}
    .main-section1-list li { width: calc(25% - 20px);}
    .main-section1-list li .btn-set.btn-bset { height: 85px;}
    .main-section2-list .main-notice { width: 100%;}
    .main-section2-list > div:nth-child(n+2) { margin-top: 20px;}

    .main-notice4 { border: 0; padding: 0 40px; position: relative; margin-top: 40px!important;}
    .main-notice4::after { display: block; content: ''; width: calc(100% + 70px); height: 1px; background-color: #e5e5e5; position: absolute; top:0; left: -35px;}
    .main-site-btn p { border: 0; height: 100%; top: 0;}
    /** //container - main **/

    /** container - sub **/
    #sub-visual { margin-bottom: 40px;}
    .sub-visual { height: 120px;}
    #sub-visual {height:200px;}
    .index-list {margin-top:17px;}
    .m-ceneter {justify-content:center !important;}
    .index-list > li {font-size:12px;}
    .index-list > li::after {margin:0 10px 1px;}
    .sub-vtit {text-align:center;line-height:15px;}
    .sub-vtit::after { bottom: 0px; height: 1px;}
    .sub_top_navmenu li {margin-right:12px;letter-spacing:-1.5px;}
    .nav_container .top_navBOX {height:40px;}
    .sub_top_navmenu li.on:after {bottom:-13px;}
	.nav_container .top_navBOX {letter-spacing:-0.7px;}
	
    .sub-section .wrapper2,
    .tab-btn-select .wrapper2 { padding: 0 25px;}

    .sub-tit1 { font-size: 24px; margin-bottom: 15px;}
    .sub-tit1 br { display: none;}
    .sub-desc1 { font-size: 12px;}
    .sub-leftRight { display: block;}
    .sub-left, .sub-right, .sub-Hleft, .sub-Hright { width: 100%;}

	.sub-section {margin-bottom:70px;}
	
	/*sub*/
	.sub-section p.mobile {font-size:22px;line-height:36px;letter-spacing:-2px;text-align:center;}
	.sub-content1-1 li {font-size:15px;line-height:31px;}
	.sub-content1-1 li:first-child {margin-top:40px;}
	
	.sub-content1-2 li {font-size:15px;line-height:31px;}
	.sub-content1-2 li:first-child {margin-top:40px;}
	.sub-content1-2 .bg1-2 {min-height:1040px;background-size:100%;}
	
	.sub-content1-3 p {font-size:40px;margin-bottom:30px;}
	.sub-content1-3 .flx_wrap {flex-wrap:wrap;}
	.sub-content1-3 .year_txt {width:100%;font-size:31px;}
	.sub-content1-3 .history_line {width:1px;margin:10px 20px 0 10px !important;}
	.sub-content1-3 .history_line {}
	.sub-content1-3 .history_line:after {top:0;width:7px;height:7px;border:4px solid #004da2;}
	.sub-content1-3 .txt {width:85%;font-size:15px;}
	.sub-content1-3 .txt li {margin-bottom:10px;line-height:21px;}
	.sub-content1-3 .txt:last-child {padding-bottom:25px;}
	
	.sub-content1-4 p {font-size:25px;margin-bottom:30px;line-height:27px;}
	.sub-content1-4 .executives_table {font-size:12px;}
	.sub-content1-4 .executives_table th {padding:10px 0;}
	.sub-content1-4 .executives_table td {padding:15px 0;}
	
	.sub-content1-5 p {font-size:25px;margin-bottom:30px;line-height:27px;}
	.sub-content1-5 p .txt {font-size:17px;line-height:19px;margin-top:5px;}
	
	.sub-content1-5 .rule_content {font-size:13px;}
	.sub-content1-5 .rule_content .rule_SPtit {font-size:15px;}
	.sub-content1-5 .rule_content .rule_tit {font-size:17px;margin:30px 0 0 0;}
	.sub-content1-5 .rule_content .number_txt {font-size:13px;line-height:21px;}
	
	.sub-content_N6 {min-height:35vh;}
	.sub-content_N6 p {font-size:25px;margin-bottom:30px;}
	.sub-content_N6 .year_presidentTB {font-size:12px;}
	.sub-content_N6 .year_presidentTB th {padding:10px 0;}
	.sub-content_N6 .year_presidentTB td {padding:15px 0;text-align:center;}
	
	.board-table .board-tit .subject_b {font-size:17px;}
	.board-table .date_txt {font-size:12px;}
	.board-table .site_txt {font-size:12px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:105px;}
	.board-table .veiw_txt {font-size:12px;}
	.board-table .txt_st {line-height:0;}
	.board-table .txt_st span:after {height:12px;}
	.board-table .veiw_txt:before {background-size:85%;background-position:left 3px;}
	.ing {font-size:11px;width:40px;}
	.end {font-size:11px;width:40px;}
	
	.board-table2 .pd_st {padding:12px 0;}
	.board-num {justify-content:unset;}
	.board-table2 .num_txt {font-size:11px;line-height:18px;}
	.board-table2 .subject_b {font-size:16px;line-height:18px;}
	.board-table2 .date_txt {font-size:12px;width:100%;}
	.board-table2 .site_txt {font-size:12px;}
	.board-table2 .veiw_txt {font-size:12px;}
	.board-table2 .veiw_txt:before {background-position:left 3px;;background-size:80%;}
	.board-table2 .txt_st span:after {background:unset;margin:0 7px;}
	.board-table2 .board-tit {flex-wrap: wrap}
	
	.sub-content3-1 p {font-size:25px;margin-bottom:30px;line-height:27px;}
	.sub-content3-1 .name_txt1 {font-size:20px;}
	.sub-content3-1 .name_txt1:before {vertical-align:3px;}
	.sub-content3-1 .name_listBOX {justify-content:space-between;}
	.sub-content3-1 .name_listBOX .name_card {margin:22% 0 25px 0;width:45%;height:150px;}
	.sub-content3-1 .name_listBOX .name_card img {width:70%;}
	.sub-content3-1 .name_listBOX .name_card:nth-child(2n+0) {margin-right:0;}
	.sub-content3-1 .name_listBOX .name_card .txt1 {margin-bottom:5px;font-size:12px;}
	.sub-content3-1 .name_listBOX .name_card .txt2 {font-size:17px;}
	.sub-content3-1 .name_listBOX .name_card .txt3 {font-size:14px;}
	
	.sub-content4-1 p {font-size:25px;margin-bottom:30px;line-height:27px;}
	.sub-content4-1 p .txt {font-size:17px;line-height:17px;margin-top:5px;}
	.sub-content4-1 .content_box {font-size:15px;}
	.sub-content4-1 .content_box .commissioner {display:block;}
	.sub-content4-1 .content_box .name {margin:5px 0 0 0;}
	.sub-content4-1 .content_box .box_st {margin:15px 0 40px 0;}
	.sub-content4-1 .content_box .box_st {padding:15px;}
	.sub-content4-1 .content_box .box_st li .sp_1 {/* width:7%; */line-height:21px;}
	.sub-content4-1 .content_box .box_st li .sp_2 {width:90%;line-height:21px;}
	.sub-content4-1 .main_tit {margin-top:40px;}
	.sub-content4-1 .content_box .part_number {font-size:20px;}
	.sub-content4-1 .content_box .part_txt {font-size:20px;letter-spacing:-1px;display:block;margin-left:0;}
	.sub-content4-1 .content_box .box_st2 {padding:15px;}
	.sub-content4-1 .content_box .in-tit-sub {line-height:17px;}
	.sub-content4-1 .content_box .list-box_st li {font-size:13px;line-height:17px;}
	.sub-content4-1 .content_box .list-box_st li .sp_1 {/* width:7%; */line-height:17px;}
	.sub-content4-1 .content_box .list-box_st li .sp_2 {width:90%;line-height:17px;}
	.sub-content4-1 .content_box .bg_st1 {padding:10px 15px;font-size:13px;}
	.sub-content4-1 .main_tit .main_info {line-height:19px;}
	.sub-content4-1 .exm_img .txt-box {font-size:11px;line-height:15px;}
	.sub-content4-1 .exm_img .txt-box li:first-child {margin-bottom:7px;}
	.sub-content4-1 .content_box .mg-t50 {margin-top:40px;}
	.sub-content4-1 .exm_table {font-size:13px;}
	.sub-content4-1 .exm_table th {font-weight:500;}
	.sub-content4-1 .exm_table2 {font-size:13px;}
	.sub-content4-1 .exm_table2 th {font-weight:500;}
	
	.sub-section .board-txt {line-height:19px;display:flex;font-size:12px;height:unset;}
	.sub-section .board-txt span:after {content:'';display:inline-block;width:1px;background:#ddd;height:15px;margin:0 10px;vertical-align:-2px;}
	.sub-section .board-txt span.mobile:after {content:unset;}
	
	.sub-content5-2 p {font-size:25px;margin-bottom:30px;line-height:27px;}
	.sub-content5-2 .member_content {justify-content:space-between}
	.sub-content5-2 .member_box {width:47%;margin:0 0 20px 0;}
	.sub-content5-2 .member_box:nth-child(4n+0) {margin-right:0;}
	.sub-content5-2 .member_box .member_img {height:85px;}
	.sub-content5-2 .member_box .member_img img {width:75%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
	.sub-content5-2 .member_box .tit_link span {font-size:13px;}
	
	.sub-content5-3 p {font-size:25px;margin-bottom:30px;line-height:27px;}
	.sub-content5-3 .member_content {justify-content:space-between}
	.sub-content5-3 .member_box {width:47%;margin:0 0 20px 0;}
	.sub-content5-3 .member_box:nth-child(4n+0) {margin-right:0;}
	.sub-content5-3 .member_box .member_img {height:85px;}
	.sub-content5-3 .member_box .member_img img {width:75%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}
	.sub-content5-3 .member_box .tit_link span {font-size:13px;}
	
	.mainBN .gallery_latist .gallery_img .gallery-date {font-size:12px;color:#aaa;font-weight:200;}
	/**/
	
    .enactment-list { margin: 20px 0 30px; display: flex; flex-wrap: wrap; justify-content: space-between;}
    .enactment-list li { width: 50%; padding-right: 5px; box-sizing: border-box; margin-bottom: 15px;}

    .table-table.mobile { display: table;}
    .table-table thead th { padding: 12px 0 10px; font-size: 14px;}
    .table-table thead th .mobile { color: #000; display: inline-block;}
    .table-table tbody { font-size: 14px; line-height: 1.4;}
    div[class*="society04-"] .table-table tbody { font-size: 12px;}
    .table-table tbody td { padding: 14px 0 12px; padding-right: 10px;}
    .table-table tr > *:nth-child(1) { padding-left: 5px;}
    .table-table tbody td strong { color: #000; font-size: 14px; display: inline-block; margin-right: 3px; margin-bottom: 5px;}

    .sub-tab { overflow-x: scroll; overflow-y: hidden;}
    .sub-tab li { width: auto; padding: 0 10px; border-left: none; float: none; display: table-cell; min-width: 100px;}
    .sub-tab li:first-child { border-left: 1px solid #d5d5d5;}
    .sub-tab li.on { border-left:1px solid #000;}

    .btn-set.btn-bset { width: 100%; height: 70px; background-image: none; padding-left: 20px; border-radius: 10px 10px 30px 10px;}
    .btn-set.btn-bset .btn-set-tit { font-size: 17px;}

    .regulation-box { margin-bottom: 30px;}
    .regulation-sub { font-size: 18px; margin-bottom: 15px;}
    .regulation-desc-box { padding-left: 0;}
    .regulation-tit { display: block; margin-bottom: 5px;}
    .regulation-tit strong { min-width: auto; margin-right: 5px;}

    .ksvs-info { font-size: 11px; padding-left: 16px; line-height: 1.55; background-size: 11px;}

    .pagenation a { width: 30px; height: 30px; line-height:27px;}
    .pagenation button { width: 50px; height: 30px; line-height:27px; }
/*     .pagenation .page-num a:nth-last-child(-n+5) { display: none; } */
    /* society01 */
    .society01 .sub-section1 { margin-bottom: 80px;}
    .society01 .sub-section2 { margin-bottom: 50px;}
    .society01-tit { height: 70px; line-height: 80px; font-size: 24px; padding-right: 0; right: 16%; width: 100%; padding-left: 20%; text-align: left;}
    .soicety01-img { max-width: 500px; margin: 0 auto; width: calc(100% + 30px); left: -15px; position: relative;}
    .society01-txt { display: none;}
    .society01 .sub-section2 .sub-Hright { padding-left: 20px; margin-top: 20px;}
    .society01-history-year { margin-bottom: 20px; }
    .society01 .cont-dl2 { margin-bottom: 10px;}
    .society01 .cont-dl2 dt { font-size: 14px; min-width: 80px;}
    /* society01 */

    /* society02 */
    .society02-left { width: 100%; display: flex; align-items: center;}
    .society02-img { width: 43%;}
    .society02-box { width: 57%; padding-left: 20px; box-sizing: border-box;}
    .society02-tit { font-size: 32px; margin-bottom: 20px;}
    .society02-tit span::after { height: 1px; bottom: 5px;}
    .society02-desc { margin: 20px 0 10px; padding-left: 0; font-size: 12px;}
    .society02-sign { margin-left: 0; width: 130px;}
    .society02-right { width: 100%; margin-top: 30px;}
    .society02-list { font-size: 14px;}
    .society02-list > li { margin-bottom: 25px;}
    /* //society02 */

    /* society03 */
    .sub-tab-box .wrapper { margin-bottom: 30px; padding: 0;}

    .society03-01-table tr > *:nth-child(1),
    .society03-02-table tr > *:nth-child(1) { width: 43%;}
    .society03-01-table tr > *:nth-child(2),
    .society03-02-table tr > *:nth-child(2){ width: 57%;}
    .society03-01-table tr > *:nth-child(3),
    .society03-02-table tr > *:nth-child(3) { display: none;}

    .society03-03-table tr > *:nth-child(1) { width: 52%;}
    .society03-03-table tr > *:nth-child(3) { width: 48%;}
    .society03-03-table tr > *:nth-child(2),
    .society03-03-table tr > *:nth-child(4) { display: none;}

    .society03-04-table tr > *:last-child { display: none;}
    .society03-04 .tab-btn { display: flex; margin-bottom: 40px; justify-content: space-between;}
    .society03-04 .tab-btn li { width: calc(50% - 5px);}
    .society03-04 .tab-btn li:nth-child(1) { margin: 0; margin-right: 10px;}
    .society03-04 .tab-btn li .btn-set { width: 100%;}
    /* //society03 */

    /* society04 */
    .society04-01 .sub-section1 { margin-bottom: 50px;}
    .sub-tab2-box { display: none;}
    .count-hori-num2, .count-hori-num3 { display: block;}
    .count-hori-num3 { padding-left: 20px; text-indent: -20px;}
    .count-hori-num2 li, .count-hori-num3 li { margin-right: 0;}
    .count-hori-num3 li { width: 100%;}

    .society04-01-table2-m { margin-bottom: 15px;}
    .society04-01-table2-m td { vertical-align: middle;}
    .society04-01-table2-m td:nth-child(n+2) { color: #000;}

    .society04-02 .regulation-desc-box { overflow-x: auto; }
    .society04-02 table { min-width: 600px; margin: 15px 0 0;}
    .society04-02 table tbody td { padding: 10px 5px 8px 0;}
    .society04-02 .society04-02-table4 { min-width: auto;}

    .society04-03 .sub-section1 { margin-bottom: 40px;}
    .society04-03 .sub-section2 .sub-right { overflow-x: auto;}
    .society04-03-table2 { min-width: 800px;}
    /* //society04 */

    /* society05 */
    .society05-tit { font-size: 20px; margin: 20px 0 10px;}
    .society05-tit sup { display: none;}
    .society05-list li { margin-bottom: 35px;}
    .society05-table tr > *:nth-child(2),
    .society05-table tr > *:nth-child(4) { display: none;}
    /* //society05 */

    /* login */
    .wrapper3 { padding: 0 30px; max-width: 100%;}
    .login .login-section { padding: 60px 0 100px;}
    .login-box { margin-top: 30px;}
    .login-box > div:nth-child(n) { width: 100%; margin-bottom: 10px;}
    .login-box > div:last-of-type { margin-bottom: 30px;}
    .login-tit { font-size: 40px;}
    .login-box .ip-box input { height: 50px; padding-top: 0; padding-bottom: 0;}
    .login-box .ip-box.on label { display: none;}
    .login-box button { height: 50px; font-size: 18px; line-height: 54px;}
    .login-btn-icon { position: static; text-align: center; width: 100%;}
    .login-btn-icon li { float: none; display: inline-block;}
    /* //login */

    /** find **/
    .find .ksvs-info { margin: 15px 0 10px;}
    /** //find **/

    /** join **/
    .login-section { padding: 60px 0 130px;}
    .join .login-cont1, .join .login-cont { margin-bottom: 35px;}
    .join-sub { margin-bottom: 20px; font-size: 24px;}
    .required-tit, .join-tit { font-size: 12px; padding-left: 7px;}
    .required-tit::before { width: 3px; height: 3px; top: -4px;}

    .input-box input, .input-box select, .input-box textarea { margin-bottom: 20px;}
    .ip-box input, .select-box select { height: 42px; line-height: 42px;}
    .ip-box input { padding: 0 10px;}
    .select-box select { background-position: right 10px center; padding: 0 25px 0 10px; background-position: right 10px top 16px; background-size: 12px;}
    .ip-button-box .btn-box { right: 10px;}
    .search-box .btn-box button { width: 15px; height: 15px; background-size: cover;}
    .ip-button-box input { padding-right: 30px;}

    .input-box.two > div { width: 100%;}
    .input-box.three > div { width: calc(50% - 10px); }
    .input-box.eName > div:nth-child(1) { width: 100%;}
    .input-box.eName > div:nth-child(1) select { margin-bottom: 10px;}
    .input-box.eName > div:nth-last-child(-n+2) .join-tit { display: none;}

    .input-box.email > div:nth-child(3) { width: 100%;}
    .input-box.email > div:nth-child(-n+2) input { margin-bottom: 10px;}
    .input-box.email > div:nth-last-child(1) .join-tit { display: none;}

    .input-box.tell > div:nth-child(1) input { margin-bottom: 20px;}

    .ip-chk-txt input[type='checkbox'] + label { font-size: 12px; padding-left: 26px; line-height: 22px;}
    .ip-chk-txt input[type='checkbox'] + label:before { width: 20px; height: 20px; background-size: 40px;}
    .join .login-cont .ip-chk-txt input[type='checkbox'] + label { font-size: 12px}

    .login-btn button { height: 50px; font-size: 18px; line-height: 54px;}
    .login-btn button:nth-child(1) { order:1}
    .login-btn button:nth-child(2) { order:0}
    /** //join **/

     /* member01 */
     div[class*='member01-0'] { margin-bottom: 40px;}
     .member-tit { font-size: 18px;}
     .member-box1,
     .member-box2 { padding-left: 0;}
     .member01-02-list { display: block; margin: 30px 0 60px;}
     .member01-02-list > li { width: 100%;}
     .member01-02-list > li:nth-child(1) { margin-bottom: 40px;}

     .member01 table tr > * { vertical-align: middle; color: #000;}
     .member01-table1-m { margin: 10px 0 15px;}
     .member01-table1-m tr > *:nth-child(1) { width: 36.6%;}
     .member01-table1-m tr > *:nth-child(2) { width: 35%;}
     .member01-table1-m tr > *:nth-child(3) { width: 28.4%;}

     .member01-03 .member-desc1 strong { font-weight: normal; }
     .member01-table2 { margin: 10px 0 20px;}
     .member01-table2 td:nth-child(1) { font-weight: normal;}
     .member01-table2 td:nth-child(2) { text-align: right;}
     /* //member01 */

     /* member02 */
    .mypage .login-cont1 { margin-top: 30px;}
    .mypage .login-cont { margin-bottom: 40px;}

    .mypage .login-cont1 .input-box:nth-of-type(n+2) div { width: 100%; }

    .mypage-table tr > *:nth-child(1) { width: calc(100% - 50px);}
    .mypage-table tr > *:nth-child(2),
    .mypage-table tr > *:nth-child(3),
    .mypage-table tr > *:nth-child(4) { display: none;}
    .mypage-table tr > *:nth-child(5) { width: 50px;}

    .mypage-table td { vertical-align: middle;}
    .mypage-table span { font-weight: bold;}
    .mypage-table .mobile { font-size: 12px; margin-top: 5px; color: #000; font-weight: 300;}
    .mypage-table button { height: 30px;}
    /* //member02 */

    /* member03 */
    .memberSearch .login-cont1 { margin-top: 35px;}

    .memberSearch-box .select-box { width: 30%;}
    .memberSearch-box .ip-box { width: 66.7%;}
    .memberSearch-box button { width: 100%; height: 50px; font-size: 18px; margin-top: 10px;}
    .memberSearch-box button span { padding-top: 1px;}

    .memberSearch-list { padding: 20px 0;}
    .memberSearch-cont figure { width: 85px;}
    .memberSearch-txt { width: calc(100% - 105px);}
    .memberSearch-txt .memberSearch-tit { font-size: 25px; margin-bottom: 5px;}
    .memberSearch-txt .memberSearch-desc { font-size: 12px;}
    .memberSearch-list li { padding: 0; flex-wrap: wrap; border-bottom: 0;}
    .memberSearch-cont { width: 100%; margin-bottom: 15px;}
    .memberSearch-list li:last-child .memberSearch-cont:last-child{ margin-bottom: 0;}
    /* //member03 */

    /* member04 */
    .payment-box { font-size: 13px; padding: 20px;}
    .payment-box .cont-dl2 { display: block;}
    .payment-box dt { width: auto; margin-bottom: 7px;}
    .payment-box dd { line-height: 1.6;}
    .payment .input-box.two > div { width: 100%;}
    .payment .ksvs-info-box { margin: 5px 0 50px;}
    .login-btn button:nth-child(2) { width: calc(21.4% + 10px);}
    /* //member04 */

    /* journals01 */
    .journals01-list { margin-top: 45px;}
    /* //journals01 */

    /* conference01 */
    .conference-list li { width: calc((100% / 2) - (30px / 2)); margin-right: 30px;}
    .conference-list li:nth-child(3n) { margin-right: 30px;}
    .conference-list li:nth-child(2n) { margin-right: 0px;}
    .conference-list .conference-box { padding: 30px 30px 20px; min-height: 220px;}

    .conference-txt .conference-tit { font-size: 20px;}
    .conference-info { font-size: 12px;}
    /* //conference01 */

    /* conferenceDetail */
    .conferenceDetail { background-color: #f4f4f4;}
    .conferenceDetail .tab-btn-select-box,
    .conferenceDetail .tab-btn-list { background-color: #ffcc00;}
    .detail-back { font-size: 10px;}
    .detail-back img { width: 46px; margin-right: 10px;}
    .detail-sub { font-size: 30px; margin-bottom: 40px; position: relative;}
    .detail-num { position: absolute; right: 0; top: -55px;}

    .detail-cont > li { border: 0 none}
    .m-bg-white { position: relative;  border-top: 0; z-index: 1;}
    .m-bg-white::after { display: block; content: ''; width: calc(100% + 60px); height: 100%; z-index: -1; background-color: #fff; position: absolute; left: -30px; top: 0;}
    .m-bort-black::before { display: block; content: ''; width: calc(100% + 60px); height: 1px; background-color: #000; position: absolute; left: -30px; top: 0px; z-index: 0;}
    .m-borb-black::before { display: block; content: ''; width: calc(100% + 60px); height: 1px; background-color: #000; position: absolute; left: -30px; bottom: 0px; z-index: 0;}
    .m-borb-gray::before { display: block; content: ''; width: calc(100% + 60px); height: 1px; background-color: #d5d5d5; position: absolute; left: -30px; bottom: 0px; z-index: 0;}
    .detail-desc { font-size: 11px; font-weight: 500;}
    .detail-tit2 { font-size: 18px; font-weight: 300;}
    .detail-tit3 { font-size: 14px; font-weight: 300;}
    .detail-tit4 { font-size: 30px;}

    .detail-cont01 .detail-cont-top { padding: 30px 0; }
    .detail-cont01 dl { display: block;}
    .detail-cont01 dt { margin-bottom: 10px;}
    .detail-cont01 dd { text-indent: 0; padding-left: 0;}
    .detail-cont01 .detail-cont-bottom { padding: 0px 0px 40px;}

    .detail-cont02 .detail-cont-top { padding: 0px 0px 30px;}
    .detail-cont02 .detail-cont-top .detail-desc { display: none;}
    .detail-cont02 .detail-schedule { margin-top: 25px; font-weight: bold; font-size: 12px;}
    .detail-cont02 .detail-schedule span { position: relative; top: 1px;}
    .detail-cont02 .detail-program li:last-child { border-bottom: 0; }
    .detail-cont02 .detail-program li:last-child dd { margin-bottom: 0;}
    .detail-cont02 .detail-cont-bottom { padding: 25px 0px 25px;}

    .detail-cont03 .detail-cont-top { padding: 10px 0px 40px;}
    .detail-cont03 .detail-cont-top .ksvs-info { margin: 5px 0 25px;}
    .detail-box li { width: calc(50% - 10px); margin-bottom: 30px;}
    .detail-cont03 .detail-cont-bottom { padding: 30px 0px 40px;}
    .detail-cont03 .detail-list { margin-bottom: 25px; border: 0; position: relative;}
    .detail-cont03 .detail-list li { border: 0; padding: 0; padding-bottom: 25px;}
    .detail-cont03 .cont-dl2 { display: block;}
    .detail-cont03 .cont-dl2 dt { padding-left: 0; margin-bottom: 8px;}
    .detail-cont03 .cont-dl2 dd {  line-height: 1.5;}
    .detail-cont03-box1 { margin: 0;}
    .detail-cont03-box1 span { display: block!important;}
    .detail-cont03-box2 { margin-bottom: 0;}
    .detail-desc2 { font-size: 11px; text-indent: -15px; padding-left: 15px;}
    .detail-list.sub-regulation { margin-bottom: 0;}
    .detail-list.sub-regulation b { display: block;}
    .detail-cont03 .table-box1 { margin-bottom: 25px;}

    .detail-cont04 .detail-cont-top,
    .detail-cont05 .detail-cont-top,
    .detail-cont06 .detail-cont-top { padding: 10px 0px 30px;}
    .detail-cont04 .ksvs-info,
    .detail-cont05 .ksvs-info,
    .detail-cont06 .ksvs-info { margin: 10px 0 30px;}

    .detail-cont05 .detail-cont-bottom { padding: 35px 0 50px;}
    .detail-leftRight { display: block;}
    .detail-leftRight > * { width: 100%; padding: 0;}
    .detail-leftRight .detail-left { padding-left: 0; margin-bottom: 35px;}
    .detail-leftRight .detail-right { padding-left: 0;}
    .detail-dltit { font-size: 16px; margin-bottom: 15px;}
    .detail-left .detail-dlist li { margin-bottom: 10px; line-height: 1.3;}
    .detail-right .detail-dlist li { margin-bottom: 10px;}

    .detail-cont06 .detail-cont-bottom { padding: 50px 0;}
    .detail-cont06-table tr > *:nth-child(1) { width: 30px;}
    .detail-cont06-table tr > *:nth-child(2) { width: 70px;}
    .detail-cont06-table tr > *:nth-child(4) { width: 60px;}

    .detail-cont07 .detail-cont-top { padding: 0px 0px 40px; width: calc(100% + 60px); position: relative; left: -30px; border-top: 1px solid #000;}
    .detail-cont07 .root_daum_roughmap .wrap_map { border-bottom: 1px solid #000;}
    .detail-cont07 .detail-map { margin-top: 30px; padding: 0 30px; display: block;}
    .detail-cont07 .detail-map .cont-dl2 { display: block;}
    .detail-cont07 .detail-map dt { margin-bottom: 10px;}
    .detail-cont07 .detail-map dd { line-height: 1.3;}
    .detail-cont07 .detail-map-btn { font-size: 12px; margin-top: 25px;}
    .detail-cont07 .detail-map-btn img { width: 13px;}

    .detail-cont08 .detail-cont-top { padding: 10px 0 40px;}
    .detail-cont08 .ksvs-info { margin: 10px 0 15px;}
    /* //conferenceDetail */

    /* notification01 */
    .search-box { display: block;}
    .search-box .search-input { margin-top: 15px;}
    .search-box .search-tit { font-size: 24px;}
    .search-box .select-box { width: 30%;}
    .search-box .ip-box { width: 68%;}

    div[class*='board-table'] { margin-top: 15px;}
    .board-table .tr > * { padding: 15px 0 15px;}
    .board-table .tr > *:nth-of-type(1) { width: 32px;}
    .board-table .tr > *:nth-of-type(2) { width: calc(100% - 32px);}
    .board-table .tr > *:nth-of-type(3) { display: none;}
    .board-table .board-tit { margin-bottom: 5px;line-height: 21px;width:95%;white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
    .board-table .board-tit img { width: 18px; position: relative; top: 3px;}
    .board-table .board-tit, .board-table .board-writer { font-size: 18px;}
    .board-table .board-num, .board-table .board-date { font-size: 10px; font-weight: 300;}
    .board-num { display: flex; /* justify-content: space-between; */}

    .board-table2 .tr1 { padding: 17px 0 15px;}
    .board-table2 .tr2 { padding: 0;}
    .board-table2 .tbody .tr2 {  border-bottom: 0;}
    .board-table2 .tr4 { padding: 15px 0;}
    .board-table2 .tr3 { padding: 25px 0; font-size: 13px;}
    .board-table2 .board-tit { font-size: 17px;}
    .board-table2 .board-writer { display: none;}
    .board-table2 .board-num { margin-bottom: 5px; font-size: 10px; font-weight: 300;}
    .board-num.txt_st {height:15px;}
    .board-table2 .board-stit { font-size: 10px;}
    .board-table2 .board-desc { font-size: 10px; font-weight: 300; padding-top: 1px;}

    .board-table2 .tr2 .td { padding: 17px 0; border-bottom: 1px solid #e5e5e5; height: 45px;}
    .board-table2 .tr2 { flex-wrap: wrap;}
    .board-table2 .tr4 > *:nth-of-type(1),
    .board-table2 .tr2 > *:nth-of-type(2n-1) { width: 50px;}
    .board-table2 .tr4 > *:nth-of-type(2),
    .board-table2 .tr2 > *:nth-of-type(2n) { width: calc(100% - 50px);}
    /* //notification01 */

    /* notification05 */
    .gallery-list li { width: calc((100% / 2) - (30px / 2)); margin-right: 30px; }
    .gallery-list li:nth-child(3n) { margin-right: 30px;}
    .gallery-list li:nth-child(2n) { margin-right: 0;}
    .gallery-list .gallery-count { font-weight: 300;}
    .gallery-list .gallery-count span { position: relative; top: 1px;}
    .gallery-list .gallery-txt { /* padding: 20px 25px 0; */padding:0;}
    .gallery-list .gallery-writer { display: none;}
    .gallery-list .gallery-date { display: flex; justify-content: space-between;}

    .board-table2 .tr5 { padding: 30px 0 55px;}

    .btn-list { height: 50px; padding-top: 40px;}
    .btn-box button { font-size: 18px; }
    /* //notification05 */

    /** //container - sub **/

    /** footer **/
    #footer { margin-top: 50px; }
    #footer.main { margin-top: 0px;}
    .f-link { display: none;}
    .f-info { display: block;}
    .f-info-logo {margin-right: 0; margin-bottom: 15px;}
    .txt-align {text-align:center;}
    .just_cent {justify-content:center;}
    .just_cent li {margin-right:15px;}
    .just_cent li:last-child {margin-right:0px;}
    /* .f-info-txt span:first-child {display:block;} */
    .f-info-txt span:first-child::after {content:unset;}
    .f-info-txt {margin-top:10px;line-height:15px;font-weight:300;}
    .terms {color:#999;}
    .select_site {display:none;}
    .copy_txt {text-align:center;justify-content:center;}
    .main-site-link a {width:70%;}
    /** //footer **/

    /** popup **/
    .pop-terms {height:85%;}
    .popup-tit { font-size:16px;}
    .popup-tit-box {padding:15px 30px;}
    .terms-tit1 {font-size:13px;margin:15px 0 10px;}
    .terms-tit2 {font-size:13px;margin:0;}
    .pop-terms li {font-size:12px;}
    .pop-terms ol > li {font-size:11px;}
    
    .popup-tit-box .required-tit { display: none;}
    .popup-box .input-box.two > div { width: 100%;}
    .popup-box .input-box input, .popup-box .input-box select, .popup-box .input-box textarea { margin-bottom: 20px;}
    .text-box textarea { padding: 10px 15px; height: 70px;}
    .ui-datepicker-trigger { top: 10px;}
    .ip-ra-txt input[type='radio'] + label { font-size: 12px; padding-left: 26px; line-height: 26px;}
    .ip-ra-txt input[type='radio'] + label:before { width: 20px; height: 20px; background-size: 40px;}
    .popup-tit-box2 .ksvs-info { display: none;}
    .pop-find-bottom { margin: 10px 0; justify-content: center;}
    .pop-findPwd .pop-find-bottom { margin-top: 3px;}

    /* pop-abstract */
    .pop-abstract .popup-inner-box { padding-top: 15px;}
    .input-box.abstract1 input { margin-bottom: 10px;}
    .input-box.abstract1 > div:nth-child(1) { width: 29%;}
    .input-box.abstract1 > div:nth-child(2) { width: 67%;}
    .input-box.abstract1 > div:nth-child(3) { width: 100%; display: flex; margin-bottom: 20px; justify-content: flex-end;}
    .input-box.abstract1 > div:nth-child(3) .join-tit { display: none;}
    .popup-cont .btn-p-m button { width: 30px; height: 30px; background-size: 10px;}

    .input-box.abstract2 > div:nth-child(n) { width: 100%;}
    .input-box.abstract2 > div:nth-child(n) .ksvs-info { margin-bottom: 10px;}
    .input-box.abstract2 > div:nth-child(n+6) input { margin-bottom: 10px;}
    .input-box.abstract3 > div:nth-child(1) { width: 60px;}

    .input-box.abstract4 textarea { height: 150px;}

    .pop-btn { margin: 20px 0 15px;}
    .pop-btn button { width: calc(50% - 10px); height: 50px; font-size: 18px; line-height: 54px;}

    .count-list-numR { font-size: 13px;}
    .pop-noitce-desc { font-size: 13px;}
    /* //pop-abstract */

    /* pop-paymentCompleted */
    .pop-dl dt { margin-bottom: 10px;}
    .pop-payment-list li { padding: 20px 30px;}
    .pop-payment-list li dl { font-size: 14px;}
    .pop-paymentCompleted button { font-size: 14px;}
    .pop-paymentCompleted .pop-btn { margin-top: 20px;}
    /* //pop-paymentCompleted */

    /* pop-file */
    .input-file-list { padding: 7px 100px 7px 10px;}
    .input-file-list li { margin-right: 10px;}
    .input-file-list .empty { font-size: 14px; top: 2px;}
    /* //pop-file */

    /* pop-vote */
    .pop-vote-head { padding: 20px;}
    .pop-vtit { font-size: 20px; margin-bottom: 15px;}
    .pop-vdate { font-size: 14px;}
    .pop-vote-body { padding: 20px 20px 40px;}
    .pop-vdesc { font-size: 14px; margin-bottom: 30px;}
    .pop-radio { flex-wrap: wrap;}
    .pop-radio label { width: 100%; height: 60px; line-height: 70px; font-size: 20px;}
    .pop-radio label:nth-child(2) { margin-bottom: 40px;}
    .pop-radio label::before { width: 30px; height: 30px; background-size: 60px; top: -15px; margin-left: -15px;}
    .pop-vote-bottom button { height: 50px; font-size: 14px;}
    /* //pop-vote */

    /** //popup **/
}

@media screen and (max-width : 620px) {
	.sub-visual1 {background-image:url(/images/front/m-sub-visual1.png);}
	.sub-visual2 {background-image:url(/images/front/m-sub-visual2.png);}
	.sub-visual3 {background-image:url(/images/front/m-sub-visual3.png);}
	.sub-visual4 {background-image:url(/images/front/m-sub-visual4.png);}
	.sub-visual5 {background-image:url(/images/front/m-sub-visual5.png);}
	.conference_main .m-board-list .txt_box {width:100%;margin-right:0;}
    .conference_main .m-board-list .txt_box span:nth-child(2) {font-size:24px;font-weight:600;letter-spacing:-1px;margin:10px 0;line-height:29px;min-height:unset;white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
    .sub-content3-1 .name_listBOX .name_card {margin-top:15%;}
}
@media screen and (max-width : 550px) {
	.mg-t70 {margin-top:35px;}
	.mainBN {margin-top:35px;}
    /* conference01 */
    .conference-list li { width: 100%; margin-right: 0px!important;}
    .conference-list .conference-box { padding: 30px 30px 20px; min-height: 200px;}
    /* //conference01 */

    /* notification05 */
    .gallery-list li { width: 100%; margin-right: 0px!important; }
    .gallery-view-arrow span { width: 15px; height: 30px; background-size: 15px;}
    .gallery-view-arrow .gallery-view-prev { left:10px;}
    .gallery-view-arrow .gallery-view-next { right:10px}
    /* //notification05 */
    .mainBN {display:block;}
    .mainBN .bn_1 {width:100%;margin-bottom:15px;}
    /* .mainBN .bn_2 {width:100%;}  */
    .mainBN .gallery_latist {width:100%;}
    
    
    .conference_main .m-board-list .txt_box {padding:15px 20px;}
    .conference_main .m-board-list .txt_box span:nth-child(2) {font-size:20px;}
    .conference_main .m-board-list .txt_box span {font-size:13px;}
    .bt_st1 {font-size:15px;}
    
    .main-site-btn .main-prev {left:-16px;}
    .main-site-btn .main-next {right:-16px;}
}

@media screen and (max-width : 480px) {
    /** container - main **/
    .main-visual-btn a { max-width: none;}
    .main-notice3 { flex-wrap: wrap;}
    .main-notice3 a { width: 100%;}
    .main-notice3 > *:nth-child(1) { margin-bottom: 20px;}
    .main-notice-desc { width: 100%;}
    .main-notice-date { display: none;}
    /** //container - main **/

    /** container - sub **/
	.nav_container .top_navBOX {font-size:13px;}
    .table-table tbody { font-size: 13px;}

    /* society02 */
    .society02-tit { font-size: 28px; margin-bottom: 15px;}
    .society02-desc { margin: 15px 0 10px; font-size: 11px;}
    /* //society02 */

    /* society03 */
    .society03-04 .tab-btn li:nth-child(2) a { border-radius: 10px 10px 30px 10px;}
    .society03-04 .tab-btn li:nth-child(2) .btn-set .btn-set-tit { font-size: 13px;}
    /* //society03 */

    /* society05 */
    .society05-list li { width: 100%; margin-right: 0;}
    .society05-list li:last-child { margin-bottom: 10px;}
    /* //society05 */

    /* join */
    .login-tit .required-tit { position: relative; display: block; bottom: 0; margin-top: 20px;}
    /* //join */

    /* journals01 */
    .journals01-list { flex-wrap: wrap; padding: 0 20px;}
    .journals01-list li { width: 100%;}
    .journals01-list li:nth-child(1) { margin-bottom: 80px;}
    /* //journals01 */

    /** //container - sub **/
}

@media screen and (max-width : 380px) {
    .nav_container .top_navBOX {height:50px;}
    .nav_container .right_navMenu {text-align:center;}
    .sub_top_navmenu {align-items:center;}
}

/*** //media-query ***/

.tit5-noti {font-size:16px;color:#666;text-align:center;line-height:21px;border-radius:4px;padding:15px;margin-bottom:20px;background:#f5f6f7;}

.affiliated_titBOXL {display:inline-block;}
.affiliated_titBOXR {display:inline-block;margin-left:13px;}