@charset "utf-8";

/* slider */
.slider {overflow:hidden;}

/* main_vis */
.main_vis {position:relative; height:420px;}
.main_vis .vis_slider {height:100%;}
.main_vis .vis_slider .swiper-slide {height:100%; padding:0 20px;}
.main_vis .vis_slider .bg {position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 10%; background-size:cover; /* opacity:1; transform:scale(1.2); transition:transform 7s ease-out, opacity 1s ease 0.3s; */}
.main_vis .visual01 .bg {background-image:url(../images/main_vis01.jpg);}
.main_vis .visual02 .bg {background-image:url(../images/main_vis02.jpg);}
.main_vis .visual03 .bg {background-image:url(../images/main_vis03.jpg);}
.main_vis .text_box {max-width:var(--maxWidth); height:100%; display:flex; align-items:center; margin:0 auto; color:rgba(255,255,255,1); font-family: 'Escoredream'; text-align:center;}
.main_vis .text_box .inner {max-width:1000px; padding-left:20px; text-align:left;}
.main_vis .text_box .title {font-size:1.875rem; line-height:1.4; letter-spacing:-1px; text-shadow:1px 1px 12px rgba(25,25,25,0.25);}
.main_vis .text_box .title strong {color:#334ca1;}
.main_vis .text_box .title small {display:block; font-size:1rem; font-weight:400; color:rgba(255,255,255,0.6);}
.main_vis .text_box .desc {display:block; background:url(../images/common/logo_wh.png) 0 0 no-repeat; background-size:contain; width:420px; height:50px; margin-top:20px; opacity:0.9; font-size:0;}
.main_vis .swiper-horizontal>.swiper-pagination-bullets {bottom:10px;}
.main_vis .swiper-pagination-bullet {width:25px; height:7px; background-color:rgba(255,255,255,0.8); margin:0 2px; border-radius:0; opacity:1;}
.main_vis .swiper-pagination-bullet-active {background-color:var(--color);}

/* animation */
.main_vis .vis_slider .swiper-slide-active .title {-webkit-animation:1s .3s fadeText both; animation:1s .3s fadeText both;}
.main_vis .vis_slider .swiper-slide-active .desc {-webkit-animation:1s .6s fadeText both; animation:1s .6s fadeText both;}
.main_vis .vis_slider .swiper-slide-active .btn {-webkit-animation:1s .9s fadeText both; animation:1s .9s fadeText both;}
.main_vis .vis_slider .swiper-slide-active .bg {/* transform:scale(1); opacity:1; */}

@keyframes fadeText {
    0% {
        transform:translateY(100px);
        opacity:0;
    }

    100% {
        transform:translateY(0);
        opacity:1;
    }
}

/* control_btn */
.control_btn {display:flex; justify-content:center; align-items:center; text-align:center;}
.control_btn .slide_button, .control_btn .btn_more {width:34px; height:34px; border-radius:1rem; padding:0 3px; display:flex; justify-content:center; align-items:center;}
.control_btn .slide_button::after, .control_btn .btn_more::after {font-family:var(--material); color:#111; font-size:1.25rem;}
.control_btn .slide_button {background:#fff; border:1px solid #cdcdcd;}
.control_btn .slide_button::after {content:'\e5e0';}
.control_btn .slide_button + .slide_button {margin-left:5px;}
.control_btn .slide_button > span, .control_btn .btn_more > span {display:block; position:absolute; overflow:hidden; width:1px; height:1px; font-size:0; line-height:0; text-indent:100%;}
.control_btn .slide_next::after {transform: rotate(180deg);}
.control_btn .btn_more {background:var(--color); margin-left:5px;}
.control_btn .btn_more::after {content:'\e145'; color:#fff; font-size:1.5rem; transition: all 0.2s ease-out;}
.control_btn .btn_more:hover::after {transform:rotate(90deg);}
.control_btn .swiper-button-disabled {opacity:0.5; cursor:auto;}
.control_btn .slide_play::before, .control_btn .slide_play::after {content:''; background:#fff; width:2px; height:12px;}
.control_btn .slide_play::before {margin-right:4px;}
.pause ~ .control_btn .slide_play::before {display:none;}
.pause ~ .control_btn .slide_play::after {background:none; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-left:8px solid #fff;}
.control_btn .pager {font-size:14px; color:#fff; line-height:2; font-family: "Pretendard", serif;}
.control_btn .pager .swiper-pagination-current {color:#f7941d;}
.control_btn .pager > span {display:inline-block; min-width:12px;}
/* .control_btn .swiper-button-lock {display:none;} */

/* 알림존 */
.infozone {width:31.5%; position:relative;}
.infozone h3 {display:flex; font-size:1.5rem; line-height:1;}
.infozone h3::before {content:''; background:url(../images/icon_infozone_tit.png) 0 0 no-repeat; background-size:contain; width:25px; height:21px; margin-right:5px;}
.infozone .slider_wrap {background:#fff; overflow:hidden; margin-top:0.938rem;}
.infozone .thumb {height:225px;}
.infozone .thumb img {width:100%; height:100%; object-fit: cover;}
.infozone .thumb_wrap::after {padding-bottom:54.75%;}
.infozone .control_btn {display:flex; justify-content:center; align-items:center; max-width:120px; height:34px; padding:0 10px; position:absolute; top:17px; right:0; z-index:1; text-align:center;}
.infozone .control_btn .slide_button {width:20px; height:20px; padding:0; background:none; border:0; border-radius:0;}
.infozone .control_btn .slide_button:after {color:rgba(25,25,25,1); font-size:14px; font-weight:bold;}
.infozone .control_btn .pager {font-family:var(--fontRoboto); font-size:13px; font-weight:800; color:rgba(25,25,25,0.5);}
.infozone .control_btn .pager .swiper-pagination-current {color:rgba(25,25,25,0.5);}
.infozone .control_btn .pager > span {display:inline-block; min-width:12px;}
.infozone .close_btn {position:absolute; top:15px; right:15px; display:flex; justify-content:center; align-items:center; background:none; width:40px; height:40px; padding:0; opacity:0.8; z-index:1;}
.infozone .close_btn::after {content:'\e5cd'; font-size:24px; font-family:var(--material); color:rgba(255,255,255,0.7);}
.infozone .close_btn > span {display:block; text-indent:-9999px;}
.infozone h3::before {animation:boopUp 1s ease-out infinite; position:relative;}
@keyframes boopUp {
	0% {bottom:0;}
	25% {bottom:-2px;}
	50% {bottom:-4px;}
	75% {bottom:-2px;}
	100% {bottom:0;}
}

.main_cmnty {margin-top:1.25rem;}
.main_cmnty > .innerwrap {background:#fff; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden;}
.main_cmnty > .innerwrap > div {padding:1.5rem 0;}
.main_cmnty .notice {width:31.5%;}

/* notice */
.notice {position:relative;}
.notice h3 {font-size:1.5rem; line-height:1.4; border-bottom:1px solid #555; padding-bottom:5px;}
.notice .list {margin-top:0.625rem;}
.notice .list li {position:relative;}
.notice .list li a {display:flex; align-items:center; padding:6px 0;}
.notice .list li .title {display:block; color:#555; font-size:1rem; font-weight:500; flex:1; max-width:100%; padding-right:20px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.notice .list li .date {display:flex; justify-content:flex-end; color:#aaa; font-size:0.938rem; flex:0 0 67px;}
.notice .list li .date > i + i::before {content:'.';}
/* .notice .list li:first-child {border-bottom:1px dashed #ccc; padding-bottom:10px; margin-bottom:5px;}
.notice .list li:first-child a {flex-direction:row-reverse;}
.notice .list li:first-child .date {background:#6b8c9c; border-radius:12px; color:#fff; line-height:1.4; flex:0 0 75px; padding:3px 0; margin-right:15px; justify-content:center; flex-wrap:wrap; text-align:center;}
.notice .list li:first-child .date .day {order:1; width:100%; font-size:1.25rem; font-weight:600;}
.notice .list li:first-child .date .year {order:2;}
.notice .list li:first-child .date .month {order:3;}
.notice .list li:first-child .date .month::before {content:'.';}
.notice .list li:first-child .title {color:#2d2d2d; font-size:1.125rem; font-weight:600;} */
.notice .list li a:hover {color:#777;}
.notice .more {top:25px;}

/* quick_link */
.quick_link {background:#e4ecf5; overflow:hidden;}
.quick_link ul {display:flex; justify-content:center; align-items:center; height:100%;}
.quick_link ul > li {width:calc(100% / 3);}
.quick_link ul > li > a {display:block; padding:20px 10px; text-align:center;}
.quick_link ul > li > a em {display:block; color:rgba(25,25,25,0.9); font-size:17px; font-weight:600; line-height:1.3;}
.quick_link .item_list > li .icons {width:60px; margin:0 auto 10px;}
.quick_link .item_list > li .icons i::after {width:100%; height:100%;}
.quick_link .item_list > li.mn01 > a {background:#37aec7;}
.quick_link .item_list > li.mn01 > a em {color:rgba(255,255,255,0.9);}
.quick_link .item_list > li.mn01 .icons i::after {background-image:url(../images/quick_link_icon01.png?ver=2);}
.quick_link .item_list > li.mn02 .icons i::after {background-image:url(../images/quick_link_icon02.png?ver=2);}
.quick_link .item_list > li.mn03 .icons i::after {background-image:url(../images/quick_link_icon03.png?ver=2);}
.quick_link .item_list > li.mn04 .icons i::after {background-image:url(../images/quick_link_icon04.png?ver=2);}
.quick_link .item_list > li.mn05 .icons i::after {background-image:url(../images/quick_link_icon05.png?ver=2);}
.quick_link .item_list > li.mn06 .icons i::after {background-image:url(../images/quick_link_icon06.png?ver=2);}
/* item_list */
.item_list > li .icons {display:block; margin-bottom:5px; transition: .4s;}
.item_list > li .icons i {display:flex; justify-content:center; align-items:center; width:100%; max-width:80px; margin:0 auto; position:relative;}
.item_list > li .icons i::before {content:''; display:block; padding-bottom:100%;}
.item_list > li .icons i::after {content:''; display:flex; align-items: center; justify-content: center; background-position:50% 50%; background-repeat:no-repeat; background-size:contain; position:absolute; width:100%; height:100%;}

/* 학회갤러리 */
.main_gall {overflow:hidden; background:#f4f7fa; width:100%; padding:30px 0 50px; margin-top:1.25rem; position:relative;}
.main_gall > .innerwrap {position:relative;}
.main_gall .title_group {margin-bottom:0.938rem;}
.main_gall .title_group h3 {font-size:1.5rem;}
.main_gall .slider_wrap {width:100%; position:relative;}
.main_gall .slider .wrap {position:relative;}
.main_gall .swiper-slide-visible {opacity:1;}
.main_gall .slider .wrap .title {display:block; font-size:1.125rem; font-weight:700; max-width:100%; padding:15px 0 0; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.main_gall .slider .wrap .date {display:flex; font-size:0.875rem; font-weight:500;}
.main_gall .imgs {position:relative; /* border-radius:1rem; */ overflow:hidden;}
.main_gall .thumb_wrap::after {padding-bottom:60%;}
.main_gall .thumb_wrap::before {content:''; background:linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(0,0,0,0.5)); width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;}
.main_gall .thumb_wrap img {filter:grayscale(20%); transition:0.3s;}
.main_gall .control_btn {position:absolute; top:0; right:20px; z-index:1;}
.main_gall .item .viewmore {display:flex; justify-content:center; align-items:center; width:100%; height:100%; position:absolute; top:0; left:0; background:linear-gradient(108deg, rgba(220,60,70,0.5) 0%, rgba(0,68,125,0.5) 100%); border:0; border-radius:0; opacity:0; transition: .3s; z-index:1;}
.main_gall .item .viewmore i {display:flex; justify-content:center; align-items:center; background:#2b344a; color:#fff; height:2.5rem; border-radius:50rem; padding:0.5rem 1.25rem; position:relative; opacity:0;}
.main_gall .item .viewmore i::before {content:'\e8b6'; font-family:var(--material); margin-right:5px;}

@keyframes fadeInUp {
    0% {
        transform: translateY(0.5rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.more {display:flex; justify-content:center; align-items:center; background:#fff; border:1px solid #111; border-radius:50rem; color:#111; font-size:1.25rem; width:30px; height:30px; text-align:center; position:absolute; top:0; right:0; transition: all 0.2s ease-out;}
.more::after {content: "\e145"; font-family:var(--material); transition: all 0.2s ease-out;}
.more_full {display:block; background:url(../images/icon_more_full.png) 0 0 no-repeat; background-size:contain; width:16px; height:16px; position:absolute; top:0; right:0; text-indent:-9999px;}

/* main_contact */
.main_contact {border:1px solid #dbdbdb; display:flex; flex-direction:column; justify-content:space-between;}
.main_contact h3 strong {font-family:var(--font-en); text-transform:uppercase; color:#5e1f1a; font-weight:900;}
.main_contact h3 small {font-size:1.125rem;}
.main_contact .cs_info {margin:10px 0 -1rem;}
.main_contact .cs_info > li {padding:1rem 0; line-height:1.4;}
.main_contact .cs_info > li + li {border-top:1px dashed #d7d7d7;}
.main_contact .cs_info > li small {font-weight:400;}
.main_contact .cs_info > li > span {display:flex; align-items:center;}
.main_contact .cs_info > li > span.email + strong {word-break:break-all;}
.main_contact .cs_info > li > span::before {content:''; display:inline-block; background:url(../images/main_cs_icon.png) 0 0 no-repeat; background-size:80px; margin-right:5px;}
.main_contact .cs_info > li > span.tel::before {background-position:0 0; width:22px; height:20px;}
.main_contact .cs_info > li > span.email::before {background-position:-26px 0; width:21px; height:15px;}
.main_contact .cs_info > li > span.bank::before {background-position:-51px 0; width:21px; height:23px;}
.main_contact .cs_info > li > strong {display:block; font-size:1.125rem; margin-top:7px;}
.main_contact .int_link {display:flex; justify-content:center; align-items:center; background:var(--colorP); border-radius:0 0 1rem 1rem; color:#fff; font-size:1.125rem; font-weight:600; height:3.75rem; margin:0 -1px -1px; text-align:center;}
.main_contact .int_link > span {display:inline-flex;}
.main_contact .int_link > span::before {content:''; background:url(../images/int_link_icon.png) 0 0 no-repeat; background-size:contain; width:27px; height:25px; margin-right:10px;}

/* link_bn */
.mber_link .title_group {margin-bottom:1.25rem;}
.mber_link h3 {border-bottom:1px solid #dbdbdb; padding-bottom:8px; margin-bottom:8px;}
.mber_link .inbox {display:flex; flex-direction:column; justify-content:space-between; height:100%;}
.link_bn > ul {display:flex; flex-direction:column; justify-content:space-between; height:100%;}
.link_bn > ul > li + li {margin-top:0.625rem;}
.link_bn > ul > li > a {display:flex; justify-content:space-between; align-items:center; background:#1653b5; border-radius:1rem; color:#fff; padding:1.125rem 1.5rem; position:relative;}
.link_bn > ul > li:nth-child(2) > a {background:#0fbbb8;}
.link_bn > ul > li > a em {display:block; font-size:1.125rem; line-height:1.4;}
.link_bn > ul > li > a em i {display:block; color:var(--colorP); font-size:0.875rem;}
.link_bn .item_list > li .icons {width:25%;}
.link_bn .item_list > li .icons i {width:80%; max-width:38px;}
.link_bn .item_list > li .icons i::after {width:100%; height:80%;}
.link_bn .item_list > li.mn01 .icons i::after {background-image:url(../images/link_bn_icon01.png);}
.link_bn .item_list > li.mn02 .icons i::after {background-image:url(../images/link_bn_icon02.png);}

/* 관련사이트 */
.linksite {width:100%; padding:1.25rem 20px;}
.linksite .innerwrap {position:relative; padding:0;}
.linksite .slider {margin:0 20px;}
.linksite .item a {display:block; border:1px solid var(--line); border-radius:12px; transition:all 0.3s;}
.linksite .item span {display:flex; justify-content:center; align-items:center; position:relative;}
.linksite .item span::before {content:''; display:block; padding-bottom:27%;}
.linksite .item span img {position:absolute; max-width:90%; max-height:60%; /* filter: grayscale(100%); opacity:0.5; transition:all 0.3s; */}
.linksite .item a:hover span img {/* filter: grayscale(0); opacity:1; */}
.linksite .item a:hover, .linksite .item a:focus {border-color:#777; /* box-shadow:0 0.25rem 1rem rgba(0,0,0,0.15); */}
.linksite .control_btn .slide_button {position:absolute; top:50%; margin-top:-19px; border:1px solid var(--line); z-index:1;}
.linksite .control_btn .slide_button::after {color:#9D9D9D;}
.linksite .control_btn .slide_prev {left:0;}
.linksite .control_btn .slide_next {right:0;}

/* main_layer_popup */
.main_layer_popup {position:absolute; background:#fff; box-shadow:0 2px 16px rgba(0,0,0,0.15); z-index:9;}
.main_layer_popup .popup_cnt {max-height:500px; overflow:auto;}
.popup_func {background:#232323; color:#fff; font-weight:bold; display:flex; justify-content:space-between; align-items:center; padding:5px 10px;}
.popup_func .close {background:none; color:#fff; font-size:13px; font-weight:bold;}
.today_close.chkbox label {color:#fff; font-size:13px; padding-left:23px;}
.today_close.chkbox i {border-color:transparent; width:18px; height:18px;}
.today_close.chkbox input:checked+i {border-color:transparent;}

/* main_slide_popup */
.popup_slide {position:fixed; top:0; bottom:0; left:0; right:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; background:rgba(0,0,0,0.7); z-index:90;}
.popup_slide .wrap {width:90%; max-width:500px; box-shadow:0 2px 16px rgba(0,0,0,0.15); border-radius:1rem; position:absolute; z-index:10; overflow:hidden;}
.popup_slide .popup_cnt {background:#fff; position:relative; max-height:calc(100vh - 60px); overflow:auto;}
.popup_slide .popup_cnt .thumb_wrap::after {padding-bottom:90%;}
.popup_slide .pager {position:absolute; top:10px; left:auto; right:10px; bottom:auto; width:45px; background:rgba(0,0,0,0.45); border-radius:50rem; color:#fff; font-size:12px; padding:2px 0; text-align:center; z-index:1;}
.popup_slide .popup_func {background:#fff; border-top:1px solid #ccc; display:flex; padding:0;}
.popup_slide .popup_func button {flex:1; background:#fff; color:#333; font-size:0.875rem; font-weight:bold; padding:17px 5px;}
.popup_slide .popup_func button + button {border-left:1px solid #ccc;}
.popup_slide .slide_button {background:rgba(0,0,0,0.5); width:22px; height:36px; display:flex; justify-content:center; align-items:center; position:absolute; top:50%; margin-top:-18px; z-index:1;}
.popup_slide .slide_button::after {content:'\e5e0'; font-family: 'Material Icons Outlined'; color:#fff; font-size:18px;}
.popup_slide .slide_prev {left:0;}
.popup_slide .slide_next {right:0;}
.popup_slide .slide_next::after {transform: rotate(180deg);}
.popup_slide .swiper-button-disabled {opacity:0.3;}

/* main_popup_notice */
.popup_notice {box-shadow:0 2px 16px rgba(0,0,0,0.15); border-radius:12px; position:absolute; top:100px; left:0; width:100%; max-width:450px; overflow:hidden; z-index:9;}
.popup_notice h3 {background:#454545; border-bottom:1px solid #e5e5e5; color:#fff; padding:10px 10px;}
.popup_notice .popup_cnt {background:#fff; padding:20px; max-height:320px; overflow:auto;}
.popup_notice .list > li + li {border-top:1px solid #eee;}
.popup_notice .list a {display:flex; align-items:center; padding:7px;}
.popup_notice .list a .date {display:flex; justify-content:center; align-items:center; flex-direction:column; width:60px; height:50px; background:#ffc240; border-radius:5px; color:#fff; font-size:13px; font-weight:500; line-height:1.3; padding:3px; margin-right:10px; position:relative; text-align:center;}
.popup_notice .list a .date::before {content:''; background:#fff; width:9px; height:9px; position:absolute; bottom:0; right:0;}
.popup_notice .list a .date::after {content:''; display:block; position:absolute; right:4px; bottom:0; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-right:7px solid #d1a649; transform: rotate(45deg);}
.popup_notice .list a .date strong {font-size:15px;}
.popup_notice .list a .title {width:calc(100% - 70px);}
.popup_notice .list a .title strong {display:block; color:#2d2d2d; font-size:0.938rem; font-weight:600; max-width:100%; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.popup_notice .popup_func {background:#f7f7f7; border-top:1px solid #e5e5e5; color:#333;}
.popup_notice .today_close.chkbox i {background-color:#eee;}
.popup_notice .today_close.chkbox label, .popup_notice .popup_func .close {color:#333;}


@media (hover: hover) {
.btn_go:hover {background:var(--color); border-color:var(--color); color:#fff;}
a.more:hover {background:var(--color); border-color:var(--color); color:#fff;}
a.more:hover::after {transform:rotate(90deg);}
.item_list > li > a:hover .icons, .item_list > li > a:focus .icons {transform: translate(0, -7px);}
.link_bn > ul > li > a:hover::after, .link_bn > ul > li > a:focus::after {background:#fff url(../images/icon_btn_arrow.png) 50% 50% no-repeat; background-size:12px;}
.main_gall .item a:hover .viewmore {opacity:1;}
.main_gall .item a:hover .viewmore i {animation:fadeInUp 0.3s forwards;}
}

@media screen and (min-width:1025px) {
/* main_layer_popup */
.popup_wrap {position:absolute; top:100px; left:300px;}
/* .popup_wrap.on::before {content:''; background:rgba(0,0,0,0.2); width:100%; height:100%; position:fixed; top:0; left:0;} */
.main_layer_popup {display:inline-block; position:relative; top:0 !important; left:0 !important; max-width:450px; margin:3px; vertical-align:top;}
}