@charset "UTF-8";
@font-face {
   font-family: 'InfinitySans-RegularA1';
   src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/InfinitySans-RegularA1.woff') format('woff');
   font-weight: normal;font-style: normal}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;font-style: normal}

@font-face {
  font-family: "Noto Sans Korean", sans-serif;
  src: url("../font/noto-sans-kr-v12-latin-regular.eot"),
    url("../font/noto-sans-kr-v12-latin-regular.woff") format("woff");
}

@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);
.jejumyeongjo * {font-family:"Jeju Myeongjo", serif}


/**********************************************
START
name: vol28
**********************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {font-family:'GmarketSansBold';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');font-weight:normal;font-style:normal}
@font-face {font-family:'GmarketSansMedium';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');font-weight: normal;font-style: normal}
@font-face {font-family:'GmarketSansLight';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');font-weight:normal;font-style:normal}
@font-face {font-family:'OTEnjoystoriesBA'; /* 즐거운이야기체 */
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/OTEnjoystoriesBA.woff') format('woff');font-weight:normal;font-style: normal}

@keyframes ani {
	0% {opacity:0;transform:translateY(15px)}
	100% {opacity:1;transform:translateY(0)}
}

@keyframes text {
	from {opacity:0;transform:translateY(20px)}
	to {opacity:1;transform:translateY(0)}
}

:root {
--text-point-color: #ff6c27;
--text-point2-color: #f37306;
--point1-color: #e68416;
--point2-color: #945c38;
--point3-color: #624941;
--background-color:#ff915d;
--background2-color:#d2b7a6;
--point-bold-font: 'GmarketSansBold';
--point-medium-font: 'GmarketSansMedium';
--point-light-font: 'GmarketSansLight';
}

body,th,td,input,select,textarea,button,h1,h2,h3,h4,h5,h6,li,div {font-family:'Noto Sans KR','Apple SD Gothic Neo','Helvetica Neue','Roboto','Malgun Gothic','dotum','Arial',sans-serif}
* {margin:0;padding:0;list-style:none;text-decoration:none;border:none;font-family:'Noto Sans KR','Apple SD Gothic Neo','Helvetica Neue','Roboto','Malgun Gothic','dotum','Arial',sans-serif}
html, body {max-width:100%;overflow-x:hidden}
::selection {background:rgba(0,0,0,.35);color:#fefefe}
.video {position:relative;width:100%;height:auto;padding-top:56.25%;margin-bottom:4.375rem}
.video > iframe {position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}

/* vol28 */
.subMenu.vol28 dl dt.on a {color:var(--point2-color)}

.headerNav.vol28 {}

/* 서브페이지 상단 */
.sub-wrapper {width:100%;color:#626262;text-align:center;overflow-y:hidden}
.sub-wrapper::before {content:'';display:block;clear:both}
.sub-wrapper .sub-visual {position:relative;overflow:hidden;width:100%;height:0;padding-bottom:30.25%;background-repeat:no-repeat;background-position:center;background-size:100%;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s}
.sub-wrapper.sub01-1 .sub-visual {background-image:url('../images/sub1_1_visual.jpg');background-position:top center}
.sub-wrapper.sub01-2 .sub-visual {background-image:url('../images/sub1_2_visual.jpg')}
.sub-wrapper.sub01-3 .sub-visual {background-image:url('../images/sub1_3_visual.jpg')}
.sub-wrapper.sub02-1 .sub-visual {background-image:url('../images/sub2_1_visual.jpg')}
.sub-wrapper.sub02-2 .sub-visual {background-image:url('../images/sub2_2_visual.jpg')}
.sub-wrapper.sub02-3 .sub-visual {background-image:url('../images/sub2_3_visual.jpg')}
.sub-wrapper.sub03-1 .sub-visual {background-image:url('../images/sub3_1_visual.jpg')}
.sub-wrapper.sub03-2 .sub-visual {background-image:url('../images/sub3_2_visual.jpg')}
.sub-wrapper.sub03-3 .sub-visual {background-image:url('../images/sub3_3_visual.jpg')}
.sub-wrapper.sub03-4 .sub-visual {background-image:url('../images/sub3_4_visual.jpg')}
.sub-wrapper.sub04-1 .sub-visual {background-image:url('../images/sub4_1_visual.jpg')}

.sub-wrapper .sub-visual .sub-vi-tit-box {position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);padding-top:60px;color:#fefefe}
.sub-wrapper .sub-visual .sub-vi-tit-box > h1,
.sub-wrapper .sub-visual .sub-vi-tit-box > .info-writer > strong,
.sub-wrapper .sub-visual .sub-vi-tit-box > .info-writer > h3 {text-shadow:5px 5px 15px rgb(0 0 0 / 40%)}
.sub-wrapper .sub-visual .sub-vi-tit-box > h1 {font-family:var(--point-medium-font);display:inline-block;position:relative;font-size:1.7rem;color:#fefefe;animation:text 1 .5s .2s both}
.sub-wrapper .sub-visual .sub-vi-tit-box > h1::before {content:'';z-index:-1;position:absolute;left:-31px;top:-18px;width:50px;height:50px;background:var(--point1-color);border-radius:50%;}
.sub-wrapper.sub02 .sub-visual .sub-vi-tit-box > h1::before {background:var(--point2-color)}
.sub-wrapper.sub03 .sub-visual .sub-vi-tit-box > h1::before {background:var(--point3-color)}
.sub-wrapper .sub-visual .sub-vi-tit-box > strong {display:block;margin:0 0 1rem;font-size:2.2rem;letter-spacing:-.1rem;font-weight:300;color:#a7d7de}
.sub-wrapper .sub-visual .info-writer {padding-top:2rem;animation:text 1 .5s .4s both}
.sub-wrapper .sub-visual .info-writer > h3 {font-family:var(--point-bold-font);font-size:3rem;color:#fefefe;padding:1rem 0;line-height:1.25}
.sub-wrapper .sub-visual .info-writer > h5 {font-size:.925rem;font-weight:300;color:rgba(255,255,255,.75);letter-spacing:-.1em}
.sub-wrapper .sub-visual .info-writer > strong {display:block;font-family:var(--point-light-font);font-size:1.2rem;color:rgba(255,255,255,.8)}
.sub-wrapper .sub-visual .info-writer::before {content:'';margin-bottom:2rem;display:inline-block;width:1px;height:35px;background:rgba(255,255,255,.8)}


/* 공통 */
.sub-wrapper > .sub-contents:nth-child(2n) {margin:8rem 0;background:rgba(0,0,0,.04)}
.sub-wrapper > .sub-contents:last-child {margin:0 0 2rem}
.sub-wrapper .p-text {text-align:justify;font-size:17px;letter-spacing:-.08em;line-height:1.75}
.sub-wrapper .sub-title {margin:8rem 0 5.5rem}
.sub-wrapper .sub-title h3,
.sub-wrapper .sub-title h3 strong {font-family:var(--point-bold-font);font-size:2rem;letter-spacing:-.08em;color:#333}
.sub-wrapper .sub-title h3 strong {position:relative;display:inline-block;font-size:3rem}
.sub-wrapper .sub-title h3 strong::before {content:'';z-index:-1;position:absolute;left:0;bottom:13px;width:0;height:10px;background:var(--background-color)}
.sub-wrapper .sub-title.aos-animate h3 strong::before {width:100%;transition:all 2s ease}
.sub-wrapper.sub03 .sub-title.aos-animate h3 strong::before,
.sub-wrapper.sub03 .sub-contents h5.s-tit > span::before {background:var(--background2-color)}
.sub-wrapper.sub03 .sub-title.aos-animate h3 strong::before {background:var(--background-color)}
.sub-wrapper .sub-width-940 {max-width:940px;margin:0 auto}
.sub-wrapper .sub-contents strong.num {color:rgba(0,0,0,.12);font-size:4.5rem;letter-spacing:-.08em}
.sub-wrapper .sub-contents h5.s-tit {padding:1rem 0 1.25rem;font-family:var(--point-bold-font);font-size:2.3rem;letter-spacing:-.05em;color:#333}
.sub-wrapper .sub-contents h5.s-tit > span {font-family:var(--point-bold-font);position:relative;display:inline-block}
.sub-wrapper .sub-contents h5.s-tit > span::before {content:'';z-index:-1;position:absolute;bottom:10px;width:0;height:10px;background:var(--background-color)}
.sub-wrapper .sub-contents .sub-width-940.aos-animate h5.s-tit > span::before,
.sub-wrapper .sub-contents.aos-animate h5.s-tit > span::before {width:100%;transition:all 1s 1s ease}
.sub-wrapper .sub-contents .sub-width-940.aos-animate strong.num {animation:ani 1 .6s .3s both}
.sub-wrapper .sub-contents .sub-width-940.aos-animate .img-box {animation:ani 1 .6s 1.1s both}
.sub-wrapper .sub-contents .sub-width-940.aos-animate p.p-text {animation:ani 1 .6s 1.5s both}
.sub-wrapper.sub01 .sub-contents .writer-box .txt .s-tit > strong {color:var(--background-color)}

/* 캠코인포 */
.sub-wrapper.sub01-2 .sub-top-wrap {padding:5rem 0;transition:all .25s;-webkit-transition:all .25s;-moz-transition:all .25s}
.sub-wrapper.sub01-2 .sub-top-wrap > a > img {width:100%}

/* 캠코focus */
.sub-wrapper.sub01-1::after,
.sub-wrapper.sub01-1 .sub-top-wrap::after,
.sub-wrapper.sub01-1 .sub-contents.sec01::after,
.sub-wrapper.sub01-1 .sub-contents.sec01::before,
.sub-wrapper.sub01-1 .sub-contents.sec02::after,
.sub-wrapper.sub01-1 .sub-contents.sec03::after,
.sub-wrapper.sub01-1 .sub-contents.sec04::after,
.sub-wrapper.sub01-1 .sub-content-top::after
{content:'';display:block;clear:both}
.sub-wrapper.sub01-1 .sub-contents .p-text {padding-top:1.5rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-4 .p-text {padding-top:0}
.sub-wrapper.sub01-1 .sub-visual .info-writer > h3 {font-size:2.7rem;letter-spacing:-.12rem;transition:all .3s}
.sub-wrapper.sub01-1 .sub-content-top {position:relative;overflow:hidden;width:100%;background:rgba(0,0,0,.04)}
.sub-wrapper.sub01-1 .sub-content-top::before {content:'KAMCO FOCUS';font-family:var(--point-bold-font);font-size:9.3rem;color:#ededed;position:absolute;left:0;right:0;bottom:-59px}
.sub-wrapper.sub01-1 .sub-top-wrap {position:relative;padding:6rem 0}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > p {padding-bottom:1.25rem}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > p,
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > p > span {font-family:var(--point-medium-font);font-size:1.125rem}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > p > span {color:#313131}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong {display:block;margin-top:1.25rem}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong,
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong > span {font-family:'OTEnjoystoriesBA';font-size:2.688rem;color:#313131;line-height:1.2}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong > span {color:var(--text-point-color)}
.sub-wrapper.sub01-1 .sub-title h3 > span {font-family:var(--point-bold-font);font-size:3rem;letter-spacing:-.08em;color:#333}
.sub-wrapper.sub01-1 .sub-contents.sec02 .text-wrap {display:flex;flex-wrap:nowrap;justify-content:space-between;padding:2.5rem 0 3.5rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .text-wrap > .image {width:30%}
.sub-wrapper.sub01-1 .sub-contents.sec02 .text-wrap > .text {width:calc(100% - 35%)}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .contents {background:#fefefe}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .contents > h5 {display:block;padding:1.5rem 0 1.2rem;font-family:var(--point-bold-font);font-size:1.5rem;background:var(--point1-color);color:#fefefe}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .contents:nth-of-type(3) > h5 {background:#464646}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list {padding:1.875rem 3rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li {display:flex;flex-wrap:wrap;justify-content:space-between}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > p,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box {display:flex;flex-wrap:nowrap;justify-content:space-evenly;padding:1.25rem 0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > p {flex-direction:column-reverse;text-align:left;line-height:1.5}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit {position:relative;width:20%;padding-left:1.5rem;font-family:var(--point-light-font);font-size:1.125rem;line-height:1;color:#2e2e2e;border-right:1px solid #e7e7e7}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit::before {content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:var(--text-point-color)}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > p,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box {width:calc(100% - 28%);font-size:1.063rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box > div > p {padding-top:1rem;font-size:.938rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box > div > p > span {display:block;font-family:var(--point-bold-font);color:var(--text-point-color)}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap > .btm-icon {padding:5rem 0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list {text-align:left}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list > ul > li {padding:1.25rem 0;font-size:1.063rem;border-bottom:1px dashed #d4d4d4}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list > ul > li:last-child {border-bottom:0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list > ul > li > strong {padding-right:1.5rem;font-family:var(--point-bold-font);color:#464646}
.sub-wrapper.sub01-1 .sub-contents.sec02 .summary {margin-top:2rem;width:100%;padding:1.5rem;background:#5bb7c5;border-radius:.625rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .summary > .p-text {padding-top:0;color:#fefefe;text-align:center}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 {display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:3.5rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div {position:relative;width:48%;padding:3rem 1.5rem;background:#fefefe;box-shadow:1px 1px 13px 0 rgb(0 0 0 / 3%)}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div > h5 {font-family:var(--point-light-font);width:70%;padding:.5rem 1rem;position:absolute;top:-1.313rem;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);background:#3784b0;border-radius:1.25rem;color:#fefefe;font-size:1.063rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div:nth-of-type(1) > ul {padding-top:1.5rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div:nth-of-type(2) > h5 {background:#3c6fb1}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div > ul > li {font-size:1.063rem;padding-bottom:1rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div > ul > li:last-child {padding-bottom:0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div > ul > li > strong {display:block;font-family:var(--point-bold-font);font-size:1.063rem;color:#6bbdc9}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-5 .btm-icon {margin:2.813rem 0 2.3rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-5 > strong,
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-5 > strong > span {font-family:var(--point-light-font);font-size:1.25rem;color:#4e4e4e}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-5 > strong > span {color:#3c6fb1;font-family:var(--point-bold-font)}
.sub-wrapper.sub01-1 .sub-contents.sec03 h5.s-tit {position:relative}
.sub-wrapper.sub01-1 .sub-contents.sec03 h5.s-tit::before {content:'NEW NORMAL POST';width:100%;display:block;position:absolute;top:-2.5rem;font-family:var(--point-bold-font);font-size:4rem;color:rgba(0,0,0,.07)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 {margin-top:3rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap {padding:7rem 3.125rem 2.5rem;border:1px solid rgba(0,0,0,.08);border-radius:.625rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field {margin-bottom:8rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field:last-child {margin-bottom:0}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 {position:relative;display:inline-block;margin-bottom:2rem;padding-bottom:.625rem;color:#565656}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 > em {position:absolute;z-index:-1;top:-2.188rem;left:0;right:0;font-family:var(--point-bold-font);display:block;font-size:3.125rem;color:rgba(0,0,0,.06)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5,
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 > strong.s-text
{font-family:var(--point-medium-font);font-size:1.25rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 > strong.s-text {color:var(--point1-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap > .field:nth-of-type(2) > h5 > strong.s-text {color:var(--point2-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap > .field:nth-of-type(3) > h5 > strong.s-text {color:var(--point3-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5::after,
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 > strong.s-text::after {content:'';position:absolute;bottom:2px;left:0;width:100%;height:1px;border-bottom:1px solid #dcdcdc}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 > strong.s-text::after {width:83px;z-index:1;display:inline-block;border-bottom:1px solid var(--point1-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap > .field:nth-of-type(2) > h5 > strong.s-text::after {border-bottom:1px solid var(--point2-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap > .field:nth-of-type(3) > h5 > strong.s-text::after {border-bottom:1px solid var(--point3-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > p {text-align:justify;color:#8f8f8f;font-size:1rem;letter-spacing:-.08em;line-height:1.75;padding-bottom:.625rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > p > strong {color:var(--point1-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap > .field:nth-of-type(2) > p > strong {color:var(--point2-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap > .field:nth-of-type(3) > p > strong {color:var(--point3-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 {display:flex;flex-wrap:wrap;justify-content:space-between;margin:5rem 0}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name {width:10%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul {position:relative;height:100%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul::after {content:'';position:absolute;top:0;left:0;width:1px;height:100%;background:rgba(0,0,0,.08)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li {position:relative;padding-left:1.5rem;font-family:var(--point-medium-font);font-size:1rem;text-align:left;color:#000}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li::before {content:'';position:absolute;top:12px;left:-5px;z-index:1;display:block;width:12px;height:12px;border-radius:50%;background:var(--point1-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li:nth-of-type(2)::before {background:#b9b9b9}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li:nth-of-type(1) {height:106px}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li:nth-of-type(2) {height:178px}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > div {width:26%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .top-cont,
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont {padding:2rem 1rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .top-cont {height:106px;color:#fefefe;font-size:1rem;border-radius:.625rem .625rem 0 0}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont {height:178px;background:#f7f7f7;border-radius:0 0 .625rem .625rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont > p {font-size:1rem;color:#505050;line-height:1.4}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents:nth-of-type(2) .top-cont {background:var(--point1-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents:nth-of-type(3) .top-cont {background:var(--point2-color)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents:nth-of-type(4) .top-cont {background:var(--point3-color)}
.sub-wrapper.sub01-1 .sub-contents.sec04 .num.logo > img {width:50%}
.sub-wrapper.sub01-1 .sub-contents.sec02 .aos-animate > .text-wrap > .text > .p-text {animation:ani 1 .6s 1.1s both}
.sub-wrapper.sub01-1 .sub-contents.sec02 .aos-animate > .content-wrap > div:nth-of-type(1) {animation:ani 1 .6s 1.5s both}
.sub-wrapper.sub01-1 .sub-contents.sec02 .aos-animate > .content-wrap > div:nth-of-type(2) {animation:ani 1 .6s 2s both}
.sub-wrapper.sub01-1 .sub-contents.sec02 .aos-animate > .content-wrap > div:nth-of-type(3) {animation:ani 1 .6s 2.5s both}
.sub-wrapper.sub01-1 .sub-content-top .aos-animate > .txt > p {animation:ani 1 .6s .5s both}
.sub-wrapper.sub01-1 .sub-content-top .aos-animate > .txt > strong {animation:ani 1 .6s 1s both}
.sub-wrapper.sub01-1 .sub-contents.sec02 .aos-animate .summary.ani-3 {animation:ani 1 .6s 3.1s both}
.sub-wrapper.sub01-1 .sub-contents.sec02 .aos-animate .ani-4,
.sub-wrapper.sub01-1 .sub-contents.sec02 .aos-animate .ani-5 {animation:ani 1 .6s 3.7s both}
.sub-wrapper.sub01-1 .sub-contents.sec03 .aos-animate .ani-2 {animation:ani 1 .6s 1.8s both}
.sub-wrapper.sub01-1 .sub-contents.sec03 .aos-animate .ani-3,
.sub-wrapper.sub01-1 .sub-contents.sec03 .aos-animate .ani-4 {animation:ani 1 .6s 2.5s both}

/* 캠코줌인 */
.sub-wrapper.sub01-3 .sub-contents .p-text {margin-bottom:1.25rem}
.sub-wrapper.sub01-3 .sub-contents .p-text:last-child {margin-bottom:0}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div > h3 {text-align:left}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box {display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:6rem;margin-bottom:6rem)}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box .image {width:35%;border-radius:50%;overflow:hidden}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div {width:calc(100% - 40%)}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div > img {width:100%}
.sub-wrapper.sub01-3 .sub-contents .img-box > img {width:100%}
/*.sub-wrapper.sub01-3 .sub-contents .writer-box .img {width:43%;left:-2.7rem}*/
.sub-wrapper.sub01-3 .sub-contents .writer-box .txt {padding-left:0}

/* 트렌드리포트 */
.sub-wrapper .sub-contents .img-box {width:100%;display:flex;justify-content:space-between;margin:0 0 2rem}
.sub-wrapper .sub-contents .img-box > div.img {width:calc(50% - 10px);padding:1rem 0 0}
.sub-wrapper .sub-contents .img-box > div.img > div {height:0;padding-bottom:49%;overflow:hidden;background-size:cover;background-position:center center;background-repeat:no-repeat}
.sub-wrapper .sub-contents .img-box > div.img > p {margin-top:.75rem;font-size:14px;color:rgba(0,0,0,.5)}
.sub-wrapper .sub-contents .img-box > div.img > div.img1 {background-image:url('../images/sub3_1_1.jpg')}
.sub-wrapper .sub-contents .img-box > div.img > div.img2 {background-image:url('../images/sub3_1_2.jpg')}
.sub-wrapper .sub-contents .img-box > div.img > div.img3 {background-image:url('../images/sub3_1_3.jpg')}
.sub-wrapper .sub-contents .img-box > div.img > div.img4 {background-image:url('../images/sub3_1_4.jpg')}
.sub-wrapper .sub-contents .img-box > div.img > div.img5 {background-image:url('../images/sub3_1_6.jpg')}
.sub-wrapper .sub-contents .img-box > div.img > div.img6 {background-image:url('../images/sub3_1_7.jpg')}
.sub-wrapper .sub-contents.sec01::after,
.sub-wrapper .sub-contents.sec02::after,
.sub-wrapper .sub-contents.sec03::after,
.sub-wrapper .sub-contents.sec04::after,
.sub-wrapper .sub-contents.sec05::after,
.sub-wrapper .sub-contents.sec06::after {content:'';display:block;clear:both}
.sub-wrapper .sub-contents.sec01 .top-text > strong {font-family:var(--point-bold-font);font-size:7rem;letter-spacing:-.05em;color:rgba(0,0,0,.15)}
.sub-wrapper .sub-contents.sec01 .top-text > strong > span {color:var(--text-point2-color)}
.sub-wrapper .sub-contents.sec01 .btm-text > p {margin-top:2rem}
.sub-wrapper .sub-contents.sec02,
.sub-wrapper .sub-contents.sec04,
.sub-wrapper .sub-contents.sec05,
.sub-wrapper .sub-contents.sec06 {padding:8rem 0}
.sub-wrapper.sub03-1 .sub-contents.sec01 {padding-bottom:8rem}
.sub-wrapper.sub03-1 .sub-contents.sec05 .s-tit,
.sub-wrapper.sub03-1 .sub-contents.sec05 .p-text {color:#fefefe}
.sub-wrapper.sub03-1 .sub-contents.sec06 {margin-top:8rem;background:#fefefe}
.sub-wrapper.sub03-1 .sub-contents.sec05 {background:var(--point2-color)}
.sub-wrapper.sub03-1 .sub-contents {margin:0}
.sub-wrapper.sub03-1 .sub-title {margin:8rem 0 4rem}
.sub-wrapper .sub-contents.sec04 {margin-bottom:0}
.sub-wrapper .sub-contents.sec04 .p-text:last-child {margin-top:2rem}
.sub-wrapper .sub-contents.sec05 strong.num > i,
.sub-wrapper .sub-contents.sec05 {margin-top:0}
.sub-wrapper .sub-contents {margin:8rem 0 0;padding-bottom:2rem}
.sub-wrapper .sub-contents .writer-box {position:relative;border:10px solid rgba(0,0,0,.12);padding:2rem;display:flex;justify-content:space-between}
.sub-wrapper .sub-contents .writer-box .img {position:absolute;left:-.625rem;bottom:-.625rem;padding:0;width:30%}
.sub-wrapper .sub-contents .writer-box .txt {width:100%;padding-left:30%}
.sub-wrapper .sub-contents .writer-box .txt .s-tit {text-align:left;font-size:.95rem;line-height:1.6}
.sub-wrapper .sub-contents .writer-box .txt .s-tit > strong {font-family:var(--point-bold-font);font-size:1.2rem;color:var(--point2-color)}
.sub-wrapper .sub-contents .writer-box .txt .s-tit > span {font-size:2rem}
.sub-wrapper .sub-contents .writer-box .txt .p-text {letter-spacing:-.09em;font-size:.925rem}

/* 캠코미팅 */
.sub-wrapper.sub03-2 .sub-visual .info-writer > h3 {font-size:2.5rem}
.sub-wrapper.sub03-2 .sub-content-top {position:relative;overflow:hidden;width:100%;padding:8rem 0}
.sub-wrapper.sub03-2 .sub-content-top::before{content:'KAMCO MEETING';position:absolute;left:0;right:0;bottom:-65px;font-family:var(--point-bold-font);font-size:8rem;color:#f5f5f5}
.sub-wrapper.sub03-2 .sub-top-wrap .top-title > h1,
.sub-wrapper.sub03-2 .sub-top-wrap .top-title > h1 > span {font-family:var(--point-bold-font);font-size:2.188rem;color:#000;letter-spacing:-.12rem}
.sub-wrapper.sub03-2 .sub-top-wrap .top-title > h1 > span {color:var(--point2-color)}
.sub-wrapper.sub03-2 .sub-top-wrap > .img {padding:5rem 0;}
.sub-wrapper.sub03-2 .sub-top-wrap > .txt > strong {font-family:'OTEnjoystoriesBA';font-size:2rem;color:#000}
.sub-wrapper.sub03-2 .sub-top-wrap > .txt > p {padding-top:2rem;text-align:center}
.sub-wrapper.sub03-2 .sub-top-wrap > .txt > p > strong {color:var(--point2-color)}
.sub-wrapper.sub03-2 .sub-contents-wrap {background:rgba(0,0,0,.04);padding:8rem 0}
.sub-wrapper.sub03-2 .sub-contents.sec01 {margin:0;padding:0}
.sub-wrapper.sub03-2 .sub-contents {padding:0;margin:3rem 0 0 0}
.sub-wrapper.sub03-2 .sub-contents .qna-box {display:block;padding:3.125rem;background:#fefefe}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .number,
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content,
.sub-wrapper.sub03-2 .sub-contents .qna-box > .picture {display:inline-block;vertical-align:middle}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .number {width:calc(100% - 91%);font-family:var(--point-bold-font);font-size:3.125rem;color:rgba(0,0,0,.12);text-align:left}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content {width:90%;padding:0 2rem;text-align:left}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .number {width:calc(100% - 91%);font-family:var(--point-bold-font);font-size:3.125rem;color:rgba(0,0,0,.12);text-align:left}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .content {width:60%;padding:0 2rem;text-align:left}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture {width:30%}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture > img {width:100%}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > strong,
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > p {letter-spacing:-.08rem}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > strong {font-family:var(--point-medium-font);font-size:17px;font-weight:700;color:var(--point2-color);letter-spacing:-.02em}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > p {font-size:16px;font-weight:300;color:#686767;padding-top:1rem;text-align:justify;line-height:1.75}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box {padding:2rem;margin:2rem 0;border:1px solid rgba(0,0,0,.12);background:rgba(0,0,0,.02)}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > strong {display:block;color:#333;text-align:center;font-size:1.25rem}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .name {color:rgba(0,0,0,.5);text-align:center}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry {padding-top:2rem;display:flex;flex-wrap:nowrap;justify-content:space-between}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry > div {width:50%;font-size:14px;text-align:center}
.sub-wrapper.sub03-2 .sub-contents.sec07 .content > div {margin-top:1rem}
.sub-wrapper.sub03-2 .sub-contents.sec07 .content > div > img {width:100%}


/* 랜선여행 */
.sub-wrapper.sub03-4 .sub-contents {margin:0;padding:8rem 0 28rem}
.sub-wrapper.sub03-4 .sub-title {margin:0;padding-top:8rem}
.sub-wrapper.sub03-4 .sub-contents.sec01 {margin:0;padding:0 0 8rem}
.sub-wrapper.sub03-4 .sub-contents.sec01 .contents > .btm-text {padding-bottom:5rem}
.sub-wrapper.sub03-4 .sub-contents.sec01.aos-animate .btm-text > .p-text {animation:inherit}
.sub-wrapper.sub03-4 .sub-contents.aos-animate .travle-title {margin-bottom:3rem;animation:ani 1 .6s .9s both}
.sub-wrapper.sub03-4 .sub-contents.aos-animate .slider-wrapper {position:relative;animation:ani 1 .6s 1.3s both}
.sub-wrapper.sub03-4 .sub-contents .travle-title > .num {animation:inherit}
.sub-wrapper.sub03-4 .sub-contents .slider-wrapper .summary-box {width:100%;height:320px;display:block;padding:3rem;position:absolute;z-index:1;bottom:-250px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-o-transform:translateX(-50%);background:#fefefe;box-shadow:5px 5px 22px rgb(0 0 0 / 5%)}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info {padding-top:2rem;font-size:.938rem;text-align:left;animation:ani 1 .6s 2s both}
.sub-wrapper.sub03-4 .sub-contents.sec07 .summary-box > .map-info > span {font-family:var(--point-medium-font);color:#fefefe}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info > span > i {color:var(--point3-color)}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info > span::after {content:'';display:inline-block;height:.625rem;width:1px;margin:0 2rem;background-color:rgba(0,0,0,.3)}
.sub-wrapper.sub03-4 .sub-contents.sec07 .summary-box > .map-info > span::after {background-color:rgba(255,255,255,.3)}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info > span:last-child::after {margin:0;background-color:transparent}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info > span > strong {color:var(--point3-color)}
.sub-wrapper.sub03-4 .sub-contents.sec07 .summary-box > .map-info > span > strong {padding:0 .5rem;color:#fefefe}
.sub-wrapper.sub03-4 .sub-contents .img-slider {overflow:hidden;position:relative}
.sub-wrapper.sub03-4 .sub-contents .img-slider .swiper .swiper-wrapper .swiper-slide {overflow:hidden;width:100%;height:0;padding-bottom:36.56%;background-size:100%;background-position:center center;background-repeat:no-repeat;transition:all .25s;-webkit-transition:all .25s;-moz-transition:all .25s}
.sub-wrapper.sub03-4 .swiper-pagination-progressbar {background:#fefefe}
.sub-wrapper.sub03-4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:var(--point3-color)}
.sub-wrapper.sub03-4 .sub-contents .img-slider .swiper .swiper-button-next,
.sub-wrapper.sub03-4 .sub-contents .img-slider .swiper .swiper-button-prev {color:#fefefe}
.sub-wrapper.sub03-4 .sub-contents .img-slider .swiper .swiper-button-next {right:10%}
.sub-wrapper.sub03-4 .sub-contents .img-slider .swiper .swiper-button-prev {left:10%}
.sub-wrapper.sub03-4 .sub-contents.sec01 .map-image > img {width:70%}
.sub-wrapper.sub03-4 .sub-contents.sec02 .img-slider .swiper.travle-1 .image1 {background-image:url('../images/sub3_4_2.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec02 .img-slider .swiper.travle-1 .image2 {background-image:url('../images/sub3_4_3.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec02 .img-slider .swiper.travle-1 .image3 {background-image:url('../images/sub3_4_4.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec02 .img-slider .swiper.travle-1 .image4 {background-image:url('../images/sub3_4_5.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec02 .img-slider .swiper.travle-1 .image5 {background-image:url('../images/sub3_4_6.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec02 .img-slider .swiper.travle-1 .image6 {background-image:url('../images/sub3_4_7.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec03 .img-slider .swiper.travle-2 .image1 {background-image:url('../images/sub3_4_8.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec03 .img-slider .swiper.travle-2 .image2 {background-image:url('../images/sub3_4_9.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec03 .img-slider .swiper.travle-2 .image3 {background-image:url('../images/sub3_4_10.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec03 .img-slider .swiper.travle-2 .image4 {background-image:url('../images/sub3_4_11.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec04 .img-slider .swiper.travle-3 .image1 {background-image:url('../images/sub3_4_15.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec04 .img-slider .swiper.travle-3 .image2 {background-image:url('../images/sub3_4_12.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec04 .img-slider .swiper.travle-3 .image3 {background-image:url('../images/sub3_4_13.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec04 .img-slider .swiper.travle-3 .image4 {background-image:url('../images/sub3_4_14.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec04 .img-slider .swiper.travle-3 .image5 {background-image:url('../images/sub3_4_16.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec04 .img-slider .swiper.travle-3 .image6 {background-image:url('../images/sub3_4_17.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec05 .img-slider .swiper.travle-4 .image1 {background-image:url('../images/sub3_4_18.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec05 .img-slider .swiper.travle-4 .image2 {background-image:url('../images/sub3_4_19.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec05 .img-slider .swiper.travle-4 .image3 {background-image:url('../images/sub3_4_20.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec05 .img-slider .swiper.travle-4 .image4 {background-image:url('../images/sub3_4_21.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec05 .img-slider .swiper.travle-4 .image5 {background-image:url('../images/sub3_4_22.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec05 .img-slider .swiper.travle-4 .image6 {background-image:url('../images/sub3_4_23.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec06 .img-slider .swiper.travle-5 .image1 {background-image:url('../images/sub3_4_27.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec06 .img-slider .swiper.travle-5 .image2 {background-image:url('../images/sub3_4_24.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec06 .img-slider .swiper.travle-5 .image3 {background-image:url('../images/sub3_4_25.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec06 .img-slider .swiper.travle-5 .image4 {background-image:url('../images/sub3_4_26.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec07 .img-slider .swiper.travle-6 .image1 {background-image:url('../images/sub3_4_28.jpg')}
.sub-wrapper.sub03-4 .sub-contents.sec07 .img-slider .swiper.travle-6 .image2 {background-image:url('../images/sub3_4_30.png')}
.sub-wrapper.sub03-4 .sub-contents.sec07 {background:var(--point3-color);padding-bottom:9rem}
.sub-wrapper.sub03-4 .sub-contents.sec07 .slider-wrapper .summary-box {padding:3rem 0 0 0;position:inherit;bottom:inherit;left:inherit;transform:0;-webkit-transform:inherit;-moz-transform:inherit;-o-transform:inherit;background:none;box-shadow:none}
.sub-wrapper.sub03-4 .sub-contents.sec07 .slider-wrapper .swiper-slide {padding-bottom:58.56% !important}
.sub-wrapper.sub03-4 .sub-contents.sec07 .swiper.travle-6 > .swiper-pagination .swiper-pagination-bullet-active {background:var(--point3-color)}
.sub-wrapper.sub03-4 .sub-contents.sec07 .s-tit,
.sub-wrapper.sub03-4 .sub-contents.sec07 .p-text,
.sub-wrapper.sub03-4 .sub-contents.sec07 .map-info > span > i {color:#fefefe}
.sub-wrapper.sub03-4 .sub-contents.sec07 .p-text {font-weight:300}
.sub-wrapper.sub03-4 .sub-contents.sec07 .swiper-pagination {display:none}
.sub-wrapper.sub03-4 .sub-contents.sec07 h5.s-tit {padding:0 0 3rem}
.sub-wrapper.sub03-4 .sub-contents.sec08 {padding-bottom:6rem;background:#fefefe}

/* 캠코타임즈 */
.sub-wrapper.sub02-2 .sub-visual .info-writer > h3 {font-size:2.7rem;letter-spacing:-.12rem;transition:all .3s}
.sub-wrapper.sub02-2 .sub-content-top {position:relative;overflow:hidden;width:100%;background:rgba(0,0,0,.04)}
.sub-wrapper.sub02-2 .sub-content-top::before {content:'KAMCO TIMES';font-family:var(--point-bold-font);font-size:9.3rem;color:#ededed;position:absolute;left:0;right:0;bottom:-59px}
.sub-wrapper.sub02-2 .sub-top-wrap {position:relative;padding:6rem 0}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > p {padding-bottom:1.25rem}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > p,
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > p > span {font-family:var(--point-medium-font);font-size:1.188rem}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > p > span {color:#313131}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > strong {display:block;margin-top:1.25rem}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > strong,
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > strong > span {font-family:'OTEnjoystoriesBA';font-size:2.688rem;color:#313131;line-height:1.2}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > strong > span {color:var(--text-point-color)}


/* 캠코이너뷰 */
.sub-wrapper.sub02-1 .sub-top-wrap .video {margin-top:70px}
.sub-wrapper.sub02-1 .innerview-cont-wrap {margin-top:70px}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents {width:100%;margin-bottom:70px}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box {display:inline-block;vertical-align:middle}
.sub-wrapper.sub02-1 .innerview-cont-wrap .innerview-img > img {width:100%}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-img {width:calc(45% - .625rem);border:1px solid rgba(0,0,0,.25)}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt {width:55%;padding-left:1.563rem;text-align:left}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2,
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > p,
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > strong {display:block;letter-spacing:-.08em}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2,
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {font-family:'SEBANG_Gothic_Bold'}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 {padding-bottom:1.25rem;font-size:1.8rem;color:var(--point2-color);letter-spacing:0}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {color:#333;font-size:1.688rem}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > p {padding-bottom:1.563rem;font-size:1.25rem;font-weight:300;text-align:justify;line-height:1.5;color:#333}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > strong {font-size:1.063rem;color:var(--point2-color)}
@media screen and (max-width:1023px){
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-img,
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt {width:100%;padding-left:0 !important;margin-top:2.5rem}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2,
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > p,
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > strong {text-align:center}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {display:block;width:100%;padding-top:.625rem}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 {font-size:1.5rem}
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {font-size:1.438rem}
}

/* 캠코에코 */
.sub-wrapper.sub02-3 .sub-title h3 strong::before,
.sub-wrapper.sub02-3 .sub-contents h5.s-tit > span::before {background:var(--background2-color)}
.sub-wrapper.sub02-3 .sub-contents .s-tit02 {padding:.6rem 1.8rem;display:inline-block;border-radius:150px;font-size:1.125rem;background:var(--point2-color);color:#fefefe !important}
.sub-wrapper.sub02-3 .sub-contents h5.s-tit {padding-top:0}
.sub-wrapper.sub02-3 .sub-contents .p-text {margin:1.25rem 0}

/**********************************************
반응형
**********************************************/


@media screen and (max-width:1023px){
/* display */
.mo-disnone {display:none}
.pc-disnone {display:block}
.pc-disnone img {width:100%}
.content .tebBox .tep,
.content .tebBox .tep > img,
.content .tebBox .tep.originWrap > p {float:none}
.content .tebBox .tep {margin:0;text-align:center}
.content .tebBox .tep > img {width:140px !important;height:auto !important;margin:0 auto}
.content .tebBox .tep.originWrap > p {text-align:center;padding:0;width:100% !important;max-width:100% !important}
}


@media screen and (max-width:1250px){
.sub-wrapper .sub-visual {padding-bottom:56.25%;background-size:cover}

/* 캠코포커스 */
.sub-wrapper.sub01-1 .sub-content-top::before {font-size:7rem}

/* 캠코미팅 */
.sub-wrapper.sub03-2 .sub-content-top::before {font-size:7.5rem}
}


@media screen and (max-width:1024px){
.sub-wrapper .p-text {text-align:left}
.sub-wrapper .sub-visual {padding-bottom:56.25%}
.sub-wrapper .sub-visual .info-writer > h3 {font-size:2.7rem}
.sub-wrapper .p-text {font-size:1rem}
.sub-wrapper .sub-width-940 {width:100%;max-width:85%}
.sub-wrapper .sub-contents.sec06 {margin-top:0}

/* 캠코줌인 */
.sub-wrapper.sub01-3 .sub-title h3 strong {font-size:2.5rem}

/* 캠코미팅 */
.sub-wrapper.sub03-2 .sub-content-top::before {font-size:6rem;bottom:-50px}
.sub-wrapper.sub03-2 .sub-contents.sec06 {margin-top:3rem}

/* 랜선여행 */
.sub-wrapper.sub03-4 .sub-contents .slider-wrapper .summary-box {height:330px;bottom:-270px}
.sub-wrapper.sub03-4 .sub-contents.sec01 .map-image > img {width:90%}
}

@media screen and (max-width:768px){
.sub-wrapper .sub-width-940 {max-width:90%}
.sub-wrapper .sub-visual {padding-bottom:75%}
.sub-wrapper .sub-title {margin:5rem 0 3rem}
.sub-wrapper .sub-title h3 strong {font-size:2.5rem}
.sub-wrapper .sub-contents.sec01 .top-text > strong {font-size:6rem}
.sub-wrapper .sub-contents .writer-box {display:block;justify-content:inherit;padding:2rem 1rem}
.sub-wrapper .sub-contents .writer-box .img {position:inherit;left:inherit !important;bottom:inherit;padding:20px;width:200px !important;height:200px;overflow:hidden;background:rgba(0,0,0,.08);border-radius:50%}
.sub-wrapper .sub-contents .writer-box .txt {padding:0}
.sub-wrapper .sub-contents .writer-box .txt .s-tit {text-align:center}

/* 캠코포커스 */
.sub-wrapper.sub01-1 .sub-visual .info-writer > h3 {font-size:2.3rem;line-height:1.2;padding-top:2rem}
.sub-wrapper.sub01-1 .sub-content-top::before {font-size:5rem;bottom:-35px}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong,
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong > span {font-size:2.5rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .text-wrap {display:block;flex-wrap:inherit;justify-content:inherit}
.sub-wrapper.sub01-1 .sub-contents.sec02 .text-wrap > .image,
.sub-wrapper.sub01-1 .sub-contents.sec02 .text-wrap > .text {width:100%}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list {padding:1.875rem 2rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit {width:25%}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > p,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box {width:calc(100% - 35%);justify-content:space-between}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name {width:17%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > div {width:26%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .top-cont,
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont {height:inherit}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .top-cont {height:136px}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont {height:164px}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont > p {font-size:.9rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box > div {width:30%}

/* 인문학카페 */
.sub-wrapper.sub03-3 .sub-visual .sub-vi-tit-box > .info-writer > h3 {line-height:1.2}
.sub-wrapper.sub03-3 .sub-contents.sec04 .img-box,
.sub-wrapper.sub03-3 .sub-contents.sec07 .img-box {display:block;justify-content:inherit}
.sub-wrapper.sub03-3 .sub-contents.sec04 .img-box > .img,
.sub-wrapper.sub03-3 .sub-contents.sec07 .img-box > .img {width:100% !important}
.sub-wrapper.sub03-3 .sub-contents.sec05 .s-tit {line-height:1.3}

/* 캠코미팅 */
.sub-wrapper.sub03-2 .sub-content-top::before {font-size:4.5rem;bottom:-30px}
.sub-wrapper.sub03-2 .sub-contents-wrap {padding:6rem 0}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .number {width:100%;display:block;text-align:center}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content {width:100%;padding:0}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .number {width:100%;text-align:center}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .content {width:60%;padding:0 2rem 0 0}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture {width:calc(100% - 62%)}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture > img {width:100%}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .content > strong {font-size:16px}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry {align-items:end}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry > div:nth-of-type(1) {width:60%;text-align:left}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry > div:nth-of-type(2) {width:40%}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry > div:nth-of-type(2) > img {width:100%}

/* 캠코줌인 */
.sub-wrapper.sub01-3 .sub-title h3 strong {font-size:2rem}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div > h3 {font-size:1.5rem}

/* 랜선여행 */
.sub-wrapper.sub03-4 .sub-contents {padding:8rem 0}
.sub-wrapper.sub03-4 .sub-contents .slider-wrapper .summary-box {position:relative;bottom:inherit;left:inherit;width:100%;max-width:100%;height:inherit;transform:inherit}
.sub-wrapper.sub03-4 .sub-contents .img-slider .swiper .swiper-wrapper .swiper-slide {padding-bottom:56.25%}
}

@media screen and (max-width:640px){
.sub-wrapper .sub-visual {padding-bottom:100%}
.sub-wrapper .sub-title h3 {font-size:1.8rem}
.sub-wrapper .sub-title {margin:4rem 0 1.5rem}

/* 캠코인포 */
.sub-wrapper.sub01-2 .sub-top-wrap {padding:2rem 0}

/* 캠코포커스 */
.sub-wrapper.sub01-1 .sub-top-wrap {max-width:90%}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong,
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong > span {font-size:2.3rem}
.sub-wrapper.sub01-1 .sub-content-top::before {font-size:4rem;bottom:-25px}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > p,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box {padding:.5rem 0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > p,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box {width:calc(100% - 27%)}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list > ul > li {text-align:center;font-size:.938rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list > ul > li:first-child {padding-top:0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list > ul > li:last-child {padding-bottom:0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list > ul > li > strong {display:block;padding-bottom:.563rem;padding-right:0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text,
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-list {padding:1rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit {font-size:1.125rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .contents > h5 {font-size:1.25rem;padding:1rem 0 .8rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 {width:100%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 > em {position:inherit;margin-bottom:-60px;left:inherit;right:inherit;bottom:inherit;transform:inherit}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field > h5 > strong.s-text {display:block}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 {display:block}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > div {display:flex;flex-wrap:nowrap;width:100%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name {width:100%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul {width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul::after {width:100%;height:1px}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li {height:auto !important;padding:1.8rem 0;text-align:center}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li::before {top:-6px;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%)}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li:nth-of-type(1)::after {content:'\f101';position:absolute;bottom:26px;right:-20px;color:rgba(0,0,0,.2);font:normal normal normal 30px/1 FontAwesome;}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li:nth-of-type(1),
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .top-cont {width:40%;border-radius:0}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 > .cont-name > ul > li:nth-of-type(2),
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont {width:60%}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .btm-cont {height:inherit}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .top-cont {height:inherit}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents:nth-of-type(3) .btm-cont {background:#fefefe}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 {display:block}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div {width:100%;margin-bottom:3.5rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div > ul {padding-top:0 !important}
.sub-wrapper.sub01-1 .sub-contents.sec02 .ani-4 > div > ul > li > strong {margin-bottom:.5rem}

/* 캠코미팅 */
.sub-wrapper.sub03-2 .sub-content-top {padding-top:70px}
.sub-wrapper.sub03-2 .sub-content-top::before {font-size:3.5rem}
.sub-wrapper.sub03-2 .sub-contents .qna-box {display:block;flex-wrap:inherit;justify-content:inherit;aling-items:inherit}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content {text-align:center;padding:0}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .content {padding:0}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .number,
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .content,
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture {width:100%;text-align:center}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture {padding-top:2rem}
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture > img {width:60%}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry {display:block;flex-wrap:inherit;justify-content:inherit}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry > div {width:100% !important;text-align:center !important}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry > div:nth-of-type(2) {padding-top:2rem}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content > .box > .poetry > div:nth-of-type(2) > img {width:50%}



/* 캠코줌인 */
.sub-wrapper.sub01-3 .sub-title .top-wrap-box {display:block;justify-content:inherit;align-items:inherit}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div {width:100% !important}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div.image {width:60% !important;margin:0 auto 2rem}
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div > h3 {text-align:center}

/* 랜선여행 */
.sub-wrapper.sub03-4 .sub-contents {padding:8rem 0 0;border-bottom:1px solid rgba(0,0,0,.02);}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info > span {display:block;padding-bottom:.75rem}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info > span:last-child {padding-bottom:0}
.sub-wrapper.sub03-4 .sub-contents .summary-box > .map-info > span::after {content:inherit;}
.sub-wrapper.sub03-4 .sub-contents .slider-wrapper .summary-box {box-shadow:inherit}
}

@media (max-width:480px){
.sub-wrapper .sub-visual .info-writer {padding:0 2rem}
.sub-wrapper .sub-visual .info-writer > h3 {font-size:2rem}
.sub-wrapper .sub-title {padding:0}
.sub-wrapper .sub-title h3 {font-size:1.6rem}
.sub-wrapper .sub-contents {margin:2rem 0 0}
.sub-wrapper .sub-contents.sec05 {margin-top:0}
.sub-wrapper .sub-contents.sec02,
.sub-wrapper .sub-contents.sec03,
.sub-wrapper .sub-contents.sec04 {margin:4rem 0 0}
.sub-wrapper .sub-contents.sec02,
.sub-wrapper .sub-contents.sec04,
.sub-wrapper .sub-contents.sec05,
.sub-wrapper .sub-contents.sec06 {padding:4rem 0}
.sub-wrapper .sub-contents.sec01 .top-text > strong {font-size:5rem}
.sub-wrapper .sub-contents h5.s-tit {font-size:1.8rem}
.sub-wrapper .sub-contents.sec06 {padding:4rem 0 2rem}
.sub-wrapper .sub-contents .img-box {display:block;justify-content:inherit;margin:2rem 0 0}
.sub-wrapper .sub-contents .img-box > div.img {width:100%;padding-top:0}
.sub-wrapper .sub-visual .sub-vi-tit-box > h1 {font-size:1.2rem}
.sub-wrapper .sub-visual .info-writer > strong {font-size:.925rem;margin-bottom:.5rem}
.sub-wrapper .sub-visual .info-writer > h5 {font-size:.8rem}
.sub-wrapper .sub-visual .info-writer::before {margin:1rem 0;height:30px}
.sub-wrapper .sub-visual .info-writer > h3 {font-size:1.5rem}
.sub-wrapper .sub-title h3 strong {font-size:2.2rem}
.sub-wrapper .sub-contents h5.s-tit {font-size:1.313rem}
.sub-wrapper .sub-contents strong.num {font-size:3.5rem}
.sub-wrapper .sub-contents h5.s-tit > span::before {bottom:.313rem}


/* 캠코포커스 */
.sub-wrapper.sub01-1 .sub-visual .info-writer > h3 {font-size:1.688rem}
.sub-wrapper.sub01-1 .sub-content-top::before {content:''}
.sub-wrapper.sub01-1 .sub-top-wrap {padding:3.5rem 0}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong,
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > strong > span {font-size:2rem}
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > p,
.sub-wrapper.sub01-1 .sub-top-wrap > .txt > p > span {font-size:1rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .text-wrap > .image > img {width:35%}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li {border-bottom:1px dashed rgba(0,0,0,.12);padding-bottom:.5rem;margin-bottom:.5rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li:last-child {border-bottom:0;padding-bottom:0;margin-bottom:0}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit {text-align:center;border:0;font-size:.938rem;line-height:1.5}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .tit::before {position:inherit;left:inherit;top:inherit;transform:inherit;width:inherit;height:inherit;background:inherit}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text .icon-box > div {width:33.3%;padding:0 .188rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text .icon-box > div > img {width:90%}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text .icon-box > div:nth-of-type(3) > img {width:69%}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > p {font-size:.938rem}
.sub-wrapper.sub01-1 .sub-contents.sec02 .content-wrap .cont-text > ul > li > .icon-box > div > p {font-size:.813rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 {margin-top:7rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 h5.s-tit {padding:0}
.sub-wrapper.sub01-1 .sub-contents.sec03 h5.s-tit::before {font-size:1.75rem;top:-20px}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-2 .field-wrap {padding:4rem 1.5rem 2rem}
.sub-wrapper.sub01-1 .sub-contents.sec03 .ani-3 .contents .top-cont {font-size:.938rem;line-height:1.6}

/* 캠코타임즈 */
.sub-wrapper.sub02-2 .sub-visual .info-writer > h3 {font-size:1.688rem}
.sub-wrapper.sub02-2 .sub-content-top::before {content:''}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > p {font-size:1rem}
.sub-wrapper.sub02-2 .sub-top-wrap > .txt > p:last-child {padding-bottom:0}
.sub-wrapper.sub02-2 .sub-top-wrap {padding:3.5rem 0}

/* 캠코미팅 */
.sub-wrapper.sub03-2 .sub-visual .info-writer > h3 {font-size:1.5rem}
.sub-wrapper.sub03-2 .sub-content-top {padding-bottom:100px}
.sub-wrapper.sub03-2 .sub-content-top::before {font-size:2.5rem;bottom:-16px}
.sub-wrapper.sub03-2 .sub-contents {padding:1rem 0}
.sub-wrapper.sub03-2 .sub-contents .qna-box {padding:2rem} 
.sub-wrapper.sub03-2 .sub-contents .qna-box.img-box > .picture > img {width:100% !important}
.sub-wrapper.sub03-2 .sub-contents .sub-content-top .video {margin-bottom:3.5rem}


/* 캠코인포 */
.sub-wrapper.sub01-2 .sub-visual {background-position:-230px}

/* 인문학카페 */
.sub-wrapper.sub03-3 .sub-contents.sec01 .sub3-text1 {font-size:1.813rem}
.sub-wrapper.sub03-3 .sub-contents .img-box {margin:2rem 0}
.sub-wrapper.sub03-3 .sub-contents.sec04 .img-box {margin:0}
.sub-wrapper.sub03-3 .sub-contents.sec04 .img-box > .img {margin:2rem 0}
.sub-wrapper.sub03-3 .sub-contents.sec04 .img-box > .img.txt {margin:0}
.sub-wrapper.sub03-3 .sub-contents.sec01 .sub3-text1 {font-size:1.375rem}

/* 캠코이너뷰 */
.sub-wrapper.sub02-1 .innerview-cont-wrap .contents .innerview-box.innerview-img {margin-top:0}

/* 캠코줌인 */
.sub-wrapper.sub01-3 .sub-contents .img-box {margin:2rem 0}
.sub-wrapper.sub01-3 .sub-contents.sec06 h5.s-tit > span::before {bottom:.7rem}

/* 랜선여행 */
.sub-wrapper.sub03-4 .sub-title {padding-top:5rem}
.sub-wrapper.sub03-4 .sub-contents {margin:0;padding:5rem 0 0}
.sub-wrapper.sub03-4 .sub-contents.sec01 .map-image > img {width:100%}
.sub-wrapper.sub03-4 .sub-contents.sec08 h5.s-tit > span::before {bottom:.7rem}
.sub-wrapper.sub03-4 .sub-contents .img-slider .swiper .swiper-wrapper .swiper-slide {padding-bottom:65%}
.sub-wrapper.sub03-4 .sub-contents .slider-wrapper .summary-box {padding:2rem}
.sub-wrapper.sub03-4 .swiper-button-next:after,
.sub-wrapper.sub03-4 .swiper-button-prev:after {font-size:1.875rem}
}

@media (max-width:320px){
.sub-wrapper .sub-contents h5.s-tit > span::before {bottom:.625rem}
.sub-wrapper .sub-title h3 strong::before {bottom:8px}
.sub-wrapper .sub-visual .sub-vi-tit-box > h1 {font-size:1.2rem}
.sub-wrapper .sub-visual .sub-vi-tit-box > h1::before {width:30px;height:30px;left:-18px;top:-9px}

/* 캠코포커스 */
.sub-wrapper.sub01-1 .sub-title h3 > span {font-size:1.8rem}

/* 캠코미팅 */
.sub-wrapper.sub03-2 .sub-content-top::before {bottom:-20px}
.sub-wrapper.sub03-2 .sub-contents-wrap {padding:2rem 0}
.sub-wrapper.sub03-2 .sub-contents .qna-box {padding:2rem 1rem}
.sub-wrapper.sub03-2 .sub-contents .qna-box > .content {padding:0 1rem;margin-top:1.5rem}

/* 캠코줌인 */
.sub-wrapper.sub01-3 .sub-title .top-wrap-box > div > h3 {font-size:1.5rem}

/* 랜선여행 */
.sub-wrapper.sub03-4 .sub-contents h5.s-tit > span::before {bottom:.313rem}
}



/**********************************************
END
name: vol28
**********************************************/























.headerNav {position:fixed;top:0;left:0;z-index:1000;width:100%;height:60px;background-color:#fff}
.headerNav .menu {display: inline-block;font-size: 14px;font-family: "Noto Sans Korean", sans-serif;color: #666565}
.headerNav .menu .menuHead {position:fixed;display:block;top:20px;left:18px;height:19px;cursor:pointer}
.headerNav .menu .menuWord {position:fixed;display:block;top:18px;left:65px;font-size: 15px;font-weight:bold}
.headerNav .menu .headLogo {position:fixed;display:block;top:15px;width:100%;left:43%}
.headerNav .rightVol {display:block;position:fixed;top:13px;right:20px}
.headerNav .rightVol ul li {float:left;margin-left:5px;}
.headerNav .rightVol p {border:1px solid #d6d6d6;box-sizing:border-box;border-radius:3px;padding:5px;display:block}
.headerNav .rightVol a {color:#005183;font-weight:bold}
.topDrop {position:fixed;top:60px;z-index:1000;background-color:rgb(255, 255, 255);max-width:3000px;width:100%}
.primary-menu {
  text-align: center;
  padding-left: 0px;
  margin: 0px auto;
}
/*pc와 모바일에서 드랍메뉴 바에 해당하는 영역 */
.menu-item.menu-item-type-custom {
  display: inline-block;
  margin: 30px 20px 150px 15px;
  vertical-align: top;
}
.floatR {
  width: 90%;
  float: none;
}
.floatR .w100 {
  margin: 0 auto;
  background: #fff;
  padding: 3%;
}
.menu-item.menu-item-type-custom a {
  color: rgb(0, 81, 131);
  font-size: 23px;
}
.menu-item.menu-item-type-custom .sub-menu li {
  line-height: 40px;
}
.menu-item.menu-item-type-custom .sub-menu a {
  font-size: 17px;
  color: rgb(51, 51, 51);
}

/*.wrapper{background-color: #f8f8f8;}*/
.subWrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 16px;
}
.content {
  overflow: hidden;
  margin-top: 20px;
}
.viewBox img {
  width: 100%;
  padding-top:60px
}
.viewBox.focus-img img,
.mviewBox.focus-img img {padding-top:0}
.title {
  border: 1px solid #333;
  margin: 50px auto;
  padding: 20px;
  box-sizing: border-box;
  max-width: 940px;
}
.title p {
  text-align: center;
  font-size: 19px;
  line-height: 1.8em;
  letter-spacing: -0.3px;
  font-weight: 300;
}
.content > .tebBox {
  margin: auto;
  padding-top: 30px;
  max-width: 940px;
}
.tep {
  overflow: hidden;
}
.tep > img {
  float: left;
  width: 100%;
}
.pvc {
  background-color: #fff;
}
.pvc > p {
  padding: 30px;
  line-height: 1.8em;
  text-align: justify;
  font-weight: 300;
  letter-spacing: -0.3px;
}
/*내가 한 코딩 */
.content .tebBox .tit {
  /* margin: 2%; */
  font-family:'S-CoreDream-6Bold';
  font-size: 2em;
  text-align: center;
  color: cornflowerblue;
}
.content .tebBox .tit span {
  display: block;
  font-size: 0.8em;
  color: #000;
}
.content .tebBox .text {
  /* padding: 2%; */
  font-size: 1em;
}
.content .tebBox .tep {
  float: left;
  max-width: 100%;
  /*    margin: 2%; */
  /*    border: 3px solid;*/
  align-content: center;
}
/* ul {
  overflow: hidden;
} */
ul .item {
  float: left;
  width: 50%;
}
ul .item img {
  width: 100%;
}

.bgc_y {
  padding: 15px;
  background-color: #fac503;
}
.bgc_y > p {
  padding: 20px;
  line-height: 1.8em;
  text-align: justify;
  font-weight: 300;
  letter-spacing: -1.38px;
  background-color: #fff;
}
.bgc_y > p > span {
  font-weight: bold;
  line-height: 1.8em;
  font-size: 34px;
  color: #387cc3;
}
.bgc_y > p > span > span {
  font-weight: bold;
  letter-spacing: -2px;
  font-size: 25px;
  color: #333;
}
.bgc_y > p > span.small_b {
  font-size: 15px;
  line-height: 1.8em;
  text-align: justify;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #387cc3;
}
.bgc_y > p > span:nth-of-type(2) {
  border-top: 1px solid black;
  letter-spacing: -1.5px;
  font-size: 18px;
  color: #387cc3;
  font-weight: bold;
}
.bgc_y > p > img {
  width: 100%;
}
.bgc_y > img {
  width: 100%;
}

.verti_top {
  vertical-align: top;
}

.stop {
  padding: 20px;
  max-width: 100%;
  background-color: #f6f0f0;
}
.stop > p {
  margin: auto;
  text-align: center;
  line-height: 1.8em;
}
.stop > p > span {
  color: #00b08f;
  font-weight: bold;
  letter-spacing: -0.3px;
  font-size: 25px;
}
.w100 {
  width: 80% !important;
  max-width: 80% !important;
  float: left;
}
.p0 {
  padding: 0 !important;
}

.livechat {
  padding: 10px;
  background-color: #fff;
}
.livechat > img {
  width: 100%;
}
.livechat > p:nth-of-type(2n-1) {
  background-color: #f6f0f0;
}
.livechat > p {
  font-size: 1rem;
  line-height: 28px;
  color: #333;
  letter-spacing: -0.3px;
  padding: 20px;
}
.livechat > p > span {
  border-bottom: 1px solid #333;
  font-weight: bold;
}

.img {
  width: 100%;
  padding:1.5rem 0;
  margin: 0 auto;
}
.img img {
  width: 100%;
}

.finish {
  margin: auto;
  box-sizing: border-box;
  border-style: solid;
  border-color: #424583;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  max-width: 940px;
}
.finish > div {
  margin: auto;
  overflow: hidden;
  max-width: 1140px;
}
.finish > div > p {
  float: left;
  margin-top: 50px;
  line-height: 27px;
  text-align: justify;
  letter-spacing: -0.3px;
  min-height: 1px;
  width: 70%;
}
.finish > div > div {
  float: left;
  width: 25%;
}
.finish > div > div > img {
  width: 100%;
}
.finish > div > p > div {
  padding: 10px 130px 0 130px;
  box-sizing: border-box;
}
.green {
  display: block;
  margin: auto;
  margin-top: -50px;
  line-height: 27px;
  width: 70%;
  padding: 30px;
  text-align: center;
  font-style: italic;
  font-size: 17px;
  font-weight: bold;
  color: #335034;
}
.f100 {
  display: block;
  margin-bottom: -35px;
  text-align: center;
  width: 100%;
  font-size: 100px !important;
}

.nav_links {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.nav_links > div {
  margin: auto;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 16px
}
.nav_links > div > a {
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  padding: 30px 0;
  margin: 30px 0;
  color: gray;
  width: 49%;
}
.nav_links > div > a:last-child {border-left:0}

footer {
  height: 46px;
  position: relative;
  padding: 45px 50px 65px;
  background: rgb(235, 235, 235);
}
footer .leftWrap {
  float: left;
}
footer .leftWrap .ftLogo {
  float: left;
}
footer .leftWrap address {
  float: left;
  font-size: 12px;
  font-style: normal;
  color: rgb(155, 156, 158);
  margin-left: 20px;
  margin-top: 17px;
  font-family: "Noto Sans Korean", sans-serif;
}
footer .rightWrap {
  float: right;
}
footer select {
  margin-top: 5px;
  width: 300px;
  height: 30px;
}

.fontResizer {
  position: fixed;
  left: 1%;
  bottom: 1%;
  visibility: visible;
  z-index: 9999;
}
.fontResizer img {
  visibility: visible;
  height: 25px;
  width: 25px;
  margin-top: 2px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: block;
  border: none;
  z-index: 9999;
}
/*내가 한 코딩 */
.tep .wd80 {
  width: 75%;
  margin-left: 13%;
}

.content .tebBox .container {
  display: flex;
  margin-bottom: 3%;
}
.content .tebBox .container img {
  width: 100%;
}
.content .tebBox .container .item {
  flex-basis: 50%;
}
.content .tebBox .container .item1 {
  flex-basis: 50%;
}
.content .tebBox .container .item2 {
  flex-basis: 46%;
  padding: 4%;
  margin-top: 7%;
  font-size: 1.3em;
  /*    font-weight: 600;*/
  color: #1d6796;
  line-height: 1.8em;
  letter-spacing: -2px;
  font-family: "Jeju Myeongjo", serif;
}
.content .tebBox .container .item3 {
  flex-basis: 65%;
}
.content .tebBox .container .item4 {
  flex-basis: 55%;
  margin: 0% 1% 0 0;
  line-height: 1.8em;
  padding: 2%;
}
.content .tebBox .container .item4_1 {
  flex-basis: 37%;
}
.content .tebBox .container .item .text {
  font-size: 1em;
  line-height: 1.8em;
}
p.img_text {
  font-size: 16px;
  line-height: 1.8rem;
  /*    letter-spacing: -2px;*/
  padding: 2%;
}
.read_box {
  padding: 3%;
  color: #1d6796;
  width: 80%;
  margin: 1% auto;
  font-size: 1.3em;
  /*    font-weight: 600;*/
  line-height: 1.8em;
  letter-spacing: -2px;
  text-align: center;
  font-family: "Jeju Myeongjo", serif;
}

.text .s_text {
  display: block;
  /* margin: 2% 0; */
  line-height: 1.8rem;
  font-size: 16px;
  text-align:justify
}

.box {
  width: 100%;
  padding:15px;
  border: 1px dashed #2c7aa6;
  font-size:14px;
  line-height:25px;
  color: #2c7aa6;
}
.tit-in {text-align: center; color: #82c1d0; margin: 8% auto; font-size: 2.2rem;font-family:'Cafe24Shiningstar';letter-spacing:.05rem}
.tit-in2 {text-align: center; color: #0c133c; margin: 8% auto; font-size: 2.2rem;font-family:'Cafe24Shiningstar';letter-spacing:.05rem} /*캠코미팅 사용*/

.tit1 {
  display:block;
  margin: 50px 0 30px;
  padding: 1% 1% 1% 1%;
  font-size: 1.6em;
  font-weight: 700;
  border-left: 13px solid #82c1d0;
  color:#000;
}

.tit1 p {font-family:'S-CoreDream-6Bold'}
.tit1.bg-yellow {background:#f8f5cf;border-left-color:#eadb3a}

.tit2 {
display:block;
  margin: 2% 0;
  padding: 1% 1% 1% 1%;
  font-size: 1.6em;
  font-weight: 700;
  border-left: 13px solid #82c1d0;
  color:#000;
}

.tit2 p {font-family:'S-CoreDream-4Bold'}
.tit2.bg-yellow {background:#f8f5cf;border-left-color:#eadb3a}

.figure {
  color: #666;
  font-size: 14px;
  padding-left: 3%;
  display:block
}
.reple {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

/* 모바일 버전 숨기기(mob)가 붙여진 부분 디스플레이 논 해놓기 */
.mob_nav_links {
  display: none;
}
.mob_footer {
  display: none;
}
.mviewBox img {
  display: none;
}
.mread_box {
  display: none;
}

/* 반응형 모바일 시작 부분   */
@media all and (max-width: 640px) {
  /*    SNS 아이콘들 감추기 */
  .headerNav .rightVol {
    display: none;
  }
  /*    기사 목록보기 메뉴 감추기 */
  .headerNav .menu .menuWord {
    display: none;
  }
  /*    캠코 로고 위치 고정시키기*/
  .headerNav .menu .headLogo {
    display: block;
    position: fixed;
    left: 60px;
  }
  /*    푸터 부분 이전 페이지 다음 페이지 모바일 사이즈로 맞추기*/
  .nav_links {
    display: none;
  }
  .mob_nav_links {
    display: block;
    width: 100%;
    height: 100px;
  }
  .mob_nav_links a {
    display: block;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 50px;
    color: #666;
  }
  .mob_nav_links > div > a:last-child {border-top:0}
  /*    모바일 버젼 푸터 아이콘들 */
  footer {
    padding-top: 20px;
  }
  .mob_footer {
    display: block;
    /*        border-bottom: 1px solid #ccc;*/
  }
  .mob_footer ul li a {
    float: right;
    width: 40px;
    height: 40px;
  }
  .mob_footer ul .home {
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .mob_footer ul .sns {
  }

  /*    컨텐츠 부분 */
  .container {
    flex-direction: column;
  }
  .tep .wd80 {
    width: 100%;
    margin-left: 0;
  }
  .viewBox img {
    display: none;
  }
  .mviewBox img {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .mviewBox.focus-img img {margin-top:0}
  .mviewBox.sub03-1 > img {margin:30px 0}
  .title {
    margin: 0;
  }
  p {
    font-size: 16px;
    padding: 0;
	line-height:1.7
  }
  /*    각 부분에 제목들 폰트 크기 맞춤*/
  .tit1 p {
    font-size: 20px;
  }
  /*    각 부분에 텍스트 부분 폰트 크기 맞춤*/
  .text .s_text {
    margin: 15px 0;
  }
  .read_box {
    display: none;
  }

  .mread_box {
    display: block;
    color: #1d6796;
    width: 80%;
    margin: 1% auto;
    font-size: 1.3em;
    /*        font-weight: 600;*/
    line-height: 1.8em;
    letter-spacing: -2px;
    text-align: left;
    font-family: "Jeju Myeongjo", serif;
  }
}

.box2 p {border-top:solid 4px #eee;border-bottom:solid 4px #eee;font-size:16px;padding:2rem;font-family:'InfinitySans-RegularA1';line-height:2;color:#000}

/* 트렌드리포트 슬라이드박스 */
#trend-box {width:100%;margin:30px auto 50px}
#trend-box .swiper-slide > img {width:100%;height:auto}
#trend-box > .pagination-wrap > .btn {padding:30px;background:rgba(0,0,0,.45);color:#fefefe}
#trend-box > .pagination-wrap > .btn:after {font-size:30px}
#trend-box > .pagination-wrap > .btn.swiper-button-prev {left:0}
#trend-box > .pagination-wrap > .btn.swiper-button-next {right:0}
@media screen and (max-width:1023px){
#trend-box {width:100%}
#trend-box > .pagination-wrap > .btn {padding:20px}
}

/* 캠코줌인 */
.img-txt-wrap {width:100%;height:auto}
.img-txt-wrap .img-wrapper,
.img-txt-wrap .txt-wrapper {display:inline-block;vertical-align:middle}
.img-txt-wrap .img-wrapper {width:calc(40% - 10px)}
.img-txt-wrap .txt-wrapper {width:60%;padding-left:1.25rem}
.img-txt-wrap .txt-wrapper > .box2 > p {margin-bottom:.938rem;padding:1rem 0;line-height:1.8;border-top:0}
@media screen and (max-width:1023px){
.img-txt-wrap .img-wrapper,
.img-txt-wrap .txt-wrapper {display:block;width:100%}
.img-txt-wrap .txt-wrapper {padding-left:0}
}

/* 캠코inner-view */
.innerview-cont-wrap {margin-top:30px}
.innerview-cont-wrap .contents {width:100%;margin-bottom:70px}
.innerview-cont-wrap .contents .innerview-box {display:inline-block;vertical-align:middle}
.innerview-cont-wrap .innerview-img > img {width:100%}
.innerview-cont-wrap .contents .innerview-box.innerview-img {width:calc(45% - .625rem);border:1px solid rgba(0,0,0,.25)}
.innerview-cont-wrap .contents .innerview-box.innerview-txt {width:55%;padding-left:1.563rem}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2,
.innerview-cont-wrap .contents .innerview-box.innerview-txt > p,
.innerview-cont-wrap .contents .innerview-box.innerview-txt > strong {display:block;letter-spacing:-.08em}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2,
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {font-family:'SEBANG_Gothic_Bold'}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 {padding-bottom:1.25rem;font-size:1.8rem;color:#2d6fd2;letter-spacing:0}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {color:#333;font-size:1.688rem}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > p {padding-bottom:1.563rem;font-size:1.25rem;font-weight:300;text-align:justify;line-height:1.5;color:#333}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > strong {font-size:1.063rem;color:#2d6fd2}
@media screen and (max-width:1023px){
.innerview-cont-wrap .contents .innerview-box.innerview-img,
.innerview-cont-wrap .contents .innerview-box.innerview-txt {width:100%;padding-left:0 !important;margin-top:2.5rem}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2,
.innerview-cont-wrap .contents .innerview-box.innerview-txt > p,
.innerview-cont-wrap .contents .innerview-box.innerview-txt > strong {text-align:center}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {display:block;width:100%;padding-top:.625rem}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 {font-size:1.5rem}
.innerview-cont-wrap .contents .innerview-box.innerview-txt > h2 > span {font-size:1.438rem}
}
