@charset 'urf-8';

img {
    max-width: 100%;
    vertical-align: top;
}

.g-box {
    background: #f8f8f8;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 26px;
    padding: 15px 0;
    color: #222
}



/* 준비중, 에러 메시지, 안내 페이지 */
.msg-wrap {width:100%;text-align:center;padding:140px 0 50px 0;width:100%; max-width:830px; margin:0 auto;position:relative;top:0px;left:0px}
.msg-wrap * {z-index:2;position:relative;top:0px;left:0px}

.msg-wrap:before {content:"";width:104px;height:119px;position:absolute;top:50%;left:50%; margin-left:-52px; margin-top:-190px;background-image:url(../../images/sub/bg_logo-b.png);
background-repeat:no-repeat;z-index:1}
.msg-wrap p {font-size:1.059em;font-weight:300; line-height:1.5}
.msg-wrap .etit {font-size:2.588em;color:#000; line-height:1.3;text-transform:uppercase;font-family:"univia-pro","Noto Sans KR",sans-serif;padding-bottom:40px}
.msg-wrap .tit {font-size:1.294em;color:#000; line-height:1.3;text-transform:uppercase;padding-bottom:25px;font-weight:500}
.msg-wrap .c > * {margin-left: 7px;}
.msg-wrap .c > *:first-child {margin-left: 0px;}
@media all and (max-width:999px) {
	.msg-wrap .etit {padding-bottom:30px}
	.msg-wrap .tit {padding-bottom:20px}
}

@media all and (max-width:768px) {
	.msg-wrap .etit {padding-bottom:20px}
	.msg-wrap .tit {padding-bottom:15px}
	.msg-wrap:before {left:50%;margin-left:-144px;margin-top:0px;top:0px}
	.msg-wrap:after {display:none}
	.msg-wrap {padding:60px 0}
}

@media all and (max-width:499px) {
	.msg-wrap:before {width:145px;height:145px;top:0px;left:50%;margin-top:0px;background-position:0 -47px;background-size:200px auto;margin-left:-72px}
}



/***************************************************************공통 서식
****************************************************************/

h4.list-tit {
    font-size: 3rem;
    padding: 8px 0;
}

.list-d01 li {
    word-break: break-all;
}

.cc01 > li:before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #00207b;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 0;
}

li.no-cc:before {
    display: none;
}

.cc02 > li:before {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    left: 5px;
    width: 4px;
    height: 4px;
    background: #002d72;
    border-radius: 50%;
}

.list-d01 {
    display: block;
    padding-bottom: 1.2rem;
}

.list-d01 > li.tit {
    font-weight: 700;
    margin: 0;
}

.list-d01 > li {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    padding-left: 15px;
}

.list-d02 {
    display: block;
    padding-bottom: 1.2rem;
}

.list-d02 > li {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    padding-left: 15px;
}

.list-d03 {
    display: block;
    padding-bottom: 1.2rem;
}

.list-d03 > li {
    position: relative;
    font-size: 1.8rem;
    padding-left: 15px;
}

.c-point {
    color: #006cb8;
}

.t-c {text-align:center !important}

.gap { clear:both; height:50px;}
/******************************** sub layout ********************************/

/****************************************** sub ******************************************/
.sub-visual {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sub-visual:after{ 
	content:'';
	width:100%; 
	height:100%;
	position:absolute; left:0; top:0; z-index:-1;
	 background-size:cover; background-position:center center; 
	animation-duration: 3s;
	animation-fill-mode: both;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	-webkit-animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	animation-delay: 0.4s; -webkit-animation-delay: 0.4s;
	animation-name:visual-zoom; -webkit-animation-name:visual-zoom;
}
.subv-1:after {
    background-image: url('../../images/sub/sub-visual-1.jpg');
}

.subv-2:after {
    background-image: url('../../images/sub/sub-visual-2.jpg');
}

.subv-3:after {
    background-image: url('../../images/sub/sub-visual-3.jpg');
}

.subv-4:after {
    background-image: url('../../images/sub/sub-visual-4.jpg');
}

.subv-5:after {
    background-image: url('../../images/sub/sub-visual-5.jpg');
}

.subv-6:after {
    background-image: url('../../images/sub/sub-visual-6.jpg');
}

.subv-7:after {
    background-image: url('../../images/sub/sub-visual-7.jpg');
}

.sub-visual h1 {
    font-size: 65px;
    color: #fff;
    padding: 230px 20px;
    text-align: center;
    font-weight:700;
}

.sub-visual h1 span,
.sub-visual h1 p {
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-name: visual-tit;
    -webkit-animation-name: visual-tit;
}

 
.sub-visual h1 p {animation-delay: 0.8s; -webkit-animation-delay: 0.8s;} 

@keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}
@-webkit-keyframes visual-zoom {
	0% {transform:scale(1.2);}
	100% {transform:scale(1);}
}

@keyframes visual-tit {
    0% {
        opacity: 0;
        -webkit-opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes visual-tit {
    0% {
        opacity: 0;
        -webkit-opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-opacity: 1;
        transform: translateY(0px);
    }
}


.sub-visual h1 p {
    font-size: 18px;
    font-weight: 300;
    margin: 30px 0 0;
}

.sub-depth-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.sub-depth-1 ul {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.sub-depth-1 li {
    float: left;
}

.sub-depth-1 li:only-child {
    width: 100%;
}

/* 메뉴가 하나일 때 선택 */
.sub-depth-1 li:first-child:nth-last-child(2),
/* 메뉴가 둘 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(2) + li {
    width: 50%;
}

/* 메뉴가 둘 일 때, 2번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(3),
/* 메뉴가 셋 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(3) ~ li {
    width: 33.33%;
}

/* 메뉴가 셋 일 때, 2~3번째 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(4),
/* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}

/* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(5),
/* 메뉴가 넷 일 때, 1번 메뉴 선택 */
.sub-depth-1 li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}

/* 메뉴가 넷 일 때, 2~4번째 메뉴 선택 */
.sub-depth-1 li a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 70px;
    position: relative;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    font-size: 18px;
}

.sub-depth-1 li a:hover {
    color: #ec6c00;
}

.sub-depth-1 li.active a {
    background: #ec6c00;
    color: #fff;
    font-weight: 500;
}

.sub-depth-1 li a:before {
    content: '';
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.sub-depth-1 li:last-child a:before,
.sub-depth-1 li.active a:before {
    display: none;
}

.sub-depth-2 {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.sub-depth-2 a {
    display: inline-block;
    line-height: 70px;
    margin: 0 20px;
    padding: 0 10px;
    font-size: 18px;
    color: #666;
    position: relative;
}

.sub-depth-2 a.active {
    color: #333;
}

.sub-depth-2 a.active:after {
    content: '';
    width: 0;
    height: 3px;
    background: #ec6c00;
    position: absolute;
    left: 50%;
    bottom: -1px;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    animation-name: sub-tab-line;
    -webkit-animation-name: sub-tab-line;
}

@keyframes sub-tab-line {
    0% {
        width: 0%;
        left: 50%;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

@-webkit-keyframes sub-tab-line {
    0% {
        width: 0%;
        left: 50%;
    }

    100% {
        width: 100%;
        left: 0;
    }
}


/****************************************** 디자인페이지 공통 css ******************************************/
.review-slider .slick-slide {
    padding: 5px;
}


/* sub css */
#sub {
    overflow: hidden;
	    position: relative;
    width: 1200px;
    margin: 50px auto;
}

#sub .center {
    text-align: center;
}

/* bg */
#sub .bg-navy {
    background: #243a5e;
}

#sub .bg-navy .cont-tit h2 {
    color: #fff;
}

#sub .bg-navy .cont-tit p {
    color: #fff;
}

#sub .bg-gray {
    background: #f7f7f7;
}

#sub .bg-gray-2 {
    background: #f2f2f2;
}

#sub .bg-gray-pt {
    background: url('../../images/sub/aboutus/sub0401-bg.jpg') center bottom;
    background-size: cover;
}

#sub .bg-half {
    position: relative;
}

#sub .bg-half:after {
    content: '';
    width: 100%;
    height: calc(100% - 280px);
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#sub .bg-half-2 {
    position: relative;
}

#sub .bg-half-2:after {
    content: '';
    width: 100%;
    height: calc(100% - 330px);
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

#sub .bg-img01 {
    background: url('../../images/sub/service/sub0101-bg.jpg') no-repeat bottom center;
    background-size: cover;
}

#sub .bg-img01 .cont-tit h2 {
    color: #fff;
}


/* color */
#sub .blue-t {
    color: #014099;
    vertical-align: baseline;
}

#sub .orange-t {
    color: #ec6c00;
    vertical-align: baseline;
}


/* margin */
#sub .mt-120 {
    margin-top: 120px;
}

#sub .mb-120 {
    margin-bottom: 120px;
}

#sub .pt-0 {
    padding-top: 0;
}

#sub .con-tab.pt-0 {
    padding-top: 0;
}

/* btn */
.career-btn {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
    background: #014099;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
}

/* sub title css */
#sub .cont-tit {
    text-align: center;
    margin: 30px auto 50px;
}

#sub .cont-tit h2 {
    font-size: 32px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    max-width: 850px;
    margin: 0 auto;
}

#sub .cont-tit h2.big {
    font-size: 45px;
}

#sub .cont-tit p {
    font-size: 18px;
    margin: 25px 0 0;
    color: #666;
    font-weight: 300;
}

#sub .cont-tit small {
    font-size: 20px;
    color: #014099;
    margin: 0 0 5px;
    display: block;
    font-weight: 500;
}

#sub .cont-wr {
    padding: 60px 0;
}

#sub .md-tit {
    font-size: 24px;
    color: #333;
    font-weight: 500;
    margin: 0 0 10px
}

#sub .sm-tit {
    margin: 0 0 40px;
    font-weight: 300;
    font-size: 17px;
}

b {
    font-weight: 500;
}

/* 컨텐츠에서 사용 */
.gap {
    height: 40px;
    clear: both;
    display: block;
}

.sgap {
    height: 25px;
    clear: both;
    display: block;
}

.ssgap {
    height: 15px;
    clear: both;
    display: block;
}

/* contents tabs */
#sub .con-tab-menu {
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
}

#sub .con-tab-menu li {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    border-left: 0;
}

#sub .con-tab-menu li a {
    height: 65px;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #fff;
}

#sub .con-tab-menu li a span {
    position: absolute;
    width: 100%;
    font-size: 18px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.3;
}

#sub .con-tab-menu li a.active {
    background: #014099;
    color: #fff;
}

#sub .con-tab-menu li:first-child {
    border-left: 1px solid #ddd;
}

#sub .con-tab-menu li:nth-child(7) {
    /*border-left:1px solid #ddd;*/
}

#sub .con-tab-menu li:nth-child(6) {
    border-left: 1px solid #ddd;
}

#sub .con-tab-menu li:nth-child(11) {
    border-left: 1px solid #ddd;
}

#sub .con-tab-menu li.length-11 {
    width: 20% !important;
}

#sub .con-tab-menu li.length-11:nth-child(6) {
    border-left: 0;
    margin-top: 0;
}

#sub .con-tab-menu li.length-11:nth-child(7) {
    border-left: 1px solid #ddd;
}

#sub .con-tab-menu li.length-11:last-child {
    border-left: 0;
}

#sub .con-tab-menu li.length-11:nth-child(-n+6) {
    width: 16.66% !important;
}


#sub .con-tab-menu li:nth-child(6),
#sub .con-tab-menu li:nth-child(7),
#sub .con-tab-menu li:nth-child(8),
#sub .con-tab-menu li:nth-child(9),
#sub .con-tab-menu li:nth-child(10),
#sub .con-tab-menu li:nth-child(11),
#sub .con-tab-menu li:nth-child(12),
#sub .con-tab-menu li:nth-child(13) {
    margin-top: -1px;
}

#sub .con-tab {
    display: none;
    padding: 80px 0 0;
}

#sub .con-tab.active {
    display: block;
}

#sub .con-tab-menu li:first-child:nth-last-child(2),
#sub .con-tab-menu li:first-child:nth-last-child(2) ~ li {
    width: 50%;
}

#sub .con-tab-menu li:first-child:nth-last-child(3),
#sub .con-tab-menu li:first-child:nth-last-child(3) ~ li {
    width: 33.333%;
    max-width: none;
}

#sub .con-tab-menu li:first-child:nth-last-child(4),
#sub .con-tab-menu li:first-child:nth-last-child(4) ~ li {
    width: 25%;
}

#sub .con-tab-menu li:first-child:nth-last-child(5),
#sub .con-tab-menu li:first-child:nth-last-child(5) ~ li {
    width: 20%;
}

#sub .con-tab-menu li:first-child:nth-last-child(6),
#sub .con-tab-menu li:first-child:nth-last-child(6) ~ li {
    width: 16.666%;
}

#sub .con-tab-menu li:first-child:nth-last-child(7),
#sub .con-tab-menu li:first-child:nth-last-child(7) ~ li {
    width: 14.285%;
}

#sub .con-tab-menu li:first-child:nth-last-child(8),
#sub .con-tab-menu li:first-child:nth-last-child(8) ~ li {
    width: 12.5%;
}

#sub .con-tab-menu li:first-child:nth-last-child(9),
#sub .con-tab-menu li:first-child:nth-last-child(9) ~ li {
    width: 20%;
}

#sub .con-tab-menu li:first-child:nth-last-child(11),
#sub .con-tab-menu li:first-child:nth-last-child(11) ~ li {
    width: 20%;
}

#sub .con-tab-menu li:first-child:nth-last-child(12),
#sub .con-tab-menu li:first-child:nth-last-child(12) ~ li {
    width: 16.6%;
}

#sub .con-tab-menu li:first-child:nth-last-child(13),
#sub .con-tab-menu li:first-child:nth-last-child(13) ~ li {
    width: 16.6%;
}

#sub .con-tab-menu li:last-child {}

@media screen and (max-width:980px) {

    #sub .con-tab-menu li a {
        height: 50px;
    }

    #main .cont-03 ul li .text {
        padding: 20px 15px;
    }
}



/********************************* sub01_01 remembrance***********************/

.remembrance .donor_search_form {
    width: 100%;
    padding: 20px 0;
}

.remembrance .donor_search_form p.form-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    margin-right: 8px;
}

.remembrance .donor_search_form select#date {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 1px solid #ccc;
}


.remembrance .donor_search_form input {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 0;
}

.remembrance .donor_search_form input.donor_name {
    border: 1px solid #ccc;
}

.remembrance .donor_search_form input::placeholder {
    color: #aaa;
}

.remembrance .donor_search_form input.donor_form_btn {
    height: 22px;
    width: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.remembrance .board-list-wrap {
    padding: 20px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
	clear:both;
	position:relative
}


.remembrance .board-list-wrap ul {
    width: 100%;
    overflow: hidden;
}

.remembrance .board-list-wrap ul li {
    width: 18%;
    margin-right: 2.5%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.remembrance .board-list-wrap ul li:nth-child(5n) {
    margin-right: 0;
}

.remembrance .board-list-wrap ul li a {
    display: block;
    text-align: center;
}

.remembrance .board-list-wrap ul li img {
    min-width: 40px;
    width: 20%;
    padding: 12px 0;
}

.remembrance .board-list-wrap ul li .donor_info {
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

.remembrance .board-list-wrap ul li .donor_info h3 {
    color: #ffcc00;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.remembrance .board-list-wrap ul li .donor_info p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 12px;
}

.remembrance .board-list-wrap ul li a.letter_btn {
    font-size: 16px;
    font-weight: 500;
    border-top: 1px solid #ddd;
    padding: 12px 0;
}

.remembrance .pg_wrap {}

@media (max-width:1024px) {
    .remembrance .board-list-wrap ul li .donor_info h3 {
        font-size: 18px;
    }

    .remembrance .board-list-wrap ul li .donor_info p {
        font-size: 13px;
    }
}

@media (max-width:768px) {
    .remembrance .board-list-wrap ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 15px;
    }

    .remembrance .board-list-wrap ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .remembrance .board-list-wrap ul li:nth-child(3n) {
        margin-right: 0;
    }

}

@media (max-width:480px) {
    .remembrance .donor_search_form {
        padding: 10px 0;
    }

    .remembrance .donor_search_form p.form-txt {
        font-size: 14px;
        line-height: 22px;
        margin-right: 4px;
    }

    .remembrance .donor_search_form select#date {
        height: 22px;
        margin-right: 6px;
    }


    .remembrance .donor_search_form input {
        height: 22px;
    }

    .remembrance .donor_search_form input.donor_name {
        width: 33%;
    }

    .remembrance .donor_search_form input.donor_form_btn {
        height: 22px;
        width: 34px;
    }

    .remembrance .board-list-wrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }



    /*페이징*/
    .pg_page {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        padding: 0 5px;
        min-width: 18px;
        text-decoration: none;
        border-radius: 3px;
    }

    .pg_current {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        padding: 0 5px;
        min-width: 18px;
    }
}










/******************************** sub02_01 donor-letter ********************************/

.donor-letter .notice_wrap {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.donor-letter .notice_wrap h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    color: #333;
}

.donor-letter .dn-letter_search_form {
    width: 100%;
    padding: 20px 0;
}

.donor-letter .dn-letter_search_form select {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.donor-letter .dn-letter_search_form input {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 0;
    border: 1px solid #ccc;
}

.donor-letter .dn-letter_search_form input::placeholder {
    color: #aaa;
}

.donor-letter .dn-letter_search_form input.dn-letter_search_btn {
    height: 22px;
    width: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.donor-letter .board-list-wrap {
    padding: 20px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
}


.donor-letter .board-list-wrap ul {
    width: 100%;
    overflow: hidden;
}

.donor-letter .board-list-wrap ul li {
    width: 18%;
    margin-right: 2.5%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 12px;
}

.donor-letter .board-list-wrap ul li:nth-child(5n) {
    margin-right: 0;
}

.donor-letter .board-list-wrap ul li > a {
    display: block;
}

.donor-letter .board-list-wrap ul li .dn-letterBox_top {
    width: 100%;
    padding: 8px 0;
}

.donor-letter .board-list-wrap ul li .dn-letterBox_top small {
    display: inline-block;
    padding: 6px;
    border: 1px solid #ddd;
}

.donor-letter .board-list-wrap ul li .dn-letterBox_top h3 {
    margin: 12px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.donor-letter .board-list-wrap ul li .dn-letterBox_bot {
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #ddd;
}

.donor-letter .board-list-wrap ul li .dn-letterBox_bot p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.donor-letter .board-list-wrap ul li .dn-letterBox_bot span {
    padding-right: 4px;
    border-right: 1px solid #aaa;
}

.donor-letter .board-list-wrap ul li .dn-letterBox_bot p.letter_date {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
}

@media (max-width:1024px) {
    .donor-letter .board-list-wrap ul li .dn-letterBox_top h3 {
        margin: 10px 0;
        font-size: 18px;
    }

    .donor-letter .board-list-wrap ul li .dn-letterBox_bot p {
        margin-bottom: 6px;
    }
}

@media (max-width:768px) {
    .donor-letter .notice_wrap {
        padding: 10px 0;
    }

    .donor-letter .notice_wrap h4 {
        font-size: 16px;
    }

    .donor-letter .board-list-wrap ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .donor-letter .dn-letter_search_form {
        padding: 12px 0;
    }

    .donor-letter .board-list-wrap ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .donor-letter .board-list-wrap ul li:nth-child(3n) {
        margin-right: 0;
    }

}

@media (max-width:480px) {

    .donor-letter .board-list-wrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}



/******************************** sub03_01 thank-you-letter ********************************/

.thank-you-letter .notice_wrap {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.thank-you-letter .notice_wrap h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    color: #333;
}

.thank-you-letter .ty-letter_search_form {
    width: 100%;
    padding: 20px 0;
}

.thank-you-letter .ty-letter_search_form select {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.thank-you-letter .ty-letter_search_form input {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 0;
    border: 1px solid #ccc;
}

.thank-you-letter .ty-letter_search_form input::placeholder {
    color: #aaa;
}

.thank-you-letter .ty-letter_search_form input.ty-letter_search_btn {
    height: 22px;
    width: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.thank-you-letter .board-list-wrap {
    padding: 20px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
}


.thank-you-letter .board-list-wrap ul {
    width: 100%;
    overflow: hidden;
}

.thank-you-letter .board-list-wrap ul li {
    width: 18%;
    margin-right: 2.5%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 12px;
}

.thank-you-letter .board-list-wrap ul li:nth-child(5n) {
    margin-right: 0;
}

.thank-you-letter .board-list-wrap ul li > a {
    display: block;
}

.thank-you-letter .board-list-wrap ul li .ty-letterBox_top {
    width: 100%;
    padding: 8px 0;
}

.thank-you-letter .board-list-wrap ul li .ty-letterBox_top small {
    display: inline-block;
    padding: 6px;
    border: 1px solid #ddd;
}

.thank-you-letter .board-list-wrap ul li .ty-letterBox_top h3 {
    margin: 12px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.thank-you-letter .board-list-wrap ul li .ty-letterBox_bot {
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #ddd;
}

.thank-you-letter .board-list-wrap ul li .ty-letterBox_bot p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.thank-you-letter .board-list-wrap ul li .ty-letterBox_bot span {
    padding-right: 4px;
    border-right: 1px solid #aaa;
}

.thank-you-letter .board-list-wrap ul li .ty-letterBox_bot p.letter_date {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
}

@media (max-width:1024px) {
    .thank-you-letter .board-list-wrap ul li .ty-letterBox_top h3 {
        margin: 10px 0;
        font-size: 18px;
    }

    .thank-you-letter .board-list-wrap ul li .ty-letterBox_bot p {
        margin-bottom: 6px;
    }
}

@media (max-width:768px) {
    .thank-you-letter .notice_wrap {
        padding: 10px 0;
    }

    .thank-you-letter .notice_wrap h4 {
        font-size: 16px;
    }

    .thank-you-letter .board-list-wrap ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .thank-you-letter .ty-letter_search_form {
        padding: 12px 0;
    }

    .thank-you-letter .board-list-wrap ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .thank-you-letter .board-list-wrap ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width:480px) {

    .thank-you-letter .board-list-wrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/******************************** sub04_01 next-story ********************************/

.next-story .notice_wrap {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

.next-story .notice_wrap h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    color: #333;
}

.next-story .next-st_search_form {
    width: 100%;
    padding: 20px 0;
}

.next-story .next-st_search_form select {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.next-story .next-st_search_form input {
    height: 22px;
    margin-right: 8px;
    border-radius: 0;
    border: 0;
    border: 1px solid #ccc;
}

.next-story .next-st_search_form input::placeholder {
    color: #aaa;
}

.next-story .next-st_search_form input.next-st_search_btn {
    height: 22px;
    width: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.next-story .board-list-wrap {
    padding: 20px 0;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
}


.next-story .board-list-wrap ul {
    width: 100%;
    overflow: hidden;
}

.next-story .board-list-wrap ul li {
    width: 18%;
    margin-right: 2.5%;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 12px;
}

.next-story .board-list-wrap ul li:nth-child(5n) {
    margin-right: 0;
}

.next-story .board-list-wrap ul li > a {
    display: block;
}

.next-story .board-list-wrap ul li .next-st_top {
    width: 100%;
    padding: 8px 0;
}

.next-story .board-list-wrap ul li .next-st_top small {
    display: inline-block;
    padding: 6px;
    border: 1px solid #ddd;
}

.next-story .board-list-wrap ul li .next-st_top h3 {
    margin: 12px 0;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.next-story .board-list-wrap ul li .next-st_bot {
    width: 100%;
    padding: 8px 0;
    border-top: 1px solid #ddd;
}

.next-story .board-list-wrap ul li .next-st_bot p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 8px;
}

.next-story .board-list-wrap ul li .next-st_bot span {
    padding-right: 4px;
    border-right: 1px solid #aaa;
}

.next-story .board-list-wrap ul li .next-st_bot p.story_date {
    font-size: 13px;
    color: #555;
    margin-bottom: 0;
}

@media (max-width:1024px) {
    .next-story .board-list-wrap ul li .next-st_top h3 {
        margin: 10px 0;
        font-size: 18px;
    }

    .next-story .board-list-wrap ul li .next-st_bot p {
        margin-bottom: 6px;
    }
}

@media (max-width:768px) {
    .next-story .notice_wrap {
        padding: 10px 0;
    }

    .next-story .notice_wrap h4 {
        font-size: 16px;
    }

    .next-story .board-list-wrap ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .next-story .next-st_search_form {
        padding: 12px 0;
    }

    .next-story .board-list-wrap ul li:nth-child(5n) {
        margin-right: 2%;
    }

    .next-story .board-list-wrap ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width:480px) {

    .next-story .board-list-wrap ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/******************************** 장기기증희망서약 ********************************/

.sub__cont {}

.sub__cont.contactus {}

.sub__cont .tit {
    padding: 20px 0;
}

.sub__cont .tit h3 {
    font-size: 40px;
    margin: 0 0 20px;
    text-align: center;
    color: #000;
}

.tb-type01 {
    border-top: 3px solid #333;
}

.tb-type01 table {
    table-layout: fixed;
    width: 100%;
}

.tb-type01 table .asterix {
    color: #c90000;
    vertical-align: middle;
    margin-left: 4px;
}

.tb-type01 table tbody tr {
    border-bottom: 1px solid #ddd;
  /*  font-size: 0;*/
}

.tb-type01 table thead tr th {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 15px 30px;
    background: #f7f7f7;
    text-align: center;
	 border-bottom: 1px solid #ddd;
}

.tb-type01 table tbody tr th {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 35px 30px;
    background: #f7f7f7;
    text-align: left;
}

.tb-type01 table tbody tr td {
    padding: 20px 22px;
}

.tb-type01 table tbody tr:nth-child(6) td input,
.tb-type01 table tbody tr:nth-child(7) td input,
.tb-type01 table tbody tr:nth-child(8) td input {
    margin-right: 4px;
}

.tb-type01 table tbody tr td p {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.tb-type01 table tbody tr:nth-child(8) td p.small-txt {
    display: block;
    font-size: 14px;
    text-align: left;
    line-height: inherit;
    margin-bottom: 20px;
}

.tb-type01 .dash,
.tb-type01 .at {
    margin: 0 10px;
    font-size: 16px;
}

.tb-type01 input::placeholder {
    font-weight: 350;
    color: #aaa;
}

.tb-type01 label {
    font-size: 14px;
    font-weight: 350;
    color: #333;
    margin-right: 12px;
}

.tb-type01 input,
.tb-type01 select {
    font-size: 16px;
    color: #666;
    border: 1px solid #ddd;
    height: 50px;
    padding-left: 18px;
}

.tb-type01 select::-ms-expand {
    display: none;
}

.tb-type01 input.ipt-w-100p {
    width: 100%;
}

.tb-type01 input.ipt-w-380 {
    width: 380px;
}

.tb-type01 input.ipt-w-200 {
    width: 280px;
}

.tb-type01 input.ipt-w-230 {
    width: 230px;
}

.tb-type01 input.ipt-w-180 {
    width: 180px;
}

.tb-type01 textarea {
    width: 100%;
    color: #666;
    border: 1px solid #ddd;
}

.tb-type01 textarea.txt-cont {
    width: 100%;
    height: 200px;
    padding: 20px;
}

.sub__cont p.notice {
    text-align: left;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}

.sub__cont .btn-default-01 {
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 250px;
    height: 60px;
    background: #ffcc00;
    color: #000;
    margin: 0 auto;
}




.top-info-type3 {position:relative;border-bottom:1px solid #ededed;padding:73px 0 65px}
.top-info-type3:before, .top-info-type3:after {display:block;content:"";position:absolute}
.top-info-type3:before {width:100%;height:50px;border:25px solid #ededed;box-sizing:border-box;border-bottom:0;top:0;left:0}
.top-info-type3:after {width:81px;height:51px;background:url(/_Img/Content/style_spr.png) no-repeat 0 -78px;bottom:30px;right:30px;z-index:-1}
.top-info-type3 .title {position:absolute;top:65px;left:0;width:285px;box-sizing:border-box;padding:0 55px;text-align:center;line-height:1.3}
.top-info-type3 .title:before {display:block;content:"";width:80px;height:80px;overflow:hidden;background:url(../../images/sub/style_spr.png) no-repeat;margin:0 auto 10px}
.top-info-type3.ico01 .title:before {background-position:-130px 0}
.top-info-type3.ico02 .title:before {background-position:-221px 0}
.top-info-type3.ico03 .title:before {background-position:-312px 0}
.top-info-type3.ico04 .title:before {background-position:-402px 0}
.top-info-type3 .title span {display:block}
.top-info-type3 .stit {color:#ffcc00;font-weight:700}
.top-info-type3 .btit {color:#000;font-weight:600;font-size:1.5em;margin-top:5px}
.top-info-type3 .info-txt {margin-left:285px;color:#333}
.top-info-type3 .info-txt h4 {font-size:20px;}
.top-info-type3 .info-txt .info-li-num {margin-bottom:30px}
.top-info-type3 .info-txt .info-li-num li {padding-left:70px;position:relative;margin-top:20px}
.top-info-type3 .info-txt .info-li-num li:first-child {margin-top:0}
.top-info-type3 .info-txt .info-li-num li .num {display:block;width:40px;line-height:40px;font-family:roboto, sans-serif;font-weight:700;color:#fff;text-align:center;position:absolute;top:0;left:0}
.top-info-type3 .info-txt .info-li-num li:nth-child(2n+1) .num {background:#c41816}
.top-info-type3 .info-txt .info-li-num li:nth-child(2n+2) .num {background:#ee302e}
.top-info-type3 .info-txt .info-li {margin-top:19px}
.top-info-type3 .info-txt .info-li li {padding-left:20px;position:relative; line-height:1.2; padding-bottom:10px}
.top-info-type3 .info-txt .info-li li:before {display:block;content:"";width:8px;height:2px;background:#878787;position:absolute;top:10px;left:0}
@media all and (max-width:999px){
	.top-info-type3 {padding:30px 20px 50px}
	.top-info-type3:before {border-width:15px}
	.top-info-type3:after {bottom:15px;right:0;width:65px;height:41px;background-size:561px auto;background-position:0 -63px}
	.top-info-type3 .title {position:relative;top:auto;bottom:auto;right:auto;left:auto;margin:0;width:auto}
	.top-info-type3 .title:before {margin:0 auto}
	.top-info-type3 .btit {text-align:center;margin-bottom:30px}
	.top-info-type3 .info-txt {margin:0}
	.top-info-type3 .info-txt .info-li { margin-left:20px}
}
@media all and (max-width:768px){
	
	.top-info-type3 .info-txt h4 {font-size:16px; text-align:center}
	
	.top-info-type3:before {border-width:10px}
	.top-info-type3 .title:before {width:64px;height:64px;background-size:561px auto}
	.top-info-type3.ico01 .title:before {background-position:-104px 0}
	.top-info-type3.ico02 .title:before {background-position:-177px 0}
	.top-info-type3.ico03 .title:before {background-position:-250px 0}
	.top-info-type3.ico04 .title:before {background-position:-322px 0}
	.top-info-type3 .info-txt .info-li-num li {padding-left:45px}
	.top-info-type3 .info-txt .info-li-num li .num {width:32px;line-height:32px;top:-4px}
}
@media all and (max-width:599px){
	.top-info-type3 {padding:20px 0 50px}
	.top-info-type3:before {border-width:5px;height:30px}
	.top-info-type3:after {bottom:15px;right:0;width:49px;height:31px;background-size:421px auto;background-position:0 -47px}
	.top-info-type3 .btit {margin:0 0 20px}
}








/* 속독학원 소개 */
.introMainWrap{min-width:1080px;width:100%;overflow:hidden;margin:0 auto;}
.introMainWrap .introMainInner{width:1920px;position:relative;left:50%;margin-left:-960px; min-height:4000px;}
.introMainWrap .introMainInner2{width:1920px;position:relative;left:50%;margin-left:-960px; min-height:8100px;}

.introMainWrap .contentArea{/*height:4150px;*/}
.introMainWrap .shape{position:absolute;top:185px;left:220px; width:1454px;height:3083px;background:url(../../images/sub/index_shape.png) 0 0 no-repeat;}
.introMainWrap .circle{ position:relative; z-index:999}
.introMainWrap .circle i{display:block;position:absolute;background:url(../../images/sub/index_obj_cir.png) no-repeat;}
.introMainWrap .circle .obj1{top:-130px;left:72px;background-position:0 0;width:160px;height:160px;transition:all 2s cubic-bezier(.13,.45,.34,.94);}
.introMainWrap .circle .obj2{top:778px;left:1544px;background-position:0 -200px;width:236px;height:236px;transition:all 2s cubic-bezier(.13,.45,.34,.94);}
.introMainWrap .circle .obj3{top:740px;left:644px;background-position:0 -480px;width:64px;height:64px;transition:all 1.5s cubic-bezier(.13,.45,.34,.94);}
.introMainWrap .circle .obj4{top:348px;left:428px;background-position:0 -550px;width:19px;height:19px;transition:all 2.5s cubic-bezier(.13,.45,.34,.94);}
.introMainWrap .circle .obj5{top:155px;left:1609px;background-position:0 -580px;width:52px;height:52px;transition:all 1.8s cubic-bezier(.13,.45,.34,.94);}
.introMainWrap .circle .obj6{top:309px;left:1608px;background-position:0 -650px;width:20px;height:20px;transition:all 2.2s cubic-bezier(.13,.45,.34,.94);}
.introMainWrap .circle .obj7{top:204px;left:1491px;background-position:0 -680px;width:77px;height:70px;transition:all 1.8s cubic-bezier(.13,.45,.34,.94);}

.introMainWrap .circle.scene1 .obj1{top:70px;left:-72px;}
.introMainWrap .circle.scene1 .obj2{top:528px;left:1744px;}
.introMainWrap .circle.scene1 .obj3{top:590px;left:244px;}
.introMainWrap .circle.scene1 .obj4{top:498px;left:328px;}
.introMainWrap .circle.scene1 .obj5{top:55px;left:1509px;}
.introMainWrap .circle.scene1 .obj6{top:159px;left:1678px;}
.introMainWrap .circle.scene1 .obj7{top:154px;left:1441px;}

.introMainWrap .circle.scene3 .obj1{top:2904px;left:-53px;}
.introMainWrap .circle.scene3 .obj2{top:3120px;left:1311px;}
.introMainWrap .circle.scene3 .obj3{top:3359px;left:290px;}
.introMainWrap .circle.scene3 .obj4{top:3570px;left:181px;}
.introMainWrap .circle.scene3 .obj5{top:3100px;left:1728px;}
.introMainWrap .circle.scene3 .obj6{top:3059px;left:1151px;}
.introMainWrap .circle.scene3 .obj7{top:3030px;left:958px;}

.introMainWrap .objs i{position:absolute;transition:all 1.5s ease-out}
.introMainWrap .objs i.stop{transition:unset;opacity:1;}
.introMainWrap .txts em{color:#ec6c00;font-weight:600; line-height:37px}
.introMainWrap .txts p{position:absolute;z-index:3;}
.introMainWrap .txts em.y{color:#ec6c00;}
.introMainWrap .con1{}
.introMainWrap .con1 .obj2{top:0px;left:0px;}
.introMainWrap .con1 .obj2:before{display:block;content:'';position:relative;;width:1920px;height:940px;background:url(../../images/sub/index_obj2.jpg) no-repeat; z-index:1}


.introMainWrap .con1 .obj3{top:0px;left:0px;}
.introMainWrap .con1 .obj3:before{display:block;content:'';position:relative;;width:1920px;height:940px;background:url(../../images/sub/index_obj3.jpg) no-repeat; z-index:1}



.introMainWrap .cor_b {color:#000 !important}

.introMainWrap .con1 .txts{text-align:center;}
.introMainWrap .con1 .txts p{width:100%;text-align:center; font-size:18px}
.introMainWrap .con1 .txts .txt1{top:195px;font-size:34px;color:#666;font-weight:600;}
.introMainWrap .con1 .txts .lg {font-weight:800;font-size:75px;line-height:120px;color:#666;}
.introMainWrap .con1 .txts .md {font-weight:800;font-size:50px;line-height:64px;color:#666;}
.introMainWrap .con1 .txts .md2 {font-size: 26px;}
.introMainWrap .con1 .txts .sm {font-size:23px;color:#666;line-height:42px;}
.introMainWrap .con1 .txts .sm2 {font-size: 20px; line-height: 36px ;}


.introMainWrap .con1 .txts .txt2{top:240px;}
.introMainWrap .con1 .txts .txt22{top:315px; left:0px;}
.introMainWrap .con1 .txts .txt2 em{font-weight:800; line-height:1.2}
.introMainWrap .con1 .txts .txt3{top:980px;}
.introMainWrap .con1 .txts .txt4{top:1170px;}
.introMainWrap .con1 .txts .txt5{top:1400px;font-size:40px; color:#000; line-height:1.2}
.introMainWrap .con1 .txts .txt5 strong{font-weight:800;}

.introMainWrap .con1 .txts .txt6{top:1300px; position:absolute; width:100%; text-align:left}
.introMainWrap .con1 .txts .txt6 p.c-text {text-align:left !important; word-break:keep-all}


.introMainWrap .con2{position:absolute;top:1610px;left:420px;width:1080px;}
.introMainWrap .con2 .obj1{top:0;right:0;width:478px;height:467px;background:url(../../images/sub/index_obj3.png) no-repeat;}
.introMainWrap .con2 .obj1{top:0;right:0;width:478px;height:467px;overflow:hidden;}
.introMainWrap .con2 .sm{font-size:20px;color:#959595;line-height:36px;}
.introMainWrap .con2 .txt1{top:56px;font-size:48px;color:#161616;line-height:64px;}
.introMainWrap .con2 .txt1 strong{font-weight:800;}
.introMainWrap .con2 .txt2{top:216px;font-size:26px;font-weight:600;}
.introMainWrap .con2 .txt3{top:328px;}
.introMainWrap .con3{position:absolute;top:2250px;left:420px;width:1080px;padding-left:597px;box-sizing:border-box;}
.introMainWrap .con3 .obj1{top:0;left:0;width:478px;height:468px;overflow:hidden;}
.introMainWrap .con3 .obj1::before{display:block;content:'';width:780px;height:520px;position:absolute;top:-10px;left:-148px;background:url(../../images/sub/index_obj4_pic.jpg) no-repeat;}
.introMainWrap .con3 .obj1::after{display:block;content:'';width:481px;height:471px;position:absolute;top:-1px;left:-1px;background:url(../../images/sub/index_obj4_mask.png) no-repeat;}
.introMainWrap .con3 .sm{font-size:20px;color:#959595;line-height:36px;}
.introMainWrap .con3 .txt1{top:10px;font-size:48px;color:#161616;line-height:64px;}
.introMainWrap .con3 .txt1 strong{font-weight:800;}
.introMainWrap .con3 .txt2{ font-size:26px; top:180px;}
.introMainWrap .con3 .txt3{top:251px;}
.introMainWrap .con3 .txt4{font-size:26px; top:348px;}
.introMainWrap .con3 .txt5{top:398px;}

/*리드인*/
.introMainWrap .readin_trigger_txt1 {top:0;}
.introMainWrap .readin_trigger_txt2 {top:1380px;}
.introMainWrap .readin_trigger_txt3 {top:1680px;}
.introMainWrap .readin_trigger_txt4 {top:3420px;}
.introMainWrap .readin_trigger_txt5 {top:4344px;}
.introMainWrap .readin_trigger_txt6 {top:5790px;}
.introMainWrap .readin_trigger_txt7 {top:6320px;}
.introMainWrap .readin_trigger_txt8 {top:6860px;}
.introMainWrap .readin_trigger_txt9 {top:7370px;}

.introMainWrap .readin_trigger_cir1 {top:5790px;}
.introMainWrap .readin_trigger_cir2 {top:6320px;}
.introMainWrap .readin_trigger_cir3 {top:6860px;}


.introMainWrap .readin {padding: 0 !important}

.introMainWrap .con2.readin {top: 0}
.introMainWrap .readin .txts {text-align: center; }
.introMainWrap .readin .txts .lg {font-weight:700; font-size:75px; line-height:120px; color:#666; width: 100%;}
.introMainWrap .readin .txts .md {font-weight:700; font-size:50px; line-height:64px; color:#666; width: 100%;}
.introMainWrap .readin .txts .md strong {font-weight: 400}
.introMainWrap .readin .txts .md strong em {font-weight: 400}
.introMainWrap .readin .txts .md2 {font-size: 26px; width: 100%;}
.introMainWrap .readin .txts .sm {font-size:23px; color:#666; line-height:42px; width: 100%;}
.introMainWrap .readin .txts .sm2 {font-size: 20px; line-height: 36px ; width: 100%;}

.introMainWrap .con2.readin .txts .txt1 {top:1040px; }
.introMainWrap .con2.readin .txts .txt2 {top:1220px;}
.introMainWrap .con2.readin .txts .txt3 {top:1300px;}

.introMainWrap .con3.readin {top: 1680px;}
.introMainWrap .con3.readin .txts .txt1 {top:200px;;}
.introMainWrap .con3.readin .txts .txt2 {top:365px;}
.introMainWrap .con3.readin .txts .txt3 {top:480px;}
.introMainWrap .con3.readin .obj1 {top:0; left:50%; margin-left: -950px; display:block;content:'';position:relative; width:1920px;height:1747px;background:url(/images/sub/readin-con3-obj1.png) no-repeat; z-index:1}
.introMainWrap .con3.readin .obj1::after {display:none;}
.introMainWrap .con3.readin .obj1::before {display:none;}
.introMainWrap .con3.readin .obj2 {top:850px;left:50%; margin-left: -576px; z-index: 2}
.introMainWrap .con3.readin .obj2:before{display:block;content:'';position:relative; width:1152px;height:857px;background:url(/images/sub/readin-con3-obj2.png) no-repeat; z-index:1}
.introMainWrap .con3.readin .obj3, .introMainWrap .con3.readin .obj4, .introMainWrap .con3.readin .obj5 {position: absolute; background-repeat: no-repeat; background-image: url(/images/sub/index_obj_cir.png); z-index: 1;}
.introMainWrap .con3.readin .obj3 {top:450px; right:-150px; background-position:-90px -960px; width: 215px; height: 140px;}
.introMainWrap .con3.readin .obj4 {top:580px;; left:-170px; background-position:-110px -825px; width: 200px; height: 140px;}
.introMainWrap .con3.readin .obj5 {top:300px; left:-100px; background-position:-90px -695px; width: 215px; height: 140px; transition:all 1.8s cubic-bezier(.13,.45,.34,.94);}

.introMainWrap .con4.readin {width: 100%; top: 3420px; overflow: initial}
.introMainWrap .con4.readin .power {position:absolute; top:400px; left: 50%; width:400px; height: 380px; background: #fff; border-radius: 50px; box-sizing: border-box; padding: 40px; text-align: center; font-size: 19px; line-height: 29px; z-index: 4;}
.introMainWrap .con4.readin .power span {display: block; width: 280px; height: 65px; line-height: 65px; font-weight: 700; color: #fff; text-align: center; font-size: 26px; border-radius: 50px; margin: -75px auto 60px auto;}
.introMainWrap .con4.readin .power.txt2 {margin-left: -630px;}
.introMainWrap .con4.readin .power.txt3 { margin-left: -200px;}
.introMainWrap .con4.readin .power.txt4 {margin-left: 230px;}
.introMainWrap .con4.readin .power.txt2 span {background: #ffd736}
.introMainWrap .con4.readin .power.txt3 span {background: #ff8130}
.introMainWrap .con4.readin .power.txt4 span {background: #06a3ea}
.introMainWrap .con4.readin .txt1 {top:140px;}
.introMainWrap .con4.readin .obj1 {top:0;left:0; width: 1920px;  height: 925px; background: #fffae4; z-index: 2;}
.introMainWrap .con4.readin .obj2 {top:0; left:0;background:url(/images/sub/bg_wave3.png) no-repeat; z-index:3; background-position:0 0; width: 445px; height: 838px;}
.introMainWrap .con4.readin .obj3 {top:100px; right:0;background:url(/images/sub/bg_wave3.png) no-repeat; z-index:3; background-position:-720px 0; width: 777px; height: 825px;}


.introMainWrap .con5.readin {position: absolute; left: 0;  width: 100%; top: 4344px;}
.introMainWrap .con5.readin .txt1 {left: 50%; margin-left: -354px; top: 130px;}
.introMainWrap .con5.readin .txt2 {top: 370px; color: #111}
.introMainWrap .con5.readin .power {position:absolute; top:650px; left: 50%; width:440px; height: 380px; background: #fff; border-radius: 50px; box-sizing: border-box; padding: 40px; text-align: center; font-size: 19px; line-height: 29px; z-index: 4; border-width: 10px; border-style: solid; color: #111}
.introMainWrap .con5.readin .power strong {font-size: 26px; font-weight: 700;margin-bottom: 25px; display: block;}
.introMainWrap .con5.readin .power span {margin: -115px auto 130px auto; text-align: center; display: block;}
.introMainWrap .con5.readin .power.txt3 {margin-left: -480px; border-color:#dddddd;}
.introMainWrap .con5.readin .power.txt4 { margin-left: 30px; border-color:#ff8130;}
.introMainWrap .con5.readin .txt5 {top:1170px;}



.introMainWrap .con6.readin {position:absolute; top:5790px; left:420px; width:1080px; padding-left: 597px !important; box-sizing: border-box;}
.introMainWrap .con6.readin .obj8 {top:0;left:0;width:478px;height:467px; background:url(/images/sub/readin-con6-obj.png) no-repeat; overflow:hidden;}
.introMainWrap .con6.readin .txt1 {top:126px; text-align: left;}
.introMainWrap .con6.readin .txt1 strong {font-weight: 700;}
.introMainWrap .con6.readin .txt2 {top:186px; text-align: left;}


.introMainWrap .con7.readin {position:absolute; top:6320px; left:420px; width:1080px; box-sizing: border-box;}
.introMainWrap .con7.readin .obj1{top:0;right:0;width:478px;height:467px;background:url(/images/sub/readin-con7-obj.png) no-repeat; overflow:hidden;}
.introMainWrap .con7.readin .txt1 {top:126px; text-align: left;}
.introMainWrap .con7.readin .txt1 strong {font-weight: 700;}
.introMainWrap .con7.readin .txt2 {top:186px; text-align: left;}


.introMainWrap .con8.readin {position:absolute; top:6860px; left:420px; width:1080px; padding-left: 597px !important; box-sizing: border-box;}
.introMainWrap .con8.readin .obj1{top:0;left:0;width:478px;height:467px;background:url(/images/sub/readin-con8-obj.png) no-repeat;; overflow:hidden;}
.introMainWrap .con8.readin .txt1 {top:126px; text-align: left;}
.introMainWrap .con8.readin .txt1 strong {font-weight: 700;}
.introMainWrap .con8.readin .txt2 {top:186px; text-align: left;}


.introMainWrap .con9.readin {position:absolute; top:7370px; left:420px; width:1080px; box-sizing: border-box;}
.introMainWrap .con9.readin .obj1{top:0;right:0;width:478px;height:467px;background:url(/images/sub/readin-con9-obj.png) no-repeat; overflow:hidden;}
.introMainWrap .con9.readin .txt1 {top:126px; text-align: left;}


.introMainWrap .con9.readin .txt2 {top:186px; text-align: left;}
.introMainWrap .con9.readin a {font-size: 20px; color: #fff; text-align: center; height: 65px; line-height: 65px; font-weight: 600; width: 250px; border-radius: 5px; display: block; position: absolute; top: 520px; left: 50%; margin-left: -125px; background: #ec6c00; transition: .3s;}
.introMainWrap .con9.readin a:hover {background: #06a3ea;}

/* motion */
.introMainWrap [class*=trigger]{position:absolute;}
.introMainWrap .trigger_cir1{top:200px;}
.introMainWrap .trigger_cir2{top:1200px;}
.introMainWrap .trigger_cir3{top:2400px;}
.introMainWrap .trigger_txt1{top:0;}
.introMainWrap .trigger_txt12{top:950px;}
.introMainWrap .trigger_txt13{top:1190px;}
.introMainWrap .trigger_txt2 {top:1380px;}
.introMainWrap .trigger_txt3 {top:2050px;}
.introMainWrap .trigger_txt4 {top:2750px;}
.introMainWrap .trigger_txt5 {top:4100px;}
.introMainWrap .trigger_txt6 {top:5790px;}
.introMainWrap .trigger_txt7 {top:6320px;}
.introMainWrap .trigger_txt8 {top:6860px;}
.introMainWrap .trigger_txt9 {top:7370px;}












/*.introMainWrap .con1{position:fixed;top:0;width:1920px;height:100%;overflow:hidden;}*/

.introMainWrap .frame{/*position:fixed;*/top:100px;width:1920px;}
.introMainWrap .end{position:static;}
.introMainWrap .con1 .obj1{opacity:0;transition:none;}
/*.introMainWrap .con1 .obj1.go{animation: con1_obj1 1.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;opacity:0}*/
.introMainWrap .con1 .obj1.go{opacity:1}
.introMainWrap .con1 .obj2.go{animation: con1_obj2 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;opacity:0}
.introMainWrap .con2 .obj1{opacity:0;transition:all 0.5s linear;}
.introMainWrap .con2 .obj1.go{animation:con2_obj1 2s infinite alternate cubic-bezier(.57,.04,.42,.93);}
.introMainWrap .con3 .obj1{opacity:0;transition:all 0.5s linear;}
.introMainWrap .con3 .obj1.go{animation:con2_obj1 2s infinite alternate 1.5s cubic-bezier(.57,.04,.42,.93);}
.introMainWrap .con3 .obj1::before{transform: scale(0.96) translateX(-20px) translateY(-10px);}
.introMainWrap .con3 .obj1.go::before{animation:con3_obj1 1.5s cubic-bezier(.57,.04,.42,.93) forwards;}

.introMainWrap .con4{position:absolute;top:2940px;overflow:hidden;}
.introMainWrap .con4 .title{display:block;margin-left:420px;font-size:56px;line-height:56px;color:#161616;font-weight:800;}
.introMainWrap .con4 .title em{color:#ec6c00;}
.introMainWrap .con4 .sliderWrap{position:relative;margin:46px 0 0 352px;width:1576px;height:1025px;overflow:hidden;}
.introMainWrap .con4 .slider{width:4000px;overflow:hidden;padding-left:76px;}
.introMainWrap .con4 .slider .box{overflow:hidden;float:left;width:1116px;height:856px;margin-left:-76px;background:url(../../images/sub/index_slider_box.png) no-repeat;}
.introMainWrap .con4 .slider.on .box:first-child{background:none;}
.introMainWrap .con4 .slider .boxInner{overflow:hidden;width:980px;height:889px;margin-left:69px;}
.introMainWrap .con4 .slider .tit{display:block;position:relative;margin:115px 0 0 130px;width:714px;}
.introMainWrap .con4 .slider .tit span{position:relative;font-size:40px;line-height:40px;color:#161616;font-weight:800;background-color:#fff;}
.introMainWrap .con4 .slider .tit::before{display:block;content:'';position:absolute;top:18px;left:0;width:714px;height:2px;background-color:#000;}
.introMainWrap .con4 .slider .tit::after{display:inline-block;content:'';position:relative;width:30px;height:33px;vertical-align:middle;background-color:#fff;}
.introMainWrap .con4 .slider .qa{position:relative;padding-left:130px;font-size:24px;color:#161616;font-weight:600;}

.introMainWrap .con4 .slider .q{height:113px;margin-top:36px;}

.introMainWrap .con4 .slider .a span{position:relative;}
.introMainWrap .con4 .slider .a span b{position:relative;z-index:1;font-weight:600;}
.introMainWrap .con4 .slider .a::before{background-position:0 -850px;}
.introMainWrap .con4 .slider .a span::after{display:block;content:'';position:absolute;bottom:4px;left:-2px;width:calc(100% + 10px);height:7px;background-color:#d7e7fe;}
.introMainWrap .con4 .slider .c{padding-left:138px;margin-top:25px;font-size:19px;line-height:35px;color:#868686;}
.introMainWrap .con4 .slider .imgs{margin-top:95px;text-align:center;}
.introMainWrap .con4 .slider .imgs li{display:inline-block;margin-left:9px;}
.introMainWrap .con4 .slider .imgs li:first-child{margin-left:0;}
.introMainWrap .con4 .slider .imgs li img{width:264px;height:158px;}
.introMainWrap .con4 .slider .imgs li p{margin-top:22px;font-size:14px;color:#161616;}
.introMainWrap .con4 .btnNext{position:absolute;top:343px;left:1013px;width:70px;height:70px;border:0;border-radius:35px;font-size:1px;color:transparent;background-color:rgba(0,0,0,.1);}
.introMainWrap .con4 .btnNext::after{display:block;content:'';position:absolute;top:23px;left:31px;width:14px;height:24px;background:url(../../images/sub/index_obj_cir.png) 0 -930px;}

.introMainWrap .txts p{opacity:0;}
.introMainWrap .txtAni1{animation: txt1 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
@keyframes txt1 {
	0% {
		transform: translateY(100px);
		opacity:0;
	}
	100% {
		transform: translateY(0);
		opacity:1;
	}
}
@keyframes con1_obj1 {
	0% {
		transform: translateY(200px);
		opacity:0;
	}
	100% {
		transform: translateY(0);
		opacity:1;
	}
}
@keyframes con1_obj2 {
	0% {
		transform: scale(0.5);
		opacity:0;
	}
	100% {
		transform: scale(1);
		opacity:1;
	}
}
@keyframes con2_obj1 {
	100% {
		transform: translateY(10px);
	}
}
@keyframes con3_obj1 {
	100% {
		transform: scale(1);
	}
}






/*가맹원*/
#sub .fc-list {padding:20px 0;}
#sub .fc-list li{position:relative; min-height: 230px; padding:60px 0; border-top: 1px solid #ddd;}
#sub .fc-list li .img_box{display: inline-block; border-top-left-radius: 50px; overflow: hidden; box-shadow: 5px 5px 20px -10px #333; position:relative; min-height: 230px; margin-right: 40px;}
#sub .fc-list li .txt_box{display: inline-block; padding:30px 0 0 20px; vertical-align:top}
#sub .fc-list li .txt_box h3{font-size:26px; color:#333; font-weight:500; margin:0 0 25px; max-width:850px;}
#sub .fc-list li .txt_box h3 b{font-weight:500;}
#sub .fc-list li .txt_box p{display:inline-block; width:49%; text-align:left; padding:5px 0 5px 15px; position:relative; font-weight:300; line-height:1.5}
#sub .fc-list li .txt_box p strong{line-height:1.5}
#sub .fc-list li .txt_box p:after{content:''; width:4px; height:4px; border-radius:50%; position:absolute; left:0; top:15px; background:#ec6c00;}
#sub .fc-list li .txt_box .sns_btn{display: block; padding: 15px 0 15px 15px;}
#sub .fc-list li .txt_box .sns_btn img{width:40px;}

#sub .fc-list.wblock li p{width:100%;}













#bbs_wrapper { margin-bottom:70px }



#resutl_shop_num {background: url("../../images/sub/alert.png") no-repeat top 3px left; background-size:17px; padding-left: 23px; font-size: 17px; color: #6b7786; margin-bottom: 15px;}
#resutl_shop_num strong {color: #ec6c00;}

#search_ver2 {width: 100%; display: flex; justify-content: space-between; margin-bottom: 25px;}
#search_ver2 #resutl_shop_num {margin-bottom: 0; padding-top: 25px; background-position: top 27px left;}
#search_ver2 #search {width: 360px; position: relative;}
#search_ver2 #search input[type="text"] {width: 100%; height: 60px; background: #f5f5f5; border-radius: 5px; border: 0; font-size: 16px; padding: 0 10px; box-sizing: border-box; padding-right: 70px;}
#search_ver2 #search button {position: absolute; top: 0; right: 0; width: 60px; height: 60px; background:url("/common/img/icon/search.png") no-repeat center; background-size: 25px; text-indent: -99999px;}




#search_ver2 {width: 100%; display: flex; justify-content: space-between; margin-bottom: 25px;}
#search_ver2 #resutl_shop_num {margin-bottom: 0; padding-top: 25px; background-position: top 27px left;}
#search_ver2 #search {width: 360px; position: relative;}
#search_ver2 #search input[type="text"] {width: 100%; height: 60px; background: #f5f5f5; border-radius: 5px; border: 0; font-size: 16px; padding: 0 10px; box-sizing: border-box; padding-right: 70px;}
#search_ver2 #search button {position: absolute; top: 0; right: 0; width: 60px; height: 60px; background:url("../../images/sub/search.png") no-repeat center; background-size: 25px; text-indent: -99999px;}

select {  -webkit-appearance: none;
    appearance: none; background:url(../../images/sub/sel-down.png)#fff no-repeat center right 5.5%;}
select option {font-size:13px; line-height:40px; vertical-align:middle; color:#141414;}
select::-ms-expand {display:none;}



.mt20 {margin-top:20px;}

.mt40 {margin-top:40px !important;}

.btn_wrap {width: 100%; text-align: center; margin-bottom: 100px;}
.btn_wrap a {width: 250px; box-sizing: border-box; height: 70px; line-height: 70px; display: inline-block; color: #fff; background: #000; transition: .3s; font-size: 17px;}
.btn_wrap a:hover {background: #ec6c00;}



@media screen and (max-width:1200px){ 
	#sub_container .contents {width: 100%; box-sizing: border-box;}		
	#bbs_wrapper {width: 100%; box-sizing: border-box; padding: 0 20px;}
}


@media screen and (max-width:980px){ 
	select {background-size: 20px;}
	
	#sub_main_contents h3.sub_title {margin: 1.5em 0 .3em 0}
	#sub_main_contents p {font-size: 15px;}
	#sub_main_contents p.sub_text {font-size: 17px; margin-bottom: 5px;}
	
	#sub_container h2 {font-size: 41px;}
	#sub_container h3 {font-size: 35px;}
	#sub_container h4 {font-size: 31px;}
	#sub_container h5 {font-size: 25px;}
	#sub_container h6 {font-size: 21px;}
	
	#bbs_wrapper {padding: 0 15px;}
	
	.btn_wrap a {height: 55px; line-height: 55px; font-size: 15px;}
	
	#search_ver2 #search input[type="text"] {height: 55px; line-height: 55px; font-size: 15px;}
	#search_ver2 #search button {width: 55px; height: 55px;}
}


@media screen and (max-width:768px){ 
	#sub_main_contents p {font-size: 14px;}
	#sub_main_contents p.sub_text {font-size: 16px;}
	
	#sub_container h2 {font-size: 35px;}
	#sub_container h3 {font-size: 31px;}
	#sub_container h4 {font-size: 25px;}
	#sub_container h5 {font-size: 21px;}
	#sub_container h6 {font-size: 19px;}
	
	
	#search_ver2 {display: block;}
	#search_ver2 #resutl_shop_num {width: 100%; margin-bottom: 10px;}
	#search_ver2 #search {width: 100%;}
	#search_ver2 #search input[type="text"] { height: 50px; line-height: 50px; font-size: 14px;}
	#search_ver2 #search button {background-size: 20px; width: 50px; height: 50px;}

}




.bbs_list {width: 100%; border-top: 1px solid #ddd;}
.bbs_list .bbsBox {width: 100%; display: table;  border-bottom: 1px solid #ddd; table-layout: fixed;}
.bbs_list .bbsBox div {display: table-cell; padding: 40px 0; font-size: 16px; color: #747474; text-align: center; vertical-align: middle;}
.bbs_list .bbsBox .num {width: 10%}
.bbs_list .bbsBox .category {font-weight: 600; color: #ec6c00; width: 10%;  font-size: 19px;}
.bbs_list .bbsBox .title {text-align: left; width: 65%; box-sizing: border-box; padding-left: 30px;  font-size: 19px;}
.bbs_list .bbsBox .title a {color: #212529; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;}
.bbs_list .bbsBox .title a:hover {color: #ec6c00;}
.bbs_list .bbsBox .date {width: 15%}
.bbs_list .bbsBox.notice {}
.bbs_list .bbsBox.notice .num {font-weight: 600; color: #ec6c00;}
.bbs_list .bbsBox.notice .title {font-weight: 600;}

.bbs_list.has_writer {}
.bbs_list.has_writer .bbsBox .title {width:50%}
.bbs_list.has_writer .bbsBox .name {width: 15%}
.bbs_list.has_writer .bbsBox .date {width: 15%}

.bbs_list.qna .bbsBox .title {width:65%}
.bbs_list.qna .bbsBox .name {width: 10%}
.bbs_list.qna .bbsBox.reply {background: #fafafa;}
.bbs_list.qna .bbsBox.reply .num img {width: 25px}
.bbs_list.qna .bbsBox.reply .title {font-weight: 600}


@media screen and (max-width: 980px) {
	.bbs_list .bbsBox {display: block; position: relative; box-sizing: border-box; padding-left: 70px; padding-top: 20px; padding-bottom: 20px; overflow: hidden;}
	.bbs_list .bbsBox div { padding: 0;}
	.bbs_list .bbsBox .num {position: absolute; top: 50%; margin-top: -12px; left: 0; width: 70px; display: block;}
	.bbs_list .bbsBox .title {padding-left: 0; width: 100%; font-size: 16px;}
	.bbs_list .bbsBox .category {width: auto; text-align: left; font-size: 16px; padding-right: 10px; font-weight: 500;}
	.bbs_list .bbsBox .date {width: auto; text-align:left; display: block;}
	
	.bbs_list.has_writer .bbsBox .title {width: auto;}
	.bbs_list.has_writer .bbsBox .name {width: auto; display: block; float: left; font-size: 14px; padding-right: 10px;}
	.bbs_list.has_writer .bbsBox .date {width: auto; float: left; font-size: 14px;}
	
	
	.bbs_list.qna .bbsBox.reply .num img {width: 17px;}
}

@media screen and (max-width: 768px) {
	.bbs_list .bbsBox {padding-left: 55px; padding-top: 10px; padding-bottom: 10px;}
	.bbs_list .bbsBox div {display: block;}
	.bbs_list .bbsBox .num {font-size: 15px; width: 55px;}
	.bbs_list .bbsBox .title {font-size: 14px;}
	.bbs_list .bbsBox .category {font-size: 13px;}
	.bbs_list .bbsBox .date {font-size: 13px;}
	.bbs_list .bbsBox .name {font-size: 13px;} 
}




.gallery_list_wrap {
	
	    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	
	/*width: 100%;*//* display: flex; flex-wrap: wrap; justify-content: space-between; */border-top: 2px solid #000; padding: 60px 0 40px 0; border-bottom: 1px solid #ddd;}
.gallery_list_wrap .gallery_box {max-width: 23%; margin: 0 2% 4rem 0;}
.gallery_list_wrap .gallery_box .pics {width: 100%; height: 300px; /*border-radius: 10px; */overflow: hidden; position: relative; transition: .3s;}
.gallery_list_wrap .gallery_box .pics img {width: 100%; height: 100%; object-fit: cover;}
.gallery_list_wrap .gallery_box .info {width: 100%; padding: 25px 0;}
.gallery_list_wrap .gallery_box .info p {}
.gallery_list_wrap .gallery_box .info p.title {font-size: 21px !important; font-weight: 600; color: #212529 !important; transition: .3s; text-align:center}
.gallery_list_wrap .gallery_box .info p.date {font-size: 15px !important; color: #747474; margin-top: 10px;}
.gallery_list_wrap .gallery_box .info p.date span {color: #212529; font-weight: 500; padding-right: 15px;}
/*.gallery_list_wrap .gallery_box:hover .pics {box-shadow: 0 0 10px rgba(0,0,0,0.5);}*/
.gallery_list_wrap .gallery_box:hover .info p.title {color: #ec6c00 !important;}


@media screen and (max-width: 980px) {
	.gallery_list_wrap .gallery_box {width: 49%;}
	.gallery_list_wrap .gallery_box .pics {height: 240px;}
	.gallery_list_wrap .gallery_box .info {padding: 20px 0}

	.gallery_list_wrap .gallery_box .info p.title {font-size: 17px !important; }
	.gallery_list_wrap .gallery_box .info p.date {margin-top: 2px;}
}



@media screen and (max-width: 768px) {
	.gallery_list_wrap .gallery_box {width: 100%; margin-left: 0}
	.gallery_list_wrap .gallery_box .pics {min-height: 200px; max-height: 230px; height: auto;}
	.gallery_list_wrap .gallery_box .info {padding: 15px 0}
	.gallery_list_wrap .gallery_box .info p.date {font-size: 14px !important;}
}



#paging {width: 100%; display: flex; justify-content: center; margin: 50px 0 100px 0; flex-wrap: wrap;}
#paging a {display:block; width: 35px; height: 35px; border-radius: 100%; text-align: center; line-height: 35px; font-size: 15px; color: #212529; margin: 0 5px;}
#paging a.on {background: #ec6c00; color: #fff;}
#paging a.btn {text-indent: -99999px; border: 1px solid #ddd; background-position: center; background-repeat: no-repeat;}
#paging a.btn.first {background-image: url("../../images/sub/bbs_paging_first.jpg");}
#paging a.btn.prev {background-image: url("../../images/sub/bbs_paging_prev.jpg");}
#paging a.btn.next {background-image: url("../../images/sub/bbs_paging_next.jpg");}
#paging a.btn.last {background-image: url("../../images/sub/bbs_paging_last.jpg");}

@media screen and (max-width: 980px) {
	#paging {margin: 30px 0 60px 0}
	#paging a {width: 25px; height: 25px; line-height: 25px; margin: 0 2px; font-size: 14px;}
	#paging a.btn {background-size: 45%;}
}

@media screen and (max-width: 768px) {
	#paging a {font-size: 13px;}
}

#sub.contactus .tb-type01 .dash, #sub.contactus .tb-type01 .at {
    margin: 0 10px;
    font-size: 16px;
}

cite, code, dfn, del, em, ins, label, q, span, strong {
    display: inline-block;
    *line-height: normal;
}

span {
    vertical-align: middle;
}

#sub .btn-default-01{font-size:18px;font-weight:500;display:block;width:250px;height:60px;background:#000;color:#fff;margin:0 auto;}

#sub.contactus textarea.txt-rd{width:100%;height:250px;padding:30px;  font-size:14px}
#sub.contactus .agree-paragraph{text-align: center;margin:25px 0 75px;}
#sub.contactus .agree-paragraph .chk-wrapper > *{display: inline-block;vertical-align: middle;}
#sub.contactus .agree-paragraph .chk-wrapper label{font-size:17px;color:#333;}
#sub.contactus h3{font-size:24px;font-weight: 500;color:#333;margin:54px 0 14px;}
.radio input+span, .radio[type]+label {
    display: inline-block;
    padding-left: 3.5rem;
    text-indent: -3rem;
    padding-right: 1.5rem;
    vertical-align: middle;
    position: relative;
    line-height: 1.2;
    cursor: default;
	font-size:16px;
}

/* sub title css */
#sub .cont-tit{ text-align:center; margin:0 auto 50px;}
#sub .cont-tit h2{font-size:32px; color:#333; font-weight:700; line-height:1.4; max-width:850px; margin:0 auto;} 
#sub .cont-tit h2.big{font-size:45px;}
#sub .cont-tit p{font-size:18px; margin:25px 0 0; color:#666; font-weight:300;}
#sub .cont-tit small{font-size:20px; color:#014099; margin:0 0 15px; display:block; font-weight:500;} 
#sub .cont-wr{padding:120px 0;}
#sub .md-tit{font-size:24px; color:#333; font-weight:500; margin:0 0 10px}
#sub .sm-tit{margin:0 0 40px; font-weight:300; font-size:17px;}
b{font-weight:500;}

 
/* sub layout 04 */
#sub .vbr-list {border-top:3px solid #333;  }
#sub .vbr-list li{padding:50px 0 50px 220px; position:relative; border-bottom:1px solid #e8e8e8; min-height: 230px;}
#sub .vbr-list li h3{font-size:24px; color:#333; font-weight:800; margin:0 0 25px; max-width:870px;}
#sub .vbr-list li h3 b{font-weight:500;}
#sub .vbr-list img{position:absolute; left:0; top:25px;}
#sub .vbr-list li p{display:inline-block; width:50%; text-align:left; padding:5px 0 5px 15px; position:relative; font-weight:300; line-height:1.5; font-size:18px}
#sub .vbr-list li p strong{line-height:1.5}
#sub .vbr-list li p:after{content:''; width:4px; height:4px; border-radius:50%; position:absolute; left:0; top:18px; background:#ec6c00;}

#sub .vbr-list.wblock li p{width:100%;}
#sub .vbr-list.w50{overflow:hidden;}
#sub .vbr-list.w50 li{float:left;width:50%; min-height:298px;}


.deptinfo-type1 {position:relative;padding:90px 0;min-height:380px;padding-bottom:0}
.deptinfo-type1 .text-sec::before {content:'';position:absolute;left:0;top:7px;display:block;width:20px;height:240px;background:#f08933;border-radius:0 0 0 20px}
.deptinfo-type1 .text-sec {float:left;width:50%;padding-left:70px;box-sizing:border-box;position:relative}
.deptinfo-type1 .text-sec .text-tit {color:#ec6c00; font-size:.882em;font-family:univia-pro,"Noto Sans KR";font-weight:700;letter-spacing:.2em;line-height:1.1}
.deptinfo-type1 .text-sec h3 {font-size:1.882em;color:#333;margin:6px 0 32px 0;font-weight:600}
.deptinfo-type1 .text-sec .txt-sec {display:block;width:500px;line-height:32px}
.deptinfo-type1 .pimg-sec {float:right;position:relative;width:50%;box-sizing:border-box;max-width:690px;padding-right:7.8%}
.deptinfo-type1 .pimg-sec::before {content:"";position:absolute;bottom:-19px;left:-17px;width:90px;height:90px;background:url(../../images/sub/deptinfo_type1_02.jpg);z-index:-1}
.deptinfo-type1 .pimg-sec::after {content:"";position:absolute;right:0;top:-50px;width:200px;height:430px;background:url(../../images/sub/type1_01.png);z-index:-1}
.deptinfo-type1 .pimg-sec img {width:100%;border-radius:30px 0 0 0}
@media all and (max-width:1249px) {
    .deptinfo-type1 .text-sec .txt-sec {width:400px}
}
@media all and (max-width:999px) {
    .deptinfo-type1 .text-sec .txt-sec {width:300px}
    .deptinfo-type1 .pimg-sec {padding-right:2%}
    ul.deptlist-type2>li div {padding:22px 30px}
    .pgGroup-university .general{padding-bottom:50px}
}
@media all and (max-width:899px) {
    .deptinfo-type1 {padding-top:30px}
    .deptinfo-type1 .text-sec {width:100%;float:none;padding-left:40px}
    .deptinfo-type1 .text-sec .txt-sec {width:100%}
    .deptinfo-type1 .pimg-sec {width:100%;padding:0;margin:30px 0;padding-left:40px;float:none}
    .deptinfo-type1 .pimg-sec::after {display:none}
    .deptinfo-type1 .pimg-sec::before {left:0;bottom:-15px}
    .deptinfo-type1 .text-sec::before {height:200px}
    .deptinfo-type1 .text-sec h3 {margin-bottom:20px}
}
@media all and (max-width:799px) {
    ul.deptlist-type2>li div h5 {margin-bottom:5px}
    ul.deptlist-type2>li {width:100%;float:none;min-height:auto;margin-bottom:10px}
    ul.deptlist-type2>li div {height:auto!important;min-height:auto;padding:20px}
    .deptinfo-type1 .text-sec .txt-sec {line-height:26px}
    ul.deptlist-type2>li div p {line-height:25px}
    ul.deptlist-type2>li span.s-num {width:30px;height:30px;line-height:30px;font-size:13px}
}
@media all and (max-width:599px) {
    ul.deptlist-type2 {padding:20px 0}
    .deptinfo-type1 .text-sec h3 {margin-bottom:15px;font-size:22px}
}
@media all and (max-width:399px) {
    .deptinfo-type1 {padding-top:30px;padding-bottom:20px}
    .deptinfo-type1 .text-sec::before {width:10px}
    .deptinfo-type1 .text-sec {padding-left:25px}
    .deptinfo-type1 .pimg-sec {padding-left:15px;margin:20px 0}
}



.c-list05 {margin-top:18px}
.c-list05 li {font-size:1.176em;font-weight:500;position:relative;min-height:115px;padding-left:180px;box-sizing:border-box; }
.c-list05 li .tit {position:absolute;top:0;left:0;line-height:45px;color:#333;font-weight:500}
.c-list05 li .num {font-family:univia-pro,"Noto Sans KR",sans-serif;width:45px;height:45px;background:#ec6c00;border-radius:50%;display:inline-block;text-align:center;color:#fff;font-size:17px;font-weight:500;vertical-align:middle;box-sizing:border-box;margin-right:70px;position:relative}
.c-list05 li .num::after {content:"";width:65px;height:1px;background:#ccc;position:absolute;top:47%;left:39px}
.c-list05 li .c-text {font-size:.85em;font-weight:400;padding-top:9px;display:block}
.c-list05.type-2 li .tit {position:static;padding-left:115px;font-weight:500; font-size:25px;}
.c-list05.type-2 li .tit .num {position:absolute;margin:0;top:0;left:0; line-height:2.3}
.c-list05.type-2 li {padding-left:0;padding-top:0;margin-bottom:12px}
.c-list05.type-2 .c-text {padding-left:115px; line-height:1.5}
.c-list05.type-3 li {position:relative;padding-left:115px}
.c-list05.type-3 li .tit {position:static;line-height:45px;color:#333;display:inline-block;margin-right:15px}
.c-list05.type-3 li .num {position:absolute;top:0;left:0;line-height:45px}
.c-list05.type-3 li .c-text {display:inline-block;padding-top:0}
.c-list05 li .rel-subject {margin-left:115px;min-height:80px;background:#f7f7f7;margin-top:20px}
.c-list05 li .rel-subject .s-tit {background:#f08933;color:#fff;font-size:0.882em;font-weight:400;min-width:100px;height:50px;display:inline-block;position:absolute;text-align:center;line-height:50px;padding:0 10px;box-sizing:border-box}
.c-list05 li .rel-subject ul {font-size:0;padding:20px 0 10px 120px;box-sizing:border-box}
.c-list05 li .rel-subject ul li {font-size:17px;font-weight:400;min-height:0;display:inline-block;background:#fff;border-radius:0 10px 0 10px;border:1px solid #ccc;padding:4px 15px 5px;margin-bottom:0;margin-right:10px;margin-bottom:10px}
.c-list05 li .rel-subject ul.custom155 {padding-left:155px}
/*! c-list06 */
.c-list06 {margin-top:10px}
.c-list06 li {display:block;box-sizing:border-box;position:relative;top:0;left:0;font-size:.941em;padding:4px 0 4px 13px;line-height:1.3}
.c-list06 li:before {content:"";position:absolute;top:13px;left:0;width:5px;height:2px;background-color:#ccc}
/*! deptlist-type1 */
.deptlist-type1 {overflow:hidden}
.deptlist-type1 li {width:calc(50% - 25px);float:left;border-bottom:1px solid #ccc;position:relative;padding:11px 0 21px 80px;box-sizing:border-box;margin-bottom:20px}
.deptlist-type1 li:nth-child(2n-1) {margin-right:50px}
.deptlist-type1 li .num {font-family:univia-pro,"Noto Sans KR",sans-serif;font-weight:500;padding:22px 0 0 30px;width:60px;box-sizing:border-box;height:60px;background:#57add3;border-radius:10px 0 0 0;display:block;color:#fff;position:absolute;top:0;left:0}
.deptlist-type1 li .tit {font-size:1.059em;font-weight:500;margin-bottom:20px;color:#333}
.deptlist-type1 li.mh142 {min-height:142px}
.deptlist-type1 li.mh173 {min-height:173px}
.deptlist-type1 li.col-01 {width:100%;margin-bottom:0}



.visual__tag {
	z-index: 2;
	display: inline-block;
	position: relative;
	margin-top: 40px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.visual__tag {
		margin-top: 3.13vw;
	}
}

.visual__tag__list li {
	display: inline-block;
}

.visual__tag__list li + li {
	margin-left: 6px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.visual__tag__list li + li {
		margin-left: 0.47vw;
	}
}

.visual__tag__item {
	display: inline-block;
	border-radius: 18px;
	padding: 0 18px;
	height: 36px;
	font-size: 16px;
	color: #fff;
	vertical-align: baseline;
	background: #05c3d5;
	line-height: 34px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.visual__tag__item {
		padding-right: 1.41vw;
		padding-left: 1.41vw;
		height: 2.81vw;
		font-size: 1.25vw;
		line-height: 2.66vw;
	}
}

.visual__tag__item.tag__count {
	background: #474a5f;
}

.visual__button {
	margin-top: 55px;
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
	.visual__button {
		margin-top: 4.3vw;
	}
}








#wrap.freeTrialWrap .headerFixed{border-bottom:0;}
.trialMainWrap{min-width:1080px;width:100%;overflow:hidden;margin:0 auto;}
.trialMainWrap *{box-sizing:border-box;}
.trialMainWrap strong{display:block;text-align:center;}
.trialMainWrap strong.tit1{font-size:45px;line-height:70px;color:#180e07;font-weight:800;letter-spacing:-.05em}
.trialMainWrap strong.tit1 span{display:block; padding-top: 14px;}
.trialMainWrap strong.tit1 em{color:#ec5c00;}
.trialMainWrap .trialMainInner{width:1920px;position:relative;left:50%;margin-left:-960px;}

.trialMainWrap .con1.sub02_01 {height: 1700px}
.trialMainWrap .con1.sub02_02 {height: 850px}
.trialMainWrap .con1 .tit{font-size:45px;line-height:70px;color:#180e07;font-weight:800;letter-spacing:-.05em}
.trialMainWrap .con1 .bg1{position:absolute;top:0;left:0;width:100%;height:850px;background:url(../../images/sub/bg_g_top.jpg) top repeat-x; background-size: contain;}
.trialMainWrap .con1 .bg2{position:absolute;top:850px;left:0;width:100%;height:850px;background:#fffae4 url(../../images/sub/program/bg_ground.png) 50% 75px no-repeat;}
.trialMainWrap .con1 .bg3{position:absolute;top:1180px;left:0;width:100%;height:700px;background:#f6f6f6;}

.trialMainWrap .con1 .objs{visibility:hidden}
.trialMainWrap .con1 .objs i{display:block;position:absolute;background:url(../../images/sub/program/objs_top.png) no-repeat;}
.trialMainWrap .con1 i.obj1{z-index:3;top:390px;left:580px;width:744px;height:460px;background-position:-535px 0;}

.trialMainWrap .con1 i.obj1_1{z-index:3;top:404px;left:580px;width:744px;height:461px;background:url(../../images/sub/program/objs_top2.png) no-repeat;}

.trialMainWrap .con1 i.obj2{z-index:2;top:317px;left:837px;width:259px;height:338px;background:none;overflow:hidden;}
.trialMainWrap .con1 i.obj2 i{width:259px;height:338px;background-position:-600px -300px;transform:translateY(300)}
.trialMainWrap .con1 i.obj3{z-index:1;top:198px;left:-8px;width:494px;height:502px;}
.trialMainWrap .con1 i.obj4{z-index:0;top:382px;left:225px;width:111px;height:101px;background-position:-300px -650px;transform-origin:50% 100%}
.trialMainWrap .con1 i.obj5{z-index:0;top:104px;left:214px;width:214px;height:237px;background-position:-2500px -0px;}
.trialMainWrap .con1 i.obj6{z-index:0;top:548px;left:375px;width:104px;height:101px;background-position:-0px -530px;transform-origin:50% 100%}
.trialMainWrap .con1 i.obj7{z-index:1;top:600px;left:-50px;width:229px;height:181px;background-position:-0px -650px;transform-origin:15% 100%}
.trialMainWrap .con1 i.obj8{z-index:1;top:209px;left:128px;width:152px;height:84px;background-position:-100px -900px;}
.trialMainWrap .con1 i.obj9{z-index:1;top:492px;left:243px;width:84px;height:70px;background-position:-442px -900px;}
.trialMainWrap .con1 i.obj10{z-index:1;top:501px;left:75px;width:105px;height:111px;background-position:-300px -900px;}
.trialMainWrap .con1 i.obj11{z-index:0;top:490px;left:520px;width:60px;height:56px;background-position:-550px -900px;}
.trialMainWrap .con1 i.obj12{z-index:1;top:258px;left:1298px;width:55px;height:49px;background-position:-646px -900px;}
.trialMainWrap .con1 i.obj13{z-index:0;top:450px;left:1373px;width:47px;height:61px;background-position:-740px -900px;}
.trialMainWrap .con1 i.obj14{z-index:0;top:183px;left:1470px;width:50px;height:30px;background-position:-800px -900px;}
.trialMainWrap .con1 i.obj15{z-index:1;top:347px;left:1612px;width:169px;height:99px;background-position:-900px -900px;}
.trialMainWrap .con1 i.obj16{z-index:0;top:145px;left:1441px;width:677px;height:607px;background-position:-1300px -0px;}
.trialMainWrap .con1 i.obj17{z-index:0;top:508px;left:1617px;width:140px;height:204px;background-position:-1000px -650px;transform-origin:100% 100%}
.trialMainWrap .con1 i.obj18{z-index:0;top:266px;left:1567px;width:502px;height:377px;background-position:-2000px -0px;}
.trialMainWrap .con1 i.obj19{z-index:0;top:481px;left:1708px;width:230px;height:210px;background-position:-1200px -650px;}

.trialMainWrap .con1 .cont{position:relative;width:1080px;margin:0 auto;text-align:center;}
.trialMainWrap .con1 .txt1{padding-top:165px;font-size:24px;line-height:24px;color:#666;letter-spacing:0.1em;word-spacing:.15em; font-weight:bold}
.trialMainWrap .con1 .txt2{padding-top:16px;font-weight:800;font-size:65px;line-height:75px;color:#ec6c00;word-spacing:-.15em;}
.trialMainWrap .con1 .txt3{padding-top:10px;font-weight:800;font-size:150px;line-height:150px;color:#239aff;letter-spacing:-.05em}
.trialMainWrap .con1 .txt3 span:first-child{display:inline-block;letter-spacing:-.1em}
.trialMainWrap .con1 .txt4{margin-top:450px;font-size:25px;line-height:42px;color:#180e07;}
.trialMainWrap .con1 .box{position:relative;height:357px;margin-top:54px;padding:74px 0 0 108px;text-align:left;}
.trialMainWrap .con1 .box::before{display:block;content:'';position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;border-radius:88px;background-color:#fff;}
.trialMainWrap .con1 .box .obj{position:absolute;top:-144px;left:813px;width:176px;height:214px;background:url(../../images/sub/program/objs_top.png) -450px -650px no-repeat}
.trialMainWrap .con1 .box .txt{position:relative;z-index:1;font-size:30px;line-height:47px;color:#180e07;font-weight:800;letter-spacing:-.05em}
.trialMainWrap .con1 .box a{display:block;position:relative;z-index:1;margin-top:30px;width:418px;height:89px;border-radius:42px;background-color:#239aff;font-weight:800;letter-spacing:-.02em;font-size:33px;line-height:33px;color:#fff;padding:26px 0 0 58px;}
.trialMainWrap .con1 .box a em{color:#fff71b;}
.trialMainWrap .con1 .box a i{display:block;position:absolute;background:url(../../images/sub/program/objs_top.png) 0 -650px no-repeat}
.trialMainWrap .con1 .box a .eff{top:23px;left:343px;width:35px;height:17px;background-position-x:-2600px;}
.trialMainWrap .con1 .box a .eff.animate{animation: btn_eff 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) 1s infinite;}
.trialMainWrap .con1 .box a .hand{top:42px;left:341px;width:52px;height:66px;background-position-x:-2700px;}
.trialMainWrap .con1 .box a .hand.animate{animation: btn_hand 1.2s ease-in 1s infinite;}
.trialMainWrap .con1 .box .img{display: block;position: absolute;z-index: 1;top: 24px;left: 608px;width: 360px;height: 300px;background: url(../../images/sub/program/objs_top.png) -2200px -591px no-repeat;}
.trialMainWrap .con1 .box .img i{display: block; position: absolute; z-index: 1; top: 92px; left: 29px; width: 301px; height: 180px; background: url(../../images/sub/program/objs_top.png) -1806px -650px no-repeat;}

.trialMainWrap .con1 .box2 {position:relative;margin-top:570px;}
.trialMainWrap .con1 .box2 .tit{}
.trialMainWrap .con1 .box2 .face{width:387px;height:387px;margin:54px auto 0;border-radius:50%;background:url(../../images/sub/program/objs_2.png) no-repeat}
.trialMainWrap .con1 .box2 .face2{width:387px;height:387px;margin:54px auto 0;border-radius:50%;background:url(../../images/sub/program/face2.png) no-repeat}
.trialMainWrap .con1 .box2 p{display:block;position:absolute;padding:20px 40px;font-size:22px;color:#180e07;min-width:325px;border-radius:34px;background-color:#fff;text-align:left;}
.trialMainWrap .con1 .box2 p::before{display:block;content:'';position:absolute;top:10px;width:44px;height:24px;background:url(../../images/sub/program/objs_2.png) -400px -0px no-repeat;}
.trialMainWrap .con1 .box2 .talk1::before,
.trialMainWrap .con1 .box2 .talk2::before{left:-16px;}
.trialMainWrap .con1 .box2 .talk3::before,
.trialMainWrap .con1 .box2 .talk4::before{right:-16px;}
.trialMainWrap .con1 .box2 .talk1{top:213px;left:630px;}
.trialMainWrap .con1 .box2 .talk2{top:362px;left:673px;}
.trialMainWrap .con1 .box2 .talk3{top:224px;left:40px;}
.trialMainWrap .con1 .box2 .talk4{top:342px;left:32px;}


.trialMainWrap .con1_1 .reading {position:relative;margin-top:85px; z-index:999}
.trialMainWrap .reading .txts {text-align: center; }
.trialMainWrap .con1_1 .txt3 {  padding-top: 10px; font-weight: 500; font-size: 150px; line-height: 150px; letter-spacing: -.05em; color:#959595}
.trialMainWrap .reading .txts .lg {font-weight:700; font-size:75px; line-height:120px; color:#666; width: 100%;}
.trialMainWrap .reading .txts .md {font-weight:700; font-size:50px; line-height:64px; color:#666; width: 100%;}
.trialMainWrap .reading .txts .md strong {font-weight: 400}
.trialMainWrap .reading .txts .md strong em {font-weight: 400}
.trialMainWrap .reading .txts .md2 {font-size: 26px; width: 100%;}
.trialMainWrap .reading .txts .sm {font-size:23px; color:#666; line-height:42px; width: 100%;}
.trialMainWrap .reading .txts .sm2 {font-size: 20px; line-height: 36px ; width: 100%;}



.trialMainWrap .con2{position:relative;/*margin-top:85px;*/height:490px;}
.trialMainWrap .con2 .bg{position:absolute;top:0;left:0;width:300%;height:100%;background:url(../../images/sub/program/bg_study.jpg) no-repeat;  background-attachment:fixed}
.trialMainWrap .con2 .objs{}
.trialMainWrap .con2 .objs i{display:block;position:absolute;background:url(../../images/sub/program/objs_2.png) center 0 no-repeat;}
.trialMainWrap .con2 .objs .obj1{top:-31px;left:500px;width:205px;height:155px;background-position:-500px 0;display:none;}
.trialMainWrap .con2 .objs .obj2{top:214px;left:275px;width:126px;height:76px;background-position:-750px 0;}
.trialMainWrap .con2 .objs .obj3{top:260px;left:1572px;width:70px;height:50px;background-position:-900px 0;}
.trialMainWrap .con2 .objs .obj4{top:151px;left:1456px;width:90px;height:130px;background-position:-1000px 0;}
.trialMainWrap .con2 .txt{position:absolute;top:155px;width:100%;font-size:40px;color:#fff;font-weight:800;text-align:center;letter-spacing:-.05em;}
.trialMainWrap .con2 .txt span {line-height:1.2}
.trialMainWrap .con2 .txt *{display:block;}
.trialMainWrap .con2 .txt em{color:#fff336; line-height:1.5; font-size:55px;}

.trialMainWrap .con3{position:relative;width:1080px;margin:110px auto 0;text-align:center;}
.trialMainWrap .con3 .tit1{}
.trialMainWrap .con3 .txt1{margin-top:45px;font-size:20px;color:#959595;line-height:36px;}
.trialMainWrap .con3 ul{display:table;width:100%;margin-top:78px;}
.trialMainWrap .con3 li{display:table-cell;width:33.3%;text-align:center;}
.trialMainWrap .con3 li strong{display:block;width:285px;height:58px;margin:0 auto;padding-top:19px;border-radius:30px;background-color:#ec5c00;text-align:center;font-weight:800;color:#fff;font-size:20px;line-height:20px;letter-spacing:-.05em;}
.trialMainWrap .con3 li .img{margin:15px auto 0;background-color:#f8f8f8;}
.trialMainWrap .con3 li .img1{width:198px; height:178px; background:url(../../images/sub/program/obj_achiev1.png) no-repeat}
.trialMainWrap .con3 li .img2{width:198px; height:178px; background:url(../../images/sub/program/obj_achiev2.png) no-repeat}
.trialMainWrap .con3 li .img3{width:198px; height:178px; background:url(../../images/sub/program/obj_achiev3.png) no-repeat}
.trialMainWrap .con3 li p{margin-top:15px;font-size:18px;line-height:32px;color:#959595;text-align:center;}
.trialMainWrap .con3 .noti{display:block;margin-top:45px;text-align:center;font-size:12px;color:#c9c9c9;}

.trialMainWrap .leftcon{position:relative;width:1592px;height:222px;margin-top:50px;padding:64px 0 0 320px;background-color:#e6f6ff;border-top-right-radius:111px;border-bottom-right-radius:111px;}
.trialMainWrap .leftcon p{font-size:30px;line-height:50px;font-weight:800;text-align:center;letter-spacing:-.05em;}
.trialMainWrap .leftcon p em{color:#239aff;}
.trialMainWrap .leftcon .obj{position:absolute;right:-148px;bottom:0;background:url(../../images/sub/program/objs_2.png) no-repeat}
.trialMainWrap .leftcon1 .obj{width:250px;height:197px;background-position:-1100px 0;}
.trialMainWrap .leftcon2{margin-top:70px;background-color:#fff3f0;}
.trialMainWrap .leftcon2 p{display:none;}
.trialMainWrap .leftcon2 p:first-child{display:block;}
.trialMainWrap .leftcon2 p em{color:#fc664d;}
.trialMainWrap .leftcon2 .obj{width:228px;height:172px;background-position:-1700px 0;}
.trialMainWrap .rightcon{position:relative;height:222px;margin-top:115px;}
.trialMainWrap .rightcon .inner{position:absolute;top:0;right:0;width:1592px;height:222px;padding:64px 420px 0 30px;background-color:#fff3e6;border-top-left-radius:111px;border-bottom-left-radius:111px;}
.trialMainWrap .rightcon p{font-size:30px;line-height:50px;font-weight:600; color: #212121; text-align:center;letter-spacing:-.05em;}
.trialMainWrap .rightcon p em{color:#fd8503;}
.trialMainWrap .rightcon .obj{position:absolute;left:-193px;bottom:0;width:255px;height:252px;background:url(../../images/sub/program/objs_2.png) -1400px 0 no-repeat}

.trialMainWrap .con4 {position:relative;width:1080px;margin:120px auto 0;text-align:center;}
.trialMainWrap .con4 .tit1 em{color:#fd8503;}
.trialMainWrap .con4 .txt1{margin-top:47px;font-size:20px;line-height:36px;color:#959595;}
.trialMainWrap .con4 ul{overflow:hidden;margin-top:25px;}
.trialMainWrap .con4 li{float:left;width:320px;margin:55px 0 0 60px;}
.trialMainWrap .con4 li:nth-child(3n+1){margin-left:0;}
.trialMainWrap .con4 li strong{text-align:center;font-size:22px;color:#180e07;font-weight:800;}
.trialMainWrap .con4 li .img{margin-top:30px; width:302px; height:178px;}
.trialMainWrap .con4 li .img1{background:url(../../images/sub/program/book_01.png);}
.trialMainWrap .con4 li .img2{background:url(../../images/sub/program/book_02.png);}
.trialMainWrap .con4 li .img3{background:url(../../images/sub/program/book_03.png);}

.book_box {overflow:hidden; margin-top:50px; display: flex; justify-content: center; flex-wrap: wrap;}
.item {float: left;}

/*.book-item:nth-child(1),
.book-item:nth-child(5) {margin-left:0;}

.book-item:nth-child(5),
.book-item:nth-child(10) {margin-right:0;}
*/
.book-item {width: 183px; height: auto; position:relative; overflow: hidden; border-radius: 0 10px 10px 0; box-shadow: 0 8px 20px  0 rgb(0 0 0 / 20%); margin: 20px}
.book-item img {position: relative;  width: 100%; height: auto; object-fit: cover;}

.trialMainWrap .con5 {position:relative; width:100%;/* height:430px*/}
.trialMainWrap .con5 .cont{position:relative;width:1080px;margin:93px auto 0;text-align:center;}
.trialMainWrap .con5 .tit1 em{color:#fc664d;}
.trialMainWrap .con5 .txt1{margin-top:47px;font-size:20px;line-height:36px;color:#959595;}
.trialMainWrap .con5 .bg1{position:absolute;top:200px;left:0;width:100%;height:400px;background:#f6f6f6;}


.trialMainWrap .sliderWrap{position:relative;margin-top:68px;}
.trialMainWrap .slider{width:907px;height:645px;margin:0 auto;overflow:hidden;}
.trialMainWrap .slider strong{font-size:24px;color:#180e07;}
.trialMainWrap .slider .box{}
.trialMainWrap .slider .box strong{font-family:'tmoney';font-weight:800;}
.trialMainWrap .slider .box .img{width:907px;height:583px;margin-top:28px;padding-top:48px;border:3px solid #eef5fb;border-radius:30px;background-color:#fff;text-align:center;}
.trialMainWrap .slider .box .img img{width:797px;height:478px;margin:0 auto;}
.trialMainWrap .nav{}
.trialMainWrap .nav .slick-arrow{position:absolute;top:318px;display:block;width:61px;height:61px;background:url(../../images/sub/program/icons.png) no-repeat;border:0;font-size:1px;color:transparent;}
.trialMainWrap .nav .slick-prev{left:0;}
.trialMainWrap .nav .slick-next{right:0;background-position:0 -100px;}



.trialMainWrap .con6{position:relative;width:1080px;margin:173px auto 0;text-align:center;}
.trialMainWrap .con6 .tit1 em{color:#46ba59;}
.trialMainWrap .con6 .txt1{margin-top:47px;font-size:20px;line-height:36px;color:#959595;}
.trialMainWrap .con6 .both{overflow:hidden;margin:88px 35px 0 50px; }
.trialMainWrap .con6 .both .left{float:left; width:45%}
.trialMainWrap .con6 .both .tit2{font-size:34px;color:#292929;font-weight:800;letter-spacing:-.05em;}
.trialMainWrap .con6 .both .txt{margin-top:18px;font-size:18px;line-height:30px;color:#959595; word-break:keep-all; border: 5px solid #999; padding:30px; height:340px; border-radius:50px;}
.trialMainWrap .con6 .both .left ul{position:relative;overflow:hidden;}
.trialMainWrap .con6 .both .left li{float:left;width:227px;margin-top:54px;}
.trialMainWrap .con6 .both .left li .img{width:227px;height:227px;background:url(../../images/sub/program/objs_2.png) 0 -400px no-repeat}
.trialMainWrap .con6 .both .left li strong{margin-top:30px;font-size:20px;color:#232323;font-weight:800;}
.trialMainWrap .con6 .both .left li p{margin-top:17px;font-size:18px;color:#959595;line-height:28px; word-break:keep-all}
.trialMainWrap .con6 .both .left li.c1 .img{width:206px;}
.trialMainWrap .con6 .both .left li.c2{margin-left:-21px;}
.trialMainWrap .con6 .both .left li.c2 .img{background-position-x:-206px;}
.trialMainWrap .con6 .both .right{float:right; width:45%; }
.trialMainWrap .con6 .both .right .img{width:470px;height:300px;margin:54px auto 0;background:url(../../images/sub/program/objs_2.png) -842px -796px no-repeat}

.trialMainWrap .con7{position:relative;z-index:1;height:600px;text-align:center;margin-top:173px;}
.trialMainWrap .con7 .bg4{position:absolute;top:0;left:0;width:600%;height:1181px;background:url(../../images/sub/program/bg_study2.jpg) no-repeat; background-attachment:fixed}
.trialMainWrap .con7 .tit1{padding-top:130px;color:#fff;}
.trialMainWrap .con7 .tit1 em{color:#fff71b;}
.trialMainWrap .con7 .txt1{margin-top:27px;font-size:20px;line-height:36px;color:#fffefe;}
.trialMainWrap .con7 .cont{position:relative;}
.trialMainWrap .con7 .both ul{overflow:hidden;width:890px;margin:70px auto 0;}
.trialMainWrap .con7 .both li{float:left;width:445px;}
.trialMainWrap .con7 .both li strong{width:285px;height:58px;margin:0 auto;border-radius:30px;background-color:#45fef7;font-size:20px;color:#252a44;text-align:center;padding-top:14px;font-weight:800;letter-spacing:-.05em;}
.trialMainWrap .con7 .both li .img{margin:38px auto 0;}
.trialMainWrap .con7 .both li.c1 .img{width:426px;height:264px; background:url(../../images/sub/program/obj_tech1.png) no-repeat}
.trialMainWrap .con7 .both li.c2 .img{width:288px;height:264px; background:url(../../images/sub/program/obj_tech2.png) no-repeat}
.trialMainWrap .con7 .both li p{font-size:18px;color:#d1d6ff;line-height:32px;}
.trialMainWrap .con7 .obj{position:absolute;left:1180px;top:-34px;width:270px;height:214px;background:url(../../images/sub/program/objs_2.png) -779px -400px no-repeat}


.trialMainWrap .con9{position:relative;z-index:2;height:151px;margin-top:13px;text-align:center;}
.trialMainWrap .con9 .tit1 em{color:#fff71b;}
.trialMainWrap .con9 .btn{display:inline-block;position:relative;z-index:1;margin-top:44px;height:99px;border-radius:50px;background-color:#333;font-weight:800;font-size:33px;line-height:33px;color:#fff;padding:32px 109px 0 68px;letter-spacing:-.03em;}
.trialMainWrap .con9 .btn em{color:#fff71b;}
.trialMainWrap .con9 .btn i{display:block;position:absolute;background:url(../../images/sub/program/objs_top.png) 0 -650px no-repeat}
.trialMainWrap .con9 .btn .eff{top:28px;right:48px;width:35px;height:17px;background-position-x:-2600px;}
.trialMainWrap .con9 .btn .eff.animate{animation: btn_eff 1.2s cubic-bezier(0.470, 0.000, 0.745, 0.715) 1s infinite;}
.trialMainWrap .con9 .btn .hand{top:47px;right:31px;width:52px;height:66px;background-position-x:-2700px;}
.trialMainWrap .con9 .btn .hand.animate{animation: btn_hand 1.2s ease-in 1s infinite;}

@-webkit-keyframes btn_eff {
	0% {transform: scale(.1);opacity:0}
	35% {transform: scale(.1);opacity:0}
	40% {transform: scale(1);opacity:1}
}
@-webkit-keyframes btn_hand {
	0% {transform: translateZ(4px) translateY(1px);opacity:0}
	20% {transform: translateZ(4px) translateY(1px);opacity:0}
	35% {transform: translateZ(0) translateY(0);opacity:1}
}


/*독서멘토*/
.trialMainWrap [class*=trigger] {position: absolute;}
.readingMentor_trigger_txt1 {top:0;}
.readingMentor_trigger_txt2 {top:900px;}
.readingMentor_trigger_obj1 {top:1000px;}
.readingMentor_trigger_txt2-1 {top:1700px;}
.readingMentor_trigger_txt3 {top:3500px;}
.readingMentor_trigger_txt4 {top:4000px;}
.readingMentor_trigger_txt5 {top:4900px;}



.readingMentor {padding: 80px 0}
.readingMentor .cor_b {color:#000 !important}
.readingMentor .cor_pink {color:#e692a6 !important}
.readingMentor .cor_blue {color:#2b4887 !important}
.readingMentor .txts {text-align: center; }
.readingMentor .txts strong {display: inline-block;}
.readingMentor .txts em {color: #ec6c00; font-weight: 600; line-height: 37px;}
.readingMentor .txts .lg {font-weight:700; font-size:75px; line-height:120px; color:#666; width: 100%;}
.readingMentor .txts .md {font-weight:700; font-size:50px; line-height:64px; color:#666; width: 100%;}
.readingMentor .txts .md strong {font-weight: 400}
.readingMentor .txts .md strong em {font-weight: 400}
.readingMentor .txts .md2 {font-size: 26px; width: 100%;}
.readingMentor .txts .sm {font-size:23px; color:#666; line-height:42px; width: 100%;}
.readingMentor .txts .sm2 {font-size: 20px; line-height: 36px ; width: 100%;}


.readingMentor.con1 {height: 850px;}
.readingMentor.con1 .bg3 {position:absolute;top:1240px;left:0;width:100%;height:400px;background:#f6f6f6;}
.readingMentor_book .book_box {margin-top: 90px !important;}
.readingMentor_book .txt1 {margin-top: 27px !important}
.readingMentor_book.con5 {height: auto !important}
.readingMentor_book.con5 .bg1 {top: 245px;}
.readingMentor_book.con5 .bg1.row2 { height: 750px;}
.readingMentor_book.con5 .bg1.row3 { height: 990px;}

.trialMainWrap .con1.readingMentor {height: 850px;}
.trialMainWrap .con1.readingMentor .bg1{position:absolute;top:0;left:0;width:100%;height:850px;background:url(../../images/sub/bg_g_top.jpg) top repeat-x; background-size: contain;}
.trialMainWrap .con1.readingMentor i.obj1{z-index:3;top:390px;left:580px;width:744px;height:460px;background-position:-535px 0;}
.trialMainWrap .con1.readingMentor .txt1 {padding-top: 95px}

.trialMainWrap .con1.sub3_2 {height: 850px;}
.trialMainWrap .con1.sub3_2 .txt1 {padding-top: 165px;}
.trialMainWrap .con1.sub3_2 .obj1 {top: 390px;}

.readingMentor.con2 {background: #fcf3db; height: 1160px; margin-top: 0; overflow: hidden;}
.readingMentor.con2 .txt2 {margin: 40px 0}
.readingMentor.con2 .obj1 {position: absolute; left: 50%; margin-left: -590px; bottom: -85px; transition: all 1.5s ease-out;}
.readingMentor.con2 .obj1::before {display: block; content: ''; pointer-events: inherit; z-index: 1; width: 1180px; height: 758px; background: url(/images/sub/readingMentor-con2-pic1.png) no-repeat center;}
.readingMentor.con2 .obj1.go {animation: con1_obj2 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;opacity:0}

.readingMentor.con2 .obj2 {position: absolute; top: 0; left: 0;}
.readingMentor.con2 .obj3 {position: absolute; right: 300px; top: 200px;}
.readingMentor.con2 .obj4 {position: absolute; right: 0; bottom: 200px;}
.readingMentor.con2 .obj5 {position: absolute; left: 400px; top: 500px;}
.readingMentor.con2 .obj6 {position:absolute; left: 120px; bottom: 300px;}
.readingMentor.con2 .obj7 {position:absolute; right: 420px; top: 600px;}



.readingMentor.con2-1 {background: #3d60a7;}
.readingMentor.con2-1 ul.edu_goal_list {display: flex; justify-content: center; width: 1200px; margin:0 auto;}
.readingMentor.con2-1 ul.edu_goal_list li {text-align: center; padding: 0 20px; position: relative; width: 25%; box-sizing: border-box;}
.readingMentor.con2-1 ul.edu_goal_list li::after {position: absolute; top: 0; left: 0; width: 1px; height: 250px; background: rgba(255,255,255,0.15); content: '';}
.readingMentor.con2-1 ul.edu_goal_list li:first-of-type::after {display: none;}
.readingMentor.con2-1 ul.edu_goal_list li p {font-size: 18px; color: #fff; text-align: center; line-height: 27px; word-break: keep-all;}
.readingMentor.con2-1 ul.edu_goal_list li p img {}
.readingMentor.con2-1 ul.edu_goal_list li span {font-size: 23px; font-weight: 600;}
.readingMentor.con2-1 ul.edu_goal_list li.goal3 p img, ul.edu_goal_list li.goal4 p img {width: 160px; padding: 17px 0}

.readingMentor.con3 {background: url(/images/sub/readingMentor-con3-bg.jpg) no-repeat center bottom, #edf7ff; height: 1160px; width: 100%;}
.readingMentor.con3 .power {position:absolute; top:350px; left: 50%; width:400px; height: 230px; background: #fff; border-radius: 50px; box-sizing: border-box; padding: 40px; text-align: center; font-size: 19px; line-height: 29px; z-index: 4;}
.readingMentor.con3 .power span {display: block; width: 280px; height: 65px; line-height: 65px; font-weight: 700; color: #fff; text-align: center; font-size: 26px; border-radius: 50px; margin: -75px auto 60px auto; background: #06a3ea;}
.readingMentor.con3 .power span em {color: #fff839;}
.readingMentor.con3 .power.txt2 {margin-left: -630px;}
.readingMentor.con3 .power.txt3 { margin-left: -200px;}
.readingMentor.con3 .power.txt4 {margin-left: 230px;}
.readingMentor.con3 .pic1 {position: absolute; bottom: 0; left: 50%; margin-left: -600px;}

.introMainWrap .con6.readin {position:absolute; top:5790px; left:420px; width:1080px; padding-left: 597px !important; box-sizing: border-box;}
.introMainWrap .con6.readin .obj8 {top:0;left:0;width:478px;height:467px; background:url(/images/sub/readin-con6-obj.png) no-repeat; overflow:hidden;}
.introMainWrap .con6.readin .txt1 {top:126px; text-align: left;}
.introMainWrap .con6.readin .txt1 strong {font-weight: 700;}
.introMainWrap .con6.readin .txt2 {top:186px; text-align: left;}


.program_rcmd {position: absolute; width: 1200px !important; height: 550px !important; margin: 0 auto; margin-bottom: 80px !important;}
.program_rcmd .objs {position: absolute; top: 0;  width: 667px; height: 504px; background-position: center; background-repeat: no-repeat; }
.program_rcmd .txts {position: absolute; top: 0;}
.program_rcmd .txts .txt1 {text-align: left; margin-bottom: 30px;}
.program_rcmd .txts .txt1 span {vertical-align: baseline; color: #ec6c00;}
.program_rcmd .txts ul {}
.program_rcmd .txts ul li {width: auto; float: none; font-size: 20px; color: #333; background: url(/images/sub/check.png) no-repeat center left; padding: 3px; padding-left: 30px; margin: 8px 0; text-align: left;}

.readingMentor.con4 .objs {background-image: url(/images/sub/readingMentor-con4-pic1.png); left: -40px;}
.readingMentor.con4 .txts {right: 0;}
.readingMentor.con5 {margin-bottom: 100px; margin-top: 50px;}
.readingMentor.con5 .objs {background-image: url(/images/sub/readingMentor-con4-pic2.png); right: -40px;}
.readingMentor.con5 .txts {left: 0;}


.sub-menu-btn-wrap {display: flex;flex-wrap: wrap;justify-content: center;margin-top: 60px;}
.sub-menu-btn-wrap .btn-menu {display: flex;align-items: center;justify-content: center;width:190px;height:56px;text-align: center;background-color: #ebebeb;border-radius: 28px;margin-left:12px;font-size: 18px;text-decoration: none;color:#333;box-sizing: border-box;}
.sub-menu-btn-wrap .btn-menu:first-child {margin-left: 0;}
.sub-menu-btn-wrap .btn-menu:hover,
.sub-menu-btn-wrap .btn-menu.on {color: #fff;font-weight: 700;}

.sub-menu-btn-wrap .btn-menu:hover,
.sub-menu-btn-wrap .btn-menu.on {background-color: #ec5c00;}
.sub-menu-btn-wrap .btn-menu.fs16 {font-size: 16px;}
.sub-menu-btn-wrap .btn-menu.target-b {padding-right:12px;background-image: url(../images/ico-target-blank.png);background-repeat: no-repeat;background-position: 124px center;}
.sub-menu-btn-wrap .btn-menu.target-b:hover {background-image: url(../images/ico-target-blank-on.png);}

.sub-menu2 .slidemenu-area {position: relative;}
.sub-menu2 .slidemenu-box {width: 1200px;height: 800px;border-radius: 20px;overflow: hidden;position: relative;margin-bottom: 46px;}
.sub-menu2 .slidemenu-box .slidemenu-wrap {position: absolute;left:0;top:0;width:7200px;transition:left 0.3s}
.sub-menu2 .slidemenu-box .slide {float:left;width: 1200px;height: 800px;padding: 64px 136px 96px;background-color: #f9f9fc;box-sizing: border-box;position: relative;}
.sub-menu2 .btn-slide {width:80px;height: 80px;position: absolute;top:50%;transform:translateY(-40px);text-indent: 300px;overflow: hidden;white-space: nowrap;}
.sub-menu2 .btn-prev {left:24px;background: url(../images/ico-left-on.png) no-repeat center;}
.sub-menu2 .btn-prev.not {background-image: url(../images/ico-left-off.png);cursor: default;}
.sub-menu2 .btn-next {right:24px;background: url(../images/ico-right-on.png) no-repeat center;}
.sub-menu2 .btn-next.not {background-image: url(../images/ico-right-off.png);cursor: default;}
.sub-menu2 .slide-dot-wrap {text-align: center;margin-bottom: 120px;}
.sub-menu2 .slide-dot-wrap .dot {width:16px;height:16px;border-radius: 8px;background-color: #ebebeb;overflow: hidden;text-indent: 300px;white-space: nowrap;margin:0 6px;transition:all 0.4s ease;}
.sub-menu2 .slide-dot-wrap .dot.on {width:48px;cursor: default;}


.effect_list {display: flex; flex-wrap: wrap; justify-content: center; margin-top: 25px;}
.effect_list li {font-size: 18px; color: #444; padding: 10px 25px; border: 2px solid #ddd; margin: 0 10px; margin-bottom: 10px; line-height: 1.6; margin-top: 0 !important; border-radius: 5px; background: #fff;}
