@charset "utf-8";

/**********************************************

    서브 공통

***********************************************/
.inner1740 {width: 100%; max-width: 1740px; margin: 0 auto;}
.inner1220 {width: 100%; max-width: 1220px; margin: 0 auto;}

body {font-family: 'SCDream';}

@media screen and (max-width: 1740px) {
    .inner1740 {padding: 0 40px;}
}
@media screen and (max-width: 1080px) {
    .inner1740 {padding: 0 20px;}
}
#hdTopBanner { width:100% !important;}



/**********************************************

    서브 헤더

***********************************************/
/* 서브 로고 및 dep-01 모음 */
.hd_top {border-bottom: 1px solid #AEAEAE; padding: 20px 0 40px 0; animation: fade-in 0.35s ease-in-out;}
/* .hd_top .inner {display: flex; align-items: center; justify-content: space-between;} */
.hd_top .dep-list-01 {display: flex; align-items: center; justify-content: flex-end; gap: 20px;}
.hd_top .dep-list-01 li a {display: block; padding: 5px 0; font-size: 17px; color: #585858;}
.hd_top .dep-list-01 li a.active {font-weight: 500;}
.hd_top .dep-list-01 li a:hover {font-weight: 500;}
.hd_top .login-box {width: 100%; display: flex; align-items: center; justify-content: flex-end; margin-bottom: 30px; gap: 15px;}
.hd_top .login-box button {display: flex; align-items: center; justify-content: flex-end; gap: 5px; color: #585858;}
.hd_top .login-box button img {transition: all ease .3s;}
.hd_top .login-box button:hover {color: #191B1D;}
.hd_top .login-box button:hover img {filter: invert(1);}
.hd_top .gnb-box {display: flex; align-items: center; justify-content: space-between;}

@media screen and (max-width: 1220px) {
    .hd_top .login-box {padding: 0 40px;}
    .hd_top .gnb-box {padding: 0 40px;}
}
@media screen and (max-width: 1080px) {
    .hd_top {padding: 20px 0 30px 0;}
    .logo_box {width: 140px;}
    .hd_top .gnb-box {padding: 0 20px;}
    .hd_top .dep-list-01 li a {font-size: 15px;}
    .hd_top .login-box {margin-bottom: 15px; padding: 0 20px;}
}
@media screen and (max-width: 768px) {
    .hd_top {padding: 20px 0;}
    .hd_top .dep-list-01 {display: none;}
    .hd_top .login-box {display: none;}
}
@media screen and (max-width: 480px) {
    .logo_box {width: 120px;}
}


/* 서브 페이지 제목 / dep-02 / 서브 배너 이미지 박스 */
.sub_hd {width: 100%; text-align: center; opacity: 0; animation: fade-in 0.35s ease-in-out 0.2s forwards;}
.sub_hd h1 {font-family: 'SF_HambakSnow'; font-size: 76px; margin: 85px 0 70px 0;}

.sub_hd .dep-list-02 {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px; padding-bottom: 45px; border-bottom: 1px solid #707271; min-width: fit-content;}
.sub_hd .dep-list-02 li { display: flex; border-radius: 50px; overflow: hidden; background: #CFCFCF; transform: translateZ(0);}
.sub_hd .dep-list-02 li a {display: block; height: 30px; transition: all .35s ease-in-out;}
.sub_hd .dep-list-02 li a span {display: flex; align-items: center; justify-content: center; padding: 10px 15px; width: 100%; height: 100%; border-radius: 50px; font-size: 15px; font-weight: 500;}
.sub_hd .dep-list-02 li a span img {margin-left: 10px;}
.sub_hd .dep-list-02 li a span:first-of-type {background: #CFCFCF; color: #333;}
.sub_hd .dep-list-02 li a span:last-of-type {background: #090605; color: #fff; font-weight: 300;}
.sub_hd .dep-list-02 li a span:last-of-type img {filter: invert(1) brightness(1.2);}
.sub_hd .dep-list-02 li:hover a {transform: translateY(-30px);}
.sub_hd .dep-list-02 li:hover a span:last-of-type {font-weight: 500;}
.sub_hd .dep-list-02 li a.active {background: #090605;}
.sub_hd .dep-list-02 li a.active span:first-of-type {background: #090605; color: #fff;}
.sub_hd .dep-list-02 li a.active span:last-of-type {border-radius: 0; font-weight: 500;}

.hd_img_box {position: relative; width: 100%; display: flex; flex-direction: column; gap: 60px; align-items: center; justify-content: center; height: 520px; padding: 30px; background-position: left center; overflow: hidden; margin-bottom: 40px;}
.hd_img_box p {font-size: 20px; color: #fff; font-weight: 200;}
.scroll_down {position: absolute; bottom: 40px; padding: 10px 4px 0 4px; height: 65px; border: 1px solid #fff; border-radius: 40px;}
.scroll_down p {font-size: 12px;}
.scroll_down::after {content: ''; display: inline-block; width: 28px; height: 12px; background:  center / contain no-repeat url(/resources/user/promo/img/icon/icon_scrollDown.svg); transform: translateY(5px); animation: scroll-down 1.2s linear infinite;}
.hd_img_box .hd_bg {position: absolute; top: 0; left: 0; z-index: -1; min-width: 1740px; height: 100%;}

/* 서브 메뉴 dep02 - 수평 스크롤 메뉴 */
.dep02-menu-container {padding-bottom: 45px; display: flex; align-items: center; overflow: hidden; position: relative;}
.dep02-menu-container .menu-wrapper {overflow-x: auto; flex: 1; white-space: nowrap; scroll-behavior: smooth;}
.dep02-menu-container .dep-list-02 {flex-wrap: nowrap; padding: 0; margin: 0; border-bottom: 0;}
.dep02-menu-container .scroll-button {position: relative; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #cfcfcf; width: 30px; height: 30px; cursor: pointer; opacity: 0;}
.dep02-menu-container .scroll-button.scroll-left img {transform: rotate(180deg);}
.dep02-menu-container .scroll-button.show {opacity: 1;}
.dep02-menu-container .menu-wrapper::-webkit-scrollbar{display: none;}
.dep02-menu-container .menu-wrapper::-webkit-scrollbar-thumb {display: none;}
.dep02-menu-container .scroll-button.scroll-left::after {content: ''; width: 30px; height: 100%; position: absolute; z-index: 1; left: 100%; background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.8), transparent);}
.dep02-menu-container .scroll-button.scroll-right::after {content: ''; width: 30px; height: 100%; position: absolute; z-index: 1; right: 100%; background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8), #fff);}

@keyframes scroll-down {
    0%   {transform: translateY(5px);}
    100% {transform: translateY(10px);}
}

@media screen and (max-width: 1240px) {
    .hd_img_box {height: 420px; gap: 30px;}
    .hd_img_box .emblem {width: 100px;}
    .hd_img_box > p {font-size: 17px;}
    .scroll_down {bottom: 10px;}
    .hd_img_box .hd_bg {min-width: 1340px;}
}
@media screen and (max-width: 1080px) {
    .sub_hd h1 {font-size: 46px; margin: 50px 0;}

    .sub_hd .dep-list-02 {gap: 8px;}

    .hd_img_box {height: 340px; justify-content: center;}
    .hd_img_box .hd_bg {min-width: 1100px;}
    .scroll_down {display: none;}

}
@media screen and (max-width: 768px) {
    .sub_hd h1 {font-size: 40px; margin: 50px 0;}

    .sub_hd .dep-list-02 li a span {font-size: 14px;}

    .hd_img_box > p {display: none;}
    .hd_img_box .emblem {width: 150px; opacity: 0.8;}
    .hd_img_box .hd_bg {left: -20%;}
}
@media screen and (max-width: 480px) {
    .sub_hd h1 {font-size: 35px;}

    .hd_img_box {padding: 20px;}

    .dep02-menu-container .scroll-button {display: none;}
}




/* 모바일 메뉴 */
.mb_menuOpenBtn {display: grid; gap: 3px; padding: 20px 0; display: none;}
.mb_menuOpenBtn span {display: block; width: 37px; height: 2px; background: #575757;}

#mob_gnb {background: #fff; width: 85vw; height: 100%; overflow: auto; position: fixed; top: 0; right: 0; z-index: 50; padding: 0 20px; padding-bottom: 50px; display: none;}
#mob_gnb::-webkit-scrollbar {display: none;}
#mob_gnb::-webkit-scrollbar-thumb {display: none;}
#mob_gnb_bg_black {content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.55); z-index: 49; display: none;}
#mob_gnb.active {display: none; right: 0;}
#mob_gnb .mob_gnb_hd {display: flex; align-items: center; justify-content: space-between; padding: 26px 0; border-bottom: 1px solid #333; margin-bottom: 50px;}
#mob_gnb .mob_gnb_hd > img  {width: 140px;}
#mob_gnb .mb_closeBtn {width: 35px; height: 35px; overflow: hidden;}
#mob_gnb .mb_closeBtn img { transition: all .35s ease;}
#mob_gnb .mb_closeBtn:hover img {transform: translateY(-35px);}
#mob_gnb .dep-list-01 {display: grid; gap: 30px;}
#mob_gnb .dep-list-01 a.dep-01 {font-family: 'SCDream'; display: block; color: #686868; font-size: 28px; font-weight: 600; font-family: 'SF_HambakSnow'; transition: all ease .3s; border-bottom: 1px solid #ddd; padding-bottom: 10px; display: flex; align-items: center; justify-content: space-between;}
#mob_gnb .dep-list-01 a.dep-01 span {display: block; font-size: 14px; font-weight: 400; color: #686868; font-family: 'SCDream'; transition: all ease .3s; word-break: keep-all;}
#mob_gnb .dep-list-01 a.dep-01:hover {color: #000;}
#mob_gnb .dep-list-01 a.dep-01:hover span {color: #000;}
#mob_gnb .dep-list-01 a.dep-01.active {color: #000;}
#mob_gnb .dep-list-01 a.dep-01.active span {color: #000;}
#mob_gnb .dep-list-02 {padding-top: 15px; border-top: 1px solid #333; margin-top: -1px; display: none;}
#mob_gnb .dep-list-02 li {border-bottom: 1px solid #ddd;}
#mob_gnb .dep-list-02 a {display: flex; gap: 5px; width: 100%; font-size: 13px; color: #686868; margin: 5px 0; padding: 5px 0;}
#mob_gnb .dep-list-02 a img {filter: brightness(0.65); width: 12px;}
#mob_gnb .dep-list-02 a:hover {color: #000; font-weight: 500;}
#mob_gnb .dep-list-02 a:hover img {filter: brightness(0.1);}

#mob_gnb .mb_menuToggleBtn {height: 20px; width: 20px; background: #585858; overflow: hidden; border-radius: 50%;}
#mob_gnb .mb_menuToggleBtn img {transition: all .35s ease;}
#mob_gnb .mb_menuToggleBtn:hover img {transform: translateY(-20px) rotate(180deg);}
#mob_gnb .mb_menuToggleBtn.active {background: #191B1D;}
#mob_gnb .mb_menuToggleBtn.active img {transform: translateY(-20px) rotate(180deg);}

#mob_gnb .login-box {margin-top: 50px; width: 100%; display: flex; align-items: center; gap: 15px;}
#mob_gnb .login-box button {display: flex; align-items: center; justify-content: flex-end; gap: 5px; color: #585858;}
#mob_gnb .login-box button img {transition: all ease .3s;}
#mob_gnb .login-box button:hover {color: #191B1D;}
#mob_gnb .login-box button:hover img {filter: invert(1);}

@media screen and (max-width: 768px) {
    .mb_menuOpenBtn {display: grid}
}
@media screen and (max-width: 480px) {
    #mob_gnb {width: 100%;}
    #mob_gnb .mob_gnb_hd {padding: 28px 0;}
    #mob_gnb .mob_gnb_hd > img  {width: 120px;}
    #mob_gnb .mb_closeBtn {width: 30px; height: 30px;}
    #mob_gnb .mb_closeBtn img {width: 30px;}
    #mob_gnb .mb_closeBtn:hover img {transform: translateY(-30px);}
    #mob_gnb .dep-list-01 a.dep-01 {font-size: 24px;}
    #mob_gnb .dep-list-01 a.dep-01 span {font-size: 14px;}
}




/**********************************************

    서브 푸터

***********************************************/
#footer {width: 100%; background: #fff; border-top: 1px solid #5C5E5D;  padding: 40px 0 50px 0; font-family: 'Pretendard'; margin-top: 100px;}
#footer .inner1220 {display: flex; align-items: flex-start; justify-content: space-between;}
#footer .ft_lb ul {display: flex; flex-wrap: wrap; margin: 12px 0;}
#footer .ft_lb ul li a {display: block; color: #888; font-size: 15px;}
#footer .ft_lb ul li a::after {content: '\007c'; display: inline-block; color: #D9D9D9; margin: 0 15px;}
#footer .ft_lb ul li:last-of-type a::after {content: none;}
#footer .ft_lb ul li a.accent {font-weight: 600;}
#footer .ft_lb p {font-size: 14px;}
#footer .ft_lb p.name {font-size: 17px; color: #222; font-weight: 700;}
#footer .ft_lb p.adr {color: #888;}
/* #footer .ft_lb  p.copy {color: #888;} */

#footer .sns_list {display: flex; align-items: center; justify-content: flex-end; gap: 5px; margin-left: auto; position: relative;}
#footer .sns_list li { display: flex; border-radius: 50px; overflow: hidden; background: #7E7E7E; transform: translateZ(0);}
#footer .sns_list li a {display: block; height: 30px;  transition: all .35s ease-in-out;}
#footer .sns_list li a span {font-family: 'SCDream'; display: flex; align-items: center; justify-content: center; padding: 10px 15px; width: 100%; height: 100%; border-radius: 40px; font-size: 15px; font-weight: 500;}
#footer .sns_list li a span:first-of-type {background: #7E7E7E; color: #fff; font-weight: 300;}
#footer .sns_list li a span:last-of-type {background: #090605; color: #fff; font-weight: 300;}
#footer .sns_list li:hover a {transform: translateY(-30px);}
#footer .sns_list li a.active {background: #090605;}
#footer .sns_list li a.active span:first-of-type {background: #090605; color: #fff; font-weight: 500;}
#footer .sns_list li a.active span:last-of-type {border-radius: 0; font-weight: 500;}


@media screen and (max-width: 1220px) {
    #footer .inner1220 {flex-wrap: wrap; gap: 20px; align-items: flex-start; padding: 0 40px;}
    #footer .ft_lb {flex-direction: column; align-items: flex-start;}
    #footer .ft_lb img {text-align: start; order: 2; width: 200px;}
}
@media screen and (max-width: 1080px) {
    #footer {padding: 30px 0 50px 0;}
    #footer .inner1220 {padding: 0 20px;}
    #footer .ft_lb ul li a {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    #footer .inner1220 {gap: 30px;}
    #footer .ft_lb ul li a::after {margin: 0 5px;}

    #footer .sns_list {flex-wrap: wrap;}
    #footer .sns_list li a span {font-size: 14px; padding: 0 10px;}
}
@media screen and (max-width: 480px) {
    #footer .ft_lb ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 5px;}
    #footer .ft_lb ul li a {text-align: center;}
    #footer .ft_lb ul li a::after {content: none;}
    #footer .ft_lb ul li:nth-child(odd) a {border-right: 1px solid #dfdfdf;}
    #footer .ft_lb p {text-align: center;}
    #footer .sns_list {margin-left: 0; margin: 0 auto; justify-content: center;}
}




/**********************************************

    서브 공통 콘텐츠 영역

***********************************************/
#sub_content {margin-top: 60px; opacity: 0; animation: fade-in 0.35s ease-in-out 0.4s forwards;}
#sub_content.no_mt {margin-top: -2px;}
#sub_content h2 {font-size: 35px; font-weight: 500; color: #333; text-align: center; margin-bottom: 46px;}
#sub_content h3 {font-size: 23px; font-weight: 500; word-break: keep-all; margin-bottom: 15px;}

.btnWrap {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 50px; margin-left: auto;}
.btnWrap button { display: flex; position: relative; border-radius: 50px; overflow: hidden; background: #CFCFCF; width: 170px; transform: translateZ(0);}
.btnWrap button div {width: 100%; height: 50px;}
.btnWrap button div span {transition: all .35s ease-in-out; font-family: 'SCDream'; display: flex; align-items: center; justify-content: center; padding: 10px 15px; width: 100%; height: 100%; border-radius: 40px; font-size: 15px;}
.btnWrap button div span:first-of-type {background: #CFCFCF; color: #222; font-weight: 300;}
.btnWrap button div span:last-of-type {background: #191B1D; color: #fff; font-weight: 500;}
.btnWrap button div:hover span {transform: translateY(-50px);}
.btnWrap button.active div {background: #191B1D;}
.btnWrap button.active div span:first-of-type {background: #191B1D; color: #fff; font-weight: 500;}
.btnWrap button.active div span:last-of-type {border-radius: 0; font-weight: 500;}

@keyframes fade-in {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@media screen and (max-width: 1080px) {
    #sub_content h2 {font-size: 25px;}
    #sub_content h3 {font-size: 17px;}


    .btnWrap button {width: 140px;}
    .btnWrap button div {height: 40px;}
    .btnWrap button div span {font-size: 14px;}
    .btnWrap button div span:first-of-type {background: #CFCFCF; color: #222; font-weight: 300;}
    .btnWrap button div span:last-of-type {background: #191B1D; color: #fff; font-weight: 500;}
    .btnWrap button div:hover span {transform: translateY(-40px);}
    .btnWrap button.active div span {transform: translateY(-40px);}
}
@media screen and (max-width: 768px) {
    #sub_content h2 {font-size: 23px;}
    #sub_content h3 {font-size: 16px;}
}




/**********************************************

    개인정보수집동의 및 필수항목 표시

***********************************************/
.policy {width: 100%; background: #F9F9F9; border: 1px solid #ddd; padding: 30px 20px; max-height: 220px; overflow: hidden; overflow-y: auto;}
.policy p:first-of-type {font-size: 18px; color: #000; font-weight: 500; margin-bottom: 15px;}
.policy p:last-of-type {font-size: 16px; color: #000;}
.agree_box {display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; margin: 15px 0 80px 0;}
.agree_box input[type="radio"] {display: none;}
.agree_box input[type="radio"] + label {color: #222; display: inline-flex; align-items: center; justify-content: flex-start; gap: 10px;}
.agree_box input[type="radio"] + label::before {content: ''; display: inline-block; width: 25px; height: 25px; border-radius: 50%; border: 1px solid #aaa; margin-left: 25px;}
.agree_box input[type="radio"]:checked + label::before {border: 8px solid #C4B49D;}
.agree_btnWrap {margin-left: auto;}
.tourText_box {text-align: center;}

.apply_form > p {text-align: end; margin-bottom: 10px; font-weight: 500;}
.apply_form > p::before {content: '*'; color: #FF0000; margin-right: 10px;}

@media screen and (max-width: 1080px) {
    .policy {padding: 20px 15px;}
    .policy p:first-of-type {font-size: 15px;}
    .policy p:last-of-type {font-size: 14px;}
    .agree_box {margin-bottom: 50px;}
    .agree_box p {font-size: 14px;}
    .agree_box input[type="radio"] + label {font-size: 14px;}
    .agree_box input[type="radio"] + label::before {width: 20px; height: 20px;}
    .agree_box input[type="radio"]:checked + label::before {border: 5px solid #C4B49D;}

    .apply_form > p {font-size: 14px; font-weight: 400;}

    .tourText_box p {font-size: 14px;}
}
@media screen and (max-width: 1080px) {
    .agree_box input[type="radio"] + label::before {margin-left: 15px;}
}




/**********************************************

    서브 공통 form 양식

***********************************************/
.sub_com_form {width: 100%; border-top: 2px solid #C4B49D;}
.sub_com_form tr {width: 100%;}
.sub_com_form th {text-align: start; padding-left: 30px; border-bottom: 1px solid #ddd;}
.sub_com_form th.required::before {content: '*'; color: #FF0000;}
.sub_com_form th.required label {padding-left: 10px;}
.sub_com_form td {padding: 10px 0; border-bottom: 1px solid #ddd;}
.sub_com_form td input::placeholder {font-weight: 300; color: #888;}
.sub_com_form input {padding: 10px 15px; border: 1px solid #ccc; height: 40px;}
.sub_com_form select {height: 40px; padding: 5px 20px 5px 15px; background: #fff url(/resources/user/promo/img/icon/icon_arrow_down.svg) calc(100% - 10px) center no-repeat; border: 1px solid #ccc;}
.sub_com_form textarea {resize: none; background: #fff; border: 1px solid #ccc;}

@media screen and (max-width: 1080px) {
    .sub_com_form th {padding-left: 20px; font-size: 14px; word-break: keep-all;}
    .sub_com_form th.required label {padding-left: 5px;}
    .sub_com_form td {padding: 10px 20px; font-size: 14px;}
    .sub_com_form select {padding: 5px 10px 5px 10px;}
}
@media screen and (max-width: 768px) {
    .sub_com_form input {height: 35px;}
    .sub_com_form select {height: 35px;}
}
@media screen and (max-width: 480px) {
    .sub_com_form th {width: 100%; justify-content: center; height: auto; padding: 10px 0;}
    .sub_com_form td {width: 100%; text-align: center; padding: 10px 0;}
}




/**********************************************

    sub0301 - 캠퍼스 투어 안내

***********************************************/
.sub0301_campusTourGuide dt {font-size: 20px; font-weight: 500; margin-bottom: 5px;}
.sub0301_campusTourGuide dl {margin: 30px 0;}
.sub0301_campusTourGuide dd {font-size: 16px; font-weight: 300; line-height: 27px;}
.sub0301_campusTourGuide li h3 {margin-bottom: 5px;}
.sub0301_campusTourGuide li {font-size: 16px; font-weight: 300;}
.sub0301_campusTourGuide dd span {display: block; text-indent: 0;}
.sub0301_campusTourGuide .marker {text-indent: -20px; padding-left: 20px; line-height: 27px;}
.sub0301_campusTourGuide .marker::before {content: '\203B'; margin-right: 5px;}

.apply_notice {display: flex; flex-wrap: wrap;}
.apply_notice li {width: 45%;}

.tour_apply_step {display: grid; grid-template-columns: repeat(4, 1fr);}
.tour_apply_step li {display: flex; align-items: center; gap: 25px; position: relative; height: 100px; padding: 0 35px; color: #222; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
.tour_apply_step li:first-of-type {border-left: 1px solid #dfdfdf;}
.tour_apply_step li:last-of-type {border-right: 1px solid #dfdfdf;}
.tour_apply_step li::after {content: ''; display: inline-block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 0; height: 0; border-left: 29px solid #fff; border-top: 49px solid transparent; border-bottom: 49px solid transparent; z-index: -1;}
.tour_apply_step li::before {content: ''; display: inline-block; position: absolute; top: 50%; right: -1px; transform: translateY(-50%); width: 0; height: 0; border-left: 30px solid #DFDFDF; border-top: 50px solid transparent; border-bottom: 50px solid transparent; z-index: -2; }
.tour_apply_step li:last-child::after {content: none;}
.tour_apply_step li:last-child::before {content: none;}
.tour_apply_step li div span {display: block; font-size: 14px;}
.tour_apply_step li div > span {font-size: 13px; color: #A98E67; font-weight: 600;}
.sub0301_campusTourGuide .btnWrap {margin-top: 80px;}
.sub0301_campusTourGuide .apply_btn {width: 200px; display: block; margin: 0 auto;}

@media screen and (max-width: 1400px) {
    .apply_notice li {width: 100%;}

    .tour_apply_step li {gap: 10px; padding: 0 20px; font-size: 15px;}
}
@media screen and (max-width: 1080px) {
    .sub0301_campusTourGuide dt {font-size: 17px;}
    .sub0301_campusTourGuide dd {font-size: 15px;}
    .sub0301_campusTourGuide li {font-size: 15px;}
    .tour_apply_step li img {width: 25px;}
}
@media screen and (max-width: 768px) {
    .tour_apply_step {grid-template-columns: 1fr; gap: 25px;}
    .tour_apply_step li {height: auto; padding: 15px 20px; border: 1px solid #dfdfdf; margin-bottom: -1px;}
    .tour_apply_step li p {display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px;}
    .tour_apply_step li::after {content: ''; position: absolute; top: inherit; bottom: -20px; right: 50%; z-index: 10; transform: translate(50%, 0); width: 40px; height: 12px; background-size: cover; background: url(/resources/user/promo/img/icon/icon_applyStep_arrow.svg) center no-repeat; border-left: 0; border-top: 0; border-bottom: 0;}
    .tour_apply_step li::before {content: none;}
}
@media screen and (max-width: 480px) {
    .sub0301_campusTourGuide dt {font-size: 16px;}
    .sub0301_campusTourGuide dd {font-size: 14px;}
    .sub0301_campusTourGuide li {font-size: 14px;}
}




/********************************************************

    sub302 - 캠퍼스 투어 신청 - 날짜 선택

********************************************************/
/* 달력 */
.tour_calendar {width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 25px;}
.c_header {display: flex; align-items: center; justify-content: space-between; width: 350px;}
.c_header p.this_month {font-size: 27px; font-weight: 700;}
.c_header button {font-size: 25px; font-family: xeicon;}
.c_header button:hover {color: #AC9A7F;}

.cld_wrap {width: 100%; max-width: 920px; overflow: hidden; overflow-x: auto; margin: 0 auto;}
table.cld {min-width: 716px;}
table.cld tr {display: grid; grid-template-columns: repeat(7, 1fr); grid-template-rows: 1fr;}
table.cld th {text-align: center; font-size: 14px; font-weight: 500; padding: 15px 0; border-bottom: 1px solid #aaa; border-top: 2px solid #C4B49D;}
table.cld th.sun {color: #E82121;}
table.cld th.sat {color: #094AB0;}
table.cld td {padding: 5px 10px 15px 10px; height: 80px; min-height: 80px; vertical-align: top; text-align: left;  border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;}
table.cld td:last-of-type {border-right: none;}
table.cld td .date_box {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
table.cld td .day {color: #333; font-size: 14px;}
table.cld td .day.sun {color: #E82121;}
table.cld td .day.sat {color: #004386;}
table.cld td.past_date .day {color: #888;}
table.cld td .day.holiday {color: #E82121;} /* 휴무일 */
table.cld .holiText {color: #E82121; text-align: end; font-size: 14px;} /* 휴무일 */
table.cld td a {cursor:pointer;}
table.cld td a.active div{background: #e1e1e1;}
table.cld button {font-size: 13px; margin: 0 auto; font-weight: 500;}

/* 신청가능 버튼 */
table.cld button.available_date { background: #cfcfcf; color: #333; height: 20px; width: 64px; border-radius: 5px;}
table.cld button.available_date:hover {background: #191B1D; color: #fff;}
table.cld button.available_date.active {background: #191B1D; color: #fff;}

/* 신청불가능 버튼 */
table.cld button.closing_date {color: #888; font-weight: 400;}

@media screen and (max-width: 768px) {
    .cld_wrap {padding-bottom: 15px;}
    .cld_wrap::-webkit-scrollbar{height: 8px; background: #C4B49D22;}
    .cld_wrap::-webkit-scrollbar-thumb {border-radius: 7px; background: #C4B49D;}
    table.cld th {padding: 10px 0;}
    table.cld td {padding: 5px 10px 5px 10px; height: 70px; min-height: 70px;}

}
@media screen and (max-width: 480px) {
    .c_header {width: 100%;}
    .c_header p.this_month {font-size: 20px;}
    .c_header button {font-size: 20px;}
}


/* 타임테이블 */
.timeTable_wrap {width: 100%; max-width: 920px; overflow: hidden; overflow-x: auto; margin: 0 auto; margin-top: 60px;}
.timeTable {width: 100%; margin: 0 auto; text-align: center;}
.timeTable th {font-size: 17px; padding: 18px 0; border-bottom: 1px solid #aaa; border-top: 2px solid #C4B49D; border-right: 1px solid #ddd;}
.timeTable th:last-of-type {border-right: 0;}
.timeTable td {font-size: 16px; padding: 20px 0; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;}
.timeTable td:last-of-type {border-right: 0;}
.timeTable td.time {color: #222;}
.timeTable td.available {color: #524F4C;}
.timeTable td.unavailable {color: #888;}
.timeTable td button.checkBtn {padding: 5px 20px; border-radius: 5px; border: 1px solid #ddd; font-size: 14px;}
.timeTable td button.checkBtn:hover {background: #191B1D; color: #fff; border: 1px solid #191B1D;}
.timeTable td button.checkBtn.active {background: #191B1D; color: #fff; border: 1px solid #191B1D;}

@media screen and (max-width: 768px) {
    .timeTable th {font-size: 14px; padding: 10px 0;}
    .timeTable td {font-size: 14px; padding: 10px 0;}
}
@media screen and (max-width: 768px) {
    .timeTable_wrap {padding-bottom: 15px;}
    .timeTable_wrap::-webkit-scrollbar{height: 8px; background: #C4B49D22;}
    .timeTable_wrap::-webkit-scrollbar-thumb {border-radius: 7px; background: #C4B49D;}
    .timeTable {min-width: 380px;}
}


/* 선택 날짜 표시 */
p.selected {font-size: 17px; text-align: center; margin-top: 60px; font-weight: 400;}
p.selected span.selected_date {font-weight: 500;}

@media screen and (max-width: 480px) {
    p.selected {font-size: 16px;}
    p.selected span.selected_date {display: block; line-height: 2; font-weight: 700;}
}




/**********************************************

    sub0302 - 캠퍼스 투어 신청 - 신청서 작성

***********************************************/
.apply_tbl_01 th {width: 18%;}
.apply_tbl_01 td {width: 35%;}
.apply_tbl_01 input#school_name, .apply_tbl_01 input#name {width: 98%;}
.apply_tbl_01 input[type="tel"] {width: 30%;}
.apply_tbl_01 input#fax {width: 30%;}
.apply_tbl_01 input#count {width: 100px;}
.apply_tbl_01 select.phone {width: 30%;}
.apply_tbl_01 select.tel {width: 20%;}
.apply_tbl_01 select.fax {width: 30%;}
.apply_tbl_01 select.tourBus {width: 100px;}
.apply_tbl_01 select.email-domain {width: 160px; color: #333; font-weight: 300;}
.apply_tbl_01 select#visit-time {width: 98%;}
.apply_tbl_01 input[type="date"] {width: 98%;}
.apply_tbl_01 input[type="date"]::-webkit-clear-button, input[type="date"]::-webkit-inner-spin-button {display: none;}
.apply_tbl_01 input[type="date"]::-webkit-calendar-picker-indicator {background: transparent;}
.apply_tbl_01 input[type="date"] {background: #fff url(/resources/user/promo/img/icon/icon_calendar.svg) calc(100% - 10px) center no-repeat;}
.apply_tbl_01 td.email_td input {width: 20%}
.apply_tbl_01 td.tourBus_td input[type="radio"] {display: none;}
.apply_tbl_01 td.tourBus_td input[type="radio"] + label {color: #333; display: inline-flex; align-items: center; justify-content: flex-start; margin-right: 20px;}
.apply_tbl_01 td.tourBus_td input[type="radio"] + label::before {content: ''; display: inline-block; width: 20px; height: 20px; border: 1px solid #aaa; transform: translateX(10px);}
.apply_tbl_01 td.tourBus_td input[type="radio"]:checked + label::before {border: none; background: #C4B49D url(/resources/user/promo/img/icon/icon_check.svg) center no-repeat;}
.apply_tbl_01 td.tourBus_td span {margin: 0; margin-right: 20px;}

@media screen and (max-width: 1080px) {
    .apply_tbl_01 tr {width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end;}
    .apply_tbl_01 th {width: 20%; height: 61px; display: flex; align-items: center;}
    .apply_tbl_01 td {width: 80%;}
    .apply_tbl_01 tr:last-of-type th {height: 194px;}
    .apply_tbl_01 input#school_name, .apply_tbl_01 input#name {width: 60%;}
    .apply_tbl_01 input[type="tel"] {width: 25%;}
    .apply_tbl_01 input#fax {width: 25%;}
    .apply_tbl_01 select.phone {width: 25%;}
    .apply_tbl_01 select.tel {width: 25%;}
    .apply_tbl_01 select.fax {width: 25%;}
    .apply_tbl_01 select#visit-time {width: 60%;}
    .apply_tbl_01 input[type="date"] {width: 60%;}
}
@media screen and (max-width: 768px) {
    .apply_tbl_01 th {width: 30%; align-items: center;}
    .apply_tbl_01 td {width: 70%; align-items: center;}
    .apply_tbl_01 input[type="date"] {background-size: 15px;}
    .apply_tbl_01 select.email-domain {width: auto;}
    /*.apply_tbl_01 tr:nth-of-type(6) th {height: 96px;} */
    .apply_tbl_01 input#school_name, .apply_tbl_01 input#name {width: 100%;}
    .apply_tbl_01 input[type="tel"] {width: 30%;}
    .apply_tbl_01 input#fax {width: 30%;}
    .apply_tbl_01 select.phone {width: 30%;}
    .apply_tbl_01 select.tel {width: 30%;}
    .apply_tbl_01 select.fax {width: 30%;}
    .apply_tbl_01 select#visit-time {width: 100%;}
    .apply_tbl_01 input[type="date"] {width: 100%;}
    .apply_tbl_01 td.tourBus_td {display: flex; flex-wrap: wrap; gap: 5px; align-items: center;}
    .apply_tbl_01 td.tourBus_td input[type="radio"] + label {font-size: 14px; margin-right: 0;}
    .apply_tbl_01 td.tourBus_td input[type="radio"] + label::before {width: 15px; height: 15px;}
    .apply_tbl_01 td.tourBus_td input[type="radio"]:checked + label::before {background-size: 80%;}
    .apply_tbl_01 input#tourBus {width: 99%;}
    .apply_tbl_01 select.tourBus {width: 50px;}
}
@media screen and (max-width: 480px) {
    .apply_tbl_01 th {width: 100%;}
    .apply_tbl_01 td {width: 100%;}
    .apply_tbl_01 tr:last-of-type th {height: auto;}
    .apply_tbl_01 td.email_td {display: flex; flex-wrap: wrap; align-items: center; gap: 5px;}
    .apply_tbl_01 td.email_td input#email-user {width: 90%;}
    .apply_tbl_01 td.email_td input#email-domain {width: 45%;}
    .apply_tbl_01 select.email-domain {width: 45%;}
    .apply_tbl_01 tr:nth-of-type(6) th {height: auto;}
    .apply_tbl_01 input[type="tel"] {width: 25%;}
    .apply_tbl_01 input#fax {width: 25%;}
    .apply_tbl_01 select.phone {width: 25%;}
    .apply_tbl_01 select.tel {width: 25%;}
    .apply_tbl_01 select.fax {width: 25%;}
    .apply_tbl_01 td.tourBus_td {flex-wrap: wrap; justify-content: center; gap: 10px;}
    .apply_tbl_01 td.tourBus_td input[type="radio"] + label {font-size: 14px; margin-right: 0;}
    .apply_tbl_01 td.tourBus_td input[type="radio"] + label::before {width: 15px; height: 15px;}
    .apply_tbl_01 select.tourBus {margin-left: 0;}
    .apply_tbl_01 textarea {height: 120px;}
}




/**********************************************

    sub0402 - 언론 홍보 - 언론홍보 요청 서식
    sub0501 - 옥외전광판 - 옥외 전광판 신청 서식

***********************************************/
.apply_tbl_02 th {width: 20%;}
.apply_tbl_02 td {width: 80%;}
.apply_tbl_02 input[type="text"] {width: 45%;}
.apply_tbl_02 input[type="tel"] {width: 18%;}
.apply_tbl_02 input[type="tel"] {width: 18%;}
.apply_tbl_02 select.phone {width: 18%;}
.apply_tbl_02 td.email_td input {width: 18%;}
.apply_tbl_02 select.email-domain {width: 18%;}
.apply_tbl_02 td p {display: block; font-size: 15px; color: #333;}
.apply_tbl_02 td p:last-of-type {margin-bottom: 20px;}
.apply_tbl_02 td div.file_box {display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-bottom: 15px;}
.apply_tbl_02 td div.file_box p {margin-bottom: 0;}

/* 첨부파일 업로드 */
#uploadFile_box {background: #fff; border: 1px solid #555; margin: 0; padding: 15px;}
.apply_tbl_02 td div.file_box button {font-family: 'Pretendard'; display: flex; align-items: center; justify-content: center; gap: 10px; background: #524F4C; padding: 7px 20px; font-size: 15px; color: #fff;}
.fileUpload {position: relative; overflow: hidden; font-size: 16px; cursor: pointer; display: inline-block; background: #fff; font-size: 15px; width: 70px; height: 25px; text-align: center; color: #fff; background: #524F4C;}
.apply_tbl_02 input#uploadFile {position: absolute; cursor: pointer; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; opacity: 0;}
.upload_dragdrop {display: flex; border:2px dotted #ddd; width: 400px; align-items: center; justify-content: flex-start; padding: 10px 10px 15px 10px; gap: 15px;}
.upload_dragdrop span b {font-size: 15px; color: #888; font-weight: 200;}

@media screen and (max-width: 1080px) {
    .apply_tbl_02 input[type="text"] {width: 90%;}
    .apply_tbl_02 input[type="tel"] {width: 25%;}
    .apply_tbl_02 input[type="tel"] {width: 25%;}
    .apply_tbl_02 select.phone {width: 25%;}
    .apply_tbl_02 td.email_td input {width: 25%;}
    .apply_tbl_02 select.email-domain {width: 25%;}
    .apply_tbl_02 td div.file_box {gap: 10px;}
    .apply_tbl_02 textarea {height: 200px;}
    .apply_tbl_02 textarea#restInfo {height: 150px;}
    .apply_tbl_02 td p {font-size: 14px;}
    .apply_tbl_02 td p:last-of-type {margin-bottom: 15px;}

    .apply_tbl_02 td div.file_box button {font-size: 14px;}
    .upload_dragdrop {width: 90%;}
    .upload_dragdrop span b {font-size: 14px;}
}
@media screen and (max-width: 768px) {
    .apply_tbl_02 th {width: 30%;}
    .apply_tbl_02 td {width: 70%;}
    .apply_tbl_02 td.email_td input {width: 40%;}
    .apply_tbl_02 select.email-domain {width: 80%; margin-top: 5px;}
}
@media screen and (max-width: 480px) {
    .apply_tbl_02 th {display: block; width: 100%; text-align: center;}
    .apply_tbl_02 td {display: block; width: 100%;}
    .apply_tbl_02 textarea {height: 140px;}
    .apply_tbl_02 textarea#restInfo {height: 100px;}
    .apply_tbl_02 td p {text-align: start;}

    .upload_dragdrop {width: 100%;}
}




/**********************************************

    sub0501 - 옥외전광판 - 옥외 전광판 신청 서식

***********************************************/
td.recominput input {display: block; width: 56% !important;}
td.recominput_ex input {display: block; width: 56% !important; background: #5C5D5E url(/resources/user/promo/img/sub/display_bg.png) center no-repeat; background-size: cover; font-size: 26px; font-weight: 600; height: 50px; text-align: center; text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) ;}
td.recominput input#contents {margin-bottom: 10px;}
td.recominput_ex input#board1 {margin-bottom: 1px; color: #D9E696;}
td.recominput_ex input#board2 {color: #97DAF4;}

@media screen and (max-width: 1080px) {
    td.recominput input {width: 90% !important;}
    td.recominput_ex input {width: 90% !important; font-size: 20px;}
}
@media screen and (max-width: 480px) {
    td.recominput input {width: 100% !important;}
    td.recominput_ex input {width: 100% !important; font-size: 18px; height: 40px;}
}




/**********************************************

    sub0202 - 뉴스플러스 - 뉴스플러스 상세 보기

***********************************************/
.backBtn_box {position: sticky; z-index: 1; top: 20px;}
.backBtn_box button {display: flex; align-items: center; justify-content: center; gap: 15px; font-size: 23px; font-weight: 500; height: 45px; width: 135px;  border-radius: 50px; background: #d9d9d9;}
.smartOutput {padding: 0 150px; transform: translateY(-45px);}
.smartOutput table {height: auto; max-width: 900px; margin: 0 auto; background-size: cover;}
.smartOutput table img {margin: 0 auto; height: auto;}
.backBtn_box button:hover {background: #191B1D; color: #fff;}
.backBtn_box button:hover img {filter: invert(1);}

.sub202 {position: relative;}
.sub202 button.page-nav {position: absolute; top: 50%; transform: translateY(-50%); width: 66px; height: 66px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d9d9d9;}
.sub202 button.page-nav img {width: 17px;}
.sub202 button.page-nav.prev_btn img {transform: rotate(180deg);}
.sub202 button.page-nav.prev_btn {left: 0;}
.sub202 button.page-nav.next_btn {right: 0;}
.sub202 button.page-nav:hover {background: #191B1D;}
.sub202 button.page-nav:hover img {filter: invert(1);}

@media screen and (max-width: 1080px) {
    .backBtn_box button {gap: 10px; font-size: 16px; font-weight: 500; height: auto; width: auto; padding: 10px 15px;}
    .backBtn_box button img {width: 20px;}
    .smartOutput {padding: 0 120px;}

    .sub202 button.page-nav {width: 50px; height: 50px;}
    .sub202 button.page-nav img {width: 15px;}
}
@media screen and (max-width: 768px) {
    .backBtn_box button {display: none;}
    .smartOutput {padding: 0 60px; transform: translateY(0);}

}
@media screen and (max-width: 480px) {
    .smartOutput {padding: 0 40px;}
    .sub202 button.page-nav {width: 30px; height: 30px;}
    .sub202 button.page-nav img {width: auto;}

}




/**********************************************

    sub0101 - 홍보실 소개 - 홍보실

***********************************************/
.sub101 > div {margin-bottom: 140px;}
.sub101 > div:first-of-type p {font-size: 18px; font-weight: 300; line-height: 27px;}
.bg_gold {font-size: 30px; word-break: keep-all; width: 100%; padding: 17px 5px; border-radius: 5px; background: #C4B49D; text-align: center; color: #111; font-weight: 500;}
.pr_category {margin: 20px 0; display: grid;gap: 20px; grid-auto-columns: repeat;grid-template-columns: repeat(3, 1fr);}
.pr_category li {padding: 35px 0; border-radius: 5px; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; font-size: 20px; line-height: 27px;}
.pr_category li:first-of-type {background: url(/resources/user/promo/img/sub/pr_manual_img_01.jpg) center no-repeat; background-size: cover;}
.pr_category li:nth-of-type(2) {background: url(/resources/user/promo/img/sub/pr_manual_img_02.jpg) center no-repeat; background-size: cover;}
.pr_category li:last-of-type {background: url(/resources/user/promo/img/sub/pr_manual_img_03.jpg) center no-repeat; background-size: cover;}
.bg_gray {width: 100%; padding: 25px 15px; text-align: center; background: #E4E4E4; border-radius: 5px;}
.bg_gray p {font-size: 25px; word-break: keep-all; color: #555; margin-bottom: 16px;}
.bg_gray .tel_info {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px;}
.bg_gray .tel_info li {display: flex; align-items: center; justify-content: flex-start; gap: 10px; word-break: keep-all;}

.member_list {margin-top: 80px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px;}
.member_list > li {display: flex; flex-shrink: 0; border-bottom: 1px solid #d9d9d9; padding-bottom: 40px; gap: 10px;}
.member_list > li:last-of-type {border-bottom: 0;}
.member_list .lb {min-width: 200px;}
.member_list .lb p {font-size: 24px;}
.member_list .lb p span {font-size: 16px; font-weight: 300; color: #444;}
.member_list .lb .tel_info {margin-top: 10px;}
.member_list .lb .tel_info li {font-size: 14px; font-weight: 500; color: #907149;}
.member_list .rb p {margin-top: 8px; font-size: 16px; font-weight: 500; color: #333; display: flex; align-items: flex-start; justify-content: flex-start; gap: 10px;}
.member_list .rb p::before {content: ''; height: 19px; width: 2px; background: #000; margin-top: 1px;}
.member_list .rb .work_list {margin-top: 10px;}
.member_list .rb .work_list li {font-size: 16px; font-weight: 300; color: #333; line-height: 27px;}

@media screen and (max-width: 1080px) {
    .sub101 > div {margin-bottom: 100px;}
    .sub101 > div:first-of-type p {font-size: 15px; font-weight: 300;}
    .bg_gold {font-size: 20px;}
    .pr_category {gap: 10px;}
    .pr_category li {font-size: 16px;}
    .bg_gray p {font-size: 20px;}
    .bg_gray .tel_info li {font-size: 14px; gap: 5px;}
    .bg_gray .tel_info li img {width: 18px;}

    .member_list {margin-top: 0;}
    .member_list .lb {min-width: 180px;}
    .member_list .lb p {font-size: 20px;}
    .member_list .lb p span {font-size: 14px;}
    .member_list .rb p {font-size: 15px; gap: 5px;}
    .member_list .rb p::before {height: 16px; margin-top: 2px;}
    .member_list .rb .work_list li {font-size: 14px;}
}
@media screen and (max-width: 860px) {
    .member_list > li {padding-left: 5%; flex-direction: column;}
}
@media screen and (max-width: 768px) {
    .pr_category {grid-template-columns: 1fr;}
    .pr_category li {padding: 15px;}
    .member_list {grid-template-columns: 1fr;}
    .member_list > li {flex-direction: row;}

    .member_list > li {padding-left: 15%; padding-bottom: 30px;}
}
@media screen and (max-width: 480px) {
    .member_list {gap: 20px;}
    .member_list > li {padding-left: 5%; flex-direction: column; padding-bottom: 20px;}
}



/**********************************************

    sub0102 - 홍보실 소개 - 홍보대사

***********************************************/
.sub102 p {font-size: 18px; font-weight: 300; line-height: 27px;}
.ambassador_info {display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; color: #fff; margin-top: 90px;}
.ambassador_info dl {height: 377px; padding: 0 20px; padding-top: 36%;}
.ambassador_info dt {font-size: 23px; font-weight: 500; margin-bottom: 20px;}
.ambassador_info dd {font-size: 14px; font-weight: 300; padding: 5px 0; word-break: keep-all;}
.ambassador_info dd span {display: block; text-indent: 0;}
.ambassador_info dd.marker {text-indent: -10px; padding-left: 10px; margin-left: 8px;}
.ambassador_info dd.marker::before {content: ''; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin-bottom: 3px; background: #fff; margin-right: 5px;}
.ambassador_info dl.list_01 {background: url(/resources/user/promo/img/sub/sub102_list_01.jpg) center no-repeat; background-size: cover;}
.ambassador_info dl.list_02 {background: url(/resources/user/promo/img/sub/sub102_list_02.jpg) center no-repeat; background-size: cover;}
.ambassador_info dl.list_03 {background: url(/resources/user/promo/img/sub/sub102_list_03.jpg) center no-repeat; background-size: cover;}
.ambassador_info dl.list_04 {background: url(/resources/user/promo/img/sub/sub102_list_04.jpg) center no-repeat; background-size: cover;}
.ambassador_info dl.list_05 {background: url(/resources/user/promo/img/sub/sub102_list_05.jpg) center no-repeat; background-size: cover;}
.ambassador_info dl.list_06 {background: url(/resources/user/promo/img/sub/sub102_list_06.jpg) center no-repeat; background-size: cover;}

@media screen and (max-width: 1080px) {
    .sub102 p {font-size: 15px; font-weight: 300;}
    .ambassador_info {grid-template-columns: repeat(2, 1fr);}
    .ambassador_info dl {height: auto; min-height: 260px; padding: 0 20px; padding-top: 10%;}
    .ambassador_info dt {font-size: 20px; margin-bottom: 10px;}
    .ambassador_info dd {padding: 3px 0;}
}
@media screen and (max-width: 768px) {
    .ambassador_info dt {font-size: 18px;}
}
@media screen and (max-width: 480px) {
    .ambassador_info {grid-template-columns: 1fr;}
    .ambassador_info dl {height: auto; min-height: 230px; padding: 30px 20px; padding-top: auto;}
}










@media screen and (max-width: 1560px) {

}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1240px) {

}
@media screen and (max-width: 1080px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 480px) {

}