@charset "utf-8";

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

/* main_vis */
.main_vis {position:relative; height:50vh; min-height:475px;}
.main_vis .slider {height:100%;}
.main_vis .swiper-slide {background-position:50% 50%; background-size:cover; height:100%; padding:0 20px;}
.main_vis .text_box {max-width:calc(var(--maxWidth) - 80px); margin:3.875rem auto 0; color:#fff; font-family: 'SBAggroL';}
.main_vis .text_box .inner {max-width:650px;}
.main_vis .text_box .title {font-size:2.813rem; line-height:1.4; margin-bottom:0.938rem;}
.main_vis .text_box .title small {display:block; font-size:12px; letter-spacing:4px;}
.main_vis .text_box .title strong {font-family: 'SBAggroM'; font-weight:400;}
.main_vis .text_box .desc {font-size:1.125rem; max-width:480px;}

.wave_box {position:absolute; overflow:hidden; width:70%; height:100%; -webkit-mask-image:linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%); mask-image:linear-gradient(to right, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%); margin:0 -20px;}
.wave::before, .wave::after {content:''; position:absolute; left:50%; min-width:300vw; min-height:300vw; background-color:rgba(86, 217, 196, 0.3); border-radius:45%;}
.wave::before {bottom:22%; animation:wave 15s infinite linear;}
.wave::after {bottom:15%; opacity:0.5; border-radius:47%; animation:wave 25s infinite linear; animation-delay: -5s; transform: translate(-50%, 0) rotate(135deg);}

@keyframes wave {
  0% { transform: translate(-50%, 0) rotate(0deg); }
  50% { transform: translate(-50%, -2%) rotate(180deg); }
  100% { transform: translate(-50%, 0) rotate(360deg); }
}

/* animation */
.main_vis .swiper-slide-active .title {-webkit-animation:1s .6s fadeText both; animation:1s .6s fadeText both;}
.main_vis .swiper-slide-active .desc {-webkit-animation:1s .9s fadeText both; animation:1s .9s fadeText both;}
.main_vis .swiper-slide-active .btn {-webkit-animation:1s .9s fadeText both; animation:1s .9s fadeText both;}

@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:38px; height:38px; border-radius:50rem; padding:0 3px; display:flex; justify-content:center; align-items:center;}
.control_btn .slide_button::after, .control_btn .btn_more::after {font-family:var(--font-icon); color:#111; font-size:1rem;}
.control_btn .slide_button {background:#fff; border:1px solid #111;}
.control_btn .slide_button::after {content:'\e5e0'; width:1rem; height:1rem;}
.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:#111; border:1px solid #111; margin-left:5px;}
.control_btn .btn_more::after {content:'\e145'; color:#fff; font-size:1.25rem; 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 + .slide_button {margin-left:10px;}
.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;} */

/* quick_link */
.quick_link {position:absolute; bottom:0; left:0; right:0; max-width:var(--maxWidth); margin:0 auto; z-index:1;}
.quick_link > ul {display:flex; justify-content:center; background:rgba(0,0,0,0.4); backdrop-filter: blur(3px); margin:0.938rem auto 0;}
.quick_link > ul > li {width:25%;}
.quick_link > ul > li:not(:first-child) {border-left:1px solid rgba(255,255,255,0.3);}
.quick_link > ul > li > a {display:block; color:#fff; padding:15px 7px; text-align:center; transition: all 0.2s ease-out;}
.quick_link > ul > li > a:hover {background:rgba(0,0,0,0.09);}
.quick_link > ul > li > a em {display:block; font-weight:500;}
.quick_link .item_list > li .icons i {width:45%; max-width:55px;}
.quick_link .item_list > li .icons i::after {width:90%; height:70%;}
.quick_link .item_list > li.mn01 .icons i::after {background-image:url(../images/quick_link_icon01.png);}
.quick_link .item_list > li.mn02 .icons i::after {background-image:url(../images/quick_link_icon02.png);}
.quick_link .item_list > li.mn03 .icons i::after {background-image:url(../images/quick_link_icon03.png);}
.quick_link .item_list > li.mn04 .icons i::after {background-image:url(../images/quick_link_icon04.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:50%; height:50%;}

.main_container > div:not(.linksite) {padding:3.25rem 0;}

/* main_cmnty */
.main_cmnty > .innerwrap {display:flex; flex-wrap:wrap; position:relative; max-width:calc(var(--maxWidth) + 40px); padding:0 20px;}
.main_cmnty h3 {font-size:1.625rem;}

/* 학회갤러리 */
.main_gall .title_group {width:33%; line-height:1.4;}
.main_gall .title_group h2 {margin-bottom:0.938rem;}
.main_gall .title_group h2 i {display:block; color:var(--colorP); font-size:1.25rem;}
.main_gall {width:53%; margin:0 0 0 auto;}
.main_gall .slider {background:#f1f8f7; border-radius:1rem; overflow:hidden; height:100%;}
.main_gall .slider .wrap {position:relative;}
.main_gall .slider .wrap .title {display:block; font-size:1.125rem; font-weight:700; max-width:100%; padding:12px 1.5rem; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.main_gall .slider .wrap .date {display:flex; justify-content:center; align-items:center; background:#3a9fa3; border-radius:0 2rem 2rem 1rem; color:#fff; font-size:0.875rem; max-width:110px; height:40px; margin-top:-20px; position:relative; z-index:1;}
.main_gall .slider .wrap .date::before {content:''; background:none; width:0; height:0; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:8px solid #3a9fa3; position:absolute; top:-8px; left:0;}
.main_gall .thumb_wrap {border-radius:0 0 1rem 1rem;}
.main_gall .thumb_wrap::after {padding-bottom:54.25%;}
.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 .control_btn {position:absolute; top:200px; left:0; z-index:1;}

/* notice */
.notice {width:42%; position:relative; max-width:570px;}
.notice h3 {display:inline-block; line-height:1.4; padding:0 17px 8px; border-bottom:4px solid #000;}
.notice .list {border-top:1px solid #000; border-bottom:1px solid #777; min-height:200px;}
.notice .list li {position:relative;}
.notice .list li + li {border-top:1px solid #ddd;}
.notice .list li a {display:block; padding:3.8% 0; position:relative;}
.notice .list li a::after {content:''; background:url(../images/icon_link_arrow.png) 0 0 no-repeat; background-size:contain; width:20px; height:20px; position:absolute; top:50%; right:0; margin-top:-10px; opacity:0.15; transition:all 0.3s;}
.notice .list li a:hover::after {opacity:1; right:10px;}
.notice .list li .title {display:block; color:#2d2d2d; font-size:1.25rem; font-weight:700; max-width:95%; padding-right:30px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.notice .list li .date {display:block; color:#aaa; font-size:0.938rem;}
.notice .list li a:hover {color:#777;}
.notice .list li .ico_new {position:relative; top:5px; background:var(--colorP); border-radius:50rem; width:18px; height:18px; margin:0 5px 0 0;}

.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:38px; height:38px; text-align:center; position:absolute; top:0; right:0; transition: all 0.2s ease-out;}
.more::after {content: "\e145"; font-family:var(--font-icon); transition: all 0.2s ease-out;}

/* 학회일정 */
.today_schedule {width:100%; margin-top:3.125rem;}
.today_schedule .cont {position:relative; padding:15px 0 0 15px; margin-top:10px;}
.today_schedule .cont .date {display:block; width:80px; padding:0.625rem; background:linear-gradient(90deg, #2cadb5 0%, #297ac1 100%); border-radius:12px 12px 26px 12px; color:#fff; text-align:center; position:absolute; top:0; left:0; z-index:1;}
.today_schedule .slider {background:#fff; border:1px solid var(--line); border-radius:12px; max-width:100%; height:4.375rem; position:relative; overflow:hidden; transition: all 0.2s ease-out;}
.today_schedule .item > a {display:flex; align-items:center; color:#2d2d2d; font-size:1.125rem; font-weight:700; height:100%; padding:10px 3.125rem 10px 70px;}
.today_schedule .item > a > .title {display:block; position:relative; padding:0 30px 0 30px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.today_schedule .item > a::before {content:''; background:url(../images/icon_scdule.png) 0 0 no-repeat; background-size:contain; width:20px; height:20px; position:absolute; top:50%; margin-top:-10px;}
.today_schedule .item > a .more {width:28px; height:28px; top:50%; right:15px; margin-top:-14px; opacity:0.3;}
.today_schedule .item > a .more::after {font-weight:400;}

.main_link {background:#f1f8f7;}

/* thesis_link */
.thesis_link {position:relative;}
.thesis_link .imgs {width:32%; position:absolute; left:2rem;}
.thesis_link .imgs .item {display:block; border-radius:12px; box-shadow:0 4px 7px rgba(0,0,0,0.08); max-width:220px; margin:0 auto; position:relative; overflow:hidden;}
.thesis_link .imgs .item::after {content:''; background:url(../images/book_shadow.png) 0 0 repeat-y; width:28px; height:100%; position:absolute; left:0;}
.thesis_link .title_group {padding-left:43%;}
.thesis_link .title_group p {margin-top:1rem;}
.rule_link {display:flex; flex-wrap:wrap; margin:1.5rem 0 0 0; background:#fff; border:1px solid #ddd; border-radius:12px; padding:1.875rem 2.5rem 1.875rem 43%;}
.rule_link > li {width:calc(100% / 2); padding:5px;}
.rule_link > li > a {display:flex; justify-content:space-between; align-items:center; background:var(--color); border:1px solid transparent; border-radius:12px; color:#fff; font-weight:600; line-height:1.3; padding:0.938rem; height:100%; transition: all 0.2s ease-out;}
.rule_link > li > a::after {content:''; background:url(../images/icon_btn_arrow_wh.png) 0 0 no-repeat; background-size:contain; width:12px; height:10px; margin-left:5px; transition: all 0.2s ease-out;}

/* link_bn */
.link_bn > ul {display:flex; flex-direction:column; justify-content:space-between; height:100%;}
.link_bn > ul > li {background:#fff; border:1px solid #ddd; border-top:5px solid #3a9fa3; border-radius:12px; height:48%;}
.link_bn > ul > li + li {margin-top:1rem;}
.link_bn > ul > li > a {display:flex; align-items:center; height:100%; padding:0.625rem 1.5rem; position:relative;}
.link_bn > ul > li > a::after {content:''; background:#3a9fa3 url(../images/icon_btn_arrow_wh.png) 50% 50% no-repeat; background-size:12px; border:1px solid #3a9fa3; border-radius:50rem; width:32px; height:32px; position:absolute; right:1.5rem; transition: all 0.2s ease-out;}
.link_bn > ul > li > a em {display:block; font-size:1.25rem; font-weight:700; 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:84px;}
.link_bn .item_list > li .icons i::after {width:90%; 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; border-top:1px solid #ddd;}
.linksite .innerwrap {position:relative; padding:0;}
.linksite .slider {margin:0;}
.linksite .item span {display:flex; justify-content:center; align-items:center; position:relative;}
.linksite .item span::before {content:''; display:block; padding-bottom:26%;}
.linksite .item span img {position:absolute; max-width:80%; 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:hover, .linksite .item: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); border-radius:50rem; z-index:1;}
.linksite .control_btn .slide_button::after {color:#9D9D9D; font-size:1rem;}
.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:1000px; overflow:auto; padding:10px;}
.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.5); 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;}
.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:#111; 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;}
.today_schedule .item > a:hover .more {background:#111; color:#fff;}
.today_schedule .item > a:hover .more::after {transform:rotate(90deg);}
.today_schedule .slider:hover, .today_schedule .slider:focus {border-color:#ccc; box-shadow:0 0.25rem 1rem rgba(0,0,0,0.15);}
.rule_link > li > a:hover {background:rgba(255,255,255,0.2); border-color:var(--color); color:var(--color);}
.rule_link > li > a:hover::after {background-image:url(../images/icon_btn_arrow.png);}
}

@media (min-width: 769px) and (max-width: 1024px) {
.main_cmnty > .innerwrap {padding-top:130px;}

.notice .list li a {padding:17px 0;}
/* 학회갤러리 */
.main_gall .title_group {position:absolute; top:0; left:0; right:0; text-align:center;}
.main_gall .slider .wrap .title {padding-right:120px;}
.main_gall .thumb_wrap {height:230px;}
.main_gall .thumb_wrap::after {padding-bottom:0;}
.main_gall .thumb_wrap > img {position:relative; top:0; left:0; transform:none;}
}

@media screen and (min-width:1025px) {
/* quick_link */
.quick_link > ul > li > a {padding:12px 7px;}
.quick_link > ul > li > a em {font-size:1.063rem;}
/* .quick_link {bottom:30px;}
.quick_link > ul {border-radius:1rem;} */

/* 학회갤러리 */
.main_gall {display:flex; position:relative;}
.main_gall .title_group > p {padding-right:2.5rem;}
.main_gall .slider_wrap {width:67%;}

/* 학회일정 */
.today_schedule {display:flex; align-items:center; margin-top:4.375rem;}
.today_schedule h3 {width:17%; padding-right:1.25rem;}
.today_schedule .cont {width:83%; margin-top:0;}
.today_schedule .cont .date {width:150px; padding:0.938rem; font-size:1.25rem;}
.today_schedule .item > a {padding-left:165px; font-size:1.25rem;}

.main_link > div {display:flex; justify-content:space-between;}
/* thesis_link */
.thesis_link {width:58%;}
/* link_bn */
.link_bn {width:38%;}
.link_bn > ul > li + li {margin-top:1.875rem;}
.link_bn > ul > li > a {padding:1.5rem;}
.link_bn > ul > li > a em {font-size:1.5rem;}
.link_bn > ul > li > a em i {font-size:0.938rem;}
.link_bn > ul > li > a::after {width:42px; height:42px;}

/* main_layer_popup */
.popup_wrap {position:absolute; top:180px; left:20px;}
/* .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;}
}

@media screen and (max-width:1024px) {
/* main_vis */
.main_vis {min-height:420px;}
.main_vis .text_box {margin-top:6.25rem;}
.main_vis .text_box .title {font-size:2.125rem; margin-bottom:2.5%;}
.main_vis .text_box .title::after {margin:15px 0 0; display:none;}
.main_vis .text_box .desc {font-size:1.125rem;}
.main_vis .text_box .desc small {font-size:12px;}

/* control_btn */
.control_btn .slide_button, .control_btn .btn_more {width:32px; height:32px;}

.main_cmnty h3 {font-size:1.375rem;}
.main_gall .title_group {width:100%; margin-bottom:1.25rem; text-align:center;}
.main_gall .title_group h2 {font-size:1.875rem; margin-bottom:0.375rem;}
.main_gall .title_group h2 i {font-size:1rem;}

/* 학회갤러리 */
.main_gall {width:46.5%; max-width:none;}
.main_gall .slider_wrap {position:relative;}
.main_gall .control_btn {top:auto; left:auto; bottom:12px; right:12px;}

/* notice */
.notice {width:48%; max-width:none;}
.notice .list li .title {font-size:1.125rem;}

.more {width:30px; height:30px;}

/* link_bn */
.link_bn {margin-top:1.875rem;}

/* main_layer_popup */
.main_layer_popup {max-width:500px; top:53px !important; left:10px !important; right:10px; margin:10px 0;}
}

@media screen and (max-width:768px) {
/* quick_link */
.quick_link .item_list > li .icons i {max-width:42px;}
.quick_link > ul > li > a em {font-size:13px;}

.main_container > div:not(.linksite) {padding:3.125rem 0;}

/* 학회갤러리 */
.main_gall {width:100%; margin-top:2.5rem;}
.main_gall .slider {height:auto; padding-bottom:45px;}
.main_gall .control_btn {left:0; right:0;}
.main_gall .control_btn > * + * {margin-left:7px;}

/* notice */
.notice {width:100%;}
.notice .list li a {padding:0.938rem 0;}
.notice .list li a::after {width:12px; height:12px; margin-top:-6px;}

/* thesis_link */
.thesis_link {display:flex; flex-wrap:wrap;}
.thesis_link .title_group {padding:0.75rem 0 0 6%; width:63%;}
.thesis_link .title_group h3 {font-size:1.5rem; line-height:1.3;}
.thesis_link .title_group p {margin-top:10px;}
.thesis_link .imgs {position:relative; left:0; width:37%; max-width:120px;}
.rule_link {padding:1.25rem; width:100%; margin-top:1.25rem;}

/* 관련사이트 */
.linksite .slider {margin:0 14px;}
.linksite .item span {height:60px;}
.linksite .item span::before {padding-bottom:32%;}
.linksite .control_btn .slide_button {width:28px; height:28px; margin-top:-14px;}
}

@media screen and (max-width:480px) {
/* main_vis */
.main_vis {height:40vh; min-height:350px;}
.main_vis .text_box {margin-top:3.75rem;}
.main_vis .text_box .title {font-size:1.625rem;}
.main_vis .text_box .desc {font-size:0.938rem;}
.main_vis .text_box .desc small {font-size:12px;}

/* thesis_link */
.rule_link > li {width:100%;}
.rule_link > li > a {padding:12px 0.938rem;}
}

