*{letter-spacing: -0.5px; word-break:keep-all}
.b_color{color:#007a06; }

.b_inner{max-width:1360px; margin:0 auto; width:100%; }
.b_inner2{max-width:1200px; margin:0 auto; width:100%; }
.b_inner3{max-width:1100px; margin:0 auto; width:100%; }
.b_inner4{max-width:1000px; margin:0 auto; width:100%; }

.b_center {text-align: center}

.b_more_btn{display: flex; align-items: center; justify-content: center; height:40px; border-radius: 5px; background-color: #000000; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn img{margin-left: 15px; transition:transform .2s;}
.b_more_btn:hover img{transform: translateX(4px);transition: transform .2s;}

.b_more_btn2 {height:40px; border-radius: 5px; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn2 img{margin-left: 15px; transition:transform .2s;}
.b_more_btn2:hover img{transform: translateX(4px);transition: transform .2s;}

.pc {display: block}
.mobile {display: none}
.dot_space {word-spacing : -30px;}
.inline_pc {display: inline-row}

@media screen and (max-width: 1320px){
    
}

@media screen and (max-width:760px){
    .b_more_btn img{width: 12px;}
    .pc {display: none}
    .mobile {display: block}
    .inline_pc {display: none}

}

/*---유튜브 추가---*/
#video_wrap{position: relative;width: 100%;height: auto;padding-bottom: 56.25%;}
#video_wrap::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: rgba(0,0,0,.1);}
#video_player{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/*action button*/
.btn_action {position: relative; overflow: hidden; display: inline-block; padding: 0 50px; border: 1px solid #000; color: #000; border-radius: 50px; font-weight: 600; font-size: 20px}
.btn_action:before {content:""; position: absolute; height: 100%; width: 100%; background-color: #FFD900; top: 100%; left: 0; transition: all 0.3s; z-index: -1}
.btn_action:hover:before {transform: translateY(-100%);}
.btn_action:hover {color: #000; border: 1px solid #FFD900 !important;}
.btn_action:hover img {filter: var(--filterBlack)}

#b_header {position:relative; z-index:10; width:100%; height: 100px; transition:.4s; border-bottom: 1px solid #eaeaea; z-index: 20; background: #fff; box-shadow: 2px 2px 30px rgba(0,0,0, .2);}
#b_header > .b_inner{position: relative; display: flex; justify-content: space-between; align-items: center; height: 100%;}
#b_header > .b_inner:after {display: block; position: absolute; bottom: 20px; right: 0px; content:""; height: 1px; width: 97%; border-bottom: 0px solid rgba(255,255,255,1)}
#b_header nav{}
#b_header #b_gnb {display: flex; align-items: center; height: 100%}
#b_header #b_gnb > li {padding:20px 35px; position: relative; height: 100%;}
#b_header #b_gnb > li > a {color:#000; display: flex; align-items: center; width: 100%; letter-spacing: 0px; height: 100%; font-size: 1.8rem; font-weight: 500}

#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top: 100%; background-color: #fff; width: 120%; transform:translate(-50%); padding:7px 0; display: none; border:1px solid #eaeaea; border-radius: 10px; font-size: 1.5rem}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: center;}
#b_header #b_gnb .b_sub_list li a{display: block; padding:2px 0;color:#777; font-weight: 500; transition:color .3s; font-size: 1.4rem }
#b_header #b_gnb .b_sub_list li a:hover{color:var(--colorMain); transition:color .3s; }

#b_header .b_logo a{display: block; color:#000; }
#b_header .b_logo img {width: 200px; ; transition:.4s}
#b_header .b_util_box {display: none}
#b_header .b_request{padding: 0 30px}          
#b_header .b_request .btn_action:before {background: #FFD900}
#b_header .b_request .btn_action:hover {color: #000}
#b_header .b_request a {display: inline-block; border: 1px solid #FFD900; border-radius: 50px; padding: 10px 30px; color: #000; font-size: 1.5rem}

.b_lang {display: flex; }
.b_lang li {position: relative; padding: 0 5px}
.b_lang li:nth-child(1):after {content: ''; width: 1px; height: 70%; background-color: rgba(255,255,255, .3); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.b_lang a {color: #000; padding: 0 5px; opacity: .5; font-size: 1.6rem}
.b_lang a.active {opacity: 1; font-weight: 600;}

.b_toggle_btn{display: flex; width: 30px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{width: 100%; background-color: #000; width: 30px; height:2px; border-radius: 5px;}
.b_toggle_btn span:first-child{margin-bottom: 7px;}
.b_toggle_btn span:nth-child(2) {margin-bottom: 7px;}

.b_site_map{width: 94%; max-width: 400px; position:fixed; right:-420px; top:0; height:100%; z-index: 30; background-color: #f9f9f9; box-shadow: -5px 0px 30px rgba(0,0,0,.07);  transition:right .5s;}
.b_site_map.open{right:0; transition:right .5s;}
.b_site_map nav{width:89%; margin:0 auto; margin-top: 200px; margin-left: 50px;}
.b_site_map #b_gnb > li {margin-bottom: 20px;}
.b_site_map #b_gnb > li > a{font-size:1.5rem; font-weight: bold;}
.b_site_map #b_gnb > li.open > a{color:#000; transition:color .3s;}
.b_site_map #b_gnb .b_sub_list {margin-top:20px; display: none; padding-bottom: 20px;}
.b_site_map #b_gnb .b_sub_list li {padding:10px 0 10px 10px; }
.b_site_map #b_gnb .b_sub_list li a{color:#777; font-size: 1.8rem; ;}

.b_site_map #b_gnb .b_sub_list li a:hover{color:#111; transition:color .3s; }
.b_site_map .b_lang {position: absolute; left: 8%; top: 5%; z-index: 11; color: #111; display: flex; justify-content: center; align-items: center; }
.b_site_map .b_lang a {color: #111}
.b_site_map .b_lang li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
.b_site_map .b_lang li {padding: 0 10px;}
.b_site_map .b_lang .qna {border: 1px solid #000; border-radius: 50px; padding: 7px 10px;}

.b_bg_box{width: 100%; height: 100%; background-color: #000; opacity: .8; display: none; position: fixed; left: 0; top: 0; z-index: 10;}

.b_close_btn{position:absolute; right: 8%; top: 5%;width:24px; height:24px; z-index: 10; }
.b_close_btn span{position:absolute; left:0; top:14px; background-color: #ccc; width: 100%; height: 2px;ransition:background-color .3s; }
.b_close_btn span:first-child{transform:rotate(45deg);}
.b_close_btn span:last-child{transform:rotate(-45deg);}
.b_close_btn:hover span{background-color: #111; transition:background-color .3s; } 

#b_header.on {position: fixed; left: 0; top: 0; height: 90px}
#b_header.on .b_logo a{color:#111; }
#b_header.on{background-color: #fff; transition:.4s; border-bottom: 1px solid #eaeaea;}
#b_header.on .b_logo .b_logo_off{display: none;}
#b_header.on .b_logo .b_logo_on{display: block;}
#b_header.on .b_logo img {width: 180px; transition:.4s}
#b_header.on #b_gnb > li > a{color:#111; font-size:1.6rem }
#b_header.on .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.on .b_lang_box li a{color:#c1c1c1; }
#b_header.on .b_lang_box li.on a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #111; }
#b_header.on .b_lang li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
#b_header.on .b_lang a {color: #000}
#b_header.on .b_search {border: 1px solid #ddd}
#b_header.on .b_search input {color: #000;}
#b_header.on .b_search i {color: #000}

#b_header.black{background-color: #fff; transition:.4s; border-bottom: 1px solid #eaeaea;}
#b_header.black .b_logo .b_logo_off{display: none;}
#b_header.black .b_logo .b_logo_on{display: block;}
#b_header.black #b_gnb > li > a{color:#000; }
#b_header.black .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.black .b_lang_box li a{color:#c1c1c1; }
#b_header.black .b_lang_box li.on a{color:#000; }
#b_header.black .b_toggle_btn span{background-color: #000; }
#b_header.black .b_lang a {color: #000}
#b_header.black .b_lang li:nth-child(1):after {background-color: rgba(255,255,255, .3);}

@media screen and (max-width:1080px){
    #b_header{height: 60px;}
    #b_header.on {height: 70px}
    #b_header nav{display: none;}
    #b_header .b_lang {display: none}

    #b_header .b_logo {padding: 0 0 0 10px}
    #b_header .b_logo img {width: 130px}
    #b_header.on .b_logo img {width: 130px}
    #b_header .b_request {display: none}
	#b_header .b_util_box {display: block; padding: 0 10px 0 0}
    .b_toggle_btn{display: flex;}    

    .b_site_map #b_gnb > li > a{font-size:2.2rem;}
    .b_site_map #b_gnb .b_sub_list li a {font-size: 2.0rem}
}

@media screen and (max-width:760px){
    #b_header{height: 70px;}
}

.b_mv_box {height: 810px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box ul li{position: relative;}
.b_mv_box ul li figure{position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul li figure img{transform:scale(1.1); }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1.0); ; transition:ease 6s}
.b_mv_box ul li .b_inner{display: flex; align-items: center; height:100%; width:100%; justify-content: flex-start;}
.b_mv_box .b_txt_box{position: relative; color: #fff; text-align: center; width: 100%}
.b_mv_box .b_txt_box h2{line-height:1.3; font-size: 6.0rem; font-weight: 700; letter-spacing: -2px; transform:translateY(30px); opacity:0}
.b_mv_box .b_txt_box h2 strong {color: var(--colorMain);}
.b_mv_box .b_txt_box p {padding: 20px 0 0; font-size: 2.0rem; line-height: 1.4; font-weight: 300; transform:translateY(30px); opacity:0}
.b_mv_box .b_txt_box a {display: inline-block; margin: 60px 0 0; font-size: 1.8rem; padding: 15px 20px; background-color: var(--colorSub); color: #fff; border-radius: 5px; transform:translateY(30px); opacity:0}
.b_mv_box ul li.swiper-slide-active .b_txt_box h2 {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .4s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box p {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .8s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box a {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: 1.2s;}

.b_mv_box .b_txt_box .angle {position: absolute; top: 0; left: 0}
.b_mv_navi{margin:0 auto; width: 94%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:25px; z-index: 5;}
.b_mv_navi .b_prev, .b_mv_navi .b_next  {width:auto; height: auto;}
.swiper-button-next, .swiper-button-prev{background-image: none;}
.b_mv_box .b_more_btn{background-color: transparent; border:1px solid #fff;margin:55px 0 0; color: #fff; padding: 0 30px}
.b_scr_box{position: absolute; bottom: 9%; right: 5%; z-index: 5; display: flex; align-items: center; animation-name: scr_ani; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;}
.b_scr_box p{color:#fff; margin-left: 10px; letter-spacing: 2px;}

.b_mv_box .b_option_box {margin: -50px 0 0; display: flex; justify-content: center; align-items: center;}
.b_mv_box .b_option_box .b_start {position: relative; z-index: 5; margin: 0 10px 0 0; width: 12px}
.b_mv_box .b_option_box .b_start img {cursor: pointer;}
.b_mv_box .b_option_box .b_start img.start {width: 12px;}
.b_mv_box .b_option_box .swiper-pagination {position: relative;}
.b_mv_box .b_option_box .swiper-pagination-bullet {background-color: transparent; border: 2px solid #fff; width: 16px; height: 16px; opacity: 1; margin: 0 5px;}
.b_mv_box .b_option_box .swiper-pagination-bullet-active {background-color: #fff; border: 2px solid #fff;}

.mouse_scroll{position: absolute; left: 50%;transform: translateX(-50%);bottom: 30px; z-index:100; color: #fff; text-align: center}
.mouse_scroll img{width: 18px; margin: auto;}
.mouse_scroll .down{height: 30px; position: relative;}
.mouse_scroll .down .arrow {font-size: 12px; animation: down 1.2s infinite; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.mouse_scroll .down .arrow img {width: 12px}
.mouse_scroll .txt {padding: 0px 0 20px; opacity: .8; letter-spacing: 1px; font-size: 1.2rem} 

/*메인 풀페이지*/
#fp-nav ul li a span {border-radius: 0px !important; width: 3.4px !important; height: 34px !important; margin: 0px !important; border-radius: 5px !important;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {background: #FFD900}
#fp-nav ul li a.active+.fp-tooltip {color: #FFD900 !important}
#fp-nav ul li, .fp-slidesNav ul li {height: 36px !important}
#fp-nav ul li:nth-child(1), #fp-nav ul li:nth-child(n+7) {display: none !important;}
#fp-nav ul li .fp-tooltip {top: 80% !important; overflow: visible !important; opacity: 1 !important; font-size: 1.2rem !important;}

@keyframes down    {
    0% {opacity: 0; top: 0;}
    50% {opacity: 0.3; top: 40%;}
    100% {opacity: 1; top: 90%;}
}

.fp-controlArrow.fp-prev {border: none; background: url("/data/design/index/mv_navi.png") no-repeat center center; width: 30px !important; height: 30px !important; transform: rotate(180deg); left: 50px !important; margin: -15px 0 0}
.fp-controlArrow.fp-next {border: none; background: url("/data/design/index/mv_navi.png") no-repeat center center; width: 30px !important; height: 30px !important; right: 50px !important; margin: -15px 0 0}



@keyframes scr_ani{
    0%{transform:translateY(0);}
    100%{transform:translateY(10px);}
}

@media screen and (max-width:1320px){
    

}

@media screen and (max-width:1080px){
    .b_mv_box {height: 800px;}

}
@media screen and (max-width:768px){
    .b_mv_box .b_txt_box h2 {font-size: 5.0rem;}
    .b_mv_box .b_txt_box p {padding: 20px 20px 0}
    .main_slide .txt_box img {width: 80%}
    #fp-nav {display: none}

    .b_mv_box {height: 700px;}
    /* .b_mv_box .b_txt_box p{margin: 25px 0;} */
    .b_mv_box .b_more_btn{margin-top: 25px;}
    .b_scr_box{bottom: 5%; }

    .b_mv_navi > div img{width: 14px;}
    .b_prev {display: none;}
    .b_next {display: none;}
    
}


.b_motion { /* 페이드 이펙트 */
    transition: transform 0.6s, opacity 0.6s ease;
    opacity: 0;
    transform: translate3d(0px, 30px, 0);
  }

.b_motion.b_move { /* 모션 작동 */
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.b_delay_01{transition-delay: .2s;}
.b_delay_02{transition-delay: .4s;}
.b_delay_03{transition-delay: .6s;}
.b_delay_04{transition-delay: .8s;}
.b_delay_05{transition-delay: 1.0s;}

.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box .b_sub_txt{display: block; margin-bottom: 30px; letter-spacing: 2px;}
.b_tit_box h3{line-height: 1.3; word-break: keep-all;}
.b_tit_box .b_cont_txt{margin-top: 30px; line-height: 1.4; }

.b_section{padding: 100px 0;}

@media screen and (max-width:760px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt{ margin-bottom: 20px; }
    .b_tit_box .b_cont_txt{margin-top: 20px; }
    .b_section{padding: 70px 0;}

}

.foot_wrapper {background-color: #191919; padding: 50px 0;  }
.foot_wrapper .foot_box {display: flex; justify-content: center}
.foot_wrapper .foot_logo {width: 247px}
.foot_wrapper .foot_logo img {width: 247px}
.foot_wrapper .foot_left {width: calc(100% - 247px);}
.foot_wrapper address{color:#fff; line-height: 2.0;}
.foot_wrapper address span{letter-spacing: 0px; color: #fff; font-size: 1.6rem}
.foot_wrapper address span b {letter-spacing: 0px; color: #fff}
.foot_wrapper address span.line:after {content: "|"; color: #fff; font-weight: 100;  padding: 0 15px; font-size: 1.4rem;}
.foot_wrapper address .b_copyright{letter-spacing: 0px; font-size: 1.4rem; color: #aaa}
.foot_wrapper .login {display: flex; padding: 20px 0 0}
.foot_wrapper .login p {background: rgba(255,255,255,.3); color: #fff; padding: 10px 20px; border-radius: 5px; margin: 0 10px 0 0}
.foot_wrapper .login p a {display: block; color: #fff; font-size: 1.3rem;}

@media screen and (max-width: 1000px){
    .foot_wrapper{padding: 40px 0; }
    .foot_wrapper .foot_box {flex-direction: column; text-align: center;}
    .foot_wrapper .foot_logo {width: 100%}
    .foot_wrapper .foot_left {width: 100%; padding: 20px 0}
    .foot_wrapper .foot_right  {width: 100%}
    .foot_wrapper .login {justify-content: center;}
    .foot_wrapper .foot_right .link {justify-content: center;}
    .foot_wrapper address span {margin-right: 0 0px;}

    .foot_wrapper address span.line.mo_none:after {display: none;}
}


.bbs_wrap {padding: 50px 0}

/*테이블*/
.tbl_a {font-size: 1.6rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_a tr {border-bottom: 1px solid #ddd;}
.tbl_a th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: left;}
.tbl_a td {padding: 15px 15px; line-height: 1.6;}

.tbl_b {font-size: 1.6rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_b tr {border-bottom: 1px solid #ddd;}
.tbl_b th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center; border-right: 1px solid #ddd;}
.tbl_b th:last-child {border-right: none;}
.tbl_b td {padding: 15px 15px; line-height: 1.6; text-align: center; border-right: 1px solid #ddd;}
.tbl_b td:last-child {border-right: none;}

.tbl_c {font-size: 1.6rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_c tr {border-bottom: 1px solid #ddd;}
.tbl_c th {background: #fff; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center;}
.tbl_c td {padding: 15px 15px; line-height: 1.6; text-align: center}

.img_hover {overflow: hidden}
.img_hover img {transform: scale(1.0); transition: .3s;}
.img_hover:hover img {transform: scale(1.1); transition: .3s;}

.txt_left {text-align: left !important; }

/*flex*/
.flex_box {display: flex; flex-wrap: wrap;}

ul.img_box {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%}
ul.img_box li {margin: 0 0 10px; width: 100%; position: relative; display: flex; justify-content: center; align-items: center;}
ul.img_box li img {width: 100%}
ul.img_box.flex2 li {width: calc(50% - 10px)}
ul.img_box.flex3 li {width: calc(33.333% - 10px)}
ul.img_box.flex4 li {width: calc(25% - 10px)}
ul.img_box.flex4_3 li {width: calc(25%)}
ul.img_box.flex4_3 li:first-child {width: calc(50%)}
ul.img_box.flex5 li {width: calc(20% - 10px)}
ul.img_box figure {position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
ul.img_box figure img {height: 100%}

a.btn_request {font-size: 1.2rem;; background-color: #191919; border: 1px solid #191919; color: #fff; padding: 8px 15px;}
.btn_request_s {font-size: 1.2rem;; background-color: #fff; border: 1px solid #191919; color: #191919; padding: 3px 0px; width: 60px; display: inline-block; text-align: center;}

.sec_banner {display: flex; justify-content: center; align-items: center;}

/*메인*/
.con_tl h2 {font-size: 3.6rem; font-weight: 600;}
.con_tl p {font-size: 1.8rem; padding: 15px 0 0}
.con_box {margin: 0px auto 0}

.main_wrap {}
.b_sec_blank {margin: 80px auto 0}

.b_sec_01 {position: relative; padding: 150px 0 0}
.b_sec_01 .sec_box {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.b_sec_01 .sec_box .con_tl {width: calc(100% - 960px);}
.b_sec_01 .sec_box .con_tl p {font-size: 3.0rem; }
.b_sec_01 .sec_box .con_tl h2 {font-size: 5.5rem; font-weight: 600; padding: 10px 0 0}
.b_sec_01 .sec_box .con_tl h2 strong {color: var(--colorMain);}
.b_sec_01 .sec_box .con_box ul {display: flex; flex-wrap: wrap;width: 960px}
.b_sec_01 .sec_box .con_box ul li {width: 20%;; text-align: center; padding: 10px 0 0}
.b_sec_01 .sec_box .con_box ul li p {font-size: 1.6rem; padding: 10px 0 0; font-weight: 500;}

.b_sec_02 {position: relative; padding: 200px 0 0 0}
.b_sec_02 .sec_box {}
.b_sec_02 .sec_box .con_tl {display: flex; align-items: center;}
.b_sec_02 .sec_box .con_tl img {width: 31px; height: 30px}
.b_sec_02 .sec_box .con_tl h2 {font-size: 4.0rem; font-weight: 600; padding: 0 0 0 10px}
.b_sec_02 .sec_box .con_box {padding: 50px 0 0}
.b_sec_02 .sec_box .con_box ul {display: flex; flex-wrap: wrap;}
.b_sec_02 .sec_box .con_box ul li {width: 25%; padding: 0 15px 15px 0}
.b_sec_02 .sec_box .con_box ul li a {display: block; height: 205px; border: 1px solid #ddd; display: flex; flex-direction: column; justify-content: space-between; padding: 30px 30px;  transition: .4s;}
.b_sec_02 .sec_box .con_box ul li a h2 {font-size: 1.7rem; font-weight: 600; line-height: 1.6;}
.b_sec_02 .sec_box .con_box ul li a p {font-size: 1.4rem; color: #888}
.b_sec_02 .sec_box .con_box ul li a:hover {border: 1px solid var(--colorMain); transition: .4s;}

.b_sec_03 {position: relative; padding: 250px 0 0 0}
.b_sec_03 .sec_box {position: relative}
.b_sec_03 .sec_box .con_tl {display: flex; align-items: center;}
.b_sec_03 .sec_box .con_tl img {width: 31px; height: 30px}
.b_sec_03 .sec_box .con_tl h2 {font-size: 4.0rem; font-weight: 600; padding: 0 0 0 10px}
.b_sec_03 .sec_box .con_link {position: absolute; right: 0px; top: 0px;}
.b_sec_03 .sec_box .con_box {display: flex; flex-wrap: wrap; padding: 50px 0 0}
.b_sec_03 .sec_box .con_box ul {display: flex; flex-wrap: wrap; width: calc(100% - 680px)}
.b_sec_03 .sec_box .con_box ul li {width: 100%; padding: 0 0px 0px 0}
.b_sec_03 .sec_box .con_box ul li img {width: 100%;}
.b_sec_03 .sec_box .con_box ul li a {display: block; display: flex; flex-direction: column; justify-content: space-between;}
.b_sec_03 .sec_box .con_box ul li a h2 {font-size: 2.3rem; font-weight: 600; line-height: 1.2; padding: 20px 0 0}
.b_sec_03 .sec_box .con_box ul li a p {font-size: 1.6rem; color: #888; padding: 20px 0 0; line-height: 1.2;}
.b_sec_03 .sec_box .con_box ul:nth-child(1) {width: 680px; padding: 0 30px 0 0}
.b_sec_03 .sec_box .con_box ul:nth-child(2) a {display: flex; flex-wrap: wrap; flex-direction:row ;}
.b_sec_03 .sec_box .con_box ul:nth-child(2) a h2 {font-size: 2.0rem}
.b_sec_03 .sec_box .con_box ul:nth-child(2) a figure {width: 260px}
.b_sec_03 .sec_box .con_box ul:nth-child(2) a .txt {position: relative; width: calc(100% - 260px); padding: 0 0 0 30px}
.b_sec_03 .sec_box .con_box ul:nth-child(2) a .txt span {position: absolute; right: 0px; bottom: 5px; font-size: 1.4rem;}
.b_sec_03 .sec_box .con_box ul:nth-child(2) li {border-bottom: 1px solid #ddd; padding: 15px 0}
.b_sec_03 .sec_box .con_box ul:nth-child(2) li:first-child {padding:  0 0 15px}
.b_sec_03 .sec_box .con_box ul:nth-child(2) li:last-child {border-bottom: none; padding: 15px 0 0}

.b_sec_04 {position: relative; padding: 250px 0 140px 0}
.b_sec_04 .sec_box {position: relative}
.b_sec_04 .sec_box .con_tl {display: flex; align-items: center;}
.b_sec_04 .sec_box .con_tl img {width: 31px; height: 30px}
.b_sec_04 .sec_box .con_tl h2 {font-size: 4.0rem; font-weight: 600; padding: 0 0 0 10px}
.b_sec_04 .sec_box .con_box {padding: 40px 0 0}
.b_sec_04 .sec_box .con_box .txt_box {display: flex; justify-content: space-between; align-items: center; padding:40px 0; border-bottom: 1px solid #ddd}
.b_sec_04 .sec_box .con_box .txt_box li {font-size: 3.2rem; font-weight: 600;}
.b_sec_04 .sec_box .con_box .txt_box li:nth-child(2) {font-size: 2.0rem; font-weight: 400;}
.b_sec_04 .sec_box .con_box .txt_box li:nth-child(2) span:after {content: "|"; padding: 0 25px; font-size: 2.0rem; font-weight: 100;color: #ddd}
.b_sec_04 .sec_box .con_box .txt_box li:nth-child(2) strong {color: var(--colorMain);}

/*서브페이지*/
#content_wrapper .sub_title {position: relative; letter-spacing: 0px; height: 300px; background-size: cover !important; z-index: 10}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; color: #fff; padding: 0px &type=30 0;}
#content_wrapper .sub_title .txt_box h1 { font-size: 3.4rem; font-weight: 600; text-align: center;}
#content_wrapper .sub_title .txt_box p {position: relative; letter-spacing: 0px; font-size: 2.0rem;  padding: 40px 0 0; line-height: 1.4}
#content_wrapper .sub_title .txt_box p:after {position: absolute; bottom: -30px; left: 0px; content: ""; display: inline-block; width: 90px; height: 1px; border-bottom: 2px solid #ffd900;}

#content_wrapper .sub_title_ex {height: 700px}
#content_wrapper .sub_title_ex .txt_box {text-align: center; padding: 0}
#content_wrapper .sub_title_ex .txt_box h1 { font-size: 6.6rem;}
#content_wrapper .sub_title_ex .txt_box p {display: none}
#content_wrapper .sub_title_ex .txt_box p:after {display: none}

#content_wrapper .sub_title_tab {height: 900px}
#content_wrapper .sub_title_tab .txt_box {height: 42%;padding: 0px 0 0;}

#content_wrapper .sub_cate_menu {display: flex; justify-content: center; align-items: center; line-height: 60px; padding: 80px 0 0}
#content_wrapper .sub_cate_menu li {padding: 0 60px; opacity: 1; background: #ddd}
#content_wrapper .sub_cate_menu li.active {border-bottom: 0px solid #00297c; opacity: 1; background: #000; color: #fff}
#content_wrapper .sub_cate_menu li a {display: block; color: #000; font-size: 1.6rem}
#content_wrapper .sub_cate_menu li.active a {color: #fff}
#content_wrapper .sub_cate {padding: 120px 0 0; display: flex; justify-content: center; align-items: center}
#content_wrapper .sub_cate li {margin: 0 10px; width: 25%}
#content_wrapper .sub_cate li a {display: block; border: 1px solid #ddd; background: #f7f7f7; font-size: 18px; padding: 15px 0; text-align: center;}
#content_wrapper .sub_cate li a.active {font-weight: 600; background: #fff; border: 1px solid #777}

#content_wrapper .cate_con {padding: 60px 0 0; display: none}
#content_wrapper .cate_con.active {display: block}
#content_wrapper .cate_con .sec01 h1 {font-size: 36px; font-weight: 500}
#content_wrapper .cate_con .sec01 p {padding: 30px 0 0; font-size: 18px; line-height: 1.4}
#content_wrapper .cate_con .sec02 {display: flex; justify-content: center; align-items: center; padding: 50px 0 0}
#content_wrapper .cate_con .sec02 img {width: 100%; padding: 0 0px}
#content_wrapper .cate_con .sec03 p {padding: 30px 0 0; font-size: 18px; line-height: 1.4}

.sub_wrapper {padding:0px 0 80px 0}
.sub_content_wrap {padding: 80px 0}
.sub_content .tl {text-align: center; font-size: 36px; font-weight: 600;}
.sub_content .tl_blank {padding: 100px 0 0;}
.sub_content .ex {text-align: center; font-size: 18px; padding: 20px 0 0; line-height: 1.4; color: #555}

.content_box .sub_name {text-align: center; padding: 100px 0 0;}
.content_box .sub_name h2 {font-size: 4.5rem; font-weight: 600;}
.content_box .sub_name p {font-size: 2.0rem; line-height: 1.4; padding: 20px 0 0}

.flex2 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex2 li {width: 50%;}
.flex3 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex3 li {width: 33.3%;}
.flex4 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex4 li {width: 25%;}
.flex5 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex5 li {width: 20%;}
.flex6 {display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap; }
.flex6 li {width: 16.666%;}

.b_color_red {color: rgba(255, 0, 0, 1); font-size: 1.3rem }
.ft_small {font-size: 1.5rem; opacity: 1; font-weight: 300}

.estimate01 {padding: 40px 0 0}
.estimate_box {}
.estimate_box .txt_tl .tl {line-height: 1.4; font-size: 2.6rem}
.estimate_box .txt_tl .ex {padding: 50px 0 0}
.estimate_box .txt_tl .ex img {width: 20px}
.estimate_box .txt_cate {padding: 120px 0 0; display: flex; justify-content: center; align-items: center; flex-direction: column; border-bottom: 0px solid #aaa;}
.estimate_box .txt_cate p {font-size: 2.4rem; text-align: center}
.estimate_box .txt_cate .catelist {padding: 60px 0;  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 60%}
.estimate_box .txt_cate .catelist li {width: 33.33%; display: flex; justify-content: center; align-items: center; margin: 0 0 30px; padding: 0 20px}
.estimate_box .txt_cate .catelist li span {display: block; font-size: 1.4rem; border: 1px solid #191919; padding: 20px 0; text-align: center; width: 100%; cursor: pointer; border-radius: 0px;}
.estimate_box .txt_cate .catelist li span.active {background: #FFD900; color: #000}

.request_wrap {position: relative; }
.request_wrap .field {border-top: 2px solid #555; border-bottom: 2px solid #555}
.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; border-bottom: 1px solid #ddd;}
.request_wrap ul li {display: flex; align-items: stretch; width: 100%}
.request_wrap ul li .label {display: flex; align-items: center; width: 200px; padding: 20px 20px; color: #000; font-size: 16px; background-color: #eee;}
.request_wrap ul li .label img {margin: 0 10px 0 0;}
.request_wrap ul li .value {width: calc(100% - 200px); padding: 20px 20px; font-size: 14px}
.request_wrap ul li .checkbox {display: flex; align-items: center; color: #aaa}
.request_wrap ul li .checkbox a {color: #000; margin: 0 0 0 15px}
.request_wrap ul li input[type='text'] {border-radius: 0px; border: 1px solid #666666; width: 400px; }
.request_wrap ul li input[type='email'] {border-radius: 0px; border: 1px solid #666666; width: 200px; }
.request_wrap ul li input[type='checkbox'] {width: 22px; height: 22px; margin: 0 10px 0 0;}
.request_wrap ul li select {border-radius: 0px; border: 1px solid #666666; width: 200px;}
.request_wrap ul li textarea {border-radius: 0px; border: 1px solid #666666; width: 100%}
.request_wrap .agreement {position: absolute; left: 0; bottom: 0px; width: 100%; padding: 60px 0 0; border: 1px solid #ddd; padding: 30px; border-radius: 10px; z-index: 5; background: #fff; display: none;  }
.request_wrap .agreement.active {display: block}
.request_wrap .agreement .agree_close {text-align: center; position: absolute; top: 0; left: 50%; transform: translate(-50%, -100%);background: #000; color: #fff; display: inline-block; padding: 15px 20px; font-size: 14px; border-radius: 10px 10px 0 0; cursor: pointer}
.request_wrap .agreement .tl {font-size: 20px; padding: 20px 0 20px; letter-spacing: -1px; text-align: center}
.request_wrap .agreement dl {}
.request_wrap .agreement dd {padding: 15px 0; font-size: 14px}
.request_wrap .agree_check {padding: 10px 0 0}
.request_wrap .agree_btn {padding: 50px 0 0; margin: 20px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap .agree_btn button {font-size: 20px; width: 160px; padding: 10px 0; background: var(--colorMain); border-radius: 50px;}
.request_wrap #btn_agree {background: #000; color: #fff; padding: 8px 10px; font-size: 12px; border-radius: 3px}
.request_wrap.en .agree_btn button {width: 320px}

#content_wrapper .sub_menu { z-index: 3; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #fff; } 
#content_wrapper .sub_menu > .sub_menu_box {display: flex; align-items: center; border-left: 1px solid #ddd;}
#content_wrapper .sub_menu > .sub_menu_box div { display: flex; align-items: center; justify-content: center; width: 80px; position: relative; font-size: 1.6rem;border-right: 1px solid #ddd;  height: 60px; font-weight: 600;}
#content_wrapper .sub_menu > .sub_menu_box div > a {color: #777}
#content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 220px;}
#content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 220px; top: 0}
#content_wrapper .sub_menu > .sub_menu_box div img {width: 13px; margin: 0 5px 0 0}
#content_wrapper .sub_menu > .sub_menu_box div img.arr {width: 8px; display: none;}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth {display: block; padding: 13px 25px; width: 100%}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth:after {position: absolute; right: 15px; top: 50%; transform: translateY(-50%); display: inline-block; width: 33px; height: 18px; padding: 0px 0; content:""; background-image: url("/data/design/icon_smenu_b.png"); background-repeat: no-repeat; background-position: center center; background-size: 20px auto}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth.on:after {background-image: url("/data/design/icon_smenu_t.png"); }
#content_wrapper .sub_menu > .sub_menu_box div ul {display: none; position: absolute; top: 60px; left: 0px;  background: #f7f7f7; width: 100%; padding: 10px 10px 15px; z-index: 2; font-weight: 400 }
#content_wrapper .sub_menu > .sub_menu_box div ul li a {display: block; color: #777; padding: 10px 15px;  }
#content_wrapper .sub_menu > .sub_menu_box div ul li a.active {font-weight: 600; color: #000}

/*약관*/
.agree_box {margin: 50px auto 0; ; border: 1px solid #eee}

/*서브페이지*/
.subpage {padding: 120px 10px 0}
.subpage .contl {}
.subpage .contl h1 {font-size: 3.0rem; font-weight: 800; line-height: 1.2}
.subpage .contl p {font-size: 1.6rem; line-height: 1.4; padding: 20px 0 0}
.subpage .contl a {display: inline-block; font-size: 1.4rem; border: 1px solid #000; border-radius: 30px; padding: 15px 30px; margin: 25px 0 0}
.subpage .contl a img {width: 8px; margin-left: 10px}
.subcontent_img p {padding: 80px 0 0}
.subcontent_img p:nth-child(1) {padding: 0}
.subcontent_img p img {width: 100%}

.subTab {display: flex; flex-wrap: wrap; justify-content: space-between}
.subTab li {width: 16.66666%; text-align: center; padding: 0 10px 0 0}
.subTab li:last-child {padding: 0;}
.subTab li a {display: block; background: rgba(255,255,255,.5); color: #fff; font-size: 1.3rem; text-align: center; padding: 30px 0}
.subTab li a.active {background: rgba(255,255,255,1); color: #000}

.link_box {position: absolute; top: 320px; left: 50%; transform: translateX(-50%); z-index: 10; text-align: right }
.link_box a {display: inline-block; background: #FFD900; padding: 7px 30px; border-radius: 50px; margin: 0 7px}
.link_box a img {margin: 0 5px 0 0}

.root_daum_roughmap {width: 100% !important}

.movie_box { max-width:100%; margin:0 auto; height: 800px}
.movie_box div { position:relative; padding-top: 56.25%; overflow:hidden; }
.movie_box iframe { display:block; width:100%; height:100%; position:absolute; top: 0%; }

.professor_view {}
.professor_view .sec01 {padding: 0px 0 0px; position: relative;}
.professor_view .sec01 .cate_list {display: flex; justify-content: space-between; align-items: center; z-index: 5;}
.professor_view .sec01 .cate_list li {cursor: pointer; border: 1px solid #aaa; font-size: 2.2rem;  text-align: center; width: 180px; margin: 0 10px 0 0}
.professor_view .sec01 .cate_list li a {display: block; padding: 15px 0;}
.professor_view .sec01 .cate_list li sup {font-size: 1.0rem}
.professor_view .sec01 .cate_list li.active {background: #e96c00; color: #fff; border: 1px solid #e96c00; }
.professor_view .sec01 .cate_list li.active a {color: #fff}

.professor_view .sec02 {display: flex; flex-wrap: wrap; padding: 120px 27px 0}
.professor_view .sec02 figure {width: 306px} 
.professor_view .sec02 figure img {width: 100%}
.professor_view .sec02 .txt_box {width: calc(100% - 306px); padding: 0 0 0 60px; position: relative}
.professor_view .sec02 .txt_box h2 {font-size: 4.0rem; font-weight: 600;}
.professor_view .sec02 .txt_box p {font-size: 2.0rem; line-height: 1.4; padding: 8px 0 0; color: #191919}
.professor_view .sec02 .txt_box p.txt_content {font-size: 2.2rem; line-height: 1.4; padding: 15px 0 20px; border-bottom: 1px solid #888;}
.professor_view .sec02 .txt_box p.txt_tl {font-size: 2.8rem; line-height: 1.4; padding: 20px 0 5px; font-weight: 600;}
.professor_view .sec02 .txt_box a.btn_link { position: absolute; bottom: 0px; right: 0px; background-color: #e96c00; color: #fff; padding: 20px 30px; display: inline-block; font-size: 2.0rem;}
.professor_view .sec03 {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 30px 27px 0}
.professor_view .sec03 img {margin: 0 20px 0 0}
.professor_view .sec03 img:last-child {margin: 0}

.professor_research_box {}
.professor_research_box .item_category {display: flex; justify-content: flex-end; align-items: center;}
.professor_research_box .item_category a {font-size: 1.6rem; border: 1px solid #aaa; padding: 12px 30px; margin: 0 0 0 7px; cursor: pointer;}
.professor_research_box .item_category a.active {background-color: #E38214; color: #fff; border: 1px solid #E38214;}
.professor_research_box .research_list:first-child {border-top: 2px solid #000; padding: 0px 0 25px }
.professor_research_box .research_list {border-bottom: 2px solid #000; margin: 0 0 0px; padding: 0 0 25px}
.professor_research_box .research_list h2 {position: relative;font-size: 3.0rem; font-weight: 600; padding: 60px 0 60px 30px; border-bottom: 2px solid #000;}
.professor_research_box .research_list h2:after {content:""; position: absolute; right: 30px; top: 50%; transform: translateY(-50%); display: inline-block; width: 38px; height: 19px; padding: 0px 0; background-image: url("/data/design/sub_4_1_down.png"); background-repeat: no-repeat; background-position: center center; background-size: 38px auto}
.professor_research_box .research_list h2.active:after {background-image: url("/data/design/sub_4_1_up.png");}
.professor_research_box .research_list .item_list {display: flex; flex-wrap: wrap;  text-align: center; font-size: 1.6rem;}
.professor_research_box .research_list .item_list li {border-right: 1px solid #d8d8d8; padding: 15px 0; display: flex; align-items: center; justify-content: center; line-height: 1.2;} 
.professor_research_box .research_list .item_list li:last-child {border-right: none;}
.professor_research_box .research_list .item_list li:nth-child(1) {width: 100px}
.professor_research_box .research_list .item_list li:nth-child(2) {width: calc(100% - 420px); text-align: left; padding: 15px 0 15px 20px; justify-content: flex-start;}
.professor_research_box .research_list .item_list li:nth-child(3) {width: 200px}
.professor_research_box .research_list .item_list li:nth-child(4) {width: 120px}
.professor_research_box .research_list .item_list li span {display: inline-block; padding: 5px 10px; border-radius: 5px; font-size: 1.4rem; color: #fff; margin: 0 5px 0 0}
.professor_research_box .research_list .item_list li span.bg_color {background-color: #E38214;}
.professor_research_box .research_list .item_list li span.bg_color1 {background-color: #D72626;}
.professor_research_box .research_list .item_list li span.bg_color2 {background-color: #D2451E;}
.professor_research_box .research_list .item_list li span.bg_color3 {background-color: #E1B030;}
.professor_research_box .research_list .item_list.item_title {background: #888; color: #fff; margin: 25px 0 0}
.professor_research_box .research_list .item_list.item_title li {border-right: 1px solid #fff;}
.professor_research_box .research_list .item_list.item_title li:nth-child(2) {text-align: center;}
.professor_research_box .research_list .item_list.item_row {border-bottom: 1px solid #d8d8d8;}
.professor_research_box .research_list .item_list.no_searched {display: none;}

.company_info .sec01 {position: relative; padding: 0px 0 80px 0}
.company_info .sec01 .sec_box {position: relative}
.company_info .sec01 .sec_box .con_tl {display: flex; align-items: center;}
.company_info .sec01 .sec_box .con_tl img {width: 31px; height: 30px}
.company_info .sec01 .sec_box .con_tl h2 {font-size: 4.0rem; font-weight: 600; padding: 0 0 0 10px}
.company_info .sec01 .sec_box .con_box {padding: 40px 0 0}
.company_info .sec01 .sec_box .con_box .txt_box {display: flex; justify-content: space-between; padding:40px 0; border-bottom: 1px solid #ddd}
.company_info .sec01 .sec_box .con_box .txt_box li {font-size: 1.7rem; font-weight: 600;}
.company_info .sec01 .sec_box .con_box .txt_box li a {display: inline-block; background-color: #E38214; color: #fff; padding: 15px 12px;}
.company_info .sec01 .sec_box .con_box .txt_box li p:nth-child(1) {font-size: 3.2rem; font-weight: 600; padding: 0 0 20px; }
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(1) {border-right: 1px solid #e7e7e7; padding: 0 100px 0 0}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) {font-size: 2.0rem; font-weight: 400;}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) span:after {content: "|"; padding: 0 25px; font-size: 2.0rem; font-weight: 100;color: #ddd}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) strong {color: var(--colorMain);}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) p:nth-child(1) {padding: 0 0 30px; }


.service_disclosure .sec01 {display: flex; justify-content: center;}

/* Video Player */
.iframe_wrap {
    max-width: 1320px;  /* 특정 사이즈 이상으로는 비디오가 더 이상 커지지 않게. 즉 반응형으로 만들 수 있음.*/
  }
  
  .iframe_wrap div{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
  }
  
  .iframe_wrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
  }

@media screen and (max-width: 1200px){
    #content_wrapper .sub_menu {line-height: 50px;justify-content: center; flex-wrap: wrap;}
    #content_wrapper .sub_menu li {padding: 0 0px; margin: 0px; width: 100%; text-align: center}
    #content_wrapper .sub_menu li a {display: block; letter-spacing: -1px; padding: 0 15px ; text-align: left; line-height: 40px;}
    #content_wrapper .sub_02 .sub_menu li {width: 33.3%}
    #content_wrapper .sub_menu > .sub_menu_box div.home {display: none}
    #content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div ul li a {padding: 0 15px}

    .sub_content_wrap {padding: 60px 0 0px}

    .sub_content .tl {font-size: 26px}

    .subpage h1 {text-align: center;}
    .subpage h1.tl {font-size: 36px}

    .b_sec_01 {padding: 60px 10px 0}
    .b_sec_01 .sec_box .con_tl {width: 100%; text-align: center;}
    .b_sec_01 .sec_box .con_box {width: 100%; padding: 40px 0 0}
    .b_sec_01 .sec_box .con_box ul {width: 100%}
    .b_sec_01 .sec_box .con_box ul li img {width: 40px}
    .b_sec_01 .sec_box .con_tl h2 {font-size: 4.5rem;}
    .b_sec_02 {padding: 80px 10px 0}
    .b_sec_02 .sec_box .con_tl h2 {font-size: 3.0rem;}
    .b_sec_02 .sec_box .con_box ul li:nth-child(2n) {padding: 0 0 15px}
    .b_sec_03 {padding: 80px 10px 0}
    .b_sec_03 .sec_box .con_tl h2 {font-size: 3.0rem;}
    .b_sec_03 .sec_box .con_link img {width: 30px}
    .b_sec_03 .sec_box .con_box ul:nth-child(1) {width: 100%; padding: 0 0px 0;}
    .b_sec_03 .sec_box .con_box ul:nth-child(2) {width: 100%; padding: 50px 0px 0}
    .b_sec_03 .sec_box .con_box ul:nth-child(2) a figure {width: 160px}
    .b_sec_03 .sec_box .con_box ul:nth-child(2) a .txt {width: calc(100% - 160px)}
    
    .b_sec_03 .sec_box .con_box ul li a h2 {padding: 10px 0 0}
    .b_sec_03 .sec_box .con_box ul li a p {padding: 10px 0 0}
    .b_sec_04 {padding: 80px 10px 0}
    .b_sec_04 .sec_box .con_tl h2 {font-size: 3.0rem;}
    .b_sec_04 .sec_box .con_box .txt_box {flex-wrap: wrap;}
    .b_sec_04 .sec_box .con_box .txt_box li {width: 100%}
    .b_sec_04 .sec_box .con_box .txt_box li:nth-child(2) {padding: 15px 0 0; display: flex; flex-wrap: wrap;}
    .b_sec_04 .sec_box .con_box .txt_box li:nth-child(2) span {padding: 0 0 5px}

    .professor_view .sec01 .cate_list {flex-wrap: wrap; justify-content: flex-start;}
    .professor_view .sec01 .cate_list li { width: calc(25% - 0px);margin: 0 0px 10px; font-size: 1.8rem; margin: 0 0 -1px -1px}
    .professor_view .sec02 {padding: 60px 10px 0;}
    .professor_view .sec02 figure {width: 100%}
    .professor_view .sec02 .txt_box {width: 100%; padding: 20px 0 0}
    .professor_view .sec02 .txt_box h2 {font-size: 3.0rem;}
    .professor_view .sec02 .txt_box a.btn_link {position: relative; right: unset; left: 0; margin: 25px 0 0; display: flex; justify-content: center;}
    .professor_view .sec03 {padding: 30px 10px 0}
    .professor_view .sec03 img {width: 100%; margin: 0 0 20px}

    .professor_research_box .item_category {justify-content: center;}
    .professor_research_box .item_category a {width: 25%; margin: 0 0 0 -1px}
    .professor_research_box .research_list h2 {font-size: 2.4rem; padding: 30px 0}
    .professor_research_box .research_list h2:after {background-size: 28px auto;}
    .professor_research_box .research_list .item_list li:nth-child(1) {width: 50px}
    .professor_research_box .research_list .item_list li:nth-child(2) {width: calc(100% - 230px)}
    .professor_research_box .research_list .item_list li:nth-child(3) {width: 120px}
    .professor_research_box .research_list .item_list li:nth-child(4) {width: 60px}

    .company_info .sec01 .sec_box .con_box .txt_box {flex-wrap: wrap;;}
    .company_info .sec01 .sec_box .con_box .txt_box li:nth-child(1) {width: 100%; padding: 0; border: none; text-align: center;}
    .company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) {width: 100%; padding: 40px 0 0; text-align: center;}
    .company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) p {display: flex; flex-direction: column;}
    .company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) p span {padding: 0 0 7px}
    .company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) span:after {display: none;}

    .foot_wrapper .foot_logo img {width: 180px;}
}

@media screen and (max-width: 768px){
    #content_wrapper .sub_menu {width: 100%}
    #content_wrapper .sub_menu > .sub_menu_box {width: 100%}
    .content_box .sub_name h2 {font-size: 3.0rem;}
    .b_sec_blank {margin: 60px auto 0}
    .subpage {padding: 40px 10px}
    #content_wrapper .sub_menu > .sub_menu_box div {height: 50px}
    #content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div ul li {width: calc(100%); line-height: 30px}
    #content_wrapper .sub_menu > .sub_menu_box div ul li a {padding: 0 10px; display: block;}
    #content_wrapper .sub_menu > .sub_menu_box div ul {top: 51px}
    #content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth:after {right: 5px}
    #content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth {padding: 13px 10px}
    #content_wrapper .sub_cate_menu {flex-wrap: wrap;}
    #content_wrapper .sub_cate_menu li {padding: 0 10px; width: 50%; text-align: center;}

    .subTab {align-items: stretch;}
    .subTab li {padding: 0 2px 0 0;}
    .subTab li a {padding: 10px 0; height: 52px; line-height: 1.4;}

    .b_sec_02 .sec_box .con_box ul li {width: 50%;}
    .b_sec_02 .sec_box .con_box ul li a {padding: 20px; height: 160px}
    
    #content_wrapper .sub_title_ex {height: 160px;}
    #content_wrapper .sub_title {height: 160px; display: flex; justify-content: center; align-items: center; background-size: cover;}
    #content_wrapper .sub_title_ex .txt_box h1 {font-size: 5.0rem}
    #content_wrapper .sub_title .txt_box {height: auto; text-align: center; padding: 0px 20px 0; margin: 0px 0 0}
    #content_wrapper .sub_title .txt_box h1 {font-size: 3.0rem}
    #content_wrapper .sub_title .txt_box p {padding: 20px 0 0}
    #content_wrapper .sub_title .txt_box p:after {left: 50%; transform: translateX(-50%);}
    .link_box {top: 300px; text-align: center;}
    .link_box a {padding: 7px 15px; margin: 0 5px 0 0}
    .link_box a img {width: 20px; margin: 0 2px 0 0}
    #content_wrapper .sub_title .txt_box h1 img {width: 200px}

    .request_wrap .agreement {padding: 10px}
    .request_wrap ul {flex-direction: column; padding: 0}
    .request_wrap ul li {width: 100%; padding: 0 0 0px}
    .request_wrap .memo {padding: 0}
    .request_wrap .agreement dl {padding: 20px; font-size: 14px}
    .request_wrap ul li .label {width: 100px; font-size: 14px; padding: 10px 10px}
    .request_wrap ul li .value {width: calc(100% - 100px)}
    .request_wrap ul li input[type='text'], .request_wrap ul li input[type='email'], .request_wrap ul li select, .request_wrap ul li textarea {width: 100%}  
    .request_wrap ul li .wd20 {width: 45% !important}
    .request_wrap ul li select {margin: 5px 0 0 0}

    .estimate_box .txt_tl .tl {font-size: 2.0rem}
    .estimate_box .txt_tl .tl img {margin: 5px 0}
    .estimate_box .txt_tl .ex {font-size: 1.8rem}
    .estimate_box .txt_cate .catelist {width: 100%}
    .estimate_box .txt_cate .catelist li {padding: 0 5px; margin: 0 0 20px}
    .request_wrap .agree_check li {flex-direction: column;}
    .request_wrap .agree_check li p {padding: 10px 0 0}
    .request_wrap .agree_btn button {font-size: 2.0rem}

    .flex3 li {width: 50%}
    .flex5 li {width: 50%}
    .flex6 li {width: 50%}

    .location_info .sec01 .cate_list li {font-size: 14px; width: 33.333%}
    .location_info .sec01 .address {flex-direction: column;}
    .location_info .sec01 .address {top: 700px}
    .location_info .sec01 .address li {padding: 10px 0; width: 100%}
    .location_info .sec01 .address li:nth-child(1) {padding: 0 0 20px; text-align: center; width: 100%}
    .location_info .sec01 .address li:nth-child(2) {padding: 20px 0 20px; text-align: center; width: 100%}
    .location_info .sec01 .address li:nth-child(1) img {width: 150px}
    .location_info .sec01 .address li p {flex-wrap: wrap;}
    .location_info .sec01 .address li p b {width: 100%; padding: 0 0 20px; font-size: 18px}
    .location_info .sec01 .address li p strong {width: calc(100%)}
    .location_info .sec01 .address li p:nth-child(1) strong {width: calc(100% - 120px)}
    .location_info .sec01 .address li p strong:before {display: none}
    .location_info .sec01 .address li p span {width: 120px}
    
    .service_disclosure .sec01 > div {overflow-x: visible; width: 100%}
    .service_disclosure .sec01 iframe {min-width: 100% !important; width: 750px !important; min-height: 800px !important;}
}
