@charset "utf-8";

/* 공통 */
h2.page-title {font-size:30px;font-weight:600;margin-bottom:40px;}
h2.page-title2 {font-size:36px;font-weight:800;margin-bottom:40px;}
h3.page-title2 {font-size: 26px;font-weight: 700;margin-bottom:20px;position:relative;padding-left:20px;}
h3.page-title2::before {content:"";display:inline-block;width:5px;height:24px;background:#0036C4;position:absolute;top:6px;left:0;}
.font-neo {font-family:'NanumSquareNeo' !important;}
.font-neo * {font-family:'NanumSquareNeo' !important;}
.color-blue {color: #0046FF !important;}
.color-blue2 {color: #12348E  !important;}
.color-blue3 {color: #0036C4  !important;}
.color-orange {color: #FB592E !important;}
.color-orange2 {color: #FF8E5D !important;}
.color-gray {color: #8F92A7 !important;}

.tab-menu {}
.tab-menu ul {display:flex;gap:5px;width:100%;border-bottom:2px solid #202020;}
.tab-menu ul li {flex:1;}
.tab-menu ul li a {display:inline-block;width:100%;height:60px;line-height:60px;font-size:19px;font-weight:600;border-radius:20px 20px 0 0;border: 2px solid #F1F1F1;border-bottom:0;background: #F6F6F6;text-align:center;transition:all 0.2s;}
.tab-menu ul li.on {}
.tab-menu ul li.on a {border:2px solid #0036C4;background:#FFF;height:61px;margin-bottom:-1px;font-weight:700;color:#0036C4;}

.tab-menu2 {margin-top:40px;}
.tab-menu2 ul {display:flex;}
.tab-menu2 ul li {flex:1;}
.tab-menu2 ul li a {display: inline-block;width: 100%;height:60px;line-height: 60px;border: 2px solid #EEE;background: #FBFAFD;color: #6D7082;font-size: 18px;font-weight: 700;text-align:center;}
.tab-menu2 ul li:first-child a {border-radius: 15px 0 0 15px;}
.tab-menu2 ul li:last-child a {border-radius: 0 15px 15px 0;}
.tab-menu2 ul li.on a {border: 2px solid #0046FF;background: #FFF;color: #0036C4;}


.side-txt {position:absolute;left:-160px;top:120px;writing-mode:vertical-rl;font-size:18px;color:#939393;letter-spacing:.02em;}
.side-txt:before { content:""; display:inline-block; width:9px; height:9px; margin-bottom:28px; border-radius:50%; background:#12348E; }
.side-txt::after {content:""; display:inline-block; width:1px; height:16px;position:absolute;top:15px;left:13px;background-color:#202020;}

.table-wrap {}
.table-wrap + .table-wrap {margin-top:120px;}
.table-wrap .scroll-box {overflow-x: auto;}
.table-wrap table {border-top: 2px solid #202020}
.table-wrap table caption {font-size:0;}
.table-wrap table thead th {border-bottom: 1px solid #202020;border-right: 1px solid #dedede;font-size:19px;font-weight:bold;letter-spacing:-0.5px;text-align:center;background:#f5f6f9;padding:17px 0;}
.table-wrap table thead th:last-child {border-right:0;}
.table-wrap table tbody th {border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;padding:15px 0;font-size:17px;font-weight:500;letter-spacing:-0.45px;text-align:center;color:#202020;}
.table-wrap table tbody td {border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;padding:15px 0;font-size:17px;font-weight:500;letter-spacing:-0.45px;text-align:center;color:#202020;background:#fff;}
.table-wrap table tbody th:last-child,
.table-wrap table tbody td:last-child {border-right:0;}
.table-wrap table tbody td.tl {text-align:left;}
.table-wrap table tbody td.tr {text-align:right;}

.table-wrap th.bg-blue,
.table-wrap td.bg-blue {background:#dfe2f5;}
.table-wrap th.bg-blue2,
.table-wrap td.bg-blue2 {background:#f8f9ff;}
.table-wrap th.bg-yellow,
.table-wrap td.bg-yellow {background:#F5EFD5;}
.table-wrap th.bg-yellow2,
.table-wrap td.bg-yellow2 {background:#F9F8F5;}

ul.ul-type1 {word-break:keep-all;}
ul.ul-type1 li {font-size: 18px;font-weight: 500;padding-left:15px;position:relative;}
ul.ul-type1 li + li {margin-top:10px;}
ul.ul-type1 li::before {content:"";display:inline-block;width: 5px;height: 5px;border-radius:100%;background:#1B2541;position:absolute;top:9px;left:0;}

ul.ul-type2 {word-break:keep-all;}
ul.ul-type2 li {font-size: 18px;font-weight: 500;padding-left:17px;position:relative;}
ul.ul-type2 li + li {margin-top:12px;}
ul.ul-type2 li::before {content:"";display:inline-block;width: 7px;height: 7px;border-radius:100%;background:#0036C4;position:absolute;top:9px;left:0;}

ol.ol-type1 {word-break:keep-all;}
ol.ol-type1 li {font-size: 18px;font-weight: 500;}
ol.ol-type1 li + li {margin-top:12px;}
ol.ol-type1 li em {display:inline-block;margin-right:10px;width: 22px;height: 22px;line-height:22px;color: #FFF;font-size: 16px;font-weight: 700;text-align:center;background:#12348E;border-radius:100%;}

dl.dl-type1 {display:flex;flex-wrap:wrap;gap:12px 15px;}
dl.dl-type1 dt {font-size:18px;color:#6D7082; font-weight:600;width: 35px;}
dl.dl-type1 dd {font-size:18px;font-weight:600;width:calc(100% - 50px);}



/* 웹 마케팅 */
.pointweb { display: flex;  justify-content: space-between;}
.pointweb .txt { }
.pointweb .txt strong { font-size: 28px; font-weight: 500; display: block; margin-bottom: 20px; line-height: 1}
.pointweb .txt span { font-size: 60px; display: block; margin-bottom: 30px; font-weight: 600; line-height: 1.3}
.pointweb .txt span em {  color: #0046FF}
.pointweb .txt p { color: #425065; font-size: 20px; font-weight: 500; line-height: 1.6}
.pointweb .txt .weblink { margin-top: 60px; max-width: 260px}
.pointweb .txt .weblink a { font-size: 19px; display: block; font-weight: 500; border-radius: 10px; padding: 15px 0;text-align: center; width: 100%; border: 1px solid #0046FF;}
.pointweb .txt .weblink a:first-child{ background: #0046FF; color: #fff; margin-bottom: 15px}
.pointweb .txt .weblink a:hover{ font-weight: bold;}
.pointweb .img { }


/* 수의사회 */
.greeting {}
.greeting .section01 {display:flex;gap:90px; align-items:start;justify-content: space-between;}
.greeting .section01 .greet-txt {}
.greeting .section01 .quote-ico {width:90px; height:90px;}
.greeting .section01 .quote-ico img {display:block;width:100%;}
.greeting .section01 .greet-txt h3 {margin-bottom:44px;font-size:45px;font-weight:400;}
.greeting .section01 .greet-txt h3 strong {font-weight:800;font-family:inherit;}
.greeting .section01 .greet-txt p {font-size:20px;color:#3C3C3C;line-height:1.6;}
.greeting .section01 .greet-img {position:relative;overflow:hidden;border-radius:20px;width:620px;height:660px;}
.greeting .section01 .name-badge {position:absolute;right:40px; bottom:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:160px;height:160px;border-radius:50%; background:#092451;color:#fff;text-align:center;}
.greeting .section01 .name-badge span {display:block;font-size:15px;line-height:1.55;font-weight:500;position:relative;padding-bottom:8px;margin-bottom:10px;}
.greeting .section01 .name-badge span::before {content:"";display:inline-block;width:25px;height: 1px;background-color:#fff;position:absolute;bottom:0;left:50%;transform:translateX(-50%);}
.greeting .section01 .name-badge strong {display:block;font-size:24px;font-weight:800;}

.greeting .section02 {padding:0;margin-top:40px;}
.greeting .section02 .msg-box h4 {font-size:30px;line-height:1.55;font-weight:600;margin-bottom:30px;}
.greeting .section02 .msg-cont {display:flex;flex-direction:column;gap:30px;}
.greeting .section02 .msg-cont p {font-size:20px;line-height:1.7;color:#3c3c3c;}
.greeting .section02 .msg-slogan {margin-top:30px;}
.greeting .section02 .msg-slogan p {font-size:20px;font-weight:600;line-height:1.6;}
.greeting .section02 .greet-list {display:grid;grid-template-columns:repeat(3, 1fr);margin-top:50px;border-radius:20px;background:#f8f8f8;padding:36px 0;}
.greeting .section02 .greet-list li {position:relative;display:flex;align-items:center;gap:28px;padding:0 48px;}
.greeting .section02 .greet-list li + li::before {content:"";position:absolute;left:0;top:-16px;bottom:24px;width:1px;height:calc(100% + 32px);background:#C1C3CF;}
.greeting .section02 .greet-list img {flex:0 0 auto;width:68px;height:68px;border-radius:50%;background:#ccc;}
.greeting .section02 .greet-list p {font-size:18px;line-height:1.6;font-weight:600;color:#262626;}
.greeting .section02 .greet-list strong { font-weight:900; color:#111; }
.greeting .section02 .sign-box {margin-top:56px;}
.greeting .section02 .sign-box p {font-size:18px;font-weight:500;}
.greeting .section02 .sign-box .sign {display:inline-block;margin:0 10px 0 20px;vertical-align:text-bottom;}

.past-exec .table-wrap h3 {font-size: 30px;font-weight: 600;margin-bottom:30px;}

.bylaws .law-box {padding-top:60px;}

.location{}
.location .map-box .root_daum_roughmap .cont { display: none;}
.location .info-box{margin-top:80px;display: flex;justify-content: space-between;}
.location .info-box .txt-box{}
.location .info-box .txt-box h3{font-size: 32px;font-weight: normal;line-height: 1.31;color: #000;}
.location .info-box .txt-box a{display: flex;margin-top:50px;width:220px;height:60px;align-items: center;justify-content: space-between;padding:0 28px;font-size: 18px;font-weight: 600;color: #fff;background: #0046FF; border-radius: 10px}
.location .info-box .txt-box a:after{content: "→";}
.location .info-box .list{width:100%;max-width:865px;}
.location .info-box .list dl{border-top:2px solid #141414;display:block;}
.location .info-box .list dl dt{position:relative;width:129px;font-size: 18px;font-weight: bold;color: #141414;padding: 30px 0 0 49px;}
.location .info-box .list dl dt i{position: absolute;top:31px;left:17px;display: inline-block;}
.location .info-box .list dl dt i img{display: block;}
.location .info-box .list dl dd{padding:30px 0 30px 129px;border-bottom: 1px solid #ccc; font-size: 18px;font-weight: normal;color: #141414;}
.location .info-box .list dl dd a{margin-left:20px;display: inline-block; width:80px;line-height: 28px;border-radius: 5px;border: solid 1px #002a40;background-color: #fff; font-size: 16px;font-weight: 500;color: #002a40;text-align: center;}

/* 컨퍼런스 */
.conference .tab-menu ul li {flex:none;width:calc(20% - 4px);}
.conference section + section {margin-top:100px;}
.conference .regist-top {display:flex;gap:20px;}
.conference .regist-top > div {flex:1;padding:26px 26px 26px 120px;position:relative;border-radius: 10px;}
.conference .regist-top > div:before {content:"";display:inline-block;width: 60px;height: 60px;position:absolute;top:50%;left:30px;transform:translateY(-50%);}
.conference .regist-top > div h4 {font-size: 18px;font-weight: 700;margin-bottom:5px;}
.conference .regist-top > div p {font-size: 19px;font-weight: 600;}
.conference .regist-top > div:nth-child(1) {border:1px solid #C1C3CF;background: #FFF;}
.conference .regist-top > div:nth-child(2) {border: 1px solid #FFECDB;background: #FFF8F2;}
.conference .regist-top > div:nth-child(3) {border: 1px solid #E5ECFB;background: #F5F8FD;}
.conference .regist-top > div:nth-child(1):before {background:url(/_public/images2/contents/preregistration_icon01.svg) no-repeat;background-size:cover;}
.conference .regist-top > div:nth-child(2):before {background:url(/_public/images2/contents/preregistration_icon02.svg) no-repeat;background-size:cover;}
.conference .regist-top > div:nth-child(3):before {background:url(/_public/images2/contents/preregistration_icon03.svg) no-repeat;background-size:cover;}
.conference .regist-top > div:nth-child(1) h4 {color: #0036C4;}
.conference .regist-top > div:nth-child(2) h4 {color: #FB592E;}
.conference .regist-top > div:nth-child(3) h4 {color: #0046FF;}
.conference .table-wrap table thead th {font-size: 18px;font-weight:600;background: #F8F8F8;}
.conference .table-wrap table thead th.early {background: #FFF8F2;}
.conference .table-wrap table thead th.regist {background: #F5F8FD;}
.conference .table-wrap table thead th span {display:block;font-size:16px;}
.conference .table-wrap table tbody td {padding:15px 30px;}
.conference .tb-info-box {border-radius: 10px;background: #F5F8FD;padding:30px 30px 30px 75px;margin-top:20px;position:relative;}
.conference .tb-info-box::before {content:"";display:block;width: 24px;height: 24px;background:url(/_public/images2/icon/ico_notice_blue.svg) no-repeat;background-size:cover;position:absolute;top:30px;left:30px;}
.conference .tb-info-box h4 {font-size: 20px;font-weight: 700;margin-bottom:20px;}
.conference .apply-box {display:flex;gap:18px;margin-top:30px;}
.conference .apply-box > div {flex:1;text-align:center;border-radius: 10px;border: 1px solid #DDD;background: #FFF;padding:20px 10px;}
.conference .apply-box > div img {display:block;margin:0 auto 10px;}
.conference .apply-box > div p {font-size: 18px;font-weight: 600;margin-bottom:10px;}
.conference .apply-box > div span {display:block;font-size: 16px;font-weight: 600;margin-bottom:20px;}
.conference .apply-box > div a {display:block;width:calc(100% - 40px);margin:auto;border-radius: 10px;background: #0036C4;height: 60px;line-height:60px;color: #FFF;font-size: 18px;font-weight: 700;text-align:center;transition:all 0.2s;}
.conference .apply-box > div a:hover {background:#12348E;}
.conference .instructor-list {}
.conference .instructor-list .introduce {display:flex;gap:40px;position:relative;align-items:center;padding:30px 10px;border-bottom:1px solid #ccc;}
.conference .instructor-list .introduce:first-child {padding-top:10px;}
.conference .instructor-list .introduce img {display:block;max-width:140px;max-height:328px;border-radius: 20px;}
.conference .instructor-list .introduce .txt {width:50%;}
.conference .instructor-list .introduce .txt h3 {font-size: 24px;font-weight: 600;margin-bottom:30px;}
.conference .instructor-list .introduce .txt h3 span {display:inline-block;font-size: 18px;font-weight: 600;margin-left:13px;}
.conference .instructor-list .introduce .btn-detail-view {position:absolute;top:50%;right:20px;transform:translateY(-50%);}
.conference .instructor-list .introduce .btn-detail-view a {display:inline-block;border-radius: 10px;background:#202020;color: #FFF;font-size: 16px;font-weight: 600;padding:15px 25px;}

.conference .sponsor-wrap {}
.conference .sponsor-wrap section {display:flex;flex-wrap:wrap;padding-bottom:80px;border-bottom:1px solid #202020;}
.conference .sponsor-wrap section + section {margin-top:80px;}
.conference .sponsor-wrap section h3 {width:100%;font-size:32px;margin-bottom:20px;text-align:center;}
.conference .sponsor-wrap section > div {width:100%;padding:0 60px;}
.conference .sponsor-wrap section > div a { display: flex; align-items: center; justify-content: center;width:100%;padding:20px 15px;border-radius:10px;border:1px solid #ccc;transition:all 0.2s;background:#fff;}
.conference .sponsor-wrap section > div a img {display:block; width:auto;}
.conference .sponsor-wrap section > div a:hover {border-color:#0036C4;}
.conference .sponsor-wrap section.diamond {padding:50px 40px;background:#F5F8FD;border-radius:20px;display:flex;align-items:center;flex-direction:column;border:0;}
.conference .sponsor-wrap section.diamond h3 {width:100%;text-align:center;margin-bottom:30px;font-size:36px;color:#0036C4;}
.conference .sponsor-wrap section.diamond > div {padding:0;}
.conference .sponsor-wrap section.diamond > div a {width:360px;margin:auto;}
.conference .sponsor-wrap section.diamond + section.platinum {margin-top:60px;}
.conference .sponsor-wrap section.platinum {padding:40px 35px;background:#f5f5f5;border-radius:20px;display:flex;align-items:center;flex-direction:column;border:0;}
.conference .sponsor-wrap section.platinum h3 {width:100%;text-align:center;margin-bottom:25px;font-size:34px;color:#12348E;}
/* .conference .sponsor-wrap section.platinum > div {display:grid;grid-template-columns:repeat(4, 1fr);gap:10px;padding:0;}
.conference .sponsor-wrap section.platinum > div a {margin:auto;} */
.conference .sponsor-wrap section.platinum > div{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,320px));justify-content:center;gap:10px;padding:0;}
.conference .sponsor-wrap section.platinum > div a{display:flex;align-items:center;justify-content:center;width:100%; margin:0 auto;;}
.conference .sponsor-wrap section.platinum > div a img{display:block;max-width:100%;max-height:120px;width:auto;height:auto;object-fit:contain;}
.conference .sponsor-wrap section.gold > div {display:grid;grid-template-columns:repeat(4, 1fr);gap:10px;}
.conference .sponsor-wrap section.silver > div {display:grid;grid-template-columns:repeat(5, 1fr);gap:10px;}
.conference .sponsor-wrap section.bronze h3 {font-size:30px;}
.conference .sponsor-wrap section.bronze > div {display:grid;grid-template-columns:repeat(6, 1fr);gap:10px;}
.conference .sponsor-wrap section.standard h3 {font-size:28px;}
.conference .sponsor-wrap section.standard > div {display:grid;grid-template-columns:repeat(7, 1fr);gap:10px;}



.memberfee .fee-desc{margin:16px 0 42px;padding-bottom:30px;border-bottom:1px solid #d8e5f7;font-size:19px;line-height:1.7;font-weight:400;letter-spacing:-.03em;}
.memberfee .fee-box{margin-top:40px;}
.memberfee .fee-box .fee-row{display:grid;grid-template-columns:240px 1fr;gap:50px;align-items:start;padding-bottom:40px;border-bottom:1px solid #d8e5f7;}
.memberfee .fee-box .fee-row + .fee-row{margin-top:40px;}
.memberfee .fee-box .fee-table-row{border-bottom:0;padding-bottom:0;}
.memberfee .fee-box .fee-title{display:flex;align-items:flex-start;}
.memberfee .fee-box .fee-title h3{margin:0;font-size:24px;font-weight:800;color:#0d3478;letter-spacing:-.04em;line-height:1.3;}
.memberfee .fee-box .fee-account{display:flex;align-items:center;justify-content:space-between;gap:50px;min-height:120px;padding:30px 40px;border-radius:10px;background:#f8f8f8;}
.memberfee .fee-box .fee-account .img{flex-shrink:0;}
.memberfee .fee-box .fee-account img{display:block;max-width:100px;}
.memberfee .fee-box .fee-account p{margin:0;font-size:20px;line-height:1.6;font-weight:500;color:#111827;}
.memberfee .fee-box .fee-account p strong{display:inline-block;margin-right:18px;font-weight:800;color:#1158c7;}
.memberfee .fee-box .fee-account span{display:block;margin-top:8px;font-size:18px;line-height:1.5;color:#111827;}
.memberfee .fee-box .fee-account .name0 { display: flex;  gap: 40px;  align-items: center;}
.memberfee .fee-box .fee-account .receipt-btn{display:flex;align-items:center;justify-content:center;gap:18px;flex:none;padding:14px 30px;border-radius:8px;background:#111;font-weight:600;text-decoration:none;transition:.3s;}
.memberfee .fee-box .fee-account .receipt-btn span { color: #fff !important; margin-top: 0 !important; font-size: 16px !important}
.memberfee .fee-box .fee-account .receipt-btn:hover{background:#0754c8;}
.memberfee .fee-box .fee-account .receipt-btn i{position:relative;width:24px;height:10px;}
.memberfee .fee-box .fee-account .receipt-btn i:before{content:"";position:absolute;left:0;top:4px;width:20px;height:2px;background:#fff;}
.memberfee .fee-box .fee-account .receipt-btn i:after{content:"";position:absolute;right:3px;top:0;width:7px;height:7px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);}



.memberfee .fee-box .fee-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;border:1px solid #ccc;border-radius:10px;overflow:hidden;}
.memberfee .fee-box .fee-table caption{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);}
.memberfee .fee-box .fee-table thead th{height:64px;padding:0 20px;background:#0754c8;font-size:18px;font-weight:800;color:#fff;text-align:center;border-right:1px solid rgba(255,255,255,.3);}
.memberfee .fee-box .fee-table thead th:last-child{border-right:0;}
.memberfee .fee-box .fee-table tbody th{height:70px;padding:0 20px;background:#f8f8f8;font-size:18px;font-weight:800; text-align:center;border-top:1px solid #ccc;border-right:1px solid #ccc;}
.memberfee .fee-box .fee-table tbody td{height:70px;padding:0 20px;background:#fff;font-size:18px;font-weight:600;color:#111827;text-align:center;border-top:1px solid #ccc;border-right:1px solid #ccc;}
.memberfee .fee-box .fee-table tbody td:last-child{border-right:0;}
.memberfee .fee-box .fee-table tbody tr:first-child th,.memberfee .fee-box .fee-table tbody tr:first-child td{border-top:0;}
.memberfee .fee-box .fee-table tbody tr:nth-child(1) th{	color:#1158c7;}


.policy {word-break:keep-all;font-size:16px;}
.policy .policy-title2 {font-size:20px;margin: 40px 0 20px;color: #12348E;}
.policy h4 {margin:10px 0 5px;}
.policy p + p {margin-top:4px;}
.policy ol,
.policy ul {margin-top:10px;}
.policy ol li + li,
.policy ul li + li {margin-top:4px;}
.policy ol li em {font-weight:500;color:#12348E;}
.policy ul li {position:relative;padding-left:12px;}
.policy ul li:before {content:"";display:inline-block;width:4px;height:4px;background:#6D7082;border-radius:100%;position:absolute;top:8px;left:0;}

/* 정관 policy */
.policy {word-break:keep-all;}
.policy h3{margin:50px 0 40px;padding-bottom:10px;border-bottom:2px solid #002445;font-size: 28px;font-weight: bold;letter-spacing: -0.7px;}
.policy h3:first-child {margin-top:0;}
.policy section{}
.policy section + section{margin-top:40px;}
.policy section h4{font-size: 20px;font-weight: bold;letter-spacing: -0.5px;color: #0036C4;;margin-bottom: 5px;}
.policy section p{font-size: 18px;font-weight: normal;line-height: 1.56;letter-spacing: -0.45px;color: #202020;}
.policy section ol{margin-top:15px;}
.policy section ol > li{position: relative;padding-left:36px;font-size: 18px;font-weight: normal;line-height: 1.56;letter-spacing: -0.45px;color: #202020;}
.policy section ol > li + li {margin-top:3px;}
.policy section ol > li i{position: absolute;left:10px;font-weight: 500;color: #FB592E;}
.policy section ol > li .inner{margin:5px 0;}
.policy section ol > li ul{display:inline-block;padding: 20px 30px;background: #f5f5f5;margin-bottom:5px;}
.policy section ol > li ul li{position: relative;padding-left: 10px;  font-size: 16px;font-weight: normal;line-height: 1.75;letter-spacing: -0.4px;color: #626272;}
.policy section ol > li ul li:before{content: "";position: absolute;top:11px;left:0;width:5px;height:5px;border-radius: 100%;background: #163192;}
.policy section ol > li ul li ul {display:block;padding: 5px;}
.policy section ol > li ul li ul li:before {background:#adadad;}
.policy .txt-box{margin-top:40px;padding:20px 30px;border:1px solid #dedede;display: flex;gap:40px;}
.policy .txt-box span{display:inline-block;font-size: 16px;font-weight: 500;letter-spacing: -0.4px;color: #202020;}
.policy .txt-box span em{display: inline-block;color: #8e8e8e;}
.policy .bottom-box {margin-top:40px;border:1px solid #dedede;padding:20px;}
.policy .bottom-box p {font-size:16px;}




@media all and (max-width:1600px) {
  .side-txt {left:-60px;}
}

@media all and (max-width:1400px) {
  .side-txt {writing-mode:horizontal-tb;font-size:16px;top:540px;left:0;}
  .side-txt:before {margin-bottom:0;margin-right:24px;}
  .side-txt::after {width:16px;height:1px;top:11px;}
  .section01 {gap:70px; }
}



/* tablet */
@media all and (max-width:1280px) {

    ul.ul-type1 li {font-size: 17px;}

  .side-txt {top: 480px;}
  .table-wrap + .table-wrap {margin-top:100px;}
  .table-wrap table thead tr th{font-size:18px;}
  .table-wrap table tbody tr th{font-size:16px;}
  .table-wrap table tbody tr td{font-size:16px;}

  .greeting .section01 .quote-ico {width:70px;height:70px;}
  .greeting .section01 .greet-txt h3 {margin-bottom:36px;font-size:36px;}
  .greeting .section01 .greet-txt p {font-size: 18px;}
  .greeting .section01 .greet-img {width:580px;height:615px;}
  .greeting .section02 .msg-box h4 {font-size: 28px;}
  .greeting .section02 .msg-cont p {font-size: 18px;}

  .location .info-box { gap:40px }

  .conference .table-wrap table tbody td {padding: 15px 20px;}
  .conference .apply-box {flex-wrap: wrap;}
  .conference .apply-box > div {flex: none;width: calc(33.333% - 12px);}

  /* 정관 policy */
  .policy {padding-top: 20px;}
  .policy h3 {margin:40px 0 30px;padding-bottom:5px;font-size:22px;}
  .policy section h4{font-size:18px;}
  .policy section p{font-size:16px;}
  .policy section ol > li{font-size:16px;padding-left: 28px;}
  .policy section ol > li ul li{font-size:15px;}
  .policy section ol > li ul li:before{width:4px;height:4px;top:10px;}


  /* 웹마케팅 */
  .pointweb{gap:50px;align-items:center;}
  .pointweb .txt strong{font-size:24px;margin-bottom:16px;}
  .pointweb .txt span{font-size:48px;margin-bottom:24px;}
  .pointweb .txt p{font-size:18px;}
  .pointweb .txt .weblink{margin-top:40px;max-width:220px;}
  .pointweb .txt .weblink a{font-size:17px;padding:13px 0;}
  .pointweb .img{width:100%;}
  .pointweb .img img{width:100%;display:block;}


}

@media all and (max-width:1024px) {

  h2.page-title {font-size:28px;margin-bottom:30px;}
  h2.page-title2 {font-size: 32px;margin-bottom:35px;}
  h3.page-title2 {font-size: 24px;}
  h3.page-title2::before {height: 22px;}

  .tab-menu ul li a {font-size: 18px;}
  .tab-menu2 ul li a {height:55px;line-height:55px;font-size:17px;}

  .table-wrap + .table-wrap {margin-top: 80px;}
  .table-wrap table thead tr th{padding:15px 0;font-size:16px;}
  .table-wrap table tbody tr th{font-size:14px;padding:12px 0;}
  .table-wrap table tbody tr td{font-size:14px;padding:12px 0;}

  ul.ul-type1 li {font-size: 16px;padding-left: 12px;}
  ul.ul-type1 li + li {margin-top:8px;}
  ul.ul-type1 li::before {top: 7px;}

  ul.ul-type2 li {font-size: 16px;padding-left: 14px;}
  ul.ul-type2 li + li {margin-top: 10px;}
  ul.ul-type2 li::before {top: 7px;}
  ul.ul-type2 li em {margin-right: 8px;width: 20px;height: 20px;line-height: 20px;font-size: 14px;}

  ol.ol-type1 li {font-size: 16px;}
  ol.ol-type1 li + li {margin-top: 10px;}
  ol.ol-type1 li::before {width: 6px;height: 6px;top: 7px;}

  dl.dl-type1 {gap: 8px 12px;}
  dl.dl-type1 dt {font-size: 16px;width: 28px;}
  dl.dl-type1 dd {font-size: 16px;width: calc(100% - 40px);}


  .greeting .section01 .quote-ico {width:60px;height:60px;}
  .greeting .section01 .greet-img {width:440px;height:465px;}
  .greeting .section01 .name-badge {width: 140px;height:140px;right:20px;bottom:20px;}
  .greeting .section01 .name-badge span {font-size: 14px;}
  .greeting .section01 .name-badge strong {font-size: 20px}
  .greeting .section02 {margin-top:100px;}

  .bylaws .law-box {padding-top: 40px;}

  .location .info-box .txt-box h3 { font-size: 24px; word-break: keep-all;}
  .location .info-box .txt-box h3 br {  display: none;}
  .location .info-box { flex-direction: column; margin-top: 40px}
  .location .info-box .txt-box a { margin-top:20px;}

  .conference section + section {margin-top: 60px;}
  .conference .regist-top {gap: 10px;}
  .conference .regist-top > div {padding: 22px 22px 22px 100px;}
  .conference .regist-top > div:before {width:55px;height:55px;left: 25px;}
  .conference .regist-top > div h4 {font-size: 16px;}
  .conference .regist-top > div p {font-size: 17px;}
  .conference .table-wrap table thead th {font-size: 16px;}
  .conference .table-wrap table thead th span {font-size: 15px;}
  .conference .tb-info-box {padding: 25px 25px 25px 65px;}
  .conference .tb-info-box::before {top:25px;left: 25px;}
  .conference .tb-info-box h4 {font-size: 18px;margin-bottom: 15px;}
  .conference .apply-box > div img {width: 54px;}
  .conference .apply-box > div p {margin-bottom: 6px;}
  .conference .apply-box > div span {font-size:15px;margin-bottom: 15px;}
  .conference .apply-box > div a {width: calc(100% - 20px);height: 55px;line-height: 55px;font-size: 16px;}
  .conference .instructor-list .introduce {padding: 25px 10px;}
  .conference .instructor-list .introduce:first-child {padding-top: 5px;}
  .conference .instructor-list .introduce .txt h3 {font-size: 22px;margin-bottom: 25px;}
  .conference .instructor-list .introduce .txt h3 span {font-size: 16px;margin-left: 10px;}
  .conference .instructor-list .introduce .btn-detail-view a {padding: 12px 25px;}

  .conference .sponsor-wrap section {padding-bottom: 60px;}
  .conference .sponsor-wrap section + section {margin-top: 60px;}
  .conference .sponsor-wrap section h3 {font-size:30px;width:100%;margin-bottom:18px;}
  .conference .sponsor-wrap section > div {padding:0 40px;}
  .conference .sponsor-wrap section.diamond {padding:40px 20px;}
  .conference .sponsor-wrap section.diamond h3 {margin-bottom:24px;font-size:34px;}
  .conference .sponsor-wrap section.diamond > div a {width:300px;}
  .conference .sponsor-wrap section.diamond + section.platinum {margin-top: 40px;}
  .conference .sponsor-wrap section.platinum {padding: 30px 20px;}
  .conference .sponsor-wrap section.platinum h3 {margin-bottom:16px;font-size:28px;}
  .conference .sponsor-wrap section.gold > div {grid-template-columns: repeat(4, 1fr);}
  .conference .sponsor-wrap section.silver > div {grid-template-columns: repeat(5, 1fr);}
  .conference .sponsor-wrap section.bronze h3 {font-size: 24px;}
  .conference .sponsor-wrap section.bronze > div {grid-template-columns: repeat(5, 1fr);padding:0 60px;}
  .conference .sponsor-wrap section.standard h3 {font-size: 22px;}
  .conference .sponsor-wrap section.standard > div {grid-template-columns: repeat(5, 1fr);padding:0 80px;}

  /* 웹 마케팅 768 */
  .pointweb{display:block;}
  .pointweb .txt{text-align:center;}
  .pointweb .txt strong{font-size:20px;margin-bottom:14px;}
  .pointweb .txt span{font-size:34px;margin-bottom:20px;line-height:1.4;}
  .pointweb .txt p{font-size:16px;line-height:1.7;}
  .pointweb .txt .weblink{max-width:100%;margin:35px auto 0;}
  .pointweb .txt .weblink a{font-size:16px;padding:14px 0;}
  .pointweb .img{margin-top:45px;}
  .pointweb .img img{width:100%;display:block;}

  .policy {font-size:15px;}
  .policy .policy-title2 {font-size:18px;margin:30px 0 15px;}
  .policy h4 {margin:8px 0 4px;}

  /* 정관 policy */
  .policy h3 {font-size:20px;}
  .policy{padding-top:0;}
  .policy section + section{margin-top: 30px;}
  .policy section h4{font-size:16px;}
  .policy section p{font-size:15px;}
  .policy section ol{margin-top:10px;}
  .policy section ol > li{font-size:15px;padding-left: 25px;}
  .policy section ol > li ul {padding:12px 16px;}
  .policy section ol > li ul li{font-size:14px;}
  .policy section ol > li ul li:before{width:4px;height:4px;top:10px;}
  .policy .bottom-box {margin-top:30px;padding:15px;}
  .policy .bottom-box p {font-size:15px;}

	.memberfee .fee-box .fee-account{ display:block;}
}

/* mobile */
@media all and (max-width:768px) {

  h2.page-title {font-size:24px;margin-bottom:25px;}
  h2.page-title2 {font-size: 28px;margin-bottom: 30px;}
  h3.page-title2 {font-size:21px;padding-left:15px;}
  h3.page-title2::before {width: 4px;height: 20px;}
  br.br {display:none;}

  .tab-menu ul {gap: 2px;}
  .tab-menu ul li a {height:48px;line-height:48px;border-radius:10px 10px 0 0;font-size:15px;padding:0 10px;}
  .tab-menu2 ul li:first-child a {border-radius: 12px 0 0 12px;}
  .tab-menu2 ul li:last-child a {border-radius: 0 12px 12px 0;}
  .tab-menu ul li.on a {height:49px;}

  .tab-menu2 {margin-top: 30px;}
  .tab-menu2 ul li a {height:47px;line-height:47px;font-size:15px;}

  .table-wrap + .table-wrap {margin-top:60px;}
  .table-wrap .scroll-box{overflow-x:auto;margin-top:-10px;}
  .table-wrap .scroll-box table{width:700px;}
  .table-wrap table thead tr th{padding:10px 0;font-size:15px;}
  .table-wrap table tbody tr th{padding:10px 0;}
  .table-wrap table tbody tr td{padding:10px 0;}

  ul.ul-type1 li {font-size: 14px;padding-left: 10px;}
  ul.ul-type1 li::before {width: 4px;height: 4px;top: 6px;}

  ul.ul-type2 li {font-size: 14px;padding-left: 12px;}
  ul.ul-type2 li + li {margin-top: 8px;}
  ul.ul-type2 li::before {width: 5px;height: 5px;top: 6px;}

  ol.ol-type1 li {font-size: 14px;}
  ol.ol-type1 li + li {margin-top: 8px;}
  ol.ol-type1 li em {width: 18px;height: 18px;line-height: 18px;font-size: 12px;margin-right: 5px;}

  dl.dl-type1 {gap: 4px 8px;}
  dl.dl-type1 dt {font-size: 14px;width: 25px;}
  dl.dl-type1 dd {font-size: 14px;width: calc(100% - 33px);}

  br.br {display:none;}


  .side-txt {position: relative;top: auto;left: auto;margin-bottom:20px;font-size: 14px;}
  .side-txt:before {width:7px;height:7px;margin-right: 16px;}
  .side-txt::after {width:10px;height:1px;top:9px;left:10px;}

  .greeting .section01 {gap:40px;}
  .greeting .section01 .quote-ico {width:55px;height:55px;margin-bottom:10px;}
  .greeting .section01 {flex-direction: column;}
  .greeting .section01 .greet-txt h3 {margin-bottom:30px;font-size:27px;}
  .greeting .section01 .greet-txt p {font-size:15px; word-break: keep-all;}
  .greeting .section01 .greet-img {width: 100%;height:340px;}
  .greeting .section01 .name-badge {width:130px;height:130px;right:10px;bottom:10px;}
  .greeting .section01 .name-badge span {padding-bottom:4px;margin-bottom:6px;}
  .greeting .section01 .name-badge strong {margin-top:0;}
  .greeting .section02 {margin-top: 60px;}
  .greeting .section02 .msg-cont {gap: 20px;}
  .greeting .section02 .msg-box h4 {font-size: 22px;}
  .greeting .section02 .msg-cont p {font-size: 16px; word-break: keep-all;}
  .greeting .section02 .greet-list {margin-top: 40px;grid-template-columns: repeat(1, 1fr);padding:0;}
  .greeting .section02 .greet-list li {gap:24px;padding:20px 30px;}
  .greeting .section02 .greet-list li + li::before {left: 30px;top: 0;width: calc(100% - 60px);height: 1px;}
  .greeting .section02 .greet-list img {width: 55px;height: 55px;}
  .greeting .section02 .greet-list p {font-size: 16px;}
  .greeting .section02 .sign-box p {font-size: 15px;}
  .greeting .section02 .sign-box .sign {width: 80px;display: block;margin: 20px 0 15px;}

  .location .info-box .txt-box a {width: 100%}
  .location .info-box .list dl dt { font-size: 16px;padding: 20px 0 0 49px;}
  .location .info-box .list dl dt i { top:20px }
  .location .info-box .list dl dd { font-size: 16px;padding: 8px 0 15px 50px;}

  .conference section + section {margin-top:50px;}
  .conference .tab-menu ul {overflow-x:auto;}
  .conference .tab-menu ul::-webkit-scrollbar {display: none;}
  .conference .tab-menu ul li {width:auto;min-width:100px;}
  .conference .regist-top {flex-direction: column;}
  .conference .regist-top > div {padding: 20px 20px 20px 80px;}
  .conference .regist-top > div:before {width: 45px;height: 45px;left: 20px;}
  .conference .regist-top > div h4 {font-size: 14px;margin-bottom: 2px;}
  .conference .regist-top > div p {font-size: 15px;}
  .conference .table-wrap .scroll-box table {width: 780px;}
  .conference .table-wrap table thead th {font-size: 15px;padding: 10px;}
  .conference .table-wrap table thead th span {font-size: 14px;}
  .conference .table-wrap table tbody td {padding: 12px 10px;}
  .conference .tb-info-box {margin-top:15px;padding: 20px 20px 20px 45px;}
  .conference .tb-info-box::before {width: 18px;height: 18px;top: 23px;left: 18px;}
  .conference .apply-box {gap: 15px;margin-top: 20px;}
  .conference .apply-box > div {width:100%;padding: 20px 10px 10px;}
  .conference .apply-box > div img {width:50px;}
  .conference .apply-box > div p {font-size: 16px;margin-bottom: 5px;}
  .conference .apply-box > div span {font-size: 14px;margin-bottom: 12px;}
  .conference .apply-box > div a {width: 100%;height: 45px;line-height: 45px;font-size: 14px;}
  .conference .instructor-list .introduce {gap: 25px;padding: 20px 0px;}
  .conference .instructor-list .introduce img {max-width: 120px;max-height: 140px;}
  .conference .instructor-list .introduce .txt {width: calc(100% - 145px);}
  .conference .instructor-list .introduce .txt h3 {font-size: 19px;margin-bottom:15px;}
  .conference .instructor-list .introduce .txt h3 span {display: block;font-size: 14px;margin: 4px 0 0 0;}
  .conference .instructor-list .introduce .btn-detail-view {position: relative;top: auto;right: auto;transform: translateY(0);margin-top: 15px;}
  .conference .instructor-list .introduce .btn-detail-view a {font-size: 14px;width: 100%;text-align: center;padding: 10px 25px;}

  .conference .sponsor-wrap section {padding-bottom: 50px;}
  .conference .sponsor-wrap section + section {margin-top: 40px;}
  .conference .sponsor-wrap section h3 {font-size:24px;margin-bottom:12px;}
  .conference .sponsor-wrap section > div {padding: 0;}
  .conference .sponsor-wrap section > div a {border-radius:8px;}
  .conference .sponsor-wrap section.diamond {padding:28px 20px;}
  .conference .sponsor-wrap section.diamond h3 {font-size:28px;margin-bottom:18px;}
  .conference .sponsor-wrap section.diamond > div a {width:100%;}
  .conference .sponsor-wrap section.diamond + section.platinum {margin-top:30px;}
  .conference .sponsor-wrap section.platinum {padding:24px 40px;}
  .conference .sponsor-wrap section.platinum h3 {margin-bottom:16px;font-size:26px;}
  .conference .sponsor-wrap section.platinum > div {grid-template-columns: repeat(1, 1fr);gap:5px;}
  .conference .sponsor-wrap section.platinum > div a {width:100%;}
  .conference .sponsor-wrap section.gold > div {grid-template-columns:repeat(2, 1fr);gap:5px;}
  .conference .sponsor-wrap section.silver > div {grid-template-columns:repeat(2, 1fr);gap:5px;padding:0 20px;}
  .conference .sponsor-wrap section.bronze h3 {font-size:22px;}
  .conference .sponsor-wrap section.bronze > div {grid-template-columns:repeat(3, 1fr);gap:5px;padding: 0;}
  .conference .sponsor-wrap section.standard h3 {font-size:20px;}
  .conference .sponsor-wrap section.standard > div {grid-template-columns:repeat(3, 1fr);gap:5px;padding:0 20px;}

  .memberfee .fee-desc{margin:12px 0 30px;padding-bottom:24px;font-size:16px;line-height:1.7; word-break: keep-all;}
	.memberfee .fee-box{margin-top:30px;}
	.memberfee .fee-box .fee-row{display:block;padding-top:34px;}
	.memberfee .fee-box .fee-row + .fee-row{margin-top:34px;}
	.memberfee .fee-box .fee-title h3{font-size:20px;}
	.memberfee .fee-box .fee-account{ margin-top:18px;padding:24px 20px;gap:22px;min-height:auto;}
	.memberfee .fee-box .fee-account img{max-width:72px;}
	.memberfee .fee-box .fee-account p{font-size:16px;line-height:1.4;}
	.memberfee .fee-box .fee-account p strong{display:block;margin:0 0 4px;font-size:15px;}
	.memberfee .fee-box .fee-account span{margin-top:2px;font-size:16px;}
	.memberfee .fee-box .fee-table{margin-top:18px;}
	.memberfee .fee-box .fee-table thead th{height:54px;padding:0 10px;font-size:15px;}
	.memberfee .fee-box .fee-table tbody th,.memberfee .fee-box .fee-table tbody td{height:58px;padding:0 10px;font-size:15px;}
  .memberfee .fee-box .fee-account .name0{display:flex;align-items:center;gap:16px;}
  .memberfee .fee-box .fee-account .name0 .img{flex:none;}
  .memberfee .fee-box .fee-account .name0 .txt{flex:1;min-width:0;}
  .memberfee .fee-box .fee-account .receipt-btn{ width:100%;margin-top:18px;padding:14px 20px; background: #fff; border: 1px solid #000}
  .memberfee .fee-box .fee-account .receipt-btn span{font-size:15px!important; color: #000!important}
  .memberfee .fee-box .fee-account .receipt-btn i:before { background: #000;}
  .memberfee .fee-box .fee-account .receipt-btn i::after { border-top: 2px solid #000;    border-right: 2px solid #000;}
  .memberfee .fee-box .fee-account .receipt-btn i{margin-left:auto;}

  .policy {font-size:14px;}
  .policy .policy-title2 {font-size: 17px;margin: 25px 0 12px;}
  .policy .bottom-box {margin-top:20px;padding:10px;}
  .policy .bottom-box p {font-size: 14px;}
  .policy ul li {padding-left: 10px;}
  .policy ul li:before {top: 7px;}
}
